mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-29 03:44:06 +08:00
chore(sdk): sync generated snapshot cleanup parameters
This commit is contained in:
@@ -8481,10 +8481,10 @@ export class Kilocode extends HeyApiClient {
|
||||
* Remove the snapshot repository for an already deleted Agent Manager worktree.
|
||||
*/
|
||||
public removeSnapshot<ThrowOnError extends boolean = false>(
|
||||
parameters?: {
|
||||
parameters: {
|
||||
directory?: string
|
||||
workspace?: string
|
||||
worktree?: string
|
||||
worktree: string
|
||||
},
|
||||
options?: Options<never, ThrowOnError>,
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user