Skip to content

Commit f81bbd4

Browse files
chore(release): release 0.9.3 (#169)
Co-authored-by: erode-release[bot] <264616670+erode-release[bot]@users.noreply.github.com> Co-authored-by: Anders Hassis <anders.hassis@caspeco.se>
1 parent 6d37ad3 commit f81bbd4

4 files changed

Lines changed: 37 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.2"
2+
".": "0.9.3"
33
}

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## [0.9.3](https://github.com/erode-app/erode/compare/0.9.2...0.9.3) (2026-05-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **core:** tune provider generation and drift coverage ([#170](https://github.com/erode-app/erode/issues/170)) ([6d37ad3](https://github.com/erode-app/erode/commit/6d37ad38d9df001509f1f626b0a6f34e1ff9c01a))
9+
10+
### Notes
11+
12+
* Provider calls now use shared generation profiles instead of raw stage-level token
13+
counts. Each provider maps the same intent to its own output budget and reasoning
14+
settings.
15+
* OpenAI now uses the Responses API with `gpt-5-mini` and `gpt-5` as the default
16+
fast and advanced models. Anthropic defaults were updated to `claude-haiku-4-5`
17+
and `claude-sonnet-4-6`.
18+
* Gemini and OpenAI now tune reasoning by phase. Extraction stays cheap, model
19+
updates get more room, and drift analysis keeps the stronger model without
20+
spending extra reasoning by default.
21+
* Drift analysis now has to account for every added dependency and includes code
22+
evidence in the dependency section. This makes missed relationships and new
23+
component links easier to spot in review.
24+
* Provider truncation errors now name the output budget that ran out, so failures are
25+
easier to diagnose and retry with a smaller change.
26+
27+
28+
### Build System
29+
30+
* **deps-dev:** bump @commitlint/config-conventional from 20.5.0 to 20.5.3 ([#165](https://github.com/erode-app/erode/issues/165)) ([0857f24](https://github.com/erode-app/erode/commit/0857f2423c6a7c405d14447281303cf0ec339de7))
31+
* **deps-dev:** bump eslint from 10.2.1 to 10.3.0 ([#167](https://github.com/erode-app/erode/issues/167)) ([8175c0f](https://github.com/erode-app/erode/commit/8175c0f8d2169167e6945d4ef86a9dbc8fc6cc8c))
32+
* **deps:** bump @anthropic-ai/sdk from 0.91.1 to 0.92.0 ([#164](https://github.com/erode-app/erode/issues/164)) ([b903b1e](https://github.com/erode-app/erode/commit/b903b1ece5f633d492ad87d2a533110ab459bb41))
33+
* **deps:** bump @google/genai from 1.50.1 to 1.51.0 ([#168](https://github.com/erode-app/erode/issues/168)) ([18d8a4e](https://github.com/erode-app/erode/commit/18d8a4eff7f7be2762f291cc5874058a58770159))
34+
* **deps:** bump likec4 from 1.54.0 to 1.56.0 ([#166](https://github.com/erode-app/erode/issues/166)) ([33e5433](https://github.com/erode-app/erode/commit/33e5433d935d1dfc69e280ae9444612b01794c28))
35+
336
## [0.9.2](https://github.com/erode-app/erode/compare/0.9.1...0.9.2) (2026-04-30)
437

538

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "erode-monorepo",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"private": true,
55
"license": "MIT",
66
"workspaces": [

0 commit comments

Comments
 (0)