| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| code-aarch64-apple-darwin.tar.gz | 2026-04-03 | 20.8 MB | |
| code-aarch64-apple-darwin.zst | 2026-04-03 | 14.9 MB | |
| code-aarch64-unknown-linux-musl.tar.gz | 2026-04-03 | 24.1 MB | |
| code-aarch64-unknown-linux-musl.zst | 2026-04-03 | 18.0 MB | |
| code-x86_64-apple-darwin.tar.gz | 2026-04-03 | 23.0 MB | |
| code-x86_64-apple-darwin.zst | 2026-04-03 | 16.6 MB | |
| code-x86_64-pc-windows-msvc.exe.zip | 2026-04-03 | 24.9 MB | |
| code-x86_64-unknown-linux-musl.tar.gz | 2026-04-03 | 26.2 MB | |
| code-x86_64-unknown-linux-musl.zst | 2026-04-03 | 19.1 MB | |
| README.md | 2026-04-03 | 856 Bytes | |
| Release v0.6.91 source code.tar.gz | 2026-04-03 | 10.4 MB | |
| Release v0.6.91 source code.zip | 2026-04-03 | 12.9 MB | |
| Totals: 12 Items | 210.8 MB | 0 | |
@just-every/code v0.6.91
This release improves auth flexibility, TUI/session reliability, and build performance.
Changes
- Core: support command-backed provider auth and dynamic bearer token sources for more flexible login flows.
- TUI: fix zellij redraw/composer rendering plus resume picker and review-follow-up stale state issues for smoother sessions.
- App Server: fix
/statusaccuracy by showing fork source correctly and preventing stale rate-limit data in active sessions. - Windows: improve shell startup reliability with PowerShell fallback paths and longer startup timeouts on slower runners.
- Core: reduce
codex-corecompile times substantially by moving key execution paths to native async handlers.
Install
:::bash
npm install -g @just-every/code@latest
code
Thanks
Thanks to @owenlin0 for contributions!