mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 16:02:32 +00:00
fix(workspaces): seed shells only for blank selection (#19940)
* fix(workspaces): seed shells only for blank selection * fix(workspaces): create runtime-owned launch surfaces * fix(workspaces): report runtime surface failures --------- Co-authored-by: Merge Sim <sim@local>
This commit is contained in:
co-authored by
Merge Sim
parent
d33354cfd2
commit
2ffac471bd
@@ -172,7 +172,7 @@ export async function createRuntimeFolderWorktree(args: {
|
||||
undefined,
|
||||
args.startup && !didSpawnStartup ? args.startup : undefined
|
||||
)
|
||||
} else if (deps.ptySpawnAvailable && !didSpawnStartup) {
|
||||
} else if (deps.ptySpawnAvailable && !didSpawnStartup && !args.createdWithAgent) {
|
||||
try {
|
||||
await deps.createTerminal(`id:${worktree.id}`, { surfaceOwner: false })
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user