-
Notifications
You must be signed in to change notification settings - Fork 221
frontend: compact/hidden chat threads #8323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
12af629
to
7f8e39e
Compare
7f8e39e
to
c24dade
Compare
ce34e40
to
ca3feb9
Compare
Jupyter has its own second level of complexity. The easiest way to do what you want would be to add a top-level action (in code-editor/actions.ts) called something like "foldAll". Make a command to do that that is a general generic menu item, like most of them, and then define foldAll in the actions for chat. it would in fact also be nice to have a fold all command for code editors using codemirror and code folding. |
screenshots
they show the threads as they are, partially closed, and well, the most interesting view is a long side chat with many LLM interactions, which can be closed with one button press.
side chat
side chat after clicking "fold LLM"