Skip to content

Releases: just-every/code

Release v0.6.57

02 Feb 06:56

Choose a tag to compare

@just-every/code v0.6.57

This release improves the TUI display for GitHub Actions wait summaries.

Changes

  • TUI/GH: show gh_run_wait summary output after completion.
  • TUI/GH: trim redundant title lines in gh_run_wait previews for cleaner display.

Install

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

Compare: v0.6.56...v0.6.57

Release v0.6.56

02 Feb 04:08

Choose a tag to compare

@just-every/code v0.6.56

This release improves Auto Drive limit handling and agent model selection.

Changes

  • Auto Drive: stop cleanly on usage limit without resetting state.
  • Core/Agent: honor requested agent models during runs.

Install

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

Compare: v0.6.55...v0.6.56

Release v0.6.55

02 Feb 00:44

Choose a tag to compare

@just-every/code v0.6.55

This release focuses on Plan mode usability, skills discovery, and better runtime visibility.

Changes

  • TUI/Plan: enable Plan mode with streamed plan items and clearer prompts.
  • Skills: load skills from .agents/skills with clearer lookup guidance.
  • CLI/Logs: show runtime metrics in console and include output in /ps.
  • File Search: support multi-root walks and keep search rooted to the active session CWD.

Install

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

Compare: v0.6.54...v0.6.55

Release v0.6.54

29 Jan 15:42

Choose a tag to compare

@just-every/code v0.6.54

Short release focusing on clearer gh_run_wait progress and sturdier auto-compaction.

Changes

  • TUI/GH: live-update gh_run_wait progress with richer summaries.
  • Core/Compact: harden auto-compact flow for safer recovery.

Install

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

Compare: v0.6.53...v0.6.54

Release v0.6.53

27 Jan 10:43

Choose a tag to compare

@just-every/code v0.6.53

This release expands dynamic tools and improves TUI and server workflows.

Changes

  • Core/Tools: add dynamic tool injection and wire the dynamic tool pipeline.
  • MCP/Auth: allow MCP server scopes config as OAuth fallback.
  • App Server: add thread read, archived listing, and unarchive support.
  • TUI: add /personality selector and /permissions flow.
  • Core/Collab: reduce high CPU usage during collaboration runs.

Install

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

Thanks

Thanks to @eugeneoden and @owenlin0 and @iudizm for contributions!

Release v0.6.52

26 Jan 23:59

Choose a tag to compare

@just-every/code v0.6.52

This release tightens browser navigation waits to keep runs responsive.

Changes

  • Browser: bound DOMContentLoaded waits to avoid hangs during navigation.
  • Browser: bound load waits with readyState polling fallback.

Install

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

Compare: v0.6.51...v0.6.52

Release v0.6.51

26 Jan 00:06

Choose a tag to compare

@just-every/code v0.6.51

This release improves session labeling and smooths TUI streaming behavior.

Changes

  • Core/TUI: add session nicknames to label runs.
  • TUI/Editor: open external editor with Ctrl+G.
  • TUI/Scroll: keep viewport stable and prevent scroll jumps during streaming.
  • MCP/Exec: show per-server tool status and handle list-tools responses.

Install

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

Compare: v0.6.50...v0.6.51

Release v0.6.50

22 Jan 10:24

Choose a tag to compare

@just-every/code v0.6.50

This release upgrades model defaults, improves request-user-input UX, and tightens config and sandbox handling.

Changes

  • Core/Models: default to gpt-5.2-codex with personality templating and request-user-input support.
  • Core/Config: add layered config.toml support for app-server reads and merges.
  • TUI: add request-user-input overlay with interactive picker and reliable pending/answer routing.
  • Core/Runtime: preserve interrupted turns to prevent repeats and avoid touching thread mtime on resume.
  • Sandbox/Paths: harden tilde expansion and Windows sandbox audit paths for safer writable roots.

Install

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

Thanks

Thanks to @zerone0x and @sgraika127 for contributions!

Release v0.6.49

17 Jan 10:40

Choose a tag to compare

@just-every/code v0.6.49

A release focused on smoother session forking, better headless auth, and more predictable tool behavior.

Changes

  • CLI/Fork: /fork now clones the current session and surfaces the source session id in /status.
  • Auth: add device code login for headless environments to simplify setup.
  • TUI/Auto-review: persist review baselines across sessions to avoid repeated prompts.
  • Core: align tool output caps with model policy to prevent unexpected truncation.
  • API: allow listing threads ordered by created_at or updated_at for predictable pagination.

Install

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

Compare: v0.6.48...v0.6.49

Release v0.6.48

14 Jan 01:02

Choose a tag to compare

@just-every/code v0.6.48

Stabilizes browser-driven flows and keeps automation working when proxy discovery is required.

Changes

  • Browser: stabilize /browser command handling and diff rendering for reliable runs.
  • Browser: honor proxy discovery when finding CDP targets so automation works behind proxies.

Install

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

Compare: v0.6.47...v0.6.48