Hoi
Hoi
**Update: Confirmed workaround** Downgrading to version 2.0.72 fixes the issue: ``` claude install 2.0.72 --force ``` This confirms the bug was introduced in version 2.0.73. The issue is not related...
**Additional issue: Cannot disable auto-updates on native build** The native Windows build ignores user settings for disabling auto-updates: 1. `"autoUpdates": false` in `~/.claude.json` - **ignored** 2. `DISABLE_AUTOUPDATER=true` environment variable -...
**PowerShell workaround: Auto-downgrade wrapper script** Since auto-updates cannot be disabled through config settings (see previous comment), here's a PowerShell workaround that automatically detects and downgrades the buggy 2.0.73 version. Add...