feat(background-agent): integrate into main plugin

🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
This commit is contained in:
YeonGyu-Kim
2025-12-11 16:21:33 +09:00
parent ce6a09b891
commit 49fb046363
4 changed files with 41 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ interface ChatMessageInput {
}
interface ChatMessageOutput {
parts: Array<{ type: string; text: string }>
parts: Array<{ type: string; text?: string; [key: string]: unknown }>
[key: string]: unknown
}