We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85507b5 commit be0a9c8Copy full SHA for be0a9c8
1 file changed
apps/server/src/wsServer.test.ts
@@ -744,8 +744,8 @@ describe("WebSocket Server", () => {
744
workspaceRoot: "/test/bootstrap-workspace",
745
title: "bootstrap-workspace",
746
defaultModelSelection: {
747
- provider: "codex",
748
- model: "gpt-5-codex",
+ provider: "claudeAgent",
+ model: "claude-opus-4-6",
749
},
750
}),
751
]),
@@ -757,8 +757,8 @@ describe("WebSocket Server", () => {
757
projectId: bootstrapProjectId,
758
title: "New thread",
759
modelSelection: {
760
761
762
763
branch: null,
764
worktreePath: null,
0 commit comments