gpo.zugaina.org

Search Portage & Overlays:

dev-util/rtk

Rust Token Killer — CLI proxy that reduces LLM token consumption

Screenshots

ChangeLog

commit 3d968d5ed9f1520849964d1bd35dd97ee0ced10c
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Mon May 25 19:11:39 2026 +0200

dev-util/rtk: new package, 0.42.0

Rust Token Killer — CLI proxy that reduces LLM token consumption by
filtering common dev-command output before it reaches the LLM
session. Single Rust binary, MIT/Apache-2.0 dual-licensed (LICENSE
file is Apache-2.0; Cargo.toml claims MIT — go with the LICENSE file
per Gentoo policy).

Source build via cargo eclass with all 202 transitive crates inlined
in CRATES from the upstream Cargo.lock. rusqlite uses its bundled
SQLite, flate2 uses miniz_oxide, so no system C deps. Build-verified
against ~amd64; RUST_MIN_VER bumped to 1.87.0 to satisfy the strictest
dep in the transitive set (caught at cargo eclass QA).