v1.6.22

AIPentest/CyberStrikeAIv1.6.22May 23, 2026by Ed1s0nZ

AI Summary

Refines error handling logic by resetting retry counters after successful execution and fixes a UI bug where agent iteration counts would jump backward during segmented task execution.

Key Highlights

  • Transient retry counters reset after a successful segment execution
  • Fix for main-agent iteration display jumping backward during resumes
  • In-request iteration offset to ensure monotonic UI progression
  • Improved experience for segmented task execution

New Features

  • Enhanced error handling with retry resets
  • UI display fixes for agent iteration tracking

Full Release Notes

本次更新做了两点:第一,临时错误重试改为“成功后重置”,即只要某段执行成功,就把重试次数和退避节奏清零,后续再遇到 transient 错误会从第 1 次重试重新开始。第二,修复了分段续跑时主代理轮次显示回跳的问题,在同一请求内对 iteration 做累计偏移,避免出现“第3轮→第1轮”,让前端轮次持续递增、体验更一致。

---

This update includes two key changes. First, transient retry behavior now resets after a successful segment, meaning retry count and backoff schedule start over from scratch on the next transient failure. Second, the main-agent iteration display no longer jumps backward during segmented resumes; we added an in-request iteration offset so UI rounds remain monotonic (e.g., no more “Round 3 → Round 1”).