fix: skip claude hook injection for internal prompts

This commit is contained in:
YeonGyu-Kim
2026-05-27 14:17:46 +09:00
parent c0d3044629
commit 77a268f91e
3 changed files with 76 additions and 3 deletions
@@ -50,6 +50,7 @@ export function createChatMessageHandler(
})
const messageParts: MessagePart[] = textParts.map((p) => ({
...p,
type: "text",
text: p.text,
}))