Skip to content

Releases: erode-app/erode

v0.9.5

Choose a tag to compare

@erode-release erode-release released this 15 Jun 08:41
Immutable release. Only release title and notes can be modified.
1301ebb

0.9.5 (2026-06-15)

Build System

  • deps-dev: bump @commitlint/cli from 20.5.3 to 21.0.2 (#208) (7438b4a)
  • deps-dev: bump @commitlint/config-conventional from 20.5.3 to 21.0.2 (#206) (23c4b1f)
  • deps-dev: bump @types/node from 24.12.2 to 24.12.4 (#210) (feffa53)
  • deps-dev: bump @vitest/coverage-v8 from 4.1.5 to 4.1.6 (#186) (e773ea4)
  • deps-dev: bump eslint from 10.3.0 to 10.4.1 (#213) (db88df7)
  • deps-dev: bump knip from 6.12.0 to 6.14.1 (#196) (3dd06b9)
  • deps-dev: bump tsx from 4.21.0 to 4.22.4 (#209) (160b1ac)
  • deps-dev: bump vitest from 4.1.5 to 4.1.6 (#183) (543162c)
  • deps-dev: bump vitest from 4.1.6 to 4.1.7 (#197) (bf25e54)
  • deps: bump @anthropic-ai/sdk from 0.95.0 to 0.96.0 (#188) (21a9b12)
  • deps: bump @anthropic-ai/sdk from 0.96.0 to 0.100.1 (#207) (f73def0)
  • deps: bump @astrojs/starlight from 0.38.4 to 0.39.2 (#187) (399643b)
  • deps: bump @google/genai from 1.52.0 to 2.8.0 (#211) (06d647e)
  • deps: bump @rollup/rollup-linux-x64-gnu from 4.60.2 to 4.60.3 (#185) (daa3cc8)
  • deps: bump @rollup/rollup-linux-x64-gnu from 4.60.3 to 4.60.4 (#201) (7df40f4)
  • deps: bump astro from 6.2.2 to 6.3.6 (#198) (dca07ca)
  • deps: bump astro from 6.3.6 to 6.3.8 (#203) (f41fed5)
  • deps: bump brace-expansion from 5.0.5 to 5.0.6 (#191) (4681fb6)
  • deps: bump devalue from 5.6.4 to 5.8.1 (#190) (fde6bab)
  • deps: bump likec4 from 1.56.0 to 1.57.0 (#200) (a68bd03)
  • deps: bump node from 24-slim to 26-slim (#182) (9ccd099)
  • deps: bump openai from 6.35.0 to 6.38.0 (#194) (a5c1ebb)
  • deps: bump openai from 6.38.0 to 6.39.0 (#202) (06523bb)
  • deps: bump openai from 6.39.0 to 6.42.0 (#214) (cab66c2)
  • deps: bump qs from 6.15.0 to 6.15.2 (#199) (4844f23)
  • deps: bump shell-quote and concurrently (#215) (12f0190)
  • deps: bump typescript-eslint from 8.59.1 to 8.59.4 (#193) (1bf3a72)
  • deps: bump typescript-eslint from 8.59.4 to 8.60.0 (#204) (12765b0)
  • deps: bump ws from 8.19.0 to 8.20.1 (#192) (06ae808)
  • deps: bump zod from 4.4.1 to 4.4.3 (#184) (8f7f6f0)

v0.9.4

Choose a tag to compare

@erode-release erode-release released this 13 May 17:42
Immutable release. Only release title and notes can be modified.
4e17cb5

0.9.4 (2026-05-13)

Build System

  • deps-dev: bump @commitlint/cli from 20.5.0 to 20.5.3 (#175) (7b169ec)
  • deps-dev: bump knip from 6.9.0 to 6.12.0 (#172) (acd0072)
  • deps: bump @anthropic-ai/sdk from 0.92.0 to 0.95.0 (#174) (797c22c)
  • deps: bump @google/genai from 1.51.0 to 1.52.0 (#171) (f674a29)
  • deps: bump @protobufjs/utf8 from 1.1.0 to 1.1.1 (#179) (e79a94b)
  • deps: bump astro from 6.1.10 to 6.2.2 (#173) (6844c81)
  • deps: bump fast-uri from 3.1.0 to 3.1.2 (#178) (c0acf3b)
  • deps: bump fast-xml-builder from 1.1.5 to 1.2.0 (#177) (248ce0b)
  • deps: bump protobufjs from 7.5.5 to 7.5.8 (#181) (71391ea)

v0.9.3

Choose a tag to compare

@erode-release erode-release released this 06 May 08:28
Immutable release. Only release title and notes can be modified.
f81bbd4

0.9.3 (2026-05-06)

Bug Fixes

  • core: tune provider generation and drift coverage (#170) (6d37ad3)

Notes

  • Provider calls now use shared generation profiles instead of raw stage-level token counts. Each provider maps the same intent to its own output budget and reasoning settings.
  • OpenAI now uses the Responses API with gpt-5-mini and gpt-5 as the default fast and advanced models. Anthropic defaults were updated to claude-haiku-4-5 and claude-sonnet-4-6.
  • Gemini and OpenAI now tune reasoning by phase. Extraction stays cheap, model updates get more room, and drift analysis keeps the stronger model without spending extra reasoning by default.
  • Drift analysis now has to account for every added dependency and includes code evidence in the dependency section. This makes missed relationships and new component links easier to spot in review.
  • Provider truncation errors now name the output budget that ran out, so failures are easier to diagnose and retry with a smaller change.

Build System

  • deps-dev: bump @commitlint/config-conventional from 20.5.0 to 20.5.3 (#165) (0857f24)
  • deps-dev: bump eslint from 10.2.1 to 10.3.0 (#167) (8175c0f)
  • deps: bump @anthropic-ai/sdk from 0.91.1 to 0.92.0 (#164) (b903b1e)
  • deps: bump @google/genai from 1.50.1 to 1.51.0 (#168) (18d8a4e)
  • deps: bump likec4 from 1.54.0 to 1.56.0 (#166) (33e5433)

v0.9.2

Choose a tag to compare

@erode-release erode-release released this 30 Apr 08:46
Immutable release. Only release title and notes can be modified.
e14fac2

0.9.2 (2026-04-30)

Build System

  • deps-dev: bump @astrojs/check from 0.9.8 to 0.9.9 (#161) (dcbddac)
  • deps-dev: bump knip from 6.6.1 to 6.9.0 (#154) (a595e7f)
  • deps-dev: bump prettier from 3.8.1 to 3.8.3 (#159) (e3317ae)
  • deps-dev: bump typescript from 5.9.3 to 6.0.3 (#143) (096c270)
  • deps: bump @anthropic-ai/sdk from 0.89.0 to 0.91.1 (#152) (e68c0c6)
  • deps: bump @astrojs/starlight from 0.38.2 to 0.38.4 (#153) (d7e60ac)
  • deps: bump astro from 6.1.6 to 6.1.10 (#163) (7fa6d64)
  • deps: bump openai from 6.34.0 to 6.35.0 (#162) (64a3fb4)
  • deps: bump postcss from 8.5.6 to 8.5.12 (#157) (565ee09)
  • deps: bump smol-toml and markdownlint-cli2 (#149) (4ea7584)
  • deps: bump starlight-links-validator from 0.23.0 to 0.24.0 (#156) (3b4e043)
  • deps: bump typescript-eslint from 8.58.2 to 8.59.1 (#155) (31cf028)
  • deps: bump zod from 4.3.6 to 4.4.1 (#160) (b2a5ba8)

v0.9.1

Choose a tag to compare

@erode-release erode-release released this 23 Apr 08:17
Immutable release. Only release title and notes can be modified.
4cc2b33

0.9.1 (2026-04-23)

Build System

  • deps-dev: bump @vitest/coverage-v8 from 4.1.3 to 4.1.5 (#144) (ce00993)
  • deps-dev: bump eslint from 10.2.0 to 10.2.1 (#142) (0eb4797)
  • deps-dev: bump knip from 6.3.0 to 6.4.1 (#139) (e3a87c9)
  • deps-dev: bump knip from 6.4.1 to 6.6.1 (#145) (51ad966)
  • deps: bump @anthropic-ai/sdk from 0.88.0 to 0.89.0 (#138) (9955217)
  • deps: bump @google/genai from 1.50.0 to 1.50.1 (#141) (29fad4b)
  • deps: bump @rollup/rollup-linux-x64-gnu from 4.60.1 to 4.60.2 (#146) (57ce1fb)
  • deps: bump dotenv from 17.4.1 to 17.4.2 (#136) (9ee5f25)
  • deps: bump fast-xml-parser from 5.5.10 to 5.7.1 (#148) (f3618be)
  • deps: bump openai from 6.33.0 to 6.34.0 (#135) (3ced357)
  • deps: bump protobufjs from 7.5.4 to 7.5.5 (#147) (3ee4d48)
  • deps: bump typescript-eslint from 8.58.1 to 8.58.2 (#137) (b94e389)

v0.9.0

Choose a tag to compare

@erode-release erode-release released this 14 Apr 19:29
Immutable release. Only release title and notes can be modified.
ded19e7

0.9.0 (2026-04-14)

Features

  • enhance model-patch prompt with LikeC4 DSL syntax guide (#126) (c0d424d)
  • web: publish erode-check skill via agent skills discovery (#127) (da7d7e1)

Bug Fixes

  • web: bump upload-pages-artifact to v5 for hidden files support (5dad718)
  • web: include hidden files in pages artifact upload (cfd2101)

Build System

  • deps-dev: bump @vitest/coverage-v8 from 4.1.2 to 4.1.3 (#120) (baa11f9)
  • deps-dev: bump eslint-plugin-astro from 1.6.0 to 1.7.0 (#134) (67a42c6)
  • deps-dev: bump vitest from 4.1.2 to 4.1.3 (#119) (8914e42)
  • deps: bump @anthropic-ai/sdk from 0.82.0 to 0.88.0 (#131) (c9c7191)
  • deps: bump @google/genai from 1.48.0 to 1.50.0 (#132) (fb9acbf)
  • deps: bump astro from 6.1.4 to 6.1.5 (#124) (2ec1ecd)
  • deps: bump astro from 6.1.5 to 6.1.6 (#130) (6e45c27)
  • deps: bump likec4 from 1.53.0 to 1.54.0 (#121) (3dfa815)
  • deps: bump starlight-links-validator from 0.21.0 to 0.22.0 (#123) (e55626b)
  • deps: bump starlight-links-validator from 0.22.0 to 0.23.0 (#129) (d7e541b)
  • deps: bump typescript-eslint from 8.58.0 to 8.58.1 (#122) (e10dda1)

v0.8.2

Choose a tag to compare

@erode-release erode-release released this 08 Apr 07:42
Immutable release. Only release title and notes can be modified.
5b71273

0.8.2 (2026-04-08)

Build System

  • deps-dev: bump @types/node from 24.12.0 to 24.12.2 (#115) (54710b2)
  • deps-dev: bump eslint from 10.1.0 to 10.2.0 (#116) (a2f8d2e)
  • deps-dev: bump knip from 6.1.1 to 6.2.0 (#107) (ae8f736)
  • deps-dev: bump knip from 6.2.0 to 6.3.0 (#113) (18b944d)
  • deps: bump @anthropic-ai/sdk from 0.81.0 to 0.82.0 (#111) (fb0e4ac)
  • deps: bump @google/genai from 1.47.0 to 1.48.0 (#108) (0b8e6ea)
  • deps: bump astro from 6.1.2 to 6.1.4 (#114) (79924f8)
  • deps: bump dotenv from 17.3.1 to 17.4.0 (#110) (a36fbab)
  • deps: bump dotenv from 17.4.0 to 17.4.1 (#117) (e616364)
  • deps: bump openai from 6.32.0 to 6.33.0 (#109) (64552ac)
  • web: downgrade typescript to ^5.8.3 for audit fix (#118) (d6cc975)

v0.8.1

Choose a tag to compare

@erode-release erode-release released this 01 Apr 08:20
Immutable release. Only release title and notes can be modified.
51ab089

0.8.1 (2026-04-01)

Build System

  • deps-dev: bump @vitest/coverage-v8 from 4.1.0 to 4.1.1 (#90) (1d6690d)
  • deps-dev: bump @vitest/coverage-v8 from 4.1.1 to 4.1.2 (#104) (dfb467f)
  • deps-dev: bump knip from 6.0.2 to 6.0.5 (#89) (e7ef8e3)
  • deps-dev: bump knip from 6.0.5 to 6.1.0 (#100) (a88f0d1)
  • deps-dev: bump knip from 6.1.0 to 6.1.1 (#102) (9e71808)
  • deps-dev: bump typescript from 5.9.3 to 6.0.2 (#91) (f2e9b7b)
  • deps-dev: bump vitest from 4.1.0 to 4.1.1 (#88) (a663b12)
  • deps-dev: bump vitest from 4.1.1 to 4.1.2 (#97) (62210cd)
  • deps: bump @anthropic-ai/sdk from 0.80.0 to 0.81.0 (#106) (f210106)
  • deps: bump @google/genai from 1.45.0 to 1.46.0 (#92) (fd10b80)
  • deps: bump @google/genai from 1.46.0 to 1.47.0 (#105) (cefb278)
  • deps: bump @rollup/rollup-linux-x64-gnu from 4.60.0 to 4.60.1 (#96) (17c56eb)
  • deps: bump astro from 6.0.8 to 6.1.2 (#99) (f3c14ca)
  • deps: bump minimatch from 10.2.4 to 10.2.5 (#98) (17bf058)
  • deps: bump picomatch from 2.3.1 to 2.3.2 (#94) (43cb17d)
  • deps: bump starlight-links-validator from 0.20.1 to 0.21.0 (#103) (814af27)
  • deps: bump typescript-eslint from 8.57.1 to 8.58.0 (#101) (9771f0a)

v0.8.0

Choose a tag to compare

@erode-release erode-release released this 25 Mar 11:48
Immutable release. Only release title and notes can be modified.
c2125e2

0.8.0 (2026-03-23)

Features

  • core: add post-patch formatting via LikeC4 SDK (#76) (1ba3c49)

Bug Fixes

  • core: use beforeAll in LikeC4 integration tests (f582825)

Build System

  • deps-dev: bump @astrojs/check from 0.9.7 to 0.9.8 (#83) (e04fccd)
  • deps-dev: bump @commitlint/cli from 20.4.3 to 20.5.0 (#73) (838447b)
  • deps-dev: bump @commitlint/config-conventional from 20.4.3 to 20.5.0 (#69) (15ca5fd)
  • deps-dev: bump @vitest/coverage-v8 from 4.0.18 to 4.1.0 (#70) (e949b60)
  • deps-dev: bump eslint from 10.0.3 to 10.1.0 (#79) (8c7b1d9)
  • deps-dev: bump knip from 5.86.0 to 5.88.0 (#74) (2fe2525)
  • deps-dev: bump knip from 5.88.0 to 6.0.2 (#85) (bfc9787)
  • deps-dev: bump markdownlint-cli2 from 0.21.0 to 0.22.0 (#78) (442d321)
  • deps: bump @anthropic-ai/sdk from 0.78.0 to 0.80.0 (#84) (da65d37)
  • deps: bump @astrojs/starlight from 0.38.1 to 0.38.2 (#86) (953157b)
  • deps: bump @rollup/rollup-linux-x64-gnu from 4.59.0 to 4.60.0 (#77) (36057dd)
  • deps: bump astro from 6.0.4 to 6.0.6 (#72) (5a2f42a)
  • deps: bump astro from 6.0.6 to 6.0.8 (#82) (943a335)
  • deps: bump openai from 6.29.0 to 6.32.0 (#81) (21c31ea)
  • deps: bump starlight-links-validator from 0.20.0 to 0.20.1 (#80) (1bea611)
  • deps: bump typescript-eslint from 8.57.0 to 8.57.1 (#71) (718e5e5)

v0.7.1

Choose a tag to compare

@erode-release erode-release released this 16 Mar 08:57
Immutable release. Only release title and notes can be modified.
2ced607

0.7.1 (2026-03-16)

Build System

  • deps-dev: bump @astrojs/check from 0.9.6 to 0.9.7 (#57) (d741392)
  • deps-dev: bump vitest from 4.0.18 to 4.1.0 (#63) (037c8bf)
  • deps: bump @google/genai from 1.44.0 to 1.45.0 (#64) (11cc26f)
  • deps: bump astro from 6.0.3 to 6.0.4 (#65) (6b94595)
  • deps: bump likec4 from 1.51.0 to 1.52.0 (#55) (59a3fd8)
  • deps: bump openai from 6.27.0 to 6.29.0 (#67) (773dd23)
  • deps: bump starlight-blog from 0.26.0 to 0.26.1 (#66) (c0f50f5)
  • deps: bump typescript-eslint from 8.56.1 to 8.57.0 (#53) (9749e10)
  • web: upgrade to Astro v6 (#61) (4879f17)