Releases: just-every/code
Release v0.6.96
@just-every/code v0.6.96
This release adds first-class goal workflows and tightens a few high-impact UX and reliability edges across the app server, TUI, and core runtime.
Changes
- Goals: add persistent thread goals with
/goalcontrols, status UI, pause and unpause actions, token budgets, and automatic continuation across app-server, core, and TUI flows. - TUI: keep slash command popup columns stable while scrolling so command descriptions stop shifting horizontally.
- App Server: restore the persisted model provider on thread resume so resumed encrypted conversations stay on the correct endpoint.
- Updates: wait for npm registry readiness before prompting npm or Bun installs to upgrade.
- Core: bypass managed network proxying for explicitly escalated commands and fix Bedrock GPT-5.4 reasoning levels to avoid provider-side failures.
Install
npm install -g @just-every/code@latest
codeCompare: v0.6.95...v0.6.96
Release v0.6.95
@just-every/code v0.6.95
This release improves model support, approval and permission flows, and execution stability across TUI and remote plugin workflows.
Changes
- Models: add GPT-5.5 support and refresh model schema plus GPT agent defaults for more reliable model selection.
- ChatGPT: align ChatGPT plan and service-tier behavior, and route backend auth through Codex auth plumbing for more consistent account handling.
- Permissions: ship stable Auto Review controls, stricter approval flows, and persistent permission-profile state across TUI, protocol, and app-server sessions.
- TUI/Exec: fix interrupt and
/reviewexit wedges, keep command output visible until streams fully close, and reduce turn interruption hangs. - Plugins: expand remote plugin support with list/read/install flows, marketplace upgrade plumbing, and workspace-level plugin disable controls.
Install
npm install -g @just-every/code@latest
codeThanks
Thanks to @SteveCoffey for contributions!
Release v0.6.94
@just-every/code v0.6.94
This release expands TUI workflows, broadens plugin support, and tightens core runtime behavior across providers and sandboxing.
Changes
- TUI: add
/sideconversations and improve resume context with clearer parent thread status and titles. - TUI: let you change reasoning level temporarily, show bash mode, and queue slash or shell input while commands run.
- Plugins: refresh
/pluginswith a tabbed marketplace, inline enablement toggles, and broader manifest/source support. - Core: handle image generation outputs with higher-detail resizing defaults and add a built-in Amazon Bedrock provider.
- Sandbox: improve Windows exec support and make permission globs and profile intersections behave more reliably.
Install
npm install -g @just-every/code@latest
codeCompare: v0.6.93...v0.6.94
Release v0.6.93
@just-every/code v0.6.93
This release improves task visibility, hardens auth persistence, and tightens shell/app-server reliability.
Changes
- TUI/Core: add task lifecycle visibility routing so task progress is surfaced consistently.
- Auth: atomically persist auth files to prevent partial writes and corrupted credentials.
- Core: route FedRAMP auth and model metadata for correct environment-specific model behavior.
- Shell/Exec: normalize raw shell script handling and preserve scripts plus crash traces in exec output.
- App Server: sync response item schema fixtures to keep protocol integrations stable.
Install
npm install -g @just-every/code@latest
codeCompare: v0.6.92...v0.6.93
Release v0.6.92
@just-every/code v0.6.92
This release improves cross-platform reliability, remote session behavior, and core model/tooling correctness.
Changes
- TUI: enable Wayland clipboard image paste so screenshot paste works reliably on Linux Wayland sessions.
- Core: align model/provider behavior by syncing remote model parity and updating Copilot/GPT-5.4 mini agent flags.
- Remote: forward
--cdconsistently across remote start/resume/fork/list flows so session directory targeting works as expected. - Core/TUI: fix MCP tool listing for hyphenated server names and prevent stale
/copyoutput after commentary-only turns. - Platform: improve macOS stability by preventing sandbox HTTP-client panics and filtering malloc diagnostics from composer input.
Install
npm install -g @just-every/code@latest
codeCompare: v0.6.91...v0.6.92
Release v0.6.91
@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
npm install -g @just-every/code@latest
codeThanks
Thanks to @owenlin0 for contributions!
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