Skip to content

v1.0.0

Choose a tag to compare

@czottmann czottmann released this 14 Jun 14:15
· 15 commits to main since this release

Stable release of pi-automode — Claude Code-style auto mode for Pi.

  • Permission deny/ask rules before any other checks
  • Deterministic hard-deny for TLS weakening, profile edits, cron, authorized_keys, safety-control edits
  • Shell parser for bash commands (handles quotes, redirects, pipes, &&, ;)
  • Read-only tool fast path (read, grep, find, ls)
  • Two-stage LLM classifier with HARD_DENY/SOFT_DENY/ALLOW tiers, fail-closed on errors
  • support per section with additive merging
  • Interactive model selector with fuzzy filtering
  • Plugin-owned config (~/.pi/automode.json, .pi/automode.local.json)
  • Config validation diagnostics
  • 5 clean commits, 15 passing tests