Skip to content

Commit 9003f08

Browse files
committed
chore: bump version to v1.51.0
1 parent 9a734d0 commit 9003f08

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/types/npm/package.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@roo-code/types",
3-
"version": "1.50.0",
3+
"version": "1.51.0",
44
"description": "TypeScript type definitions for Roo Code.",
55
"publishConfig": {
66
"access": "public",

packages/types/src/task.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export interface TaskProviderLike {
2525
createTask(text?: string, images?: string[], parentTask?: TaskLike): Promise<TaskLike>
2626
cancelTask(): Promise<void>
2727
clearTask(): Promise<void>
28+
resumeTask(taskId: string): void
2829

2930
getState(): Promise<TaskProviderState>
3031
postStateToWebview(): Promise<void>

0 commit comments

Comments
 (0)