Skip to content

Commit 371f5e4

Browse files
committed
docs(changelog): update for v0.6.94 [skip ci]
1 parent 79aa9f5 commit 371f5e4

2 files changed

Lines changed: 16 additions & 8 deletions

File tree

CHANGELOG.md

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

88
- (none)
99

10+
## [0.6.94] - 2026-04-22
11+
12+
- TUI: add `/side` conversations and improve resume context with clearer parent thread status and titles. (95dafbc7, 0dc503ba, b8e78e88, fa8943fe, 43a69c50)
13+
- TUI: let you change reasoning level temporarily, show bash mode, and queue slash or shell input while commands run. (e502f0b5, ef071cf8, b7fec543, 917a85b0)
14+
- Plugins: refresh `/plugins` with a tabbed marketplace, inline enablement toggles, and broader manifest/source support. (f017a238, 06f8ec54, 37161bc7, 0e111e08, 26d9894a, cce60023)
15+
- Core: handle image generation outputs with higher-detail resizing defaults and add a built-in Amazon Bedrock provider. (58cb8a63, 53b15703, 120bbf46, cefcfe43)
16+
- Sandbox: improve Windows exec support and make permission globs and profile intersections behave more reliably. (8612714a, 799e5041, f8562bd4, 0d0abe83)
17+
1018
## [0.6.93] - 2026-04-17
1119

1220
- TUI/Core: add task lifecycle visibility routing so task progress is surfaced consistently. (63ea56db)
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
## @just-every/code v0.6.93
1+
## @just-every/code v0.6.94
22

3-
This release improves task visibility, hardens auth persistence, and tightens shell/app-server reliability.
3+
This release expands TUI workflows, broadens plugin support, and tightens core runtime behavior across providers and sandboxing.
44

55
### Changes
66

7-
- TUI/Core: add task lifecycle visibility routing so task progress is surfaced consistently.
8-
- Auth: atomically persist auth files to prevent partial writes and corrupted credentials.
9-
- Core: route FedRAMP auth and model metadata for correct environment-specific model behavior.
10-
- Shell/Exec: normalize raw shell script handling and preserve scripts plus crash traces in exec output.
11-
- App Server: sync response item schema fixtures to keep protocol integrations stable.
7+
- TUI: add `/side` conversations and improve resume context with clearer parent thread status and titles.
8+
- TUI: let you change reasoning level temporarily, show bash mode, and queue slash or shell input while commands run.
9+
- Plugins: refresh `/plugins` with a tabbed marketplace, inline enablement toggles, and broader manifest/source support.
10+
- Core: handle image generation outputs with higher-detail resizing defaults and add a built-in Amazon Bedrock provider.
11+
- Sandbox: improve Windows exec support and make permission globs and profile intersections behave more reliably.
1212

1313
### Install
1414

@@ -17,4 +17,4 @@ npm install -g @just-every/code@latest
1717
code
1818
```
1919

20-
Compare: https://github.com/just-every/code/compare/v0.6.92...v0.6.93
20+
Compare: https://github.com/just-every/code/compare/v0.6.93...v0.6.94

0 commit comments

Comments
 (0)