Skip to content

Commit 5355923

Browse files
committed
docs(changelog): update for v0.6.55 [skip ci]
1 parent 9cfecd7 commit 5355923

2 files changed

Lines changed: 15 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77

88
- (none)
99

10+
## [0.6.55] - 2026-02-02
11+
12+
- TUI/Plan: enable Plan mode with streamed plan items and clearer prompts. (30ed29a7, ec4a2d07, 3dd9a37e)
13+
- Skills: load skills from .agents/skills with clearer lookup guidance. (39a6a840, aab3705c)
14+
- CLI/Logs: show runtime metrics in console and include output in /ps. (8660ad6c, a270a28a)
15+
- File Search: support multi-root walks and keep search rooted to the active session CWD. (d59685f6, 13e85b15, b8156706)
16+
1017
## [0.6.54] - 2026-01-29
1118

1219
- TUI/GH: live-update gh_run_wait progress with richer summaries. (76d56c63, 999fd1d2)
Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
## @just-every/code v0.6.54
2-
Short release focusing on clearer gh_run_wait progress and sturdier auto-compaction.
1+
## @just-every/code v0.6.55
2+
3+
This release focuses on Plan mode usability, skills discovery, and better runtime visibility.
34

45
### Changes
5-
- TUI/GH: live-update gh_run_wait progress with richer summaries.
6-
- Core/Compact: harden auto-compact flow for safer recovery.
6+
- TUI/Plan: enable Plan mode with streamed plan items and clearer prompts.
7+
- Skills: load skills from .agents/skills with clearer lookup guidance.
8+
- CLI/Logs: show runtime metrics in console and include output in /ps.
9+
- File Search: support multi-root walks and keep search rooted to the active session CWD.
710

811
### Install
912
```
1013
npm install -g @just-every/code@latest
1114
code
1215
```
1316

14-
Compare: https://github.com/just-every/code/compare/v0.6.53...v0.6.54
17+
Compare: https://github.com/just-every/code/compare/v0.6.54...v0.6.55

0 commit comments

Comments
 (0)