Releases: just-every/code
Release v0.6.59
@just-every/code v0.6.59
This release adds new model options, improves TUI controls, and expands app-server connectivity.
Changes
- Models: add gpt-5.3-codex and bump Claude Opus to 4.6.
- TUI: add sortable resume picker with created/updated toggle.
- TUI: add /statusline command for interactive status line configuration.
- App Server: add websocket transport support and send beta header.
Install
npm install -g @just-every/code@latest
code
Thanks
Thanks to @MatthewZeng and @NoahJorgensen for contributions!
Release v0.6.58
@just-every/code v0.6.58
This release adds core logging configurability, richer tool output support, and sandboxing updates.
Changes
- Core: add configurable log_dir for logs.
- App Server/Core: allow text + image content items for dynamic tool outputs.
- Skills: support live updates to skills.
- Linux Sandbox: add bubblewrap support for isolation.
Install
npm install -g @just-every/code@latest
code
Thanks
Thanks to @owenlin0 for contributions!
Release v0.6.57
@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
codeCompare: v0.6.56...v0.6.57
Release v0.6.56
@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
@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
@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
@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
@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
@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
@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!