From 880468ef02cbb5b5efdc1033fb43844e2130a56a Mon Sep 17 00:00:00 2001 From: Space-Banane Date: Wed, 27 May 2026 22:05:57 +0200 Subject: [PATCH] Mark completed P1 TODO items as done --- todo.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/todo.md b/todo.md index d36fa4d..0931135 100644 --- a/todo.md +++ b/todo.md @@ -7,9 +7,9 @@ - [Bug] More consistent clicks and more uses of enhance images. ## P1 -- [Idea] Move ui.py into a seperate html file and js file. -- [Idea] Think harder using effort "medium" by default. -- [Idea] Decay old screenshots after 3 to 5 steps to save (1) tokens and (2) brain fuck in the agents. +- [x] Move ui.py into a seperate html file and js file. +- [x] Think harder using effort "medium" by default. +- [x] Decay old screenshots after 3 to 5 steps to save (1) tokens and (2) brain fuck in the agents. - [Bug] Validate `disabled_tools` against an allowlist and disallow disabling critical completion flow (`task_complete`) to avoid guaranteed step-limit failures. - [Bug] Improve `execute_command` cancellation/timeout handling to terminate full process trees, not only the parent shell process.