fix(core): use current workspace with /new; fix warping into local project (#25894)

This commit is contained in:
James Long
2026-05-05 16:39:37 -04:00
committed by GitHub
parent 8e182c7782
commit 12f3d1f505
5 changed files with 28 additions and 7 deletions
+1 -1
View File
@@ -1019,7 +1019,7 @@ export class Workspace extends HeyApiClient {
parameters?: {
directory?: string
workspace?: string
id?: string
id?: string | null
sessionID?: string
},
options?: Options<never, ThrowOnError>,
+1 -1
View File
@@ -6656,7 +6656,7 @@ export type ExperimentalWorkspaceRemoveResponse =
export type ExperimentalWorkspaceWarpData = {
body?: {
id: string
id: string | null
sessionID: string
}
path?: never