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
12 changes: 6 additions & 6 deletions 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.98",
"version": "0.6.100",
"license": "Apache-2.0",
"description": "Lightweight coding agent that runs in your terminal - fork of OpenAI Codex",
"bin": {
Expand Down Expand Up @@ -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"
}
}
25 changes: 2 additions & 23 deletions docs/release-notes/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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.