Skip to content

Releases: kdeps/turo

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 07:38

Changelog

  • 4c6e1dd expandPath: resolve ~ and $HOME in user-supplied env vars
  • 1df4cc8 feat: turo discover — estimate unrealized savings from Claude Code history
  • 6388704 turo doctor: health check subcommand

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 06:17

Changelog

  • bb156d0 feat: -help shows subcommands (run, proxy, install-agents)
  • df635d7 feat: -proxy-verbose / -proxy-quiet to show or hide proxy output
  • a9b8bbb feat: collapse proxy output to one -proxy-verbose flag; arrows on by default
  • 9d642a8 feat: default -proxy-all and -proxy-quiet to on
  • c52c420 feat: turo gain analytics + fix number/sentinel collision
  • c57528e feat: turo run lists all flags + honors -proxy-quiet
  • 4ef9c6d fix: ship the godownloader install.sh matching the release asset names
  • 4dd47aa refactor: remove dead -max-depth and unused -preamble

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 23 Jul 22:20

Changelog

  • 882cd77 ci: install syft + cosign for goreleaser sbom/signing
  • 2474141 fix: commit .goreleaser.yaml (was untracked) + drop broken npx install row

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 23 Jul 22:08

Changelog

  • 276840d feat: add opt-in arrows stage (connective phrases -> "->")

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 23 Jul 20:46

Changelog

  • be52957 docs: show wenyan output token counts (Qwen ~42 vs OpenAI 67)
  • 3cee50c refactor(wenyan): rename ultra-wenyan level to wenyan
  • 6863a83 feat(wenyan): keep only ultra-wenyan; expand lexicon to ~380 words
  • dda6adb docs: show all 3 wenyan modes on the PR-review example in the hero
  • 0a48990 docs(wenyan): show the PR-review paragraph and the coverage limit
  • 146ef3b feat(wenyan): join adjacent 文言 chars; add comparison table to README
  • 473b72b fix(wenyan): yes -> 諾 (assent), no longer colliding with be -> 是
  • 7201575 feat: wenyan modes — swap reduced words for Classical Chinese characters
  • 31b99e3 fix: preserve URLs, paths, code, and versions verbatim through reduction

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 15:03

Changelog

  • 15c7dfc ci: add GoReleaser release workflow
  • 94a3116 ci: restore HOMEBREW_TAP_TOKEN for cross-repo cask push
  • abcaaff ci: source HOMEBREW_TAP_TOKEN from the HOMEBREW_TAP_TOKEN_TURO secret
  • 842ffc7 ci: use GITHUB_TOKEN for the Homebrew tap push
  • 568bc4e feat: add caveman-style filler deletion as pipeline stage 1
  • e3c8632 feat: add opt-in -gloss stage (shortest defining word)
  • 02c0250 feat: binary registers agents (-install-agents); drop npx from install.sh
  • 75d06b2 feat: default -passes to convergence (run until no change)
  • 1e2a446 feat: default level to ultra
  • ae411d4 feat: drive synonym map from turo's dictionary (WordNet source)
  • 204a20f feat: enable synonym substitution by default
  • 1b6f35a feat: generate synonym map from WordNet with a frequency filter
  • fd5e459 feat: gloss on by default; add turo vs caveman comparison to README
  • 2e44fef feat: lemma-dedup in ultra level
  • 47721f9 feat: more lemma rules + char tie-break in the size guard
  • d228cc9 feat: multi-agent installer, logo, and ultra graph work
  • 56e17d0 feat: multi-pass reduction with -passes N (default 4)
  • a2a3360 feat: opt-in synonym substitution stage (--synonyms)
  • 7ccac63 feat: remove --scan directory-tree mode
  • 0a54736 feat: rewrite levels to actually reduce tokens
  • 1e72e01 feat: turo -proxy — reduce every request for external agents
  • 7cf328f feat: turo run — launch an agent with every request auto-reduced
  • a890af3 fix: do not de-pluralize singular nouns ending in s
  • f1e649b fix: lemma no longer corrupts base words (render, pass, create)
  • 9d101d9 turo: initial release