BuilderIO / ai-shell

A CLI that converts natural language to shell commands.
MIT License
4.21k stars 278 forks source link

Is it a good idea to put the run command into shell history? #99

Closed mefengl closed 4 months ago

mefengl commented 1 year ago

So that it can be used in the future

Another solution is to add a cache for the question. If the solution is cached, then run ai question in the shell history also get the same result.


https://github.com/jaredwray/flat-cache looks good

distbit0 commented 11 months ago

this would be excellent