elfenlieds7

Results 18 comments of elfenlieds7

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...

**Update**: After further testing, this is not a regression in v2.0.74. The same behavior exists in v2.0.72. ## Clarification This is actually a **feature request** rather than a bug. **Current...

**Additional finding**: Manually modifying the lock file does NOT work as a workaround. ## What I tried 1. Added all subdirectories to `workspaceFolders` in `~/.claude/ide/*.lock` 2. Fixed case sensitivity (changed...

**Important update**: This appears to be a **regression**, not a new feature request. ## Evidence Previously (possibly around v1.0.x or earlier v2.0.x), the following workflow **worked**: 1. Open VSCode at...

## Update: Multi-root Workspace + Case Sensitivity Issue I tried using a **multi-root workspace** as a workaround. This successfully adds all subdirectories to the lock file's \: \ **However, IDE...