fix: skip claude hook injection for internal prompts
This commit is contained in:
@@ -50,6 +50,7 @@ export function createChatMessageHandler(
|
||||
})
|
||||
|
||||
const messageParts: MessagePart[] = textParts.map((p) => ({
|
||||
...p,
|
||||
type: "text",
|
||||
text: p.text,
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user