Skip to content

Releases: wenyu0608/token-saver

Token Saver v0.3.2 Alpha 4

Pre-release

Choose a tag to compare

@wenyu0608 wenyu0608 released this 26 Aug 08:46

First public alpha of Token Saver, shaped by early user feedback.

Highlights

  • One umbrella $token-saver router for repository, diff, logs, documents, session handoff, and token-audit workflows.
  • Silent Fast Pass for short questions, avoiding optimizer overhead in simple tasks.
  • Pre-filter baseline capture without a second model request.
  • Mixed-content receipts report text-token and visual-page reductions separately.
  • New Full Fidelity mode preserves complete evidence for exhaustive debugging, audits, migrations, concurrency, flaky tests, and other omission-sensitive work.
  • Pinned Repomix wrapper with a local CLI preference and isolated npm fallback.
  • Reproducible DreamZero case study: 379,765 → 57,098 candidate tokens (85.0% estimated reduction).

Safer debugging

Token Saver uses focused compression for triage, then escalates to Full Fidelity when:

  • the suspected cause crosses file, service, process, state, or time boundaries;
  • filtered evidence is inconclusive;
  • warnings, ordering, setup/teardown, or environment differences may be causal;
  • the user requests verification, exhaustive inspection, or no omissions.

Full Fidelity only attributes savings to navigation, deduplication, and presentation—not preserved evidence.

Receipt policy

Public examples use measured, reproducible values or explicit placeholders. Text and visual pages are reported separately; Token Saver does not invent a cross-modal total.

Token Saver 账单|文本候选与筛选后上下文分开计量|图表按页数独立报告
Token Saver 账单|完整证据已保留|仅统计导航与重复内容的节省

Install

codex plugin marketplace add wenyu0608/token-saver --ref main
codex plugin add token-saver@token-saver

Update

codex plugin marketplace upgrade token-saver
codex plugin add token-saver@token-saver

Known limitations

  • Existing Git marketplace installations require a manual refresh or reinstall.
  • Exact token receipts still depend on harness-visible payloads or target tokenizers.
  • Repomix fallback requires Node.js/npm.
  • Windows/Linux clean-install coverage remains limited.