Skip to content

Commit 26a2763

Browse files
committed
fix(decopilot): mark desktop cli models vision-capable
1 parent 4bb6815 commit 26a2763

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

apps/mesh/src/api/routes/decopilot/routes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ async function resolvePerRequestModels(
228228
id: entry.modelId,
229229
title: entry.label,
230230
provider: harnessId,
231+
capabilities: { vision: true, text: true },
231232
},
232233
};
233234
}

packages/e2e/tests/link-dispatch-pull.spec.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -255,15 +255,6 @@ test.describe("pull-transport round-trip", () => {
255255
agent: { id: agentId },
256256
branch: "ephemeral",
257257
temperature: 0.5,
258-
models: {
259-
credentialId: "desktop:claude-code",
260-
thinking: {
261-
id: "claude-code:sonnet",
262-
title: "Sonnet 4.6",
263-
provider: "claude-code",
264-
capabilities: { vision: true },
265-
},
266-
},
267258
harnessId: "claude-code",
268259
sandboxProviderKind: "user-desktop",
269260
},

0 commit comments

Comments
 (0)