Added chat mode demo.
This commit is contained in:
parent
c8dcb6811e
commit
e75f3fc2c3
|
|
@ -316,6 +316,8 @@ This mode is particularly useful for:
|
||||||
- Providing domain-specific knowledge
|
- Providing domain-specific knowledge
|
||||||
|
|
||||||
### Chat Mode
|
### 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.
|
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
|
### Environment Variables
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue