Releases: DeepTrial/dsh-bash-rtk
Releases · DeepTrial/dsh-bash-rtk
Release list
v0.1.0
Initial public release of @karlx/dsh-bash-rtk.
- Routes eligible bash commands through rtk (Rust Token Killer) inside the DeepSeek Harness bash executor
- Conservative wrapping: complex commands (pipes/&&/;/redirects/$( )) pass through unchanged
- Safe degradation when rtk is absent on PATH
- Two variants: RtkBashExecutor (no sandbox) and RtkSandboxBashExecutor (default)
- Whitelist now includes lit and make (mirrors rtk subcommands)
- Bilingual README (EN + ZH)
Requires rtk on PATH; upgrade rtk independently to pick up new subcommands.