Skip to content

Releases: just-every/code

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

Release v0.6.64

11 Feb 11:19

Choose a tag to compare

@just-every/code v0.6.64

This release focuses on agent defaults and clearer agent summaries.

Changes

  • TUI: normalize agent alias slugs in summary counts.
  • Core: default Codex to gpt-5.3 and align CLI checks.

Install

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

Compare: v0.6.63...v0.6.64

Release v0.6.63

11 Feb 06:20

Choose a tag to compare

@just-every/code v0.6.63

This release improves websocket stability, rate-limit handling, and TUI behavior.

Changes

  • Core: support multiple rate limits.
  • Core/Protocol: add websocket preference and rate-limit metadata; serialize rate-limit ids as nullable.
  • Core/Websocket: avoid resending output items and tighten incrementality checks.
  • TUI: queue rollback trims in app-event order and keep history recall cursor at line end.
  • Exec Policy: reject empty command lists and honor never-prompt approval policy.

Install

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

Compare: v0.6.62...v0.6.63

Release v0.6.62

11 Feb 03:58

Choose a tag to compare

@just-every/code v0.6.62

This release expands app-server capabilities and improves model routing diagnostics.

Changes

  • App Server: add app-server support for client connections.
  • App Server: wire the Linux sandbox executable into config.
  • Model Routing: surface reroute warnings and status models.
  • Core/Agents: resolve Claude from home fallback paths.

Install

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

Compare: v0.6.61...v0.6.62

Release v0.6.61

10 Feb 10:01

Choose a tag to compare

@just-every/code v0.6.61

This release improves authentication handling, sandbox networking, and skills policy support.

Changes

  • Core: align auth token schema and websocket errors.
  • Sandbox: enforce proxy-aware network routing in sandbox.
  • Skills: add SkillPolicy metadata with allow_implicit_invocation support.
  • App Server: use chatgpt_account_id/chatgpt_plan_type for external auth.

Install

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