refactor: remove todo tool (#35989)

This commit is contained in:
Aiden Cline
2026-07-09 00:13:48 -05:00
committed by GitHub
parent d4155f2906
commit 7feefb697f
250 changed files with 237 additions and 4755 deletions
+1 -6
View File
@@ -388,7 +388,7 @@ describe("tool.task", () => {
)
it.instance(
"execute shapes child permissions for task, todowrite, and primary tools",
"execute shapes child permissions for task and primary tools",
() =>
Effect.gen(function* () {
const sessions = yield* Session.Service
@@ -420,11 +420,6 @@ describe("tool.task", () => {
expect(child.parentID).toBe(chat.id)
expect(child.agent).toBe("reviewer")
expect(child.permission).toEqual([
{
permission: "todowrite",
pattern: "*",
action: "deny",
},
{
permission: "bash",
pattern: "*",