Files
analysis_claude_code/agents
alsaberi 7eca7bc3db fix: append nag reminder instead of inserting at front (#142)
The reminder was inserted at index 0, placing a text block before
tool_result blocks in the user message content array. Use append
to keep the reminder at the end, consistent with message ordering.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-29 22:45:47 +08:00
..