Skip to content

v0.4.0

Pre-release
Pre-release

Choose a tag to compare

@HsiangNianian HsiangNianian released this 27 Jul 05:17
v0.4.0
ef7a823

0.4.0 - 2026-07-27

soon 0.4.0 is the first local terminal-agent beta. Interactive integration is
supported for Zsh on native Linux and macOS. Suggestions are always editable
and are never executed automatically. Local and OpenAI-compatible model
providers remain optional; the default prediction path is deterministic and
local-first.

Added

  • Added an opt-in Zsh ghost-suggestion loop with manual, successful-command
    Next-step, and failed-command Repair triggers
    (#15,
    #19).
  • Added retained command and suggestion events, sensitive-command filtering,
    and previewable, idempotent Zsh history import
    (#20,
    #21).
  • Added chronological replay metrics for coverage, exact top-1 matches,
    trigger-specific results, candidate sources, and prediction latency
    (#22).
  • Added native Linux and macOS release smoke tests and one coordinated Cargo
    and PyPI publishing workflow
    (#23).

Changed

  • Predictions now preserve the complete historical command instead of reducing
    the suggestion to an executable name
    (#13).
  • Reframed the project and public roadmap around a measurable, local-first
    personal terminal agent
    (#18).
  • soon update now checks only the configured package registry, compares
    semantic versions, and refuses unsupported AUR or standalone-binary channels
    (#23).

Maintenance

Full diff