Added chat mode demo.

This commit is contained in:
user 2024-12-23 10:57:03 -05:00
parent c8dcb6811e
commit e75f3fc2c3
1 changed files with 2 additions and 0 deletions

View File

@ -316,6 +316,8 @@ This mode is particularly useful for:
- Providing domain-specific knowledge
### Chat Mode
<img src="assets/demo-chat-mode-1.gif" alt="Chat Mode Demo" autoplay loop style="display: block; margin: 0 auto; width: 100%; max-width: 800px;">
Enable with `--chat` to transform ra-aid into an interactive assistant that guides you through research and implementation tasks. Have a natural conversation about what you want to build, explore options together, and dispatch work - all while maintaining context of your discussion. Perfect for when you want to think through problems collaboratively rather than just executing commands.
### Environment Variables