Skip to content

Bump jupyter chat 0.24 - #359

Merged
brichet merged 6 commits into
jupyterlite:mainfrom
brichet:bump-jupyter-chat-0.23.1
Aug 14, 2026
Merged

Bump jupyter chat 0.24#359
brichet merged 6 commits into
jupyterlite:mainfrom
brichet:bump-jupyter-chat-0.23.1

Conversation

@brichet

@brichet brichet commented Jul 31, 2026

Copy link
Copy Markdown
Collaborator

This PR bumps @jupyter/chat to 0.24

@brichet

brichet commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator Author

Currently the persona is not compatible with jupyter-ai because the persona can't propagate message in a chat from jupyterlab-chat (see jupyterlab/jupyter-chat#454).

Commented by @brichet in #356 (comment)

While jupyterlab/jupyter-chat#455 has been merged, this is not enough to make the persona extension compatible with jupyter-ai, because we still need the message ID when a bot message has been sent. It would allow replacing the following addMessage with sendmessage, and store the streaming message.

this._model.messageAdded(message);
this._streamingMessage =
this._model.messages.find(m => m.id === event.data.messageId) ?? null;

jupyterlab/jupyter-chat#477 should help with it, by return the message ID when a message is sent.

@brichet
brichet force-pushed the bump-jupyter-chat-0.23.1 branch from 66670b1 to 7639be4 Compare August 12, 2026 16:18
@brichet brichet changed the title Bump jupyter chat 0.23.1 Bump jupyter chat 0.24 Aug 13, 2026
@brichet
brichet marked this pull request as ready for review August 13, 2026 16:29

@jtpio jtpio left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks!

Some commented code could likely be removed, otherwise looks good to go.

Comment thread packages/ai/src/widgets/main-area-chat.ts Outdated
Comment thread packages/persona/src/persona.ts Outdated
@brichet

brichet commented Aug 14, 2026

Copy link
Copy Markdown
Collaborator Author

Thanks for the review @jtpio

@brichet
brichet merged commit dedc405 into jupyterlite:main Aug 14, 2026
10 checks passed
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.

2 participants