Skip to content

Tags: kdeps/turo

Tags

v0.11.0

Toggle v0.11.0's commit message
v0.11.0

Proxy safe mode now reduces prose around protected spans (code, shell dumps,
tables, JSON) instead of skipping whole structured fields. Pure dumps stay
byte-identical; mixed tool results shrink more without scrambling machine output.

v0.10.0

Toggle v0.10.0's commit message
v0.10.0: smart safe mode, honest proxy gain, richer isStructured

v0.9.0

Toggle v0.9.0's commit message
v0.9.0: -special by default, keep numbers and arrow RHS, peel trailin…

…g punct

v0.8.0

Toggle v0.8.0's commit message
v0.8.0: expanded arrows, post-stage rewrite, doctor N{k,m,g,t}

v0.7.0

Toggle v0.7.0's commit message
v0.7.0: Grok Build agent + Responses API proxy reduction

v0.6.0

Toggle v0.6.0's commit message
v0.6.0

Features
- -markdown (on by default) reduces prose inside markup and leaves the
  structure standing: fenced code passes through byte-identical, headings,
  list markers and blockquote prefixes keep their marker, table rows reduce
  per cell so column count and alignment survive.
- -arrows covers 89 connective phrases, up from 31, across causal, purpose,
  sequential and transformation families.

Breaking
- -proxy-allowlist is renamed -proxy-safe-mode; TURO_ALLOWLIST becomes
  TURO_SAFE_MODE. The old spelling is gone, not aliased.
- -proxy-safe-mode now defaults to off. Tool I/O and structured content are
  reduced unless you opt back in with -proxy-safe-mode / TURO_SAFE_MODE=on.

v0.5.0

Toggle v0.5.0's commit message
v0.5.0 — -defmatch phrase-to-headword stage, -proxy-allowlist

v0.4.0

Toggle v0.4.0's commit message
v0.4.0: -proxy-allowlist keeps tool I/O + structured content unreduced

v0.3.1

Toggle v0.3.1's commit message
v0.3.1

- feat: --json output for turo gain and turo discover
- fix: protect absolute and ~ home paths from reduction

v0.3.0

Toggle v0.3.0's commit message
v0.3.0 — turo doctor + turo discover + expandPath fixes