v1.6.21

AIPentest/CyberStrikeAIv1.6.21May 22, 2026by Ed1s0nZ

AI Summary

Adds an automatic retry mechanism for Eino runs facing transient errors, ensuring continuity by resuming within the same session context without injecting retry notices into the model.

Key Highlights

  • Automatic retry for 429, 5xx, and network error codes
  • Exponential backoff strategy for segmented resumption
  • Session context preservation across retries
  • User input retention to prevent deviation from the current question

New Features

  • Eino transient error automatic retry mechanism

Full Release Notes

本次新增 Eino 临时错误自动重试机制:遇 429、5xx、网络抖动等可恢复错误时,在保持同一会话上下文的前提下分段退避续跑(可配置次数与退避上限),不向模型注入重试说明;并保证重试时仍携带本轮用户输入,避免续跑后偏离当前问题。

---

This release adds automatic retry for transient Eino run errors (429, 5xx, network issues, etc.): the handler persists trace, applies exponential backoff, and resumes within the same session without injecting retry notices into the model context. The current user message is preserved across retries so the agent stays aligned with the latest request.