chore: remove dead code for todoread tool (#19128)

This commit is contained in:
Aiden Cline 2026-03-25 11:21:42 -05:00 committed by GitHub
commit 77fc88c8ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
87 changed files with 5 additions and 528 deletions

View file

@ -90,9 +90,6 @@ export function Part(props: PartProps) {
<Match when={props.part.type === "tool" && props.part.tool === "todowrite"}>
<IconQueueList width={18} height={18} />
</Match>
<Match when={props.part.type === "tool" && props.part.tool === "todoread"}>
<IconQueueList width={18} height={18} />
</Match>
<Match when={props.part.type === "tool" && props.part.tool === "bash"}>
<IconCommandLine width={18} height={18} />
</Match>