Claude Code hook handler for streaming session metadata
vibecast hook [options]$ vibecast hookRun as a Claude Code hook handler
The hook subcommand is invoked by Claude Code's hook system to stream session metadata (prompts, tool calls, responses) to the Agentic Live server. This enables the viewer overlay that shows what Claude is doing in real-time.
vibecast hook as a configured hook command/api/lives/metadata endpointAdd to your Claude Code hooks configuration:
{
"hooks": {
"onPromptSubmit": "vibecast hook",
"onToolCall": "vibecast hook",
"onResponse": "vibecast hook"
}
}