Skip to content

Releases: just-every/code

Release v0.6.74

27 Feb 05:35

Choose a tag to compare

@just-every/code v0.6.74

This release sharpens Auto Review messaging so results stay clear without extra transcript noise.

Changes

  • TUI/Auto Review: stop duplicating background review notes as [developer] history messages to keep transcript noise down.
  • TUI/Auto Review: keep review findings routed through the dedicated Auto Review notice while still forwarding hidden context to the coordinator.

Install

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

Compare: v0.6.73...v0.6.74

Release v0.6.73

27 Feb 04:39

Choose a tag to compare

@just-every/code v0.6.73

This release improves Auto Review output handling in the TUI for clearer, less noisy summaries.

Changes

  • TUI/Auto Review: parse embedded JSON review results from mixed runner output so summaries stay focused on findings.
  • TUI/Auto Review: truncate plain-text fallback summaries to prevent raw log dumps in chat history.

Install

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

Compare: v0.6.72...v0.6.73

Release v0.6.72

27 Feb 01:46

Choose a tag to compare

@just-every/code v0.6.72

This release improves agent config migration safety and keeps TUI auto-review feedback loops responsive.

Changes

  • Agents/App Server: add external agent config migration API with import depth guards to safely bring configs forward.
  • TUI/Auto Review: dispatch idle review findings back to the model so automated review cycles continue reliably.

Install

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

Compare: v0.6.71...v0.6.72

Release v0.6.71

26 Feb 22:36

Choose a tag to compare

@just-every/code v0.6.71

This release improves realtime reliability, tightens approvals, and upgrades core TUI and JS REPL workflows.

Changes

  • Core/Realtime: prefer websocket v2, add fallback behavior, and improve timeout handling for more resilient sessions.
  • TUI: add /copy, improve clear controls (/clear and Ctrl-L), and expand multi-agent progress and picker UX.
  • Security/Approvals: persist network approval policy and tighten zsh-fork approval and sandbox enforcement paths.
  • JS REPL: lower Node minimum requirement, gate incompatible runtimes at startup, and improve error recovery in nested tool calls.

Install

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

Thanks

Thanks to @rupurt and @dchimento and @JaviSoto and @owenlin0 and @felipecoury for contributions!

Release v0.6.70

16 Feb 05:17

Choose a tag to compare

@just-every/code v0.6.70

This release improves search persistence, Auto Drive routing control, and sandbox GPU access.

Changes

  • Core/Search: persist and restore tool selection after search.
  • Core/Search: warn when falling back to default metadata and keep selection.
  • Auto Drive: add configurable CLI routing entries.
  • Linux Sandbox: allow GPU device paths in landlock.

Install

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

Compare: v0.6.69...v0.6.70

Release v0.6.69

15 Feb 07:08

Choose a tag to compare

@just-every/code v0.6.69

Release 0.6.69 focuses on clearer approvals, smarter model routing, and tighter attachment handling.

Changes

  • TUI/Approvals: show structured network approval prompts with host/protocol context.
  • Models: gate gpt-5.3-codex-spark behind pro-only auth capabilities.
  • Core/Auto Drive: add fallback routing when spark hits overflow or usage limits.
  • TUI: preserve remote image attachments across resume and backtrack flows.

Install

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

Compare: v0.6.68...v0.6.69

Release v0.6.68

14 Feb 22:10

Choose a tag to compare

@just-every/code v0.6.68

This release tightens Auto Drive routing and decision handling while improving long-session stability.

Changes

  • Auto Drive: add per-turn model routing and rename decision schema.
  • Auto Drive: enforce finish evidence with paste fallback.
  • Auto Drive: require strict decision fields without allOf and align coordinator schema.
  • Auto Drive: decouple auto review and cap long-session growth.

Install

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

Compare: v0.6.67...v0.6.68

Release v0.6.67

13 Feb 05:35

Choose a tag to compare

@just-every/code v0.6.67

This release expands skill discovery, improves TUI navigation, and clarifies app-server error reporting.

Changes

  • Skills: discover .agents and admin roots and remove deep-scan caps.
  • TUI: improve /model navigation and /resume popup visibility.
  • App Server: surface JSON-RPC errors to avoid masked auth failures.
  • Sandbox: add slash command to grant read access to inaccessible directories.

Install

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

Compare: v0.6.66...v0.6.67

Release v0.6.66

12 Feb 23:34

Choose a tag to compare

@just-every/code v0.6.66

A focused release that expands websocket support and smooths model/REPL behavior.

Changes

  • App Server: add websocket transport and protocol updates.
  • Core/Websocket: bound ingress buffering and unblock spark exec/close readers.
  • TUI/Model: surface gpt-5.3-codex-spark in /model.
  • Core/JS REPL: add host helpers and exec end events.

Install

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

Compare: v0.6.65...v0.6.66

Release v0.6.65

11 Feb 19:03

Choose a tag to compare

@just-every/code v0.6.65

This release improves dotenv handling for more predictable startup configuration.

Changes

  • CLI/Env: stop traversing parent .env files at startup.
  • CLI/Env: exclude more provider keys from project dotenv.

Install

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

Compare: v0.6.64...v0.6.65