From 3f23f60ce3f468379fd1281ede7bd3cad37fc6e8 Mon Sep 17 00:00:00 2001 From: Chris Busillo Date: Sat, 30 May 2026 17:21:01 -0400 Subject: [PATCH] release: prepare v0.6.109 metadata --- CHANGELOG.md | 8 ++++++++ codex-cli/package.json | 2 +- docs/release-notes/RELEASE_NOTES.md | 15 +++++++++------ 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 700b0e3d29e..ad53eab0b01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/codex-cli/package.json b/codex-cli/package.json index a2fe544b48e..1efa5656c23 100644 --- a/codex-cli/package.json +++ b/codex-cli/package.json @@ -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": { diff --git a/docs/release-notes/RELEASE_NOTES.md b/docs/release-notes/RELEASE_NOTES.md index de602a1164f..4ec677e3a11 100644 --- a/docs/release-notes/RELEASE_NOTES.md +++ b/docs/release-notes/RELEASE_NOTES.md @@ -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