diff options
| author | Aiden Cline <[email protected]> | 2026-03-25 11:21:42 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-25 16:21:42 +0000 |
| commit | 77fc88c8ade8e5a620ebbe1197f3a572d29ae91a (patch) | |
| tree | 153ba48632283a0bc0f9d9f92232b89c88762bfd /github | |
| parent | cafc2b204b8061b66b4fe010aaa2848d8f9e1bc8 (diff) | |
| download | opencode-77fc88c8ade8e5a620ebbe1197f3a572d29ae91a.tar.gz opencode-77fc88c8ade8e5a620ebbe1197f3a572d29ae91a.zip | |
chore: remove dead code for todoread tool (#19128)
Diffstat (limited to 'github')
| -rw-r--r-- | github/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/github/index.ts b/github/index.ts index 1a0a99262..6bfa96462 100644 --- a/github/index.ts +++ b/github/index.ts @@ -496,7 +496,6 @@ async function subscribeSessionEvents() { const TOOL: Record<string, [string, string]> = { todowrite: ["Todo", "\x1b[33m\x1b[1m"], - todoread: ["Todo", "\x1b[33m\x1b[1m"], bash: ["Bash", "\x1b[31m\x1b[1m"], edit: ["Edit", "\x1b[32m\x1b[1m"], glob: ["Glob", "\x1b[34m\x1b[1m"], |
