Christina Norman

Results 5 comments of Christina Norman

## Additional Findings: PreToolUse Hooks + stdout_len: 0 Adding diagnostic information from investigating this issue with **PreToolUse hooks** using the **cchooks Python SDK**. ### Environment - Claude Code: v2.0.58 (latest...

## Update: stdout flush workaround tested - doesn't help Tested adding `sys.stdout.flush()` after `context.output.allow()` calls. Result: **No change** - "hook error" still displayed. ### Direct Hook Testing Tested hooks directly...

I currently have 87 of 113 skills visible in my system prompt and no agency over which skills are and are not visible. This would solve this problem.

_new_conn() creates individual connections, not pools. maxsize is a pool-level setting passed to HTTPConnectionPool.__init__(). The parent _new_conn() signature is just (self) with no pool config parameters.