github jupyterlab/jupyter-ai v2.24.0

16 hours ago

2.24.0

(Full Changelog)

This release notably introduces a new context command @file:<file-path> to the chat UI, which includes the content of the target file with your prompt when sent. This allows you to ask questions like:

  • What does @file:src/components/ActionButton.tsx do?
  • Can you refactor @file:src/index.ts to use async/await syntax?
  • How do I add an optional dependency to @file:pyproject.toml?

The context command feature also includes an autocomplete menu UI to help navigate your filesystem with fewer keystrokes.

Thank you @michaelchia for developing this feature!

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

  • Upgrade to actions/upload-artifact@v4 in workflows #992 (@dlqqq)

Contributors to this release

(GitHub contributors page for this release)

@akaihola | @andrewfulton9 | @dlqqq | @ellisonbg | @hockeymomonow | @krassowski | @michaelchia | @srdas

Don't miss a new jupyter-ai release

NewReleases is sending notifications on new releases.