gentle-pi v0.12.0
·
1178 commits
to main
since this release
Highlights
- Added quiet built-in tool rendering for a calmer Pi TUI without reducing agent context.
- Collapsed
readand genericbashresults now stay quiet, while expanded tool cards still show the full output. - Collapsed
grep,find, andlsnow show compact result counts instead of dumping long result bodies. - Collapsed
edit,write, andgit ...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-prettyto 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=0to disable the quiet renderer and keep the previouspi-prettybehavior.
Verification
pnpm testpassed: 318/318.pnpm publish --dry-run --no-git-checkspassed forgentle-pi@0.12.0.node scripts/verify-package-files.mjspassed: 45 files checked.git diff --checkpassed.- GitHub Actions publish workflow completed successfully.
- npm registry verified:
gentle-pi@0.12.0,latest: 0.12.0.