Skip to content

Commit e2c35c3

Browse files
committed
docs(changelog): update for v0.4.9 [skip ci]
1 parent 79e147c commit e2c35c3

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

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

88
- (none)
99

10+
## [0.4.9] - 2025-11-03
11+
12+
- CLI: rerun the bootstrap step when postinstall scripts are skipped so upgrades stay healthy. (8d842b8)
13+
- Auto Drive: salvage user-turn JSON to keep transcripts recoverable after crashes. (38caf29)
14+
- Homebrew: track the latest release so tap installs follow new versions immediately. (222d2e6)
15+
1016
## [0.4.8] - 2025-11-03
1117

1218
- Auto Drive: Surface coordinator schema details when retries fail so validation issues are actionable. (cbc31dad)

release-notes/RELEASE_NOTES.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
## @just-every/code v0.4.8
1+
## @just-every/code v0.4.9
22

3-
This release sharpens Auto Drive recovery and keeps coordinator runs flowing smoothly.
3+
This release keeps automation stable and ensures CLI installs stay aligned with the latest build.
44

55
### Changes
6-
7-
- Auto Drive: Surface coordinator schema details when retries fail so validation issues are actionable.
8-
- TUI/Auto Drive: Resume the decision pipeline after diagnostics follow-ups so runs wrap up correctly.
6+
- CLI: rerun the bootstrap step when postinstall scripts are skipped so upgrades stay healthy.
7+
- Auto Drive: salvage user-turn JSON to keep transcripts recoverable after crashes.
8+
- Homebrew: track the latest release so tap installs follow new versions immediately.
99

1010
### Install
1111
```
1212
npm install -g @just-every/code@latest
1313
code
1414
```
1515

16-
Compare: https://github.com/just-every/code/compare/v0.4.7...v0.4.8
16+
Compare: https://github.com/just-every/code/compare/v0.4.8...v0.4.9

0 commit comments

Comments
 (0)