| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| code-aarch64-apple-darwin.tar.gz | 2026-05-01 | 21.0 MB | |
| code-aarch64-apple-darwin.zst | 2026-05-01 | 15.1 MB | |
| code-aarch64-unknown-linux-musl.tar.gz | 2026-05-01 | 24.5 MB | |
| code-aarch64-unknown-linux-musl.zst | 2026-05-01 | 18.3 MB | |
| code-x86_64-apple-darwin.tar.gz | 2026-05-01 | 23.2 MB | |
| code-x86_64-apple-darwin.zst | 2026-05-01 | 16.7 MB | |
| code-x86_64-pc-windows-msvc.exe.zip | 2026-05-01 | 25.0 MB | |
| code-x86_64-unknown-linux-musl.tar.gz | 2026-05-01 | 26.5 MB | |
| code-x86_64-unknown-linux-musl.zst | 2026-05-01 | 19.3 MB | |
| README.md | 2026-05-01 | 1.0 kB | |
| Release v0.6.97 source code.tar.gz | 2026-05-01 | 11.8 MB | |
| Release v0.6.97 source code.zip | 2026-05-01 | 14.7 MB | |
| Totals: 12 Items | 216.1 MB | 2 | |
@just-every/code v0.6.97
This release improves keyboard-driven workflows, hook management, plugin sharing, and sandbox controls across Code.
Changes
- CLI/TUI: add configurable keymaps, a Vim composer mode, and a dedicated
codex updatecommand for faster keyboard-driven workflows. - Hooks: add a
/hooksbrowser, persist hook enablement state, and fix migrated hook path rewriting so hook management is easier and more reliable. - Plugins: track local paths for shared plugins, add remote plugin skill reads, sync cached installed bundles, and surface admin-disabled remote plugin status.
- Sandbox: add explicit sandbox permission profiles and CLI config controls, and ignore dangerous project-level config keys by default.
- TUI: color the status line from the active theme, format multi-day goal durations clearly, and trim extended history persistence to keep large sessions responsive.
Install
:::bash
npm install -g @just-every/code@latest
code
Thanks
Thanks to @owenlin for contributions!