feat(athena): add intent parameter to prepare_council_prompt + wire hook into plugin system + update exports
This commit is contained in:
@@ -104,6 +104,7 @@ export function createToolExecuteBeforeHandler(args: {
|
||||
await hooks.tasksTodowriteDisabler?.["tool.execute.before"]?.(input, output)
|
||||
await hooks.webfetchRedirectGuard?.["tool.execute.before"]?.(input, output)
|
||||
await hooks.prometheusMdOnly?.["tool.execute.before"]?.(input, output)
|
||||
await hooks.athenaSisyphusOnly?.["tool.execute.before"]?.(input, output)
|
||||
await hooks.sisyphusJuniorNotepad?.["tool.execute.before"]?.(input, output)
|
||||
await hooks.atlasHook?.["tool.execute.before"]?.(input, output)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user