Skip to content

Commit 75ab744

Browse files
committed
changelog
1 parent 5e52801 commit 75ab744

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- Add unit and integration tests covering parent↔subagent end-to-end communication so regressions like the v0.133.1 spawn-agent breakage are caught automatically.
66
- Improve `editor_diagnostics` tool summary to show the target filename (e.g. `Checking diagnostics: foo.clj`) or `Checking all diagnostics` when no path is provided.
7-
- Bugfix: preserve the chat's selected variant when changing model or agent on an existing chat (regression from per-chat scoping in v0.133.1). The chat's currently used `:variant` is now persisted on every prompt (it was previously only kept in the in-flight prompt context, never written back to the chat record), so `chat/selectedModelChanged` keeps the chat's persisted `:variant` if it is still supported by the new model, `chat/selectedAgentChanged` falls back to the chat's persisted `:variant` when the new agent has no variant configured (the agent's own `:variant` still wins when present), and resume flows (`chat/open`, `/resume`) restore it.
7+
- Bugfix: preserve the chat's selected variant when changing model or agent on an existing chat (regression from per-chat scoping in v0.133.1).
88
- Native ECA tools now auto-resolve bare tool names like `write_file` to their canonical `eca__...` form, avoiding repeated failed retries when an LLM omits the native server prefix.
99
- Support Claude console subscription auth: dispatch `x-api-key` or `Authorization: Bearer` header based on configurable auth type.
1010

0 commit comments

Comments
 (0)