Dickson Tsai
Dickson Tsai
Implemented as of v1.0.33
@usulpro Use Ctrl+-
You're (dare I say, absolutely) right! I'm just used to Ctrl+- working on my Mac.
Fixed in v1.0.28 by @levpopov
Can you share a screenshot (if possible) of when you saw the fallback and the output of `/status`? While I'd say this is unexpected, there could be a variety of...
Thanks for your detailed response @hazmyr . Based on what you have provided, I am not surprised that you would hit 20% of your Claude Max 5x usage limit with...
They are the same for now, but say there's a future Opus X, where X > 4. Then, Claude Code will use that newer Opus instead of staying pinned on...
Closing this issue because there are no other details that we can evaluate or take action on. Our general advice is that: 1. You can pin the model to Opus...
A workaround that exists today is to use src/claude_code_sdk/_internal/message_parser.py to parse the jsonl objects.
You have a couple existing options here: 1. Instruct Claude to run Bash tool with the command `date` or `date +"%Y-%m-%d"` 2. Add a hook to review file output for...