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

@lobehub/chat

Package Overview
Dependencies
Maintainers
0
Versions
1052
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.60.4

Diff

Changelog

Source

Version 0.60.4

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

💄 Styles
  • misc: 优化文案.
<br /> <details> <summary><kbd>Improvements and Fixes</kbd></summary>
Styles
</details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
canisminor1990
published 0.60.3 •

Changelog

Source

Version 0.60.3

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

🐛 Bug Fixes
  • misc: Fix global state merge error.
<br /> <details> <summary><kbd>Improvements and Fixes</kbd></summary>
What's fixed
  • misc: Fix global state merge error (cbc2fc8)
</details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
canisminor1990
published 0.60.2 •

Changelog

Source

Version 0.60.2

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

🐛 Bug Fixes
  • misc: Fix fetch plugin header error.
<br /> <details> <summary><kbd>Improvements and Fixes</kbd></summary>
What's fixed
  • misc: Fix fetch plugin header error (fa4a0e1)
</details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
canisminor1990
published 0.60.1 •

Changelog

Source

Version 0.60.1

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

🐛 Bug Fixes
  • misc: Fix settings storage error.
<br /> <details> <summary><kbd>Improvements and Fixes</kbd></summary>
What's fixed
  • misc: Fix settings storage error (57d7eb1)
</details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
canisminor1990
published 0.60.0 •

Changelog

Source

Version 0.60.0

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

♻ Code Refactoring
  • misc: Refactor with new market index url.
✨ Features
  • misc: 支持插件 manifest 加载失败后重试.
<br /> <details> <summary><kbd>Improvements and Fixes</kbd></summary>
Code refactoring
  • misc: Refactor with new market index url (d2834b7)
What's improved
  • misc: 支持插件 manifest 加载失败后重试 (f36378e)
</details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
canisminor1990
published 0.59.0 •

Changelog

Source

Version 0.59.0

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

✨ Features
  • misc: 支持展示插件插件状态,支持插件 i18n 模式展示.
<br /> <details> <summary><kbd>Improvements and Fixes</kbd></summary>
What's improved
  • misc: 支持展示插件插件状态 (7e916ac)
  • misc: 支持插件 i18n 模式展示 (8614734)
</details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
canisminor1990
published 0.58.0 •

Changelog

Source

Version 0.58.0

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

✨ Features
  • misc: Implement responsive design for mobile devices.
<br /> <details> <summary><kbd>Improvements and Fixes</kbd></summary>
What's improved
  • misc: Implement responsive design for mobile devices, closes #95 (fdb3c93)
</details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
canisminor1990
published 0.57.0 •

Changelog

Source

Version 0.57.0

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

♻ Code Refactoring
  • misc: Refactor to ChatErrorType.
✨ Features
  • misc: 完善插件请求的错误处理,支持修改与记录插件的配置,支持发送插件配置信息,支持渲染 manifest 中的 settings, 支持设置不正确时进行插件的配置,新增插件请求状态的错误处理.
🐛 Bug Fixes
  • misc: 修正缓存旧数据的报错问题.
<br /> <details> <summary><kbd>Improvements and Fixes</kbd></summary>
Code refactoring
  • misc: Refactor to ChatErrorType (cd1a033)
What's improved
  • misc: 完善插件请求的错误处理 (0698d89)
  • misc: 支持修改与记录插件的配置 (76e8237)
  • misc: 支持发送插件配置信息 (2cedc85)
  • misc: 支持渲染 manifest 中的 settings (1185300)
  • misc: 支持设置不正确时进行插件的配置 (f972481)
  • misc: 新增插件请求状态的错误处理 (228002a)
What's fixed
  • misc: 修正缓存旧数据的报错问题 (5d8008f)
</details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
canisminor1990
published 0.56.0 •

Changelog

Source

Version 0.56.0

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

✨ Features
  • misc: Use new plugin manifest to support plugin’s multi api.
<br /> <details> <summary><kbd>Improvements and Fixes</kbd></summary>
What's improved
  • misc: Use new plugin manifest to support plugin’s multi api, closes #101 (4534598)
</details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
canisminor1990
published 0.55.1 •

Changelog

Source

Version 0.55.1

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

♻ Code Refactoring
  • misc: Refactor plugin api with @lobehub/chat-plugins-gateway.
<br /> <details> <summary><kbd>Improvements and Fixes</kbd></summary>
Code refactoring
  • misc: Refactor plugin api with @lobehub/chat-plugins-gateway, closes #100 (b88d0db)
</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