Releases: just-every/code
Release v0.6.79
Release v0.6.78
@just-every/code v0.6.78
See CHANGELOG.md for details.
Release v0.6.77
@just-every/code v0.6.77
This release improves automatic context selection defaults and strengthens context-mode reliability.
Changes
- Core/Context: default session context mode to
autofor better out-of-the-box context selection. - Auto Context: enrich 1M-judge risk signals to improve context quality and decision reliability.
- TUI/Context: persist explicit disabled state for 1M mode so settings stay consistent across sessions.
Install
npm install -g @just-every/code@latest
codeCompare: v0.6.76...v0.6.77
Release v0.6.76
@just-every/code v0.6.76
See CHANGELOG.md for details.
Release v0.6.75
@just-every/code v0.6.75
This release adds faster model defaults, deeper artifact workflows, and stronger reliability across memories and JS REPL flows.
Changes
- Models: add GPT-5.4 fast mode support and enable fast mode by default for quicker turns.
- Memories: add a settings pane with safer compaction fallback and improved workspace-write support.
- Artifacts: expand artifact workflows with package manager bindings plus spreadsheet and presentation generation.
- JS REPL: support local ESM imports, persist bindings after failed cells, and only allow
data:image URLs. - TUI/Core: show session speed in the header and surface diagnostics earlier in the workflow.
Install
npm install -g @just-every/code@latest
codeThanks
Thanks to @owenlin0 and @felipecoury for contributions!
Release v0.6.74
@just-every/code v0.6.74
This release sharpens Auto Review messaging so results stay clear without extra transcript noise.
Changes
- TUI/Auto Review: stop duplicating background review notes as
[developer]history messages to keep transcript noise down. - TUI/Auto Review: keep review findings routed through the dedicated Auto Review notice while still forwarding hidden context to the coordinator.
Install
npm install -g @just-every/code@latest
codeCompare: v0.6.73...v0.6.74
Release v0.6.73
@just-every/code v0.6.73
This release improves Auto Review output handling in the TUI for clearer, less noisy summaries.
Changes
- TUI/Auto Review: parse embedded JSON review results from mixed runner output so summaries stay focused on findings.
- TUI/Auto Review: truncate plain-text fallback summaries to prevent raw log dumps in chat history.
Install
npm install -g @just-every/code@latest
codeCompare: v0.6.72...v0.6.73
Release v0.6.72
@just-every/code v0.6.72
This release improves agent config migration safety and keeps TUI auto-review feedback loops responsive.
Changes
- Agents/App Server: add external agent config migration API with import depth guards to safely bring configs forward.
- TUI/Auto Review: dispatch idle review findings back to the model so automated review cycles continue reliably.
Install
npm install -g @just-every/code@latest
codeCompare: v0.6.71...v0.6.72
Release v0.6.71
@just-every/code v0.6.71
This release improves realtime reliability, tightens approvals, and upgrades core TUI and JS REPL workflows.
Changes
- Core/Realtime: prefer websocket v2, add fallback behavior, and improve timeout handling for more resilient sessions.
- TUI: add
/copy, improve clear controls (/clearand Ctrl-L), and expand multi-agent progress and picker UX. - Security/Approvals: persist network approval policy and tighten zsh-fork approval and sandbox enforcement paths.
- JS REPL: lower Node minimum requirement, gate incompatible runtimes at startup, and improve error recovery in nested tool calls.
Install
npm install -g @just-every/code@latest
codeThanks
Thanks to @rupurt and @dchimento and @JaviSoto and @owenlin0 and @felipecoury for contributions!
Release v0.6.70
@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
codeCompare: v0.6.69...v0.6.70