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

Method hook_verbs

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

Source from the content-addressed store, hash-verified

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

Callers 1

test_hook_verbsFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_hook_verbsFunction · 0.36