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
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.106",
"version": "0.6.107",
"license": "Apache-2.0",
"description": "Lightweight coding agent that runs in your terminal - fork of OpenAI Codex",
"bin": {
Expand Down
22 changes: 20 additions & 2 deletions docs/release-notes/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## @just-every/code v0.6.106
## @just-every/code v0.6.107

See CHANGELOG.md for details.
This release focuses on model freshness, session reliability, and getting the
release path into better shape ahead of the next model drop.

### Highlights

- Updated the built-in Claude Opus selector to Claude Opus 4.8, including alias
upgrades for older Opus selector names.
- Added regression coverage for dynamic remote GPT model discovery, so backend
model slugs such as a future GPT-5.6 can appear without requiring another
local selector release.
- Fixed ChatGPT auth fallback behavior, shutdown completions, and token refresh
timing to reduce stale-auth interruptions.
- Tightened session-scoped agent state so archived agent activity, visibility,
and status stay isolated across reconnects and same-repo sessions.
- Split release metadata preparation from final publishing. Release PRs no
longer wait on the full preflight and platform matrix, while final publishing
still runs the full release gate and platform asset builds.
- Cleaned up Every Code/CODEX compatibility docs, package shim behavior,
release preflight paths, and agent/skill configuration docs.