Skip to content

Commit d7a012c

Browse files
committed
Rename task-complete file to task-completed
1 parent f6c3e7b commit d7a012c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cli/src/components/tools/registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { ReadSubtreeComponent } from './read-subtree'
77
import { RunTerminalCommandComponent } from './run-terminal-command'
88
import { StrReplaceComponent } from './str-replace'
99
import { SuggestFollowupsComponent } from './suggest-followups'
10-
import { TaskCompleteComponent } from './task-complete'
10+
import { TaskCompleteComponent } from './task-completed'
1111
import { WriteFileComponent } from './write-file'
1212
import { WriteTodosComponent } from './write-todos'
1313

cli/src/components/tools/task-complete.tsx renamed to cli/src/components/tools/task-completed.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import type { ToolRenderConfig } from './types'
44

55
/**
66
* UI component for task_completed tool.
7-
* Displays a simple bullet point with "Task Complete" in bold.
87
*/
98
export const TaskCompleteComponent = defineToolComponent({
109
toolName: 'task_completed',

0 commit comments

Comments
 (0)