Add comprehensive documentation for Claude Code hooks and streaming input modes

- Introduced a detailed reference for implementing hooks in Claude Code, covering configuration, project-specific scripts, plugin hooks, and various hook events.
- Explained the input modes available in the Claude Agent SDK, emphasizing the benefits of streaming input mode and providing implementation examples for both streaming and single message input.
- Highlighted security considerations and best practices for writing hooks, along with debugging tips and execution details.
This commit is contained in:
Alex Newman
2025-10-15 15:51:25 -04:00
parent 2663121d9f
commit 7fac3e3bb6
9 changed files with 2487 additions and 16 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env bun
/**
* Hook Helper Functions