Skip to content

Not finished features/Not working #41

@Vapniak

Description

@Vapniak
  • 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.
    - api_path = corebrain_root / "wrappers" / "csharp_cli_api"
    + api_path = corebrain_root / "wrappers" / "csharp_cli_api" / "src" / "CorebrainCLIAPI"
  • 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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentation

Projects

Status

No status

Relationships

None yet

Development

No branches or pull requests

Issue actions