Skip to content

Commit 618a2fd

Browse files
committed
fix(decopilot): use run context branch for dev tools
1 parent 6bba178 commit 618a2fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/mesh/src/harnesses/decopilot/harness-deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export function buildClusterEnvironmentTools(args: {
161161
ctx,
162162
vm.id,
163163
streamInput.user.id,
164-
streamInput.branch ?? undefined,
164+
runContext.branch ?? undefined,
165165
).catch(() => null);
166166
}
167167
return createVirtualClientFrom(

0 commit comments

Comments
 (0)