Skip to content

Releases: AIPentest/CyberStrikeAI

v1.7.17

Choose a tag to compare

@Ed1s0nZ Ed1s0nZ released this 24 Aug 10:48
e0a2f01

这次修复关闭了聊天链路中的 Eino checkpoint 自动恢复,避免旧断点抢先恢复导致模型反复回复历史对话。

This update disables automatic Eino checkpoint resume in chat flows, preventing stale checkpoints from taking over and causing repeated old responses.

同时新增/完善了按轮次展示 Token 用量的统计能力,可查看每次对话的输入、输出、缓存、推理和模型调用次数。

It also adds/improves per-turn token usage tracking, showing input, output, cached, reasoning tokens, and model call counts for each conversation turn.

v1.7.16

Choose a tag to compare

@Ed1s0nZ Ed1s0nZ released this 19 Aug 09:37
bf761e9

修复 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.

v1.7.15

Choose a tag to compare

@Ed1s0nZ Ed1s0nZ released this 18 Aug 16:15
ac6e04a

修复部分bug

v1.7.14

Choose a tag to compare

@Ed1s0nZ Ed1s0nZ released this 14 Aug 18:26
4410cfe

本次更新已将 CyberStrikeAI 的 Eino 主链路升级到 0.9.x Agentic Runtime:单代理/多代理采用 AgenticMessage 与 typed Agent,并接入 Runner、checkpoint、TurnLoop、summarization、reduction、toolsearch、plantask、Skills、retry/failover 与观测能力。


This update moves CyberStrikeAI’s Eino runtime onto the 0.9.x Agentic Runtime path: single-agent and multi-agent flows now use AgenticMessage and typed agents, with Runner, checkpoint, TurnLoop, summarization, reduction, toolsearch, plantask, Skills, retry/failover, and observability integrated.

v1.7.13

Choose a tag to compare

@Ed1s0nZ Ed1s0nZ released this 14 Aug 07:45
c345880
Update version number to v1.7.13

v1.7.12

Choose a tag to compare

@Ed1s0nZ Ed1s0nZ released this 06 Aug 09:44
3bb8ec5

本次更新修复了若干已知问题,并对相关处理流程进行了加固,提升了系统在异常输入和边界场景下的稳定性与安全性。


This update fixes several known issues and reinforces relevant processing workflows, improving system stability and security under abnormal input and edge‑case scenarios.

v1.7.11

Choose a tag to compare

@Ed1s0nZ Ed1s0nZ released this 28 Jul 10:38
a6b3773

将最终回复从“模型文本判断”升级为“结构化 finalization 协议 + 显式执行证据策略”,避免过程输出误当结论。


Final answers are now gated by a structured finalization contract and explicit evidence policy, preventing intermediate agent output from being mistaken for completion.

v1.7.10

Choose a tag to compare

@Ed1s0nZ Ed1s0nZ released this 28 Jul 09:51
9ef8263
Update config.example.yaml

v1.7.9

Choose a tag to compare

@Ed1s0nZ Ed1s0nZ released this 23 Jul 12:21
af4b25b
Update config.example.yaml

v1.7.8

Choose a tag to compare

@Ed1s0nZ Ed1s0nZ released this 23 Jul 11:23
a7190b8

新增 AI 通道配置能力,支持在系统设置中管理多个模型通道,并为对话选择默认或指定通道。


Added AI channel configuration, allowing multiple model channels to be managed in system settings and selected as the default or per conversation.