mirror of
https://github.com/affaan-m/ECC.git
synced 2026-09-11 12:17:57 +02:00
fix: close Hookify runtime review gaps
This commit is contained in:
@@ -210,6 +210,7 @@ function validateToolMatcher(value) {
|
||||
|
||||
function inferredField(event) {
|
||||
if (event === 'bash') return 'command';
|
||||
if (event === 'file') return 'file_path';
|
||||
if (event === 'prompt') return 'user_prompt';
|
||||
return 'content';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user