v1.1.0
Minor release: a new prompt-reduction toolkit (/friction-report) plus several parsing-accuracy improvements that cut avoidable confirmation prompts.
New surface
- Add
/friction-reportslash command + transcript analyzer to measure where Bash permission prompts accumulate by @karlkfi in #53, #46, #51
Parsing accuracy
- Track
cd-shifts when resolving redirect targets (Q16) by @karlkfi in #52 - Allow the current session's own Claude temp scratch (Q21) by @karlkfi in #49
- Drop fd-prefixed redirect tokens instead of misreading them as files (Q20) by @karlkfi in #48
- Expand
~/~/…to$HOMEinstead of flagging it (Q19) by @karlkfi in #47
Docs
Full Changelog: v1.0.2...v1.1.0