Dickson Tsai
Dickson Tsai
Hi all, v2.0.5 is out now. Please let me know if you still see the same issues from v2.0.2 in this new version. Thanks!
@mackcoding can you describe _in a new issue_ more about the setup where you're seeing this in? (which OS, which terminal, a screenshot, whether this is from `claude --resume` or...
Which MCP servers do you have installed? Claude Code's built-in tools should not run into this issue. If this happens, one way to recover is to rewind your conversation. You...
If you haven't tried /logout and /login, please re-authenticate. Claude Code does not automatically pick up the latest account state.
**`/logout`** is a key step that erases the incorrect credential values stored on your device. Please make sure to run `/logout` and then try again.
There seems to be an issue with storing your credentials locally. Can you try this workaround of manually specifying your model in [settings](https://docs.anthropic.com/en/docs/claude-code/settings#settings-files)? ``` "model": "opus" ```
Add `"model": "opus"` to `~/.claude/settings.json`, which is what `/model` reads from. Documentation: https://docs.anthropic.com/en/docs/claude-code/settings#settings-files
Please update to v1.0.100, which we just released. We merged a change to mitigate this issue for Max users as we look into the root cause. We are sorry for...
Note: v1.0.102 reverts this mitigation due to a different breakage caused by my change. I'm working to restore this behavior for you all in the next release after v1.0.102. In...
I think this change is fine. Can you please fix lint and the merge conflicts from #91 ?