fix(github-copilot): default onboarding to opus 4.6

This commit is contained in:
Ayaan Zaidi
2026-04-20 10:53:32 +05:30
parent 0ce5e358d4
commit 66ae458cce
2 changed files with 2 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ export default definePluginEntry({
credential,
},
],
defaultModel: "github-copilot/gpt-4o",
defaultModel: "github-copilot/claude-opus-4.6",
};
}