Skip to content

v3.2.0: Dynamic Workspace Auto-Discovery, Smart Synonym Search & Build Automation

Choose a tag to compare

@Zyrexnn Zyrexnn released this 27 Aug 15:22
· 73 commits to main since this release

🚀 What's New in Cybermes v3.2.0

1. 🔍 Dynamic Multi-Tiered Workspace Auto-Discovery

  • Enhanced FindProjectRoot across the MCP Server and Go toolchain with multi-tiered resolution (CLI parameter, environment variables CYBERMES_ROOT, binary location os.Executable(), and CWD parent traversal).
  • Zero configuration required: Works seamlessly across all AI clients (Google Antigravity / Gemini, Cursor, Claude Desktop, Windsurf, Cline, Roo Code, Kilo, Zed) on Windows, macOS, Linux, and Docker.

2. 🧠 Smart Security Synonym & Acronym Keyword Expansion

  • Added in-memory offensive security acronym mapping (synonymMap) covering IDOR/BOLA, SQLi, XSS, RCE, SSRF, JWT, CSRF, LFI, and CORS.
  • Shorthand queries like 'IDOR' now instantly match and rank 'Insecure Direct Object References' documentation and playbooks.

3. 🔨 Unified Cross-Platform Build Utility

  • Added 1-click build script (go run scripts/build_tools.go) to compile all 5 Go tools (smart_pipe, secret_scan, search_knowledge, �ggregate_reports, cybermes-mcp) directly into ools/bin/.

4. 🛡️ Enhanced MCP & Antivirus Documentation

  • Updated docs/MCP_SETUP.md with comprehensive installer commands and Windows Defender exclusion guidance for security research environments.

🧪 Test Suite & Quality Assurance

  • Go Unit Tests: 100% PASS across all 8 packages.
  • NPM Package Tests: 6/6 test suites passed.

Full Changelog: v3.1.2...v3.2.0