You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multistage commands which need to get inputs in different phases, that doesn't work in c# extensions, and GUI
When you execute some command in c# which needs different inputs at different phases doesnt work, I think the solution to it is to pass all the arguments to function which invokes the command and wait for different execution phases, it needs to find a way to know when inputs are needed
Some problems in c# extension when the Corebrain CLI prints out emojis in console
This characters are not supported in c# console, so find a way to ignore them or just delete them from the CLI
In commands.py, update the api_path definition to point to the Corebrain CLI API source.
Modify the commands so that only the authentication process requires explicit login, while all other commands automatically use credentials stored in the session or cookies.
In the UI, enforce a login screen first; once authenticated, guide users to the configuration settings, then to the available commands, and finally to the chat interface.
README.md and CHANGELOG.md is not translated to English
commands.py, update theapi_pathdefinition to point to the Corebrain CLI API source.