SessionStart
01Hook
Runs when a session starts, executing orchestrator.mjs via node. From hellowind777/hello2cc.
Native-first Claude Code plugin for third-party models with silent Agent model injection and output styles.
Hook
Runs when a session starts, executing orchestrator.mjs via node. From hellowind777/hello2cc.
Hook
Runs when you submit a prompt, before the agent sees it, executing orchestrator.mjs via node. From hellowind777/hello2cc.
Hook
Runs when a subagent starts for Explore, Plan and general-purpose tool calls, executing subagent-context.mjs via node (3 commands). From hellowind777/hello2cc.
Hook
Runs when a subagent finishes for Explore, Plan and general-purpose tool calls, executing subagent-stop.mjs via node (3 commands). From hellowind777/hello2cc.
Hook
Runs on the TeammateIdle event, executing teammate-idle.mjs via node. From hellowind777/hello2cc.
Hook
Runs when a task is marked completed, executing task-lifecycle.mjs via node. From hellowind777/hello2cc.
Hook
Runs on the TaskCreated event, executing task-lifecycle.mjs via node. From hellowind777/hello2cc.
Hook
Runs on the ConfigChange event, executing orchestrator.mjs via node. From hellowind777/hello2cc.
Hook
Runs before the agent uses a tool for Agent, Task, EnterWorktree, TeamCreate, TeamDelete, TaskCreate, TaskList, TaskGet, TaskUpdate, ToolSearch, EnterPlanMode, ExitPlanMode, AskUserQuestion and SendMessage tool calls, executing orchestrator.mjs via node (14 commands). From hellowind777/hello2cc.
Hook
Runs after a tool call finishes for TeamCreate, TeamDelete, Agent, Task, SendMessage, TaskCreate, TaskList, TaskGet, TaskUpdate, ToolSearch, EnterPlanMode, ExitPlanMode, AskUserQuestion and WebSearch tool calls, executing orchestrator.mjs via node (14 commands). From hellowind777/hello2cc.
Hook
Runs when a tool call fails for Agent, Task, EnterWorktree and WebSearch tool calls, executing orchestrator.mjs via node (4 commands). From hellowind777/hello2cc.