paul-gauthier / aider

aider is AI pair programming in your terminal
https://aider.chat/
Apache License 2.0
18.05k stars 1.69k forks source link

[enhancement] Expose commands to streamlit (--browser). #595

Open nevercast opened 4 months ago

nevercast commented 4 months ago

Issue

I really like the experimental browser UI, but I noticed that /tokens didn't work as I expected.

Would be great to have the CLI commands exposed on Steamlit also, since for me it's familiar behaviour.

Version and model info

aider 0.31.1 gpt-4 (default) --browser mode.

paul-gauthier commented 4 months ago

Glad you're liking the browser version. Enabling all the slash commands is the next thing I want to do with it. It will require a big refactor, but will make useful changes to the code structure.

avimar commented 2 months ago

Yes I noticed too that /tokens didn't work. We have file autocomplete in the drop down, any other autocompletes would be helpful too in the browser.