chat_session_use - MadBomber/aia GitHub Wiki

Chat Session Use

Both ERB and shell integration is available in your follow up prompts. Suppose you started a chat session (--chat) using a role of "Ruby Expert" expecting to chat about changes that could be made to a specific class BUT you forgot to include the class source file as part of the context when you got started. You could enter this as your follow up prompt to keep going:

The class I want to chat about refactoring is this one: $(cat my_class.rb)

That inserts the entire class source file into your follow up prompt. You can continue chatting with you AI Assistant about changes to the class.

The directive //include my_class.rb does the same thing - inserts the content of the specified file into the prompt context.

Related Topics

⚠️ **GitHub.com Fallback** ⚠️