Versions in this module Expand all Collapse all v0 v0.12.0 Mar 9, 2026 v0.11.0 Mar 2, 2026 Changes in this version + const AfterCommand + const AfterFileRead + const AfterFileWrite + const AfterMCP + const AfterResponse + const AfterTabEdit + const AfterThought + const BeforeCommand + const BeforeCompact + const BeforeFileRead + const BeforeFileWrite + const BeforeMCP + const BeforePrompt + const BeforeTabRead + const HookTypeCommand + const HookTypePrompt + const OnNotification + const OnPermission + const OnSessionEnd + const OnSessionStart + const OnStop + const OnSubagentStop + func AdapterNames() []string + func Convert(data []byte, from, to string) ([]byte, error) + func SupportedTools() []string + type Adapter = core.Adapter + func GetAdapter(name string) (Adapter, bool) + type Config = core.Config + func NewConfig() *Config + type Event = core.Event + func AllEvents() []Event + type Hook = core.Hook + func NewCommandHook(command string) Hook + func NewPromptHook(prompt string) Hook + type HookEntry = core.HookEntry + type HookType = core.HookType