fix(core): use current workspace with /new; fix warping into local project (#25894)
This commit is contained in:
@@ -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>,
|
||||
|
||||
@@ -6656,7 +6656,7 @@ export type ExperimentalWorkspaceRemoveResponse =
|
||||
|
||||
export type ExperimentalWorkspaceWarpData = {
|
||||
body?: {
|
||||
id: string
|
||||
id: string | null
|
||||
sessionID: string
|
||||
}
|
||||
path?: never
|
||||
|
||||
Reference in New Issue
Block a user