Skip to content

Releases: just-every/code

Release v0.6.90

31 Mar 03:43

Choose a tag to compare

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

Compare: v0.6.89...v0.6.90

Release v0.6.89

31 Mar 01:35

Choose a tag to compare

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

Compare: v0.6.88...v0.6.89

Release v0.6.88

31 Mar 00:31

Choose a tag to compare

@just-every/code v0.6.88

See CHANGELOG.md for details.

Release v0.6.87

30 Mar 23:41

Choose a tag to compare

@just-every/code v0.6.87

This release improves CI reliability for cross-platform validation and release readiness.

Changes

  • CI: switch rust-ci-full Windows jobs to hosted GitHub runners to reduce runner pool dependency in release validation.
  • CI: move Linux and Windows target matrices in rust-ci-full to hosted runners, improving cross-platform build reliability in restricted environments.

Install

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

Compare: v0.6.86...v0.6.87

Release v0.6.86

30 Mar 23:04

Choose a tag to compare

@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 exec to 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 bwrap resolution.

Install

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

Thanks

Thanks to @felipecoury and @siggisim and @sluongng for contributions!

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.