We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2740d39 commit edd480fCopy full SHA for edd480f
1 file changed
packages/opencode/src/cli/cmd/tui/component/dialog-workspace-create.tsx
@@ -77,7 +77,7 @@ export async function warpWorkspaceSession(input: {
77
}): Promise<boolean> {
78
const result = await input.sdk.client.experimental.workspace
79
.warp({
80
- id: input.workspaceID,
+ id: input.workspaceID ?? undefined,
81
sessionID: input.sessionID,
82
})
83
.catch(() => undefined)
0 commit comments