v1.5.1: Remove dead code and fix all build warnings

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ryan Ward
2026-05-21 15:04:59 -05:00
co-authored by Claude Opus 4.6
parent f278e53b7e
commit a0568508ea
6 changed files with 9 additions and 62 deletions
-2
View File
@@ -245,8 +245,6 @@ pub struct AIConversation {
/// Set to true when auto-compact fires; reset when summarization completes.
has_pending_auto_compact: bool,
/// Number of times this child agent conversation has been automatically
/// restarted after a transient error. Capped at MAX_SUBAGENT_RETRIES.
subagent_retry_count: u8,
}