Releases: just-every/code
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.
Release v0.6.80
@just-every/code v0.6.80
This release improves day-to-day reliability and workflows across the TUI, plugins, approvals, and realtime sessions.
Changes
- TUI/App Server: complete the app-server-backed TUI migration with restored composer history and remote resume/fork history.
- Plugins: add the first
/pluginsTUI menu and expand featured/product-scoped plugin install and sync flows. - Approvals/Sandbox: introduce
request_permissions, persist its decisions across turns, and improve Linux sandbox defaults and split-filesystem handling. - Multi-agent: switch agent identifiers to path-like IDs and add graph-style network visibility for agent runs.
- Core/Realtime: reduce startup hangs and stabilize realtime/websocket session shutdown and error delivery.
Install
npm install -g @just-every/code@latest
codeCompare: v0.6.79...v0.6.80
Release v0.6.79
@just-every/code v0.6.79
See CHANGELOG.md for details.
Release v0.6.78
@just-every/code v0.6.78
See CHANGELOG.md for details.
Release v0.6.77
@just-every/code v0.6.77
This release improves automatic context selection defaults and strengthens context-mode reliability.
Changes
- Core/Context: default session context mode to
autofor better out-of-the-box context selection. - Auto Context: enrich 1M-judge risk signals to improve context quality and decision reliability.
- TUI/Context: persist explicit disabled state for 1M mode so settings stay consistent across sessions.
Install
npm install -g @just-every/code@latest
codeCompare: v0.6.76...v0.6.77
Release v0.6.76
@just-every/code v0.6.76
See CHANGELOG.md for details.