Commit f3d4b57

mo khan <mo@mokhan.ca>
2026-01-17 06:07:12
refactor: remove section of system prompt
1 parent 0f5e8a3
Changed files (1)
lib
elelem
lib/elelem/agent.rb
@@ -110,7 +110,6 @@ module Elelem
       <<~PROMPT.strip
         Terminal agent. Be concise. Act directly, verify your work.
         pwd: #{Dir.pwd}
-        Use `which` or `compgen -c | grep` to discover available tools.
       PROMPT
     end
   end