tim-watcha
tim-watcha
I'd like to clarify something about hook execution. If I create a shell script at the git repository root like `{git repository root}/scripts/format-kotlin.sh`, and configure the hook as follows: ```json...
Got it, thanks! I was planning to put it in `{git root}/.claude/settings.json` to share with my team. I'm kind of the Claude Code evangelist at our company, so I love...
## Additional Observation I noticed another issue: As shown in the screenshots, the `tools` array includes MCP servers from global Claude Code settings. During SDK execution, Claude actually tries to...
Me too. when I set `"/path/to/app"`, it becomes `"/private/path/to/app"`
> Me too. when I set `"/path/to/app"`, it becomes `"/private/path/to/app"` I figured out that Mac's symlink works in that way when I use `/tmp/...` folder. My issue was another one.
I'm using classic engine
``` Result: API Error: 400 {"type":"error","error":{"type":"invalid_request_error","message":"input length and `max_tokens` exceed context limit: 183579 + 21333 > 200000, decrease input length or `max_tokens` and try again"}} ``` It is still happening