v2.0.0-b2

  • Release date: 2026-05-25
  • Current docs include commits through: 2026-05-29
  • Git tag: not recorded in the local tag list; version bump commit: 3d2bb21

Summary

Features

  • agent:统一 Chat 为 Agent 模式,让 API、TUI、上下文同步与斜杠命令围绕同一执行链路工作。
  • qa:新增 live QA retrieval,补充 qa-agentchat.servicesmart-search 测试。
  • routing:引入 IntentRouterExploreAgentContextManager,把意图识别、探索任务和运行上下文拆成更清晰的模块。
  • mcp:新增 secbot-mcp bin 入口、server/src/mcp-server.ts 与 MCP 工具封装,支持作为 MCP 能力面暴露。
  • skills:新增 Skills API、Skills 服务与 list/get/create skill 工具,把技能系统纳入产品表面。
  • web:同步 Web 端 Agent 模式,并将 Web UI 纳入 npm 包文件集合。
  • control:加入 ExecGo control bridge,为外部运行时与任务图控制留出扩展入口。
  • reporting:改进终端报告渲染,使工具观察、总结和报告块更适合长任务阅读。

Security Tool Surface

当前 npm-release 分支包含 82 个 TypeScript 工具,覆盖:

  • Security:33 个
  • Utility:10 个
  • Protocol:8 个
  • Web Research:6 个
  • Defense:6 个
  • Cloud:4 个
  • Control:4 个
  • OSINT:4 个
  • Skills:3 个
  • Crawler / MCP / Reporting / Vuln DB:各 1 个

这些工具共同覆盖侦察、端口与服务识别、Web/API 检测、协议枚举、云环境检查、防御侧检查、漏洞知识库查询、报告生成、浏览与研究、技能管理以及 MCP 调用。

Timeline Notes

  • 3dfbb5d:引入 IntentRouter / ExploreAgent / ContextManager 并补齐 TUI 渲染细节。
  • 8606cc5:统一 Chat 到 Agent 模式。
  • 3d2bb21:新增 live QA retrieval,并将版本提升到 2.0.0-b2
  • e8b8516:加入 Skills 与 MCP 产品表面。
  • 3903ee2:同步 Web 端 Agent 模式。
  • ba3466f:新增 ExecGo control bridge。
  • 46a28c0:改进终端报告渲染。
  • e6b5a98:补充 Agent 指南与架构说明。