v0.1.0 — Initial release
First public release of the Vector AI plugin.
What you get
- Four skills that wire red-team scanning into your repo:
- `integrate` — first-time setup; builds AgentAdapter + RedTeamRunner + CI workflow
- `harden-from-finding` — fix a single FAIL with a targeted patch + regression test
- `batch-fix-findings` — group N FAILs by root cause, fix each group with one patch
- `create-agent-context` — generate the AgentContext JSON for the New Agent form
- One pre-wired MCP server pointing at `https://mcp.pharosone.ai/mcp\` (OAuth 2.1; browser flow on first call)
Supported editors
| Editor | Install |
|---|---|
| Claude Code | `/plugin marketplace add pharosone/vector-plugin` + `/plugin install vector@vector` |
| Cursor | Settings → Plugins → Add from URL → `https://github.com/pharosone/vector-plugin\` |
| Codex | `codex plugin marketplace add pharosone/vector-plugin` |
| Gemini CLI | `gemini extensions install https://github.com/pharosone/vector-plugin\` |
Private deployments
Set `VECTOR_MCP_URL=https://mcp.your-host.com/mcp\` before launching the editor.
License
MIT