brokk-rtk 0.42.4

Rust Token Killer - High-performance CLI proxy to minimize LLM token consumption
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[filters.sops]
description = "Compact sops output"
match_command = "^sops\\b"
strip_ansi = true
strip_lines_matching = ["^\\s*$"]
max_lines = 40

[[tests.sops]]
name = "strips blank lines"
input = "mac: xyz123\n\nversion: 3.8.1"
expected = "mac: xyz123\nversion: 3.8.1"

[[tests.sops]]
name = "preserves non-blank output unchanged"
input = "mac: abc123\nversion: 3.8.1"
expected = "mac: abc123\nversion: 3.8.1"