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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.112",
"version": "0.6.113",
"license": "Apache-2.0",
"description": "Lightweight coding agent that runs in your terminal - fork of OpenAI Codex",
"bin": {
Expand Down
13 changes: 6 additions & 7 deletions docs/release-notes/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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