@deeptrial/dsh-bash-rtk
DeepSeek Harness bash executor plugin that routes eligible commands through rtk (Rust Token Killer) to compress tool output and save tokens. Optional overlay: install, then enable via --patch.
7 results
DeepSeek Harness bash executor plugin that routes eligible commands through rtk (Rust Token Killer) to compress tool output and save tokens. Optional overlay: install, then enable via --patch.
DSH plugin: pipes oversized command output through the external rtk CLI and hands the model RTK's condensed output instead of the raw text (a tools/post-execute result transformer).
DSH plugin: expose rtk (Rust Token Killer) token-optimized commands as model-callable Tools (9 wide categories + doctor), saving 60-90% tokens on shell output.
RTK command rewriting suggestions + tool output compaction for DSH. Suggests rtk-rewritten bash commands (deny-mode under rewrite) and compacts noisy tool output (bash/grep/read) to reduce context usage. Port of pi-rtk-optimizer for the Pi coding agent.
模型路由网关:一个端点连接 290+ AI 提供商(90+ 免费、1200+ 模型),Claude Code/Codex/Cursor/Cline/Copilot 全兼容——配额感知自动回退、19 种路由策略、RTK+Caveman 叠加压缩省 15-95% token、免费层聚合预算(~1.5B tokens/月)、MCP/A2A、本地优先。受 diegosouzapw/OmniRoute(51k★ MIT)启发。
RTK (Rust Token Killer) native plugin for DSH: auto-rewrites model shell commands to RTK-filtered equivalents through the official tools/execute hook, compressing tool output before it reaches the LLM context.
DSH plugin that applies an explicit, RTK-based command-output filter to bash tools at boot.