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
Adding multi chats panel in @jupyter/chat package (#262)
* adding multichats panel
* Automatic application of license header
* Adding comments
* adding rename-chat button and ...
* lint fix
* Updating
* ui tests
* removing content manager from @jupyter/chat package
* Clean some unused code, and change section title class name to avoid duplication
* Remove the hook to listen for chat list, in favor to updating the list from the plugin
* Remove closeChat and moveToMain commands, and use openInMain callback to move the chat in the main area
* Remove rename modal in favor of jupyterlab modal, make the function optional in the panel, and improve error handling
* Renaming
* Revert wrong snapshot and test update, and fix commands test
* Allow section to have a name different from the chat model name
* Update chat list in throtter to avoid conflict
* Fix the update debouncer
* Better handling of chat file change, and increase timeout for first chat discovery
* Make callbacks optional, as well as the buttons depending on these callbacks
* Wait for the chat to be ready before creating the chat context of the main input, to ensure all the properties are available
* Add a disposed signal in chat model, and add a default id/icon to the multichat-panel
* Update the example
* handle optional getChatNames
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nicolas Brichet <[email protected]>
0 commit comments