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:
@@ -50,9 +50,7 @@ export function createPluginInterface(args: {
|
||||
hooks,
|
||||
}),
|
||||
|
||||
"experimental.chat.system.transform": createSystemTransformHandler({
|
||||
hooks,
|
||||
}),
|
||||
"experimental.chat.system.transform": createSystemTransformHandler(),
|
||||
|
||||
config: managers.configHandler,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user