Skip to content

v10.6.0 — unified caspian CLI + one-line AI-agent integration

Choose a tag to compare

@CaspianTools CaspianTools released this 01 Jul 13:13

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 caspian commandcaspian scan | git-history | check-updates | mcp | snippet | mcp-config. Install globally (npm i -g caspian-securitycaspian 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 via npx, 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 by require.main === module, so the dispatcher reuses one implementation. Original caspian-scan / caspian-git-history-scan / caspian-check-updates / caspian-mcp bins 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