Skip to content

v1.1.0

Choose a tag to compare

@karlkfi karlkfi released this 15 Jun 00:09

Minor release: a new prompt-reduction toolkit (/friction-report) plus several parsing-accuracy improvements that cut avoidable confirmation prompts.

New surface

  • Add /friction-report slash 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 $HOME instead of flagging it (Q19) by @karlkfi in #47

Docs

  • Promote vendored-source-over-global-cache guidance (Q22) by @karlkfi in #50

Full Changelog: v1.0.2...v1.1.0