Releases: just-every/code
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!
Release v0.6.49
@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
@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
Release v0.6.47
@just-every/code v0.6.47
Stability and UX improvements across websockets, MCP, CLI, TUI scrollback, and auto exec.
Changes
- Core/Websocket: reuse connections and add append support to cut reconnect churn.
- MCP: hot reload servers with static callbacks for smoother development.
- CLI: add --url with OAuth-friendly defaults and prompt Windows users on unsafe commands.
- TUI: keep scrollback tails visible and show in-flight coalesced tool calls.
- Exec/Auto: honor reasoning effort and dedupe reasoning output during auto runs.
Install
npm install -g @just-every/code@latest
code
Compare: v0.6.46...v0.6.47
Release v0.6.46
@just-every/code v0.6.46
Stability-focused patch release improving TUI streaming order and redraw recovery.
Changes
- TUI/Stream: preserve commit ticks while debouncing to keep command ordering intact.
- TUI/Render: resync buffers after WouldBlock errors so redraws recover cleanly.
Install
npm install -g @just-every/code@latest
code
Compare: v0.6.45...v0.6.46
Release v0.6.45
@just-every/code v0.6.45
Smooths TUI redraw stability for terminals experiencing backpressure.
Changes
- TUI/Render: clear after WouldBlock redraws to resync the terminal and remove stale tail lines.
- TUI/Render: improve redraw stability under terminal backpressure so frames recover cleanly.
Install
npm install -g @just-every/code@latest
code
Compare: v0.6.44...v0.6.45
Release v0.6.44
@just-every/code v0.6.44
Small rendering fix to keep TUI backgrounds drawing cleanly.
Changes
- TUI/Render: reset skip flags when filling backgrounds so reused buffer cells redraw correctly.
- TUI/Render: ensure background fill without characters also clears skip to prevent lingering artifacts.
Install
npm install -g @just-every/code@latest
code
Compare: v0.6.43...v0.6.44