Edan Starfire
Edan Starfire
For a bit of fun, if you are talking about the main "agent" and not subagents, you can also create a streaming session as in this example https://github.com/anthropics/claude-agent-sdk-python/blob/main/examples/streaming_mode.py and simply...
I'm gonna ask a clarification here - are you using the direct `query` (one-shot) method, or are you using the streaming SDK client (ClaudeSDKClient)? I'm currently using the ClaudeSDKClient method...
For clarity I agree that the PreToolUse hook seems to have a hard timeout, but I've avoided using hooks for the purpose of approvals.
I confirmed that no settings files (user, project, and project local files) have that setting configured. I am working on updating my system to tweak a couple things and enable...
Okay - did some more testing to verify behavior: Updated my coding to allow changing the mode the session starts with. If the streaming session starts in `bypassPermissions` mode, then...
https://github.com/EdanStarfire/claudecode_webui/blob/4f964992413b6957384b85b52bbad76a025d17c4/src/web_server.py#L1896-L1903 I have an working example at the link above. This is fully supported: ```python if clarification_message: # Deny with clarification - let SDK continue with user guidance response =...
## Brute force way that works right now This is a fun ask, and I'm not sure exactly how to solve it myself, but have been trying to address a...
I'm just starting to get this working with LMStudio - ensure you have the latest LMStudio - 0.3.21 (Build 3) beta version, as Build 3 has a specific fix for...