Skip to content

Commit 41ab27e

Browse files
committed
Release: 0.129.0
1 parent d701d0a commit 41ab27e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.129.0
6+
57
- Restore the model used at chat creation when resuming a chat: `chat/open` and the `/resume` slash command now emit `config/updated` to realign the client's selected model to the persisted chat's `:model`, and the next `chat/prompt` prefers that stored model over the agent/global default (stale models still fall through gracefully). #417
68
- Fix `rewrite` hanging on large files by windowing the inlined file context around the selection instead of sending the whole file; configurable via `rewrite.fullFileMaxLines` (default 2000). #418
79
- Prefix plugin-sourced commands and skills with their plugin name (`/<plugin-name>:<name>`) to avoid collisions across plugins. When the plugin name and the command/skill name are equal the prefix is dropped. #420

resources/ECA_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.128.2
1+
0.129.0

0 commit comments

Comments
 (0)