refactor: remove todo tool (#35989)
This commit is contained in:
parent
d4155f2906
commit
7feefb697f
250 changed files with 237 additions and 4755 deletions
|
|
@ -3,7 +3,6 @@ import type {
|
|||
V2Event,
|
||||
LspStatus,
|
||||
McpStatus,
|
||||
Todo,
|
||||
Message,
|
||||
Part,
|
||||
Provider,
|
||||
|
|
@ -380,7 +379,6 @@ export type TuiState = {
|
|||
count: () => number
|
||||
get: (sessionID: string) => Session | undefined
|
||||
diff: (sessionID: string) => ReadonlyArray<TuiSidebarFileItem>
|
||||
todo: (sessionID: string) => ReadonlyArray<TuiSidebarTodoItem>
|
||||
messages: (sessionID: string) => ReadonlyArray<Message>
|
||||
status: (sessionID: string) => SessionStatus | undefined
|
||||
permission: (sessionID: string) => ReadonlyArray<PermissionRequest>
|
||||
|
|
@ -437,8 +435,6 @@ export type TuiSidebarMcpItem = {
|
|||
|
||||
export type TuiSidebarLspItem = Pick<LspStatus, "id" | "root" | "status">
|
||||
|
||||
export type TuiSidebarTodoItem = Pick<Todo, "content" | "status">
|
||||
|
||||
export type TuiSidebarFileItem = {
|
||||
file: string
|
||||
additions: number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue