v10.6.0 — unified caspian CLI + one-line AI-agent integration
Caspian goes anywhere. One unified caspian command turns the scanner into a robust standalone tool you can run from a normal PowerShell / cmd / bash terminal — no VS Code required — and makes it a one-line integration for any AI coding agent (Claude Code, Cursor, Antigravity, Claude Desktop, Cline). Nothing is ever written into your repositories; Caspian only emits text and config you choose to paste.
Added
- Unified
caspiancommand —caspian scan | git-history | check-updates | mcp | snippet | mcp-config. Install globally (npm i -g caspian-security→caspian scan .) or zero-install (npx -y caspian-security caspian scan .). Works in PowerShell, cmd, and bash. caspian snippet— prints a paste-ready CLAUDE.md / Cursor / Antigravity instruction block so any agent can run Caspian mid-task vianpx, with zero setup in the target repo.caspian mcp-config— prints the MCP server config with the correct path per client (Claude Code, Claude Desktop, Cursor, Antigravity, Cline).- Two VS Code commands — "Copy AI Agent Instructions" and "Copy MCP Server Config" (clipboard-only; never write into a repo).
Changed
- CLI entry points now export an
argv-taking function guarded byrequire.main === module, so the dispatcher reuses one implementation. Originalcaspian-scan/caspian-git-history-scan/caspian-check-updates/caspian-mcpbins are unchanged. - MCP docs now cover Claude Code (
.mcp.json/claude mcp add) and Antigravity in addition to Claude Desktop / Cursor / Cline.
Marketplace: https://marketplace.visualstudio.com/items?itemName=CaspianTools.caspian-security