Skip to content

v0.0.9

Latest

Choose a tag to compare

@cv cv released this 07 Jan 10:50
Immutable release. Only release title and notes can be modified.

Changes

Fixes

  • README.md: Fixed all references from non-existent ssh-remote.ts to /path/to/pi-ssh-remote (the extension is now loaded by directory path)

Improvements

  • Added renderResult to all tools: read, grep, find, and ls now have custom result rendering for consistent UI:
    • Shows progress indicators ("Reading...", "Searching...", "Listing...")
    • Shows [remote] prefix when operating on remote host
    • Shows result counts (matches, files found, entries)
    • Shows truncation indicators when output is clipped
    • Shows errors in red with proper formatting

Tests

  • Added 18 new tests for renderResult functions
  • Total tests: 168 (130 unit + 38 e2e)