Agent Plugin¶
Pixee ships as an installable plugin for the coding agent your developers already use. Once installed, the agent can call the Pixee CLI directly — pulling scan results, findings, and fix details — without a developer leaving their agent session to look anything up.
This matters most when closing out a Pixee fix needs a change only your build can validate — passing test coverage gates, lint, or other CI checks Pixee can't see. Rather than building its own CI-feedback loop, Pixee hands that last mile to the coding agent your developers already have configured against your build, tests, and CI.
Supported agents¶
The plugin currently supports:
- GitHub Copilot CLI
- VS Code (via GitHub Copilot Chat)
- Cursor
- Claude Code
- OpenAI Codex CLI
Tools that don't yet support either plugin format can still install the underlying skills directly through a generic fallback — see the README below for details.
Installing¶
Full install instructions live in the Pixee CLI README. Pick the section for your agent and follow its install steps — most are one or two commands.