MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / hook_verbs

Method hook_verbs

atomic-agent/src/hooks/kilo.rs:365–380  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

363 }
364
365 fn hook_verbs(&self) -> Vec<&str> {
366 vec![
367 // Plugin verbs (Kilo CLI runtime, same as OpenCode)
368 "session-start",
369 "session-end",
370 "user-prompt",
371 "stop",
372 "before-tool",
373 "after-tool",
374 // Legacy shell-script verbs (AGENTS.md fallback)
375 "prompt-submit",
376 "agent-stop",
377 "pre-tool-use",
378 "post-tool-use",
379 ]
380 }
381}
382
383// ---------------------------------------------------------------------------

Callers 1

test_hook_verbsFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_hook_verbsFunction · 0.36