Skip to content

0.2.0

Choose a tag to compare

@Fakek0f3sT Fakek0f3sT released this 31 Aug 14:27
· 39 commits to main since this release

Added

  • Bash toolview: file-mutating bash commands render as badged diff-style cards (python-heredoc old/new pairs, cat >/tee/> writes, sed -i).
    • Line-mutation detector (parse-bash) with a self-check.
    • Extra mutated files listed in the card body.
    • Non-mutating commands: a native-look terminal fallback.
  • Workspace-relative paths in diff card headers.
  • Chevron affordance on diff card summaries.

Fixed

  • Registered the bash view at priority -1 (shadows the shipped bash row).

Docs / Tests

  • README section for bash edit cards; translation of README and patch comment to English; diff-card screenshot.
  • Self-check for the server-diff parser (a mirror of the index.tsx code).