Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jupyterlab/jupyter-ai
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @jupyter-ai/core@2.28.1
Choose a base ref
...
head repository: jupyterlab/jupyter-ai
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cbfed31bc3ee19c02a12c28a618af99ab10206be
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Nov 12, 2024

  1. Fix rendering of code blocks in JupyterLab 4.3.0+ (#1104)

    * fix rendering of code blocks in JupyterLab >=4.3.0
    
    * add jp-ThemedContainer to root element
    
    * dedupe style rules
    
    * pre-commit
    dlqqq authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c62abb8 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Catch error on non plaintext files in @file and reply gracefully in…

    … chat (#1106)
    
    * Prevent error on non plaintext files in `@file`
    
    * Updated to handle binary blobs
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update file.py
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update file.py
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    srdas and pre-commit-ci[bot] authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    adaa3b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    cbfed31 View commit details
    Browse the repository at this point in the history
Loading