Skip to content

v0.2.3 — Multi-Agent Support

Latest

Choose a tag to compare

@0xhimanshu 0xhimanshu released this 20 Jun 23:17

Governor now works with Cursor, Windsurf, Cline, Codex CLI, and Gemini CLI

Governor's core behavior — content-aware tool-output filtering and context hygiene — is now available as a prompt-based skill for any AI coding agent. One install command copies a rules file that teaches the agent to self-filter noisy output, preserve unique data, and maintain context hygiene. No hooks or MCP required.

What's New

  • Multi-agent skills — Governor rules files for Cursor (.cursor/rules/governor.mdc), Windsurf, Cline, Codex CLI (AGENTS.md), and Gemini CLI (GEMINI.md)
  • Content-aware filtering — tool output is checked for repetition before compacting. Unique data (API responses, Burp proxy history, curl output, JSON) passes through unfiltered. Only repetitive noise (>40% duplicate lines) gets compacted
  • GOVERNOR_FULL env var — set GOVERNOR_FULL=1 inline to bypass compaction without a separate command. Immune to parallel-call cancellation

Fixes

  • MCP tool output (Burp, Playwright) no longer incorrectly compacted when data is unique
  • cat on unique files no longer triggers compaction via noisy-command heuristic

Install

# Claude Code (full plugin)
bash install.sh --force

# Other agents
bash install.sh --project /path/to/project --agents all

Full changelog: CHANGELOG.md