Skip to content

v3.2.0 - Token Optimization

Choose a tag to compare

@sinewaveai sinewaveai released this 12 Feb 21:42

πŸš€ Token Optimization Release

Major update focused on reducing context window consumption for AI coding agents.

✨ New Features

  • Verbosity Parameter: All MCP tools now support minimal, compact (default), and full verbosity levels
  • Up to 98% Token Reduction: minimal mode returns only counts (~50 tokens vs ~2500 tokens)
  • Batch Scanning: Scan 50+ files in a single session without context overflow
  • Subagent Skills: New security-scanner and security-scan-batch skills for Claude Code

πŸ“Š Token Savings by Level

Level Tokens Reduction Use Case
minimal ~50 98% CI/CD, batch scans
compact ~200 69% Interactive dev (default)
full ~2500 0% Compliance reports

πŸ—οΈ Architecture

  • Modular codebase: tools extracted to src/tools/, CLI to src/cli/
  • 88 tests with comprehensive verbosity coverage
  • Demo script with CLI options: node demo/token-optimization-demo.js

πŸ“¦ Install

npx agent-security-scanner-mcp@latest

Full changelog: v2.0.4...v3.2.0