Skip to content

Commit feaa785

Browse files
committed
docs(changelog): update for v0.6.149 [skip ci]
1 parent ac82bdf commit feaa785

2 files changed

Lines changed: 11 additions & 7 deletions

File tree

CHANGELOG.md

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

88
- (none)
99

10+
## [0.6.149] - 2026-07-17
11+
12+
- Core: confirm usage-limit resets before redeeming limit credits. (a50e8223)
13+
- Release: add an npm publication recovery workflow for failed release publishes. (3b12db1c, 6151c7ae)
14+
1015
## [0.6.148] - 2026-07-16
1116

1217
- TUI: stop the composer animation ticker when the app event channel closes. (6a2b15b4, 30f287c6)
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
## @just-every/code v0.6.148
1+
## @just-every/code v0.6.149
22

3-
This release improves protocol token usage reporting and fixes a TUI composer animation lifecycle issue.
3+
This release improves usage-limit redemption checks and adds release publication recovery support.
44

55
### Changes
66

7-
- TUI: stop the composer animation ticker when the app event channel closes.
8-
- Protocol: track prompt cache write token usage across protocol events and SDK types.
9-
- Dependencies: update serde_with to 3.21.0.
7+
- Core: confirm usage-limit resets before redeeming limit credits.
8+
- Release: add an npm publication recovery workflow for failed release publishes.
109

1110
### Install
1211

13-
```bash
12+
```sh
1413
npm install -g @just-every/code@latest
1514
code
1615
```
1716

18-
Compare: https://github.com/just-every/code/compare/v0.6.147...v0.6.148
17+
Compare: https://github.com/just-every/code/compare/v0.6.148...v0.6.149

0 commit comments

Comments
 (0)