feat: switched to opencode

This commit is contained in:
2026-02-11 19:07:06 +01:00
parent 870bec4dcd
commit 49f2b620db
15 changed files with 1343 additions and 1351 deletions

View File

@@ -44,9 +44,10 @@ export {
type CreateConversationInput,
} from './ChatEngine';
export {
CopilotManager,
OpenCodeManager,
type SendMessageOptions,
type SendMessageResult,
} from './CopilotManager';
type ModelInfo,
} from './OpenCodeManager';