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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@

- (none)

## [0.6.109] - 2026-05-30

- Skills: add manual skill discovery and command policies, including bundled-path resolution from the skill directory. (db2c24e4, 33121bf0, b475fb11)
- Agents: retry transient provider failures and clean up stale active slots when runs are cancelled. (7d5c90e1, f26e81a2, 58eee09f)
- Core: warn when multiple active sessions use the same checkout and cool down auth refresh fallback retries. (0980556e, 599483f8)
- TUI: harden `/diff` for submodules, whitespace paths, dirty markers, nested filters, and repo helper edge cases. (5a5266a5, 09292749, 94db4237, 1b58e080)
- App Server/Update: harden websocket transport and preserve the renamed binary identity during update checks. (bc42a166, 93bee109)

## [0.6.108] - 2026-05-29

- Release: require local release metadata before publishing and validate the generated notes version in CI. (cfd73d45)
Expand Down
2 changes: 1 addition & 1 deletion codex-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@just-every/code",
"version": "0.6.108",
"version": "0.6.109",
"license": "Apache-2.0",
"description": "Lightweight coding agent that runs in your terminal - fork of OpenAI Codex",
"bin": {
Expand Down
15 changes: 9 additions & 6 deletions docs/release-notes/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
## @just-every/code v0.6.108
## @just-every/code v0.6.109

This release tightens the local release metadata workflow for smaller, cleaner release PRs.
This release improves skill handling, agent reliability, diff rendering, and update behavior across Every Code.

### Changes

- Require locally prepared release metadata before publishing, with CI validation that the generated release notes match the target version.
- Make local release note generation scale down for tiny releases, including concise one-bullet GitHub notes when that is the clearest output.
- Add manual skill discovery plus skill command policies, with bundled skill paths resolved relative to their skill directory.
- Make agent runs more resilient by retrying transient provider failures and cleaning up stale active slots after cancellation.
- Warn when multiple active sessions share a checkout, reduce repeated auth refresh fallback attempts, and harden app-server websocket transport.
- Improve `/diff` handling for submodules, whitespace paths, dirty markers, nested filters, and repo helper edge cases.
- Preserve the renamed binary identity during update checks so users see the correct command name.

### Install

```bash
gh release download v0.6.108 --repo cbusillo/code
gh release download v0.6.109 --repo cbusillo/code
```

Compare: https://github.com/cbusillo/code/compare/v0.6.107...v0.6.108
Compare: https://github.com/cbusillo/code/compare/v0.6.108...v0.6.109