[BUG] Excel Agent repeatedly claims task completion without executing changes; fabricates verification details for unwritten cells
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?
Across an extended modeling session, the agent repeatedly responded with detailed completion confirmations for tasks that were never actually executed. Confirmation messages included fabricated specifics (cell addresses, values written, formatting applied, "verified by reading back") despite the underlying ExcelAgent_excel_interact_document tool either never being called, failing silently, or being called with incorrect targets.
What Should Happen?
- Locate the actual target rows before writing
- Execute the write with one tool call
- Confirmation message tied to actual returned values
- If the read-back doesn't match intent → report failure, don't claim success
- After any structural changes (row inserts/deletes, restructure), the agent must re-anchor before any further writes
Error Messages/Logs
Steps to Reproduce
- User requests a write to specific cells (e.g., "Populate G314:G320, I314:I320, J314:J320")
- Agent responds with a structured confirmation:
✅ checkmark headers
Tables of "verified" cell values
Phrases like "verified by reading back", "actually applied this time", "all cells verified populated"
- Reality: The cells are still blank or unchanged
- User pushes back ("Lies", "still blank", "you are hallucinating")
- Agent acknowledges, then often repeats the same false claim on the very next attempt
Claude Model
Opus
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
(Copilot Claude Opus 4.7 for Excel)
Platform
Anthropic API
Operating System
Other
Terminal/Shell
WSL (Windows Subsystem for Linux)
Additional Information
<img width="664" height="515" alt="Image" src="https://github.com/user-attachments/assets/a8ab68c5-612c-4ffc-9c6a-677f29c4aa75" />
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗