Releases: just-every/code
Release v0.6.90
@just-every/code v0.6.90
This release streamlines CI automation to keep release validation faster and more reliable.
Changes
- CI: remove legacy Rust CI workflows to streamline repository automation and reduce maintenance overhead.
- CI: simplify workflow policy/docs after retiring Rust CI jobs, making release checks more predictable.
Install
npm install -g @just-every/code@latest
codeCompare: v0.6.89...v0.6.90
Release v0.6.89
@just-every/code v0.6.89
This release improves CI reliability so release validation is less likely to fail on slow hosted runners.
Changes
- CI: increase hosted-runner time budget for argument lint jobs to reduce timeout-related release failures.
- CI: improve release pipeline stability by giving slower lint runs more time before cancellation.
Install
npm install -g @just-every/code@latest
codeCompare: v0.6.88...v0.6.89
Release v0.6.88
@just-every/code v0.6.88
See CHANGELOG.md for details.
Release v0.6.87
@just-every/code v0.6.87
This release improves CI reliability for cross-platform validation and release readiness.
Changes
- CI: switch
rust-ci-fullWindows jobs to hosted GitHub runners to reduce runner pool dependency in release validation. - CI: move Linux and Windows target matrices in
rust-ci-fullto hosted runners, improving cross-platform build reliability in restricted environments.
Install
npm install -g @just-every/code@latest
codeCompare: v0.6.86...v0.6.87
Release v0.6.86
@just-every/code v0.6.86
This release improves authentication reliability, CLI piping workflows, and stability across TUI, MCP, and sandbox paths.
Changes
- Auth: suppress stale tokens after refresh failures and avoid duplicate refresh attempts for more reliable sign-in.
- CLI: add stdin piping support for
codex execto improve shell composition workflows. - TUI: polish app-server UX with plugin menu cleanup, skills picker scrolling fixes, and ghost subagent entry fixes.
- MCP: improve startup reliability with increased startup timeout and fixes for startup warning regressions.
- Sandbox: harden Windows and Linux sandbox behavior with network proxy support and safer
bwrapresolution.
Install
npm install -g @just-every/code@latest
codeThanks
Thanks to @felipecoury and @siggisim and @sluongng for contributions!
Release v0.6.85
@just-every/code v0.6.85
This release improves TUI/app-server reliability, streamlines plugin UX, and hardens auth and execution behavior.
Changes
- TUI/App Server: open ChatGPT login in the local browser, cancel active login on Ctrl+C, and always restore terminal state on early exit.
- Plugins: improve
/pluginsUX with clearer labels/wording, better ordering, cleaner disabled rows, and less OAuth URL console noise during install. - Plugin Listing: surface marketplace loading errors, stop filtering plugin/list results, and refresh mentions after install/uninstall.
- Auth: use access-token expiration consistently for proactive refresh and prevent repeated refresh storms after permanent token failures.
- Core/App Server: add back-pressure and batching to
command/execand complete codex exec migration to the app server for more stable execution under load.
Install
npm install -g @just-every/code@latest
codeCompare: v0.6.84...v0.6.85
Release v0.6.84
@just-every/code v0.6.84
This release improves model access, multi-agent workflows, and day-to-day TUI reliability.
Changes
- Models: add
gpt-5.4-minisupport and simplify auth refresh handling for smoother model access. - TUI: refresh curated model choices and suppress clean auto-review notices to reduce chat noise.
- Plugins: add install/uninstall flows in the TUI and better plugin labeling/filtering in listings.
- Multi-agent: ship structured agent communication/output and custom watcher support for v2 runs.
- Core: improve command/runtime stability with safer PATH construction, vendored bubblewrap fallback, and unified realtime stop handling.
Install
npm install -g @just-every/code@latest
codeCompare: v0.6.83...v0.6.84
Release v0.6.83
@just-every/code v0.6.83
This release improves release pipeline reliability when BuildBuddy credentials are unavailable.
Changes
- CI: fall back to local Bazel execution when the BuildBuddy API key is unavailable, keeping release jobs running in restricted environments.
- Release Workflows: apply the BuildBuddy fallback path to both
rusty-v8-releaseandv8-canaryfor consistent publish reliability.
Install
npm install -g @just-every/code@latest
codeCompare: v0.6.82...v0.6.83
Release v0.6.82
@just-every/code v0.6.82
This release improves release pipeline resilience when remote BuildBuddy credentials are not available.
Changes
- CI: fall back to local Bazel execution when the BuildBuddy API key is unavailable, preventing release pipeline failures in restricted environments.
- Release Workflows: apply the BuildBuddy fallback path to both
rusty-v8-releaseandv8-canaryjobs for consistent publish reliability.
Install
npm install -g @just-every/code@latest
codeCompare: v0.6.81...v0.6.82
Release v0.6.81
@just-every/code v0.6.81
See CHANGELOG.md for details.