feat: add 'todofinish' tool to mark tasks as completed in the todo list; update system prompts for task execution

This commit is contained in:
asepharyana
2026-07-12 13:52:00 +07:00
parent abc7a58e31
commit 48d2dc3ad6
5 changed files with 93 additions and 6 deletions
+1
View File
@@ -5,3 +5,4 @@ pub mod dir_cache_update;
pub mod dir_list;
pub mod pong;
pub mod todowrite;
pub mod todofinish;