Skip to content
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

Use jupyterlab-collaborative-chat #1043

Open
wants to merge 14 commits into
base: v3-dev
Choose a base branch
from

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    2ad85bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a51840b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac00c97 View commit details
    Browse the repository at this point in the history
  4. Autocompletion (#2)

    * Fix handler methods' parameters
    
    * Add slash commands (autocompletion) to the chat input
    brichet committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    689b7b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Stream messages (#3)

    * Allow for stream messages
    
    * update jupyter collaborative chat dependency
    brichet authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b7e25f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. AI settings (#4)

    * Add a menu option to open the AI settings
    
    * Remove the input option from the setting widget
    brichet authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8095691 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    06de46a View commit details
    Browse the repository at this point in the history
  2. pre-commit

    brichet committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    14543f2 View commit details
    Browse the repository at this point in the history
  3. linting

    brichet committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b21064d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eaedce9 View commit details
    Browse the repository at this point in the history
  5. Fix import

    brichet committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    bb39d2c View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Showing that the bot is writing (answering) (#5)

    * Show that the bot is writing (answering)
    
    * Update jupyter chat dependency
    brichet authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    2805efb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ea32a7 View commit details
    Browse the repository at this point in the history
  3. Some typing

    brichet committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    3564bd5 View commit details
    Browse the repository at this point in the history