fix(codex): sync hook status versions

This commit is contained in:
YeonGyu-Kim
2026-05-31 11:53:18 +09:00
parent 4fded80f6a
commit 4e31d7df5d
6 changed files with 215 additions and 16 deletions
+2 -2
View File
@@ -75,13 +75,13 @@
"type": "command",
"command": "node \"${PLUGIN_ROOT}/components/comment-checker/dist/cli.js\" hook post-tool-use",
"timeout": 30,
"statusMessage": "LazyCodex(0.1.0): Checking Comments"
"statusMessage": "LazyCodex(0.1.1): Checking Comments"
},
{
"type": "command",
"command": "node \"${PLUGIN_ROOT}/components/lsp/dist/cli.js\" hook post-tool-use",
"timeout": 60,
"statusMessage": "LazyCodex(0.1.0): Checking LSP Diagnostics"
"statusMessage": "LazyCodex(0.2.0): Checking LSP Diagnostics"
}
]
},