Skip to content

Releases: just-every/code

Release v0.6.85

24 Mar 23:19

Choose a tag to compare

@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 /plugins UX 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/exec and complete codex exec migration to the app server for more stable execution under load.

Install

npm install -g @just-every/code@latest
code

Compare: v0.6.84...v0.6.85

Release v0.6.84

24 Mar 06:06

Choose a tag to compare

@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-mini support 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
code

Compare: v0.6.83...v0.6.84

Release v0.6.83

23 Mar 09:48

Choose a tag to compare

@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-release and v8-canary for consistent publish reliability.

Install

npm install -g @just-every/code@latest
code

Compare: v0.6.82...v0.6.83

Release v0.6.82

23 Mar 09:09

Choose a tag to compare

@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-release and v8-canary jobs for consistent publish reliability.

Install

npm install -g @just-every/code@latest
code

Compare: v0.6.81...v0.6.82

Release v0.6.81

23 Mar 08:12

Choose a tag to compare

@just-every/code v0.6.81

See CHANGELOG.md for details.

Release v0.6.80

23 Mar 07:35

Choose a tag to compare

@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 /plugins TUI 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
code

Compare: v0.6.79...v0.6.80

Release v0.6.79

08 Mar 15:32

Choose a tag to compare

@just-every/code v0.6.79

See CHANGELOG.md for details.

Release v0.6.78

08 Mar 14:42

Choose a tag to compare

@just-every/code v0.6.78

See CHANGELOG.md for details.

Release v0.6.77

07 Mar 15:17

Choose a tag to compare

@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 auto for 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
code

Compare: v0.6.76...v0.6.77

Release v0.6.76

07 Mar 13:03

Choose a tag to compare

@just-every/code v0.6.76

See CHANGELOG.md for details.