v1.7.16
AIPentest/CyberStrikeAIv1.7.16Aug 19, 2026by Ed1s0nZ
AI Summary
Fixes a NodeRunError 400 in single-agent mode caused by broken tool_call/tool_result pairing after summarization, and adds defense-in-depth middlewares.
Key Highlights
- Fixed 400 error in long conversations with summarization
- Fixed broken tool pairing after history truncation
- Added toolPairReconciler middleware
- Added orphanToolPruner middleware
New Features
- Defense-in-depth tool handling middlewares
Full Release Notes
修复 Eino 单代理模式下长对话触发摘要压缩后,tool_call/tool_result 配对被破坏导致模型 API 返回 400 错误(NodeRunError)的问题。为 agentic 路径补充了与 classic 路径对齐的 toolPairReconciler 和 orphanToolPruner 纵深防御中间件。 --- Fixed a bug where long conversations in Eino single-agent mode could trigger a 400 error (NodeRunError: "insufficient tool messages following tool_calls message") after summarization truncated the message history and broke tool_call/tool_result pairing. Added toolPairReconciler and orphanToolPruner defense-in-depth middlewares to the agentic path, aligned with the existing classic path.