v1.7.17

AIPentest/CyberStrikeAIv1.7.17Aug 24, 2026by Ed1s0nZ

AI Summary

Disables automatic Eino checkpoint resume to prevent stale responses and adds comprehensive per-turn token usage tracking.

Key Highlights

  • Disabled automatic Eino checkpoint resume in chat flows
  • Prevented stale checkpoints from causing repeated old responses
  • Added per-turn token usage tracking (input, output, cached, reasoning, calls)

Breaking Changes

  • Disables automatic Eino checkpoint resume

New Features

  • Per-turn token usage statistics

Full Release Notes

这次修复关闭了聊天链路中的 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.