Skip to content

gentle-pi v0.12.0

Choose a tag to compare

@Alan-TheGentleman Alan-TheGentleman released this 09 Jul 16:32
· 1178 commits to main since this release

Highlights

  • Added quiet built-in tool rendering for a calmer Pi TUI without reducing agent context.
  • Collapsed read and generic bash results now stay quiet, while expanded tool cards still show the full output.
  • Collapsed grep, find, and ls now show compact result counts instead of dumping long result bodies.
  • Collapsed edit, write, and git ... shell commands now keep the last 10 output lines visible so review-relevant changes remain easy to inspect.
  • Preserved error visibility in collapsed mode so failures are never hidden behind the quieter renderer.
  • Coordinated quiet rendering with pi-pretty to avoid duplicate built-in tool registration conflicts during normal package loading.
  • Added terminal-output sanitization for quiet renderer call rows and result tails.

Configuration

  • Quiet rendering is enabled by default.
  • Set GENTLE_PI_QUIET_TOOLS=0 to disable the quiet renderer and keep the previous pi-pretty behavior.

Verification

  • pnpm test passed: 318/318.
  • pnpm publish --dry-run --no-git-checks passed for gentle-pi@0.12.0.
  • node scripts/verify-package-files.mjs passed: 45 files checked.
  • git diff --check passed.
  • GitHub Actions publish workflow completed successfully.
  • npm registry verified: gentle-pi@0.12.0, latest: 0.12.0.