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@0.8.0
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: b62c8160f8e078fe8f7145be4d12c7982d9eafdb
Choose a head ref
  • 10 commits
  • 89 files changed
  • 4 contributors

Commits on Jun 21, 2023

  1. Change sagemaker example to make more sense (#231)

    * Change sagemaker example to make more sense
    
    * Makes example more neutral
    
    * Update sagemaker.ipynb
    
    Update the example for flan-xl.
    
    ---------
    
    Co-authored-by: Piyush Jain <piyushjain@duck.com>
    JasonWeill and 3coins authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    f32c699 View commit details
    Browse the repository at this point in the history
  2. add JS lint workflow (#230)

    * Fixes error and omission in config files
    
    * Changes after running jlpm lint once
    
    * Modifies eslint config
    
    * Ignores dotfiles
    
    * Fix lint errors
    
    * Fixes or ignores eslint warnings
    
    * Add new workflow
    
    * Fix error in config
    
    * Runs linting only on Linux
    
    * Uses standard GitHub action for setup-node
    
    * Force yarn used for caching
    
    * Simplify test config
    
    * Adds reopen trigger
    
    * fix lint workflow
    
    ---------
    
    Co-authored-by: David L. Qiu <david@qiu.dev>
    JasonWeill and dlqqq authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    4470155 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

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

Commits on Jun 23, 2023

  1. Use pre-commit (#237)

    * add precommit config
    
    * add pre-commit to Python dev dependency groups
    
    * precommit initial pass
    
    * fix precommit
    dlqqq authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    785b900 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Truncate chat history to last 2 conversations (#240)

    * Truncate chat history to last 2 conversations
    
    * Updated docs for conversation history
    
    * Updated headings for images
    
    * Update docs/source/users/index.md
    
    Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>
    
    * Update packages/jupyter-ai/jupyter_ai/actors/ask.py
    
    Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>
    3coins and JasonWeill authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    42c6d43 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#243)

    updates:
    - [github.com/asottile/pyupgrade: v3.4.0 → v3.7.0](asottile/pyupgrade@v3.4.0...v3.7.0)
    - [github.com/sirosen/check-jsonschema: 0.23.1 → 0.23.2](python-jsonschema/check-jsonschema@0.23.1...0.23.2)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    0d5369d View commit details
    Browse the repository at this point in the history
  2. Adds __str__ method for TextWithMetadata (#250)

    * Adds __str__ method for TextWithMetadata
    
    * [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>
    JasonWeill and pre-commit-ci[bot] authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    299d206 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#253)

    updates:
    - [github.com/asottile/pyupgrade: v3.7.0 → v3.8.0](asottile/pyupgrade@v3.7.0...v3.8.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    f84e018 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Fix settings update and vertical scroll (#249)

    * Fix for propagating provider param updates
    
    * Adds vertical scroll for settings panel
    
    * [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>
    3coins and pre-commit-ci[bot] authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    f4389f6 View commit details
    Browse the repository at this point in the history
  2. Fixes "replace selection" behavior when nothing is selected (#251)

    * Check that selection has text before replacing
    
    * Disable replaceSelection if nothing is selected
    
    * Reverts changes to chat.tsx, modifies selection-watcher per @dlqqq
    
    * Update chat.tsx
    
    Removes unneeded comment
    JasonWeill authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    b62c816 View commit details
    Browse the repository at this point in the history
Loading