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

@lobehub/chat

Package Overview
Dependencies
Maintainers
2
Versions
1035
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lobehub/chat - npm Package Versions

1
103

0.50.0

Diff

Changelog

Source

Version 0.50.0

<sup>Released on 2023-08-15</sup>

✨ Features
  • misc: Update messages, settings, error codes, plugin names, weather data display, and UI.
<br /> <details> <summary><kbd>Improvements and Fixes</kbd></summary>
What's improved
  • misc: Update messages, settings, error codes, plugin names, weather data display, and UI (a41db51)
</details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
canisminor1990
published 0.49.0 •

Changelog

Source

Version 0.49.0

<sup>Released on 2023-08-15</sup>

✨ Features
  • misc: Add BackToBottom to conversation, Update icons and text in various components.
<br /> <details> <summary><kbd>Improvements and Fixes</kbd></summary>
What's improved
  • misc: Add BackToBottom to conversation (1433aa9)
  • misc: Update icons and text in various components (0e7a683)
</details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
canisminor1990
published 0.48.0 •

Changelog

Source

Version 0.48.0

<sup>Released on 2023-08-15</sup>

✨ Features
  • misc: Import SiOpenai icon and replace 'Tag' component in chat feature.
<br /> <details> <summary><kbd>Improvements and Fixes</kbd></summary>
What's improved
  • misc: Import SiOpenai icon and replace 'Tag' component in chat feature (98b0352)
</details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
canisminor1990
published 0.47.0 •

Changelog

Source

Version 0.47.0

<sup>Released on 2023-08-15</sup>

✨ Features
  • misc: Add and update UI elements and agent configuration.
<br /> <details> <summary><kbd>Improvements and Fixes</kbd></summary>
What's improved
  • misc: Add and update UI elements and agent configuration (eb7fbee)
</details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
canisminor1990
published 0.46.1 •

Changelog

Source

Version 0.46.1

<sup>Released on 2023-08-14</sup>

💄 Styles
  • misc: Fix SystemRole Skeleton padding.
<br /> <details> <summary><kbd>Improvements and Fixes</kbd></summary>
Styles
  • misc: Fix SystemRole Skeleton padding (ce485a0)
</details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
canisminor1990
published 0.46.0 •

Changelog

Source

Version 0.46.0

<sup>Released on 2023-08-14</sup>

✨ Features
  • misc: Update styling and functionality of AgentPrompt and EditableMessage components, 支持停止生成消息.
🐛 Bug Fixes
  • misc: Remove input highlight.
<br /> <details> <summary><kbd>Improvements and Fixes</kbd></summary>
What's improved
  • misc: Update styling and functionality of AgentPrompt and EditableMessage components (80b521c)
  • misc: 支持停止生成消息,closes #78 (9eeca80)
What's fixed
  • misc: Remove input highlight (ad2001a)
</details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
canisminor1990
published 0.45.0 •

Changelog

Source

Version 0.45.0

<sup>Released on 2023-08-14</sup>

✨ Features
  • misc: 优化每个角色的初始引导.
💄 Styles
  • misc: 优化初始化加载状态,等到会话加载完毕再显示内容.
<br /> <details> <summary><kbd>Improvements and Fixes</kbd></summary>
What's improved
  • misc: 优化每个角色的初始引导,closes #76 (8d78dc5)
Styles
  • misc: 优化初始化加载状态,等到会话加载完毕再显示内容 (cf603cb)
</details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
canisminor1990
published 0.44.4 •

Changelog

Source

Version 0.44.4

<sup>Released on 2023-08-13</sup>

💄 Styles
  • misc: 优化 Chat Skeleton 样式,优化 Inbox 样式.
<br /> <details> <summary><kbd>Improvements and Fixes</kbd></summary>
Styles
  • misc: 优化 Chat Skeleton 样式 (3f83be0)
  • misc: 优化 Inbox 样式 (924c12e)
</details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
canisminor1990
published 0.44.3 •

Changelog

Source

Version 0.44.3

<sup>Released on 2023-08-13</sup>

♻ Code Refactoring
  • misc: 重构 organizeChats 方法.
🐛 Bug Fixes
  • misc: 修正 inbox 点击重新生成会报错的问题.
💄 Styles
  • misc: 修正话题列表无法滚动的问题.
<br /> <details> <summary><kbd>Improvements and Fixes</kbd></summary>
Code refactoring
  • misc: 重构 organizeChats 方法 (799612e)
What's fixed
  • misc: 修正 inbox 点击重新生成会报错的问题 (064ef56)
Styles
  • misc: 修正话题列表无法滚动的问题 (26772e7)
</details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
canisminor1990
published 0.44.2 •

Changelog

Source

Version 0.44.2

<sup>Released on 2023-08-13</sup>

🐛 Bug Fixes
  • misc: 修正重新生成时切分历史消息的逻辑.
<br /> <details> <summary><kbd>Improvements and Fixes</kbd></summary>
What's fixed
  • misc: 修正重新生成时切分历史消息的逻辑,closes #50 (de5141f)
</details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
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