Commit b1a5b34

mo khan <mo@mokhan.ca>
2025-08-14 14:20:50
chore: use my prompt
1 parent ea1bbc2
Changed files (1)
lib
elelem
lib/elelem/state.rb
@@ -5,7 +5,7 @@ module Elelem
     def run(agent)
       agent.logger.debug("Idling...")
       agent.say(Dir.pwd, colour: :magenta, newline: true)
-      input = agent.prompt("> ")
+      input = agent.prompt("モ ")
       agent.quit if input.nil? || input.empty? || input == "exit" || input == "quit"
 
       agent.conversation.add(role: :user, content: input)