Files
oh-my-opencode/packages/omo-codex/plugin/components/telemetry/hooks/hooks.json
T

16 lines
207 B
JSON
Raw Normal View History

{
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook session-start",
"timeout": 5
}
]
}
]
}
}