Skip to content

Commit 0780334

Browse files
committed
docs(changelog): update for v0.2.151 [skip ci]
1 parent ca7c35e commit 0780334

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
> [!TIP]
44
> We're constantly improving Code! This page documents the core changes. You can also check our [releases page](https://github.com/just-every/code/releases) for additional information.
55
6+
## [0.2.151] - 2025-09-16
7+
8+
- TUI/History: append merge completion banner for clearer post-merge status. (736293a9)
9+
- TUI: add intersection checks for parameter inputs in AgentEditorView. (6d1775cf)
10+
611
## [0.2.150] - 2025-09-16
712

813
- TUI/Branch: add /merge command and show diff summary in merge handoff. (eb4c2bc0, 0f254d9e, b19b2d16)

release-notes/RELEASE_NOTES.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
## @just-every/code v0.2.150
1+
## @just-every/code v0.2.151
22

3-
This release adds a merge workflow, polishes history and agents editor UX, and restores jq search and alt‑screen scrolling.
3+
This release refines TUI history messaging and improves parameter input robustness.
44

55
### Changes
6-
- TUI/Branch: add /merge command and show diff summary in merge handoff.
7-
- TUI/Agents: refine editor UX and persistence; keep instructions/buttons visible and tidy spacing.
8-
- TUI/History: render exec status separately, keep gutter icon, and refine short-command and path labels.
9-
- Core/TUI: restore jq search and alt-screen scrolling; treat jq filters as searches.
6+
- TUI/History: append merge completion banner for clearer post-merge status.
7+
- TUI: add intersection checks for parameter inputs in AgentEditorView.
108

119
### Install
1210
```
1311
npm install -g @just-every/code@latest
1412
code
1513
```
1614

17-
Compare: https://github.com/just-every/code/compare/v0.2.149...v0.2.150
15+
Compare: https://github.com/just-every/code/compare/v0.2.150...v0.2.151

0 commit comments

Comments
 (0)