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.7.3
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: 4169ebf0274b177573dce43197d2c2e5169fc71b
Choose a head ref
  • 13 commits
  • 26 files changed
  • 3 contributors

Commits on May 26, 2023

  1. Add documentation for running magics in remote kernels (#196)

    * update dev install script to install doc dependencies
    
    * add guidance on building documentation locally
    
    * add guidance on magics usage with remote kernels
    dlqqq authored May 26, 2023
    Configuration menu
    Copy the full SHA
    0afe7b6 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Migrate to click (#188)

    * migrate to click
    
    * prefer "for options" over "for more" in subcommand help
    
    Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>
    
    * update magics documentation
    
    ---------
    
    Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>
    dlqqq and JasonWeill authored May 30, 2023
    Configuration menu
    Copy the full SHA
    d0ecc47 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Support SageMaker Endpoints in chat (#197)

    * allow models from registry providers in chat
    
    * support language model fields
    
    * add json content handler for SM Endpoints
    
    * remove console log
    
    * rename variables for clarity
    
    * add user documentation for SageMaker Endpoints
    
    * update docstring
    
    Co-authored-by: Piyush Jain <piyushjain@duck.com>
    
    * remove redundant height attribute
    
    Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>
    
    * fix memo dependencies
    
    * Updated headers for settings panel sections
    
    * Fixing CI failure for check-release
    
    ---------
    
    Co-authored-by: Piyush Jain <piyushjain@duck.com>
    Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>
    3 people authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    dd12385 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    7963080 View commit details
    Browse the repository at this point in the history
  2. Adds %ai error magic command to explain the most recent error (#170)

    * Adds `%ai error` command, documents it
    
    * Updates docs
    
    * Updates to use `click` command parser
    
    * Updates commands workbook
    JasonWeill authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    b142127 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b3a60c View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Register, update, and delete aliases (#136)

    * Validates registry name
    
    * WIP: Register alias
    
    * Raises exceptions
    
    * Refactors, adds delete and update commands
    
    * Additional examples
    
    * Update sample notebook
    
    * Update docs
    
    * List aliases
    
    * Refactoring
    
    * Recommends using 'update' command
    
    * WIP: Gets variable from user namespace, tests whether it's a chain
    
    * Updates sample workbook, calls custom chain
    
    * Updates user docs for aliases
    
    * Edits sample notebook
    
    * Alias list in text display, updates messaging
    
    * Updates sample workbook
    
    * Updates sample notebook, parsers to use click
    
    * Additional cleanup
    
    * Updates sample notebook, removes unahppy case
    
    * Fix error from rebase, updates sample notebook
    
    * Fixed error when --format is used
    
    * Update docs/source/users/index.md
    
    Co-authored-by: Piyush Jain <piyushjain@duck.com>
    
    * Update docs/source/users/index.md
    
    Co-authored-by: Piyush Jain <piyushjain@duck.com>
    
    * Wraps ValueError exceptions to not print stack trace
    
    ---------
    
    Co-authored-by: Piyush Jain <piyushjain@duck.com>
    JasonWeill and 3coins authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    5be0a21 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Creates a new websocket connection in case of disconnect (#219)

    * Creates a new websocket connection in case of disconnect
    
    * Added a console statement for re-connecting
    
    * Update packages/jupyter-ai/src/chat_handler.ts
    
    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 8, 2023
    Configuration menu
    Copy the full SHA
    3e0238c View commit details
    Browse the repository at this point in the history
  2. SageMaker endpoint magic command support (#215)

    * WIP: New parameters for SageMaker Endpoint
    
    * Uses symbolic constants consistently
    
    * Updates sample notebook
    
    * Updates docs, sample notebook
    
    * Retitles section to be about magic commands
    
    * Removes AWS_SESSION_TOKEN
    
    * Links for more info
    
    * Update docs/source/users/index.md
    
    Co-authored-by: Piyush Jain <piyushjain@duck.com>
    
    * Additional copy edits per @3coins
    
    * Update docs/source/users/index.md
    
    ---------
    
    Co-authored-by: Piyush Jain <piyushjain@duck.com>
    JasonWeill and 3coins authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    83c45eb View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Fixes double call to cell help command (#220)

    * Fixes double call to cell help command
    
    * Parity between %ai --help and %ai help
    
    * Revert nonfunctional change
    JasonWeill authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    97c413e View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Update system prompt (#221)

    Fixes #216
    JasonWeill authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    5e3cec5 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Only attempt re-connect on abnormal closure (#222)

    * Only attempt re-connect on abnormal closure
    
    * Added RFC6455 for WebSocket status codes
    
    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 16, 2023
    Configuration menu
    Copy the full SHA
    f69f59a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4169ebf View commit details
    Browse the repository at this point in the history
Loading