Skip to content

Releases: just-every/code

Release v0.6.39

07 Jan 01:32

Choose a tag to compare

@just-every/code v0.6.39

Latest release with transcript UX improvements, better auto-drive telemetry, and clearer TUI paths.

Changes

  • TUI/Auto-drive: add navigation telemetry and forward aligned compacted history for new browser runs.
  • TUI2/Markdown: stream logical lines so transcripts reflow correctly on resize and copy/paste.
  • TUI: render view-image paths relative to the working directory for non-git projects.
  • TUI2/Transcript: add an auto-hiding scrollbar, anchor the copy pill at the viewport bottom, and cache rendering to cut redraws.

Install

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

Compare: v0.6.38...v0.6.39

Release v0.6.38

06 Jan 03:31

Choose a tag to compare

@just-every/code v0.6.38

Small docs update clarifying model provider requirements and proxy usage.

Changes

  • Docs/Config: clarify --model applies to the active provider and call out OpenAI-compatible requirements for custom providers.
  • Docs/Config: add a proxy example for routing OpenAI-style requests to other vendors.

Install

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

Compare: v0.6.37...v0.6.38

Release v0.6.37

06 Jan 00:28

Choose a tag to compare

@just-every/code v0.6.37

Focused polish across TUI visuals and config overrides for the latest release.

Changes

  • TUI/Image: render view image cards so attached visuals show inline.
  • TUI/Browser: scope console logs to each browser card to avoid spillover.
  • TUI/Resume: prevent footer underflow in resume layouts.
  • TUI/Composer: guard composer height to keep the input stable.
  • Core/Config: allow tool output size override to honor config limits.

Install

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

Compare: v0.6.36...v0.6.37

Release v0.6.36

05 Jan 19:25

Choose a tag to compare

@just-every/code v0.6.36

Small stability release focused on Esc handling and reducing CI flakes.

Changes

  • TUI: prioritize task cancellation on Esc before agent input to make stopping runs reliable.
  • Tests: reduce linux sandbox and TUI timeout flakes for steadier CI runs.

Install

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

Compare: v0.6.35...v0.6.36

Release v0.6.35

05 Jan 11:03

Choose a tag to compare

@just-every/code v0.6.35

This release improves agent robustness when binaries go missing.

Changes

  • Core/Agent: keep packaged code executable available for read-only agents to avoid missing-binary failures.
  • Core/Agent: fall back to local dev build when the running binary disappears to keep agent commands working.

Install

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

Compare: v0.6.34...v0.6.35

Release v0.6.34

05 Jan 07:04

Choose a tag to compare

@just-every/code v0.6.34

Auto-switch accounts on usage limits and surface clear notices so work continues without surprises.

Changes

  • Auto-switch to another account when usage limits hit to keep runs moving.
  • Show notices when accounts auto-switch due to rate limits so users stay informed.

Install

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

Compare: v0.6.33...v0.6.34

Release v0.6.33

05 Jan 05:27

Choose a tag to compare

@just-every/code v0.6.33

Polished Esc handling, git initialization prompts, and logging clarity.

Changes

  • TUI: keep cancelable agents prioritized when Esc is pressed.
  • TUI: prompt to init git before git-dependent actions run.
  • Logging: overhaul debug log handling for clearer diagnostics.

Install

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

Compare: v0.6.32...v0.6.33

Release v0.6.32

04 Jan 22:56

Choose a tag to compare

@just-every/code v0.6.32

This release tightens TUI keyboard handling for more reliable escapes and word navigation.

Changes

  • TUI: prevent Esc undo priming from sticking and stabilize word-motion shortcuts.
  • TUI: refactor Esc handling into a dedicated module for clearer behavior.

Install

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

Compare: v0.6.31...v0.6.32

Release v0.6.31

04 Jan 12:50

Choose a tag to compare

@just-every/code v0.6.31

Core stability and TUI logging improvements for a smoother release.

Changes

  • Core/Config: add missing test imports to keep config checks stable.
  • TUI/Logging: throttle frame timer spam to reduce noisy redraw logs.
  • Core/TUI: split large modules to improve stability and maintainability.

Install

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

Compare: v0.6.30...v0.6.31

Release v0.6.30

04 Jan 01:26

Choose a tag to compare

@just-every/code v0.6.30

Bugfix release improving TUI rendering stability and log noise handling.

Changes

  • TUI/Auto Drive: avoid full render rebuilds to cut redraw overhead during runs.
  • TUI/History: cache patch summary layout to reduce churn and flicker.
  • TUI/Logs: throttle thread spawn errors to prevent repeated warnings.

Install

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

Compare: v0.6.29...v0.6.30