mirror of
https://github.com/shareAI-lab/analysis_claude_code.git
synced 2026-02-04 13:16:37 +08:00
Previously NAG_REMINDER was only checked in main() after a task completed, meaning models never saw the reminder during long-running tasks. Now NAG_REMINDER is injected inside agent_loop when rounds_without_todo > 10, so models see it during task execution (matching Kode's behavior). Fixes #14 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>