Revert "feat: add two-layer tool call validation system (proactive + reactive) (#249)"

This reverts commit 9bc2360d31.
This commit is contained in:
YeonGyu-Kim
2025-12-26 04:12:12 +09:00
parent f9234a6a5e
commit 6160730f24
9 changed files with 8 additions and 282 deletions

View File

@@ -64,7 +64,6 @@ export const HookNameSchema = z.enum([
"non-interactive-env",
"interactive-bash-session",
"empty-message-sanitizer",
"tool-call-validator",
])
export const AgentOverrideConfigSchema = z.object({