elfenlieds7
elfenlieds7
Same, was good even yesterday
I'm also experiencing this issue with `alwaysThinkingEnabled: true` being ignored. **My environment:** - **OS:** Windows 11 - **Terminal:** Claude Code in VSCode integrated terminal - **Claude Code Version:** Latest (2.0.62)...
Confirmed: downgrading to 2.0.72 fixes the issue. ```bash npm install -g @anthropic-ai/[email protected] ``` Also set `DISABLE_AUTOUPDATER=true` environment variable to prevent auto-upgrade back to 2.0.73.
## Update: Found the exact trigger condition After further testing, I've identified the precise behavior: **Diff editor OPENS when:** - The `old_string` parameter in the Edit tool contains a **single...
Thanks for flagging the potential duplicates. I've reviewed both: - **#8660**: Reports diff preview not showing, with "String not found" errors - **#8509**: Reports diff window no longer opening in...
## Update: Clarification I just realized this issue is specific to the **Claude for VS Code Extension**, not the **Claude Code CLI**. When using **Claude Code CLI** in the VS...