Skip to content

v0.1.0

Latest

Choose a tag to compare

@DeepTrial DeepTrial released this 14 Aug 10:09
· 6 commits to main since this release

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.