BuilderIO / ai-shell

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

fix: await on setting config values #85

Closed sbezludny closed 1 year ago

sbezludny commented 1 year ago

PR improves user experience upon setting new config values. Existing implementation refreshes the UI without ensuring new values are persisted, this results in reading and displaying previous values instead of the newly set. PR addresses that by ensuring setConfigs is resolved.

steve8708 commented 1 year ago

this is great, thanks @sbezludny!