diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e9a1d2ec45..0fbea07682f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ - (none) +## [0.6.113] - 2026-05-31 + +- Skills: normalize command resource paths before validation so declared helper scripts resolve consistently across relative and absolute metadata forms. (132dec53) +- Upstream: fetch cursor refs without tags so upstream review checks avoid release tag collisions. (132dec53) + ## [0.6.112] - 2026-05-31 - Skills: support repo and external skill commands while preserving compatibility for existing metadata. (61799048, a5221451) diff --git a/codex-cli/package.json b/codex-cli/package.json index 37979563b08..a781194ffdc 100644 --- a/codex-cli/package.json +++ b/codex-cli/package.json @@ -1,6 +1,6 @@ { "name": "@just-every/code", - "version": "0.6.112", + "version": "0.6.113", "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 49d3eaed45e..fe7ea3bd784 100644 --- a/docs/release-notes/RELEASE_NOTES.md +++ b/docs/release-notes/RELEASE_NOTES.md @@ -1,17 +1,16 @@ -## @just-every/code v0.6.112 +## @just-every/code v0.6.113 -This release tightens skill command metadata and adds upstream review cursor tooling. +This release ships a small reliability fix for skill metadata and upstream cursor checks. ### Changes -- Support repo and external skill commands without breaking existing command metadata. -- Reject skill commands that point at non-script resources, so templates and references cannot be treated as runnable helpers. -- Add an upstream cursor report for tracking reviewed commits across Every Code's upstream sources. +- Normalize skill command resource paths before validation so helper scripts resolve consistently. +- Fetch upstream cursor refs without tags to avoid release tag collisions during review checks. ### Install ```bash -gh release download v0.6.112 --repo cbusillo/code +gh release download v0.6.113 --repo cbusillo/code ``` -Compare: https://github.com/cbusillo/code/compare/v0.6.111...v0.6.112 +Compare: https://github.com/cbusillo/code/compare/v0.6.112...v0.6.113