Commit 998ca43

mo khan <mo@mokhan.ca>
2026-01-22 02:10:28
feat: add note about task tool in system prompt
1 parent 30b629b
Changed files (1)
lib
elelem
lib/elelem/agent.rb
@@ -136,6 +136,7 @@ module Elelem
         - read(path): file contents
         - write(path, content): create/overwrite file
         - execute(command): shell command
+        - task(prompt): delegate complex searches or multi-file analysis to a focused subagent
 
         # Editing
         Use execute(`patch -p1`) for multi-line changes: `echo "DIFF" | patch -p1`