refactor(hooks): remove beast-mode system integration

Remove the beast-mode-system hook and all transform wiring so Copilot-specific prompt injection is fully eliminated from the runtime pipeline.
This commit is contained in:
YeonGyu-Kim
2026-02-22 01:57:22 +09:00
parent 9b56b748ec
commit 27d5379215
9 changed files with 20 additions and 113 deletions
+1 -3
View File
@@ -50,9 +50,7 @@ export function createPluginInterface(args: {
hooks,
}),
"experimental.chat.system.transform": createSystemTransformHandler({
hooks,
}),
"experimental.chat.system.transform": createSystemTransformHandler(),
config: managers.configHandler,