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

Update @jupyter/chat to v0.8.1 #57

Merged
merged 3 commits into from
Mar 11, 2025
Merged

Conversation

brichet
Copy link
Collaborator

@brichet brichet commented Mar 11, 2025

Fixes #51

This PR update the @jupyter/chat dependency to v0.8.0.

The main change is the replacement of the previous AutocompletionRegistry by the new ChatCommandsRegistry.

@brichet
Copy link
Collaborator Author

brichet commented Mar 11, 2025

Waiting for jupyterlab/jupyter-chat#188 to be merged and released before undraft.

Without the changes With the changes

@jtpio
Copy link
Member

jtpio commented Mar 11, 2025

Thanks @brichet!

Waiting for jupyterlab/jupyter-chat#188 to be merged and released before undraft.

This is now released: https://github.com/jupyterlab/jupyter-chat/releases/tag/v0.8.1

@brichet brichet changed the title Update @jupyter/chat to v0.8.0 Update @jupyter/chat to v0.8.1 Mar 11, 2025
@brichet brichet marked this pull request as ready for review March 11, 2025 14:15
package.json Outdated
@@ -116,5 +116,8 @@
"extension": true,
"outputDir": "jupyterlite_ai/labextension",
"schemaDir": "schema"
},
"resolutions": {
"@jupyterlab/fileeditor": "^4.3.5"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to keep this resolution?

Copy link
Collaborator Author

@brichet brichet Mar 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks.
No, it's not necessary anymore, I used this resolution to avoid having too much versions of some jupyterlab and lumino packages in yarn.lock.

Copy link
Member

@jtpio jtpio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jtpio jtpio merged commit 06f83b9 into jupyterlite:main Mar 11, 2025
7 checks passed
@brichet brichet deleted the update-jupyter-chat branch March 11, 2025 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to Jupyter Chat 0.8.0
2 participants