tinyjuice 0.2.1

Pluggable token compression for OpenHuman.
Documentation
1
2
3
4
5
6
7
8
9
{
  "description": "git status with a modified file rewrites to compact M: notation; hint lines are preserved when indented (Rust port behavior)",
  "input": {
    "toolName": "bash",
    "argv": ["git", "status"],
    "stdout": "On branch main\n\nChanges not staged for commit:\n\tmodified:   src/foo.rs\n\nno changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
  },
  "expectedOutput": "Changes not staged:\nM: src/foo.rs"
}