refactor(omo-codex): port ultrawork hook to typescript
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "python3 \"${PLUGIN_ROOT}/components/ultrawork/hooks/ultrawork-detector.py\"",
|
||||
"command": "node \"${PLUGIN_ROOT}/components/ultrawork/dist/cli.js\" hook user-prompt-submit",
|
||||
"timeout": 5
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user