-
-
Notifications
You must be signed in to change notification settings - Fork 0
Release 0.5.2
github-actions[bot] edited this page Sep 15, 2026
·
1 revision
Date: 2026-09-15
v0.5.2 turns tokenizer-aware acceptance into durable tokenizer-aware accounting. Token Terminator now records exact raw, final, and saved request tokens whenever a supported tokenizer is available, together with model and tokenizer-backend provenance.
- Persistent per-request exact token savings and tokenizer coverage reporting.
-
tiktokeninstalled by default for automatic supported OpenAI-family measurement. - Provider-qualified OpenAI model names normalized for tokenizer lookup.
- Active model identity propagated into native and temporal compression accounting.
- Character counts retained as the deterministic reduction invariant and audit trail.
- Explicit
chars/4fallback labelling where no exact tokenizer is available. - README now links directly to this GitHub Wiki.
The artifact vault remains compatible with v0.5.1. No destructive data migration is required. The public Python import package remains rtk_hermes_plus.
Token Terminator v0.6.0 · Repository · Releases · crates.io · MIT
Documentation is source-controlled from the repository wiki/ directory.
Token Terminator
Core mechanics
- Vault & Exact Recovery
- Temporal Delta Compression
- Request Compiler & Context Compaction
- Async & Adapter Integration
Operations
Development