Coy Geek
Coy Geek
Hey, that's a really interesting and clever use case for managing configurations. I can see why you'd want a single `claude` instance to act as a gateway for Claude Desktop...
An [official tutorial from the LiteLLM team](https://docs.litellm.ai/docs/tutorials/claude_responses_api) that documents this exact process. This confirms that the original feature request—using `claude code` with self-hosted or alternative LLMs—is **100% possible today** via...
That's a great question and a pretty common workflow when you're mixing interactive and non-interactive sessions. The easiest way to get the current session ID from within an interactive terminal...
This is a fantastic and incredibly well-documented issue. Thanks for putting this together. I can confirm I've run into this exact limitation. The current `SubagentStop` hook is indeed ambiguous when...
**Additional Issue Discovered: Hook stderr not captured in `--debug hooks`** While implementing a workaround (adding `print(f"[HOOK] {__file__} starting", file=sys.stderr)` to each hook), I discovered that `--debug hooks` doesn't display stderr...
This might be fixed as of v1.0.84: https://github.com/anthropics/claude-code/commit/da6d2f715e5081bf304e23aff6f282a73f0f9dc7 > Fix Claude sometimes ignoring real-time steering when wrapping up a task Make sure to update Claude by running 'claude update' and...
Error still seen on 1.0.88
It looks like we got a partial fix in v1.0.112: https://github.com/anthropics/claude-code/commit/ccc3fdf1ad8a6680f0d222ba6fb7e800f1be3c3d > Added `spinnerTipsEnabled` setting to disable spinner tips Add this to your settings.json: ``` { "spinnerTipsEnabled": false } ```
Hey there! Good question. It can be a little confusing because there are a few different `settings.json` files depending on the scope of the settings you want to change. Here’s...
I tested this and saw: ``` > /model ⎿ Kept model as sonnet[1m] > read google-gemini-gemini-cli-8a5edab282632443.txt and give an executive summary of the architecture ⎿ API Error: 400 {"type":"error","error":{"type":"invalid_request_error","message":"The long...