[BUG] system task reminders / split prompts are being presented in a way that's indistinguishable from user input, causing the model to attribute system-generated content to the user
Resolved 💬 4 comments Opened Feb 6, 2026 by hugopalma17 Closed Mar 11, 2026
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
- Model: claude-opus-4-6
- Bug: System <system-reminder> task notifications are being processed as user-originated messages.
Agent attributed a system-generated prompt to the user and acted on it with false confidence.
Claude code CLI on macOS v2.1.32
What Should Happen?
Probably just an issue of the 4.6 model roll out behavior change.
Error Messages/Logs
N/A.
Steps to Reproduce
- Reproduction: The task reminder system that says "The task tools haven't been used recently..."
appears to be triggering model behavior as if it were user instruction. In this case the agent claimed
the user said "report to hq" when no such user message existed.
Claude Model
Opus 4.6
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
2.1.32
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
iTerm2
Additional Information
_No response_
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗