Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.23.0] - 2026-09-06

### Added

- **TUI wizard text editing**: Left and right arrows now move the cursor within text fields. Typing inserts text at the cursor, Backspace removes the preceding character, and Delete removes the following character.

### Changed

- **TUI wizard navigation**: Use `Ctrl+B` to return to the previous step; the left arrow now moves the text cursor. Wizard keyboard hints reflect the new shortcut.
- **Goal scope limits**: Increased the maximum number of items in each goal scope list from 20 to 100.

### Fixed

- **Codex compaction hooks**: Managed PreCompact hooks now run `jumbo work pause --format text --quiet`, preventing Codex 0.153.4 from rejecting the non-TTY `[OK]` success prefix as invalid hook JSON. Initialization and repair migrate the previous bare and text-only managed commands while preserving user hooks and JSONC comments. SessionStart continues delivering full startup and resume context.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jumbo-cli",
"version": "3.22.0",
"version": "3.23.0",
"description": "Memory and Context Orchestration for Coding Agents",
"keywords": [
"cli",
Expand Down
Loading