Skip to content

Releases: just-every/code

Release v0.6.21

30 Dec 14:26

Choose a tag to compare

@just-every/code v0.6.21

Add gh_run_wait to poll GitHub Actions runs and tighten background job cleanup for clearer failures.

Changes

  • Core: add gh_run_wait tool to poll GitHub Actions runs and return completion summaries.
  • Core: clear orphaned background jobs when tasks end without results to surface failures.

Install

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

Compare: v0.6.20...v0.6.21

Release v0.6.20

30 Dec 05:13

Choose a tag to compare

@just-every/code v0.6.20

Auto Drive reliability improvements for smoother hands-free runs.

Changes

  • Auto Drive: keep retrying after errors so runs recover instead of stopping early.
  • Auto Drive: schedule restarts without depending on Tokio to avoid stalled recoveries.

Install

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

Compare: v0.6.19...v0.6.20

Release v0.6.19

29 Dec 03:47

Choose a tag to compare

@just-every/code v0.6.19

This release refreshes the agent defaults around GPT-5.2 Codex for better coding runs.

Changes

  • Agents: default built-in slugs to code-gpt-5.2-codex for faster, higher-quality automation.
  • Agents: expand GPT-5 alias coverage and docs so configs map cleanly to the new defaults.

Install

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

Compare: v0.6.18...v0.6.19

Release v0.6.18

28 Dec 22:46

Choose a tag to compare

@just-every/code v0.6.18

This release adds a skills slash command plus stability fixes for exec and Auto Drive flows.

Changes

  • TUI: add /skills slash command to list available skills inline.
  • Exec: handle missing wait output to keep execution results consistent.
  • Auto Drive: stop runs after fatal errors to avoid hanging sessions.

Install

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

Compare: v0.6.17...v0.6.18

Release v0.6.17

28 Dec 02:22

Choose a tag to compare

@just-every/code v0.6.17

This release refines transcript selection, hardens automation runs, and speeds up TUI rendering.

Changes

  • TUI2: improve transcript selection with multi-click, drag start, copy shortcut, and corruption fixes when copying offscreen text.
  • Auto Drive: keep agent runs alive and clamp overlays to avoid misaligned prompts.
  • Config: honor /etc/codex/config.toml, in-repo config sources, and project_root_markers for workspace detection.
  • Exec/CLI: limit unified exec output size and improve ripgrep download diagnostics for clearer failures.
  • Performance: cache history render requests and cap redraw scheduling to 60fps to reduce TUI CPU usage.

Install

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

Thanks

Thanks to @RosarioYui for contributions!

Release v0.6.16

25 Dec 05:29

Choose a tag to compare

@just-every/code v0.6.16

Refines timeboxed automation guidance to drive early verification and proof-first completions.

Changes

  • Auto Drive: tighten timeboxed coordinator guidance so runs lead with authoritative verifiers and outcome-only directives.
  • CLI: expand timeboxed exec guidance to force early acceptance checks and proof before finishing.

Install

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

Compare: v0.6.15...v0.6.16

Release v0.6.15

24 Dec 07:38

Choose a tag to compare

@just-every/code v0.6.15

This release tightens Auto Drive timeboxing and adds clearer execution guidance.

Changes

  • Exec: add timeboxed auto-exec guidance to keep runs bounded.
  • Auto Drive: tighten time budget guidance and drop unused seed to reduce noise.

Install

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

Compare: v0.6.14...v0.6.15

Release v0.6.14

23 Dec 01:41

Choose a tag to compare

@just-every/code v0.6.14

This release polishes TUI history behavior, stabilizes browser retries, and aligns auth with session accounts.

Changes

  • TUI: clear stale mid-turn output when starting a new task so history stays accurate.
  • TUI: clear exec spinners when a TaskComplete event is missing to avoid stuck indicators.
  • Core/Auth: switch the active account based on session context to honor workspace permissions.
  • Browser: restart the navigation handler after repeated errors to restore browsing.
  • Auto-review: defer baseline capture to keep automated review diffs stable.

Install

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

Compare: v0.6.13...v0.6.14

Release v0.6.13

22 Dec 11:27

Choose a tag to compare

@just-every/code v0.6.13

Sharper TUI ergonomics with account switching, smoother scrolling, and auto-drive polish.

Changes

  • TUI: add account switching and skills settings in the core UI.
  • TUI2: normalize wheel and trackpad scrolling for consistent transcript navigation.
  • Auto-drive: improve ansi16 styling, contrast, and ghost snapshot timing for clearer prompts.
  • Auto-drive: respect retry budgets and loop hints to avoid runaway retries.
  • Stability: prevent panics on alpha builds.

Install

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

Compare: v0.6.12...v0.6.13

Release v0.6.12

20 Dec 12:30

Choose a tag to compare

@just-every/code v0.6.12

This release smooths TUI rendering, speeds execs, and tightens sandbox governance.

Changes

  • TUI: coalesce transcript redraws, keep spinners live, and shorten status directory labels so streams stay smooth.
  • Exec: reduce long-session stalls and collapse waiting time in unified exec so commands finish faster.
  • CLI: add /ps and apply terminal-aware scroll scaling for clearer process visibility.
  • Config/Skills: backport requirements updates, add ExternalSandbox policy, and support /etc/codex/requirements.toml for tighter governance.

Install

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

Thanks

Thanks to @GalaxyDetective and @jdijk-deventit for contributions!