Commit 453c05a

mo khan <mo@mokhan.ca>
2026-01-22 05:17:53
feat: add note to system prompt to encourage LLM to new tools while working on tasks
1 parent 2a01ebe
Changed files (1)
lib
elelem
lib/elelem/agent.rb
@@ -180,6 +180,7 @@ module Elelem
         - read(path): file contents
         - write(path, content): create/overwrite file
         - execute(command): shell command
+        - eval(ruby): execute Ruby code; use to create tools for repetitive tasks
         - task(prompt): delegate complex searches or multi-file analysis to a focused subagent
 
         # Editing