summaryrefslogtreecommitdiffhomepage
path: root/github/index.ts
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2026-03-25 11:21:42 -0500
committerGitHub <[email protected]>2026-03-25 16:21:42 +0000
commit77fc88c8ade8e5a620ebbe1197f3a572d29ae91a (patch)
tree153ba48632283a0bc0f9d9f92232b89c88762bfd /github/index.ts
parentcafc2b204b8061b66b4fe010aaa2848d8f9e1bc8 (diff)
downloadopencode-77fc88c8ade8e5a620ebbe1197f3a572d29ae91a.tar.gz
opencode-77fc88c8ade8e5a620ebbe1197f3a572d29ae91a.zip
chore: remove dead code for todoread tool (#19128)
Diffstat (limited to 'github/index.ts')
-rw-r--r--github/index.ts1
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"],