Release v0.18.0#220
Merged
emal-avala merged 1 commit intomainfrom Apr 23, 2026
Merged
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version bump 0.17.0 → 0.18.0 with CHANGELOG stamp. 46 commits since v0.17.0 — features only, no breaking changes.
Highlights
Session navigation
`/history`, `/redo`, `/rewind N`, `/info`, `/search`, `/files`, `/session`, `/open`, `/debug-tool-call`, `/transcript`.
REPL productivity
`/fast`, `/sandbox`, `/brief`, `/output-style`, `/copy`, `/editor`, `/reload`, `/tag`, `/keybindings`, `/ctxviz`, `/tokens`, `/install-github-app`, `/thinkback-play`, `/skill validate`, fuzzy completer, `@path` completion, richer `?` help, startup warning banner.
Hooks
`pre_compact` (#206), `post_compact` (#218), `pre_turn` / `post_turn` (#185), and critically — `session_start` / `session_stop` / `user_prompt_submit` are now actually wired and fire (#214); they were declared + listed but silently never ran before. `/hooks preview ` (#216) catches misspelled event names in `settings.toml`.
JSONL output
New `turn_start`, `warning`, `compact`, `permission_denied` events so automation consumers don't have to re-parse stderr or string-sniff `tool_result.output`.
Tools / rules / skills
Monitor tool (#184), project rules from `.agent/rules/*.md` (#186), per-subagent permission overlays (#187), and 5 new bundled skills.
Files bumped
`crates/eval/Cargo.toml` is not mentioned in RELEASING.md — needed a bump too, or `cargo check` fails with "failed to select a version for agent-code-lib". Worth updating the playbook after this ships.
Verification
Changelog footer cleanup
Fixed the stale comparison-link footer: the existing `[Unreleased]` link was pointing at `v0.16.1` instead of the latest release. Added `[0.18.0]` and the missing `[0.17.0]` entries. Older gaps (0.14.0, 0.15.0) left alone.
After this merges
Per RELEASING.md §7, tag `v0.18.0` and push to trigger the release workflow (GitHub Release + binaries + crates.io + Homebrew tap + npm + Docker image).