Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jupyter/chat

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyter/chat - npm Package Versions

0.7.0

Diff

Changelog

Source

0.7.0

(Full Changelog)

Enhancements made

  • Remove need for message index in YChat API methods #125 (@brichet)
  • Compatibility with notebook #112 (@brichet)

Bugs fixed

Maintenance and upkeep improvements

  • Export components from @jupyter/chat #132 (@brichet)
  • Add the video of failing tests in playwright report #127 (@brichet)
  • Bump nanoid from 3.3.7 to 3.3.8 in /ui-tests in the npm_and_yarn group across 1 directory #124 (@dependabot)
  • Bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group across 1 directory #122 (@dependabot)
  • Use dataclass models in YChat #119 (@brichet)
  • Rename server config file after renaming the extension #108 (@brichet)
  • Upgrade to Jupyter Collaboration 3 #94 (@brichet)

Contributors to this release

(GitHub contributors page for this release)

@brichet | @dependabot | @dlqqq | @github-actions

<!-- <END NEW CHANGELOG ENTRY> -->
jupyter-release-bot
published 0.6.2 •

Changelog

Source

0.6.2

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@brichet

jupyter-release-bot
published 0.6.1 •

Changelog

Source

0.6.1

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@brichet

jupyter-release-bot
published 0.6.0 •

Changelog

Source

0.6.0

(Full Changelog)

[!IMPORTANT]

  • The extension based on collaborative documents has been renamed jupyterlab-chat. The PyPI package is now https://pypi.org/project/jupyterlab-chat/ The npmjs packages are now:

    • https://www.npmjs.com/package/jupyterlab-chat
    • https://www.npmjs.com/package/jupyterlab-chat-extension
  • The websocket chat extension has been removed from this repository. The repo for this extension is now https://github.com/brichet/jupyterlab-ws-chat

Enhancements made

Bugs fixed

  • Revert 'Allow $ to literally denote quantities of USD in chat' (#95) #99 (@brichet)
  • Allow $ to literally denote quantities of USD in chat #95 (@brichet)

Maintenance and upkeep improvements

  • Bump cross-spawn from 6.0.5 to 6.0.6 in the npm_and_yarn group across 1 directory #103 (@dependabot)
  • Rename the extension to jupyterlab-chat #102 (@brichet)
  • Bump cross-spawn from 7.0.3 to 7.0.6 in /python/jupyterlab-collaborative-chat/ui-tests in the npm_and_yarn group across 1 directory #101 (@dependabot)
  • Remove websocket chat extension #100 (@brichet)
  • Fix the ui tests for jupyterlab 4.3 #97 (@brichet)

Documentation improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@brichet | @dependabot | @github-actions

jupyter-release-bot
published 0.5.0 •

Changelog

Source

0.5.0

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@brichet | @github-actions

jupyter-release-bot
published 0.4.0 •

Changelog

Source

0.4.0

(Full Changelog)

Enhancements made

  • Ychat update messages #81 (@brichet)
  • Use getter and setter for the config in the collaborative chat #77 (@brichet)

Maintenance and upkeep improvements

  • Shortcut to focus on the chat input #80 (@brichet)
  • Fix labextension in develop mode in dev install #79 (@brichet)
  • Reoganize the project to split typescript packages and extensions #78 (@brichet)
  • Bump micromatch from 4.0.7 to 4.0.8 in the npm_and_yarn group across 1 directory #76 (@dependabot)
  • Bump webpack from 5.93.0 to 5.94.0 in the npm_and_yarn group across 1 directory #75 (@dependabot)
  • Bump the npm_and_yarn group across 3 directories with 3 updates #73 (@dependabot)

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@brichet | @dependabot | @github-actions | @jtpio

jupyter-release-bot
published 0.3.1 •

Changelog

Source

0.3.1

(Full Changelog)

Enhancements made

Contributors to this release

(GitHub contributors page for this release)

@brichet | @github-actions

jupyter-release-bot
published 0.3.0 •

Changelog

Source

0.3.0

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@brichet | @dependabot | @github-actions | @krassowski

jupyter-release-bot
published 0.2.0 •

Changelog

Source

0.2.0

(Full Changelog)

Enhancements made

  • Autocomplete commands #57 (@brichet)
  • Buttons to mark chat as read #56 (@brichet)
  • Add metadata to ychat, id to model and store last unread in localStorage #54 (@brichet)
  • Add the panel tracker to the chat factory token #47 (@brichet)
  • Notifications for unread messages #43 (@brichet)
  • Stack consecutive messages from same user #40 (@brichet)

Bugs fixed

  • Fix the initialization of the messages component #60 (@brichet)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@brichet | @github-actions | @jtpio | @welcome

jupyter-release-bot
published 0.1.0 •

Changelog

Source

0.1.0

(Full Changelog)

Prior to this release

A lot of the UI components of this project come from jupyter-ai.

Contributors of the initial UI components, in the order of Github contributors:

@dlqqq | @3coins | @JasonWeill | @krassowski | @ellisonbg | @andrii-i | @aws-khatria | @garsonbyte | @markqiu | @aychang95 | @mschroering

Enhancements made

  • Messages as a list in collaborative chat document #31 (@brichet)
  • Remove requirement to global awareness, which often fails to activate #28 (@brichet)
  • Use the server time in collaborative chat #26 (@brichet)
  • Edition and deletion of messages #22 (@brichet)
  • Improve ychat #18 (@brichet)
  • Toolbar factory #16 (@brichet)
  • Propagate the config to all existing and newly created chat widget #14 (@brichet)
  • Add commands, menu entry and launcher #12 (@brichet)
  • Collaborative chat sidepanel #11 (@brichet)
  • add a collaborative chat extension #9 (@brichet)
  • Split the project in two packages: UI (npm) and jupyterlab extension #3 (@brichet)
  • Add a model to the chat panel #1 (@brichet)

Bugs fixed

Maintenance and upkeep improvements

  • Set the release workflows to use the jupyterlab releaser bot #35 (@brichet)
  • Bump tar from 6.2.0 to 6.2.1 in /packages/jupyterlab-ws-chat/ui-tests in the npm_and_yarn group across 1 directory #21 (@dependabot)
  • Update the github organization from 'jupyterlab-contrib' to 'jupyterlab' #20 (@brichet)
  • Add the @jupyter namespace to the NPM chat package #17 (@brichet)
  • Integration tests #13 (@brichet)
  • Monorepo improvements #10 (@brichet)
  • Rename extension package #8 (@brichet)
  • Remove @jupyter namespace from the package name #6 (@brichet)
  • Update the github repo from QuantStack to jupyterlab-contrib #5 (@brichet)
  • Add license-header action #4 (@brichet)
  • Remove non relevant tests #2 (@brichet)

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@brichet | @dependabot | @welcome

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc