feat(pi-fff): add compact clickable rendering for search tools
Author: RunMintOnCreated Sep 7, 2026Updated Sep 7, 2026
Labelstriaged
Summary
Add a compact TUI presentation for ffgrep and fffind in the Pi extension.
- Show a one-line tool header and one-line result preview by default.
- Click either part of a tool block to toggle the complete result.
- Keep
ffgrepheader options consistent: explicitlimitandcontextrender together as(limit N, context N). - Do not change search execution, tool arguments, or model-visible tool results.
Verification
tsc --noEmitbun test test/extension.test.ts
Source: dmtrKovalenko/fff