Releases: just-every/code
Release v0.6.29
@just-every/code v0.6.29
Markdown rendering now handles wide code blocks more gracefully in the TUI.
Changes
- TUI/Markdown: wrap wide code graphemes to avoid overflow in rendered blocks.
- TUI/Markdown: flush wrapped code rows so virtualized views stay aligned.
Install
npm install -g @just-every/code@latest
code
Compare: v0.6.28...v0.6.29
Release v0.6.28
@just-every/code v0.6.28
This release focuses on fresher model data, smoother limits UI, and clearer assistant code output.
Changes
- TUI: wrap assistant code blocks to keep long outputs readable.
- TUI: auto-refresh secondary limit windows so status stays current.
- Core/Limits: retry after reset even when the prior attempt failed.
- Core/Models: refresh when models etag changes or mismatches to stay current.
Install
npm install -g @just-every/code@latest
code
Compare: v0.6.27...v0.6.28
Release v0.6.27
@just-every/code v0.6.27
This release tightens automation reviews and streamlines GitHub run waiting defaults.
Changes
- Auto-review: skip re-reviews when files are unchanged to cut noise.
- Core/GH: auto-resolve gh_run_wait defaults for smoother release checks.
Install
npm install -g @just-every/code@latest
code
Compare: v0.6.26...v0.6.27
Release v0.6.26
@just-every/code v0.6.26
This release adds richer image handling and tightens tool coverage for image attachments.
Changes
- Image view renders local image attachments in transcripts and tools.
- Core/Tools aligns image_view tool coverage to match supported sources.
Install
npm install -g @just-every/code@latest
code
Compare: v0.6.25...v0.6.26
Release v0.6.25
@just-every/code v0.6.25
This release improves GitHub Actions monitoring from the CLI with clearer links and progress details.
Changes
- CLI/GH: use GitHub run URLs when waiting on Actions to avoid stale links.
- CLI/GH: show wait details while following GitHub Actions runs for clarity.
Install
npm install -g @just-every/code@latest
code
Compare: v0.6.24...v0.6.25
Release v0.6.24
@just-every/code v0.6.24
Small stability fixes for history virtualization and GitHub release monitoring.
Changes
- TUI: keep virtualization frozen for tail-only views to avoid redraw churn.
- TUI: defer virtualization sync until the view is ready to prevent flicker.
- Core/GH: allow gh_run_wait to target specific repos for release monitoring.
Install
npm install -g @just-every/code@latest
code
Compare: v0.6.23...v0.6.24
Release v0.6.23
@just-every/code v0.6.23
Small welcome screen polish to keep sizing consistent.
Changes
- TUI: align welcome layout height with width to keep the intro balanced.
- TUI: stabilize welcome intro sizing across resolutions to avoid jitter.
Install
npm install -g @just-every/code@latest
code
Compare: v0.6.22...v0.6.23
Release v0.6.22
@just-every/code v0.6.22
This release aligns the engine with upstream, fixes agent wake-ups, and refreshes dependencies.
Changes
- Agents: wake on batch completion to avoid stalled automation runs.
- Core: refresh codex-rs mirror to upstream main to stay aligned with engine updates.
- Deps: bump tokio, tracing-subscriber, toml_edit, regex-lite in codex-rs for stability.
Install
npm install -g @just-every/code@latest
code
Compare: v0.6.21...v0.6.22
Release v0.6.21
@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
@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