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

- (none)

## [0.6.112] - 2026-05-31

- Skills: support repo and external skill commands while preserving compatibility for existing metadata. (61799048, a5221451)
- Skills: require skill command helpers to use declared script resources so references and templates cannot masquerade as runnable helpers. (e9d33a8)
- Upstream: add review cursor tracking and a local cursor report command for long-running fork maintenance. (11b169b0)

## [0.6.111] - 2026-05-31

- Skills: add helper metadata for PR watching and issue digests, and reject skills whose command helpers are missing. (252e31ff, 91eae015)
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.111",
"version": "0.6.112",
"license": "Apache-2.0",
"description": "Lightweight coding agent that runs in your terminal - fork of OpenAI Codex",
"bin": {
Expand Down
13 changes: 7 additions & 6 deletions docs/release-notes/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
## @just-every/code v0.6.111
## @just-every/code v0.6.112

This release improves skill helper metadata and validation in Every Code.
This release tightens skill command metadata and adds upstream review cursor tooling.

### Changes

- Add structured command, resource, and default metadata for the repo-local PR watcher and issue digest skills.
- Reject skills that reference missing command helpers so invalid workflow metadata fails during load.
- 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.

### Install

```bash
gh release download v0.6.111 --repo cbusillo/code
gh release download v0.6.112 --repo cbusillo/code
```

Compare: https://github.com/cbusillo/code/compare/v0.6.110...v0.6.111
Compare: https://github.com/cbusillo/code/compare/v0.6.111...v0.6.112