From b461cfa967e89a5190ee24a1beec4a752ac31558 Mon Sep 17 00:00:00 2001 From: Chris Busillo Date: Sun, 24 May 2026 05:28:18 -0400 Subject: [PATCH] chore(release): prepare v0.6.100 --- codex-cli/package.json | 12 ++++++------ docs/release-notes/RELEASE_NOTES.md | 25 ++----------------------- 2 files changed, 8 insertions(+), 29 deletions(-) diff --git a/codex-cli/package.json b/codex-cli/package.json index d1e0a480dd3c..ceb530ad96eb 100644 --- a/codex-cli/package.json +++ b/codex-cli/package.json @@ -1,6 +1,6 @@ { "name": "@just-every/code", - "version": "0.6.98", + "version": "0.6.100", "license": "Apache-2.0", "description": "Lightweight coding agent that runs in your terminal - fork of OpenAI Codex", "bin": { @@ -35,10 +35,10 @@ "prettier": "^3.3.3" }, "optionalDependencies": { - "@just-every/code-darwin-arm64": "0.6.98", - "@just-every/code-darwin-x64": "0.6.98", - "@just-every/code-linux-x64-musl": "0.6.98", - "@just-every/code-linux-arm64-musl": "0.6.98", - "@just-every/code-win32-x64": "0.6.98" + "@just-every/code-darwin-arm64": "0.6.100", + "@just-every/code-darwin-x64": "0.6.100", + "@just-every/code-linux-x64-musl": "0.6.100", + "@just-every/code-linux-arm64-musl": "0.6.100", + "@just-every/code-win32-x64": "0.6.100" } } diff --git a/docs/release-notes/RELEASE_NOTES.md b/docs/release-notes/RELEASE_NOTES.md index 0e45f49225f3..b4f362ee14c6 100644 --- a/docs/release-notes/RELEASE_NOTES.md +++ b/docs/release-notes/RELEASE_NOTES.md @@ -1,24 +1,3 @@ -## @just-every/code v0.6.98 +## @just-every/code v0.6.100 -This release improves TUI workflows, thread handling, plugin sharing, and Linux portability across Code. - -### Changes - -- TUI: add upstream-compatible slash commands, a redesigned session picker, raw scrollback mode, and broader key/input polish. -- Threads: return session IDs from thread and fork flows, paginate thread history, and keep live thread snapshots in sync. -- Plugins: expand plugin sharing with access controls, discoverability settings, marketplace source filters, and richer plugin details. -- Auth/Environments: enable AWS login credentials for Bedrock and route tools through selected environments more consistently. -- Linux sandbox: bundle standalone `bwrap` builds and harden fallback/startup handling to improve reliability on Linux. - -### Install - -```bash -npm install -g @just-every/code@latest -code -``` - -### Thanks - -Thanks to @owenlin0, @alfozan111, and @vincentkoc for contributions! - -Compare: https://github.com/just-every/code/compare/v0.6.97...v0.6.98 +See CHANGELOG.md for details.