Skip to content

Latest commit

 

History

History
4242 lines (2233 loc) · 101 KB

CHANGELOG.md

File metadata and controls

4242 lines (2233 loc) · 101 KB

Changelog

Released on 2023-09-21

💄 Styles

  • misc: Show topic tooltip on left side.

Improvements and Fixes

Styles

  • misc: Show topic tooltip on left side (f686fd2)

Released on 2023-09-17

✨ Features

  • misc: Auto create topic when chatting.

Improvements and Fixes

What's improved

  • misc: Auto create topic when chatting, closes #203 (f952792)

Released on 2023-09-15

🐛 Bug Fixes

  • settings: Fix settings route.

Improvements and Fixes

What's fixed

Released on 2023-09-14

🐛 Bug Fixes

  • misc: Fix lint.

Improvements and Fixes

What's fixed

Released on 2023-09-14

✨ Features

  • misc: Update localization files and add translations for different languages.

Improvements and Fixes

What's improved

  • misc: Update localization files and add translations for different languages (0157f92)

Released on 2023-09-11

🐛 Bug Fixes

  • misc: Fix client config.

Improvements and Fixes

What's fixed

  • misc: Fix client config (d62f1b3)

Released on 2023-09-11

🐛 Bug Fixes

  • misc: Fix save topic button.

Improvements and Fixes

What's fixed

  • misc: Fix save topic button (871905f)

Released on 2023-09-11

✨ Features

  • misc: Support Azure OpenAI Deploy env.

Improvements and Fixes

What's improved

  • misc: Support Azure OpenAI Deploy env, closes #183 (bda6732)

Released on 2023-09-11

♻ Code Refactoring

  • misc: Fefactor index url fetch.

✨ Features

  • market: Add prompt token count.
  • misc: Add agents market and improve UI components, Add and refactor components for chat input feature, Add functions for generating and analyzing JSON files, generating resource files and table of contents, and formatting console output, Add new settings for Azure OpenAI and OpenAI in locales files, Add new string, create AgentModal component, implement GridCardItem and Loading components, import AgentModal, Add SideBar component, new actions, and update market store state and selectors, Add translations and new setting to "setting.json", Improve functionality and user interface of market page, Modify market features components and update CSS styles, support add agent to chat.

🐛 Bug Fixes

  • misc: Fix fetcher, Fix market sidebar scroll and add i18n.

💄 Styles

  • misc: Update loading style and compatible with unknown agent identifier.

Improvements and Fixes

Code refactoring

  • misc: Fefactor index url fetch (257584b)

What's improved

  • market: Add prompt token count (16221a7)
  • misc: Add agents market and improve UI components (116c136)
  • misc: Add and refactor components for chat input feature (f1ac9fe)
  • misc: Add functions for generating and analyzing JSON files, generating resource files and table of contents, and formatting console output (d7c2e74)
  • misc: Add new settings for Azure OpenAI and OpenAI in locales files (e9e25b5)
  • misc: Add new string, create AgentModal component, implement GridCardItem and Loading components, import AgentModal (2a0e59f)
  • misc: Add SideBar component, new actions, and update market store state and selectors (8f6cfda)
  • misc: Add translations and new setting to "setting.json" (aca3822)
  • misc: Improve functionality and user interface of market page (1d465d6)
  • misc: Modify market features components and update CSS styles (97e4179)
  • misc: Support add agent to chat (3b930c4)

What's fixed

  • misc: Fix fetcher (171b2da)
  • misc: Fix market sidebar scroll and add i18n (9c897d2)

Styles

  • misc: Update loading style and compatible with unknown agent identifier (2e2231d)

Released on 2023-09-11

✨ Features

  • misc: Add russian localy, Update Russian and English localy (LLM tab).

Improvements and Fixes

What's improved

  • misc: Add russian localy (7b67c9f)
  • misc: Update Russian and English localy (LLM tab) (3b23e70)

Released on 2023-09-10

✨ Features

  • misc: Support Azure OpenAI.

Improvements and Fixes

What's improved

Released on 2023-09-10

🐛 Bug Fixes

  • misc: Use en-US when no suit lang with plugin index.

Improvements and Fixes

What's fixed

  • misc: Use en-US when no suit lang with plugin index (4e9668d)

Released on 2023-09-09

🐛 Bug Fixes

  • misc: Fix sessionList double click on mobile.

Improvements and Fixes

What's fixed

  • misc: Fix sessionList double click on mobile, closes #169 (3ea2bce)

Released on 2023-09-09

🐛 Bug Fixes

  • misc: Fix mobile switch when session selected.

Improvements and Fixes

What's fixed

  • misc: Fix mobile switch when session selected, closes #167 (40d8a11)

Released on 2023-09-09

🐛 Bug Fixes

  • misc: 修正异步水合造成的初始状态不稳定的问题.

Improvements and Fixes

What's fixed

  • misc: 修正异步水合造成的初始状态不稳定的问题 (2208f8a)

Released on 2023-09-09

✨ Features

  • misc: Add plugin market Setting Modal, 支持快速刷新与预览 manifest, 适配插件 i18n 方案.

🐛 Bug Fixes

  • misc: 修正删除插件时错误开启的问题.

💄 Styles

  • misc: 优化 manifest 预览的尺寸.

Improvements and Fixes

What's improved

  • misc: Add plugin market Setting Modal (a0603a9)
  • misc: 支持快速刷新与预览 manifest, closes #150 (5bd2eb0)
  • misc: 适配插件 i18n 方案 (8709ab3)

What's fixed

  • misc: 修正删除插件时错误开启的问题 (0e35c18)

Styles

  • misc: 优化 manifest 预览的尺寸 (27f8d6d)

Released on 2023-09-09

🐛 Bug Fixes

  • misc: Fix mobile route.

Improvements and Fixes

What's fixed

Released on 2023-09-09

✨ Features

  • misc: Migrate localStorage to indexedDB.

Improvements and Fixes

What's improved

  • misc: Migrate localStorage to indexedDB, closes #160 (7f96deb)

Released on 2023-09-09

🐛 Bug Fixes

  • misc: Fix route.

Improvements and Fixes

What's fixed

Released on 2023-09-09

💄 Styles

  • misc: Better mobile style.

Improvements and Fixes

Styles

  • misc: Better mobile style (776c407)

Released on 2023-09-08

🐛 Bug Fixes

  • misc: 修正移动端路由问题.

Improvements and Fixes

What's fixed

  • misc: 修正移动端路由问题 (ae3d2f4)

Released on 2023-09-08

♻ Code Refactoring

  • misc: Refactor settingsSelectors to globalSelectors.

Improvements and Fixes

Code refactoring

  • misc: Refactor settingsSelectors to globalSelectors (38917e8)

Released on 2023-09-08

✨ Features

  • misc: Refactor to url state.

Improvements and Fixes

What's improved

Released on 2023-09-06

♻ Code Refactoring

  • misc: Mirgrate openai-edge to openai.

Improvements and Fixes

Code refactoring

  • misc: Mirgrate openai-edge to openai, closes #145 (75ee574)

Released on 2023-09-06

✨ Features

  • misc: Add new import statement for "Flexbox" component in "Empty" component.

Improvements and Fixes

What's improved

  • misc: Add new import statement for "Flexbox" component in "Empty" component (68db626)

Released on 2023-09-03

🐛 Bug Fixes

  • misc: 修正数组合并逻辑,修正被移除插件无法看到的问题.

Improvements and Fixes

What's fixed

  • misc: 修正数组合并逻辑 (e36e621)
  • misc: 修正被移除插件无法看到的问题 (c17eb56)

Released on 2023-09-03

✨ Features

  • misc: Plugin default use iframe render.

Improvements and Fixes

What's improved

  • misc: Plugin default use iframe render, closes #141 (35a3a16)

Released on 2023-09-02

♻ Code Refactoring

  • plugin: 重构 plugin Store 组织结构,便于开发与迭代维护.

✨ Features

  • plugin-dev: 优化 manifest 报错原因提示,并支持 id 从 manifest 自动获取.

🐛 Bug Fixes

  • plugin-dev: 修正编辑模式下预览展示问题和 id 重复校验问题.
  • plugin: 修正开启插件后会话无效的问题.

Improvements and Fixes

Code refactoring

  • plugin: 重构 plugin Store 组织结构,便于开发与迭代维护 (ec527cb)

What's improved

  • plugin-dev: 优化 manifest 报错原因提示,并支持 id 从 manifest 自动获取 (7f0787d)

What's fixed

  • plugin-dev: 修正编辑模式下预览展示问题和 id 重复校验问题 (17c39ef)
  • plugin: 修正开启插件后会话无效的问题 (82e3beb)

Released on 2023-09-02

✨ Features

  • misc: Add russian localy.

Improvements and Fixes

What's improved

Released on 2023-09-01

🐛 Bug Fixes

  • misc: 修正 defaultAgent 无法正常变更的问题.

Improvements and Fixes

What's fixed

  • misc: 修正 defaultAgent 无法正常变更的问题 (788d94b)

Released on 2023-08-29

✨ Features

  • misc: 支持本地插件自定义 gateway.

Improvements and Fixes

What's improved

  • misc: 支持本地插件自定义 gateway, closes #129 (770048a)

Released on 2023-08-29

💄 Styles

  • misc: Update i18n.

Improvements and Fixes

Styles

Released on 2023-08-29

♻ Code Refactoring

  • misc: Remove no need i18n.

✨ Features

  • misc: 增加自定义插件的增删改配置功能,完善自定义插件表单的校验逻辑,支持本地插件侧的请求与错误呈现,新增插件配置 Dev 弹窗,绑定本地插件的增删改逻辑.

Improvements and Fixes

Code refactoring

  • misc: Remove no need i18n (808a86a)

What's improved

  • misc: 增加自定义插件的增删改配置功能 (faba081)
  • misc: 完善自定义插件表单的校验逻辑 (4e1fd28)
  • misc: 支持本地插件侧的请求与错误呈现 (7e2b39a)
  • misc: 新增插件配置 Dev 弹窗 (20269b7)
  • misc: 绑定本地插件的增删改逻辑 (902e7ed)

Released on 2023-08-28

♻ Code Refactoring

  • misc: Refactor with new market url.

Improvements and Fixes

Code refactoring

  • misc: Refactor with new market url, closes #123 (34a88f8)

Released on 2023-08-27

♻ Code Refactoring

  • misc: Refactor AgentSettings.

Improvements and Fixes

Code refactoring

Released on 2023-08-27

♻ Code Refactoring

  • misc: Refactor the selectors import.

Improvements and Fixes

Code refactoring

  • misc: Refactor the selectors import, closes #120 (6646502)

Released on 2023-08-27

✨ Features

  • misc: support sharing to shareGPT.

Improvements and Fixes

What's improved

  • misc: support sharing to shareGPT, closes #119 (026e9ec)

Released on 2023-08-26

🐛 Bug Fixes

  • misc: Fix plugin settings error.

Improvements and Fixes

What's fixed

  • misc: Fix plugin settings error, closes #117 (064d90e)

Released on 2023-08-26

✨ Features

  • misc: 支持超过 4k 的会话使用 16k 总结标题.

🐛 Bug Fixes

  • misc: Fix plugin settings error.

💄 Styles

  • misc: 优化清理会话的操作路径,优化默认角色的配置.

Improvements and Fixes

What's improved

  • misc: 支持超过 4k 的会话使用 16k 总结标题 (5764cfb)

What's fixed

  • misc: Fix plugin settings error (008c2e3)

Styles

  • misc: 优化清理会话的操作路径 (6b7218e)
  • misc: 优化默认角色的配置 (a07d7a8)

Released on 2023-08-26

✨ Features

  • misc: 新增自动滚动.

Improvements and Fixes

What's improved

Released on 2023-08-26

💄 Styles

  • misc: 优化文案.

Improvements and Fixes

Styles

Released on 2023-08-26

🐛 Bug Fixes

  • misc: Fix global state merge error.

Improvements and Fixes

What's fixed

  • misc: Fix global state merge error (cbc2fc8)

Released on 2023-08-26

🐛 Bug Fixes

  • misc: Fix fetch plugin header error.

Improvements and Fixes

What's fixed

  • misc: Fix fetch plugin header error (fa4a0e1)

Released on 2023-08-26

🐛 Bug Fixes

  • misc: Fix settings storage error.

Improvements and Fixes

What's fixed

  • misc: Fix settings storage error (57d7eb1)

Released on 2023-08-26

♻ Code Refactoring

  • misc: Refactor with new market index url.

✨ Features

  • misc: 支持插件 manifest 加载失败后重试.

Improvements and Fixes

Code refactoring

  • misc: Refactor with new market index url (d2834b7)

What's improved

  • misc: 支持插件 manifest 加载失败后重试 (f36378e)

Released on 2023-08-26

✨ Features

  • misc: 支持展示插件插件状态,支持插件 i18n 模式展示.

Improvements and Fixes

What's improved

  • misc: 支持展示插件插件状态 (7e916ac)
  • misc: 支持插件 i18n 模式展示 (8614734)

Released on 2023-08-26

✨ Features

  • misc: Implement responsive design for mobile devices.

Improvements and Fixes

What's improved

  • misc: Implement responsive design for mobile devices, closes #95 (fdb3c93)

Released on 2023-08-26

♻ Code Refactoring

  • misc: Refactor to ChatErrorType.

✨ Features

  • misc: 完善插件请求的错误处理,支持修改与记录插件的配置,支持发送插件配置信息,支持渲染 manifest 中的 settings, 支持设置不正确时进行插件的配置,新增插件请求状态的错误处理.

🐛 Bug Fixes

  • misc: 修正缓存旧数据的报错问题.

Improvements and Fixes

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)

Released on 2023-08-24

✨ Features

  • misc: Use new plugin manifest to support plugin’s multi api.

Improvements and Fixes

What's improved

  • misc: Use new plugin manifest to support plugin’s multi api, closes #101 (4534598)

Released on 2023-08-22

♻ Code Refactoring

  • misc: Refactor plugin api with @lobehub/chat-plugins-gateway.

Improvements and Fixes

Code refactoring

  • misc: Refactor plugin api with @lobehub/chat-plugins-gateway, closes #100 (b88d0db)

Released on 2023-08-22

♻ Code Refactoring

  • misc: 将网关实现代码集成进 Chat 本体,抽取插件为独立 store, 重构 openai 接口调用逻辑,将插件 schema 开启关闭逻辑与接口解耦,重构插件列表获取逻辑,进而完全移除 plugins 目录.

✨ Features

  • misc: 初步完成插件市场动态加载全链路,实现插件组件的动态加载.

🐛 Bug Fixes

  • misc: Fix error, 修正无法正常开启插件的问题,修正测试,补充插件 store 的水合逻辑.

💄 Styles

  • misc: 完成插件市场 loading 态样式.

Improvements and Fixes

Code refactoring

  • misc: 将网关实现代码集成进 Chat 本体 (17e8161)
  • misc: 抽取插件为独立 store (12b7e7d)
  • misc: 重构 openai 接口调用逻辑,将插件 schema 开启关闭逻辑与接口解耦 (5aa886e)
  • misc: 重构插件列表获取逻辑,进而完全移除 plugins 目录 (10055e1)

What's improved

  • misc: 初步完成插件市场动态加载全链路 (bc5e40f)
  • misc: 实现插件组件的动态加载 (04dbab2)

What's fixed

  • misc: Fix error (fbeec75)
  • misc: 修正无法正常开启插件的问题 (b3e9090)
  • misc: 修正测试 (001de5b)
  • misc: 补充插件 store 的水合逻辑 (bfb649b)

Styles

  • misc: 完成插件市场 loading 态样式 (8009691)

Released on 2023-08-21

🐛 Bug Fixes

  • misc: Fix not cannot change setting error.

Improvements and Fixes

What's fixed

  • misc: Fix not cannot change setting error, closes #86 (6405c28)

Released on 2023-08-21

♻ Code Refactoring

  • misc: Refactor plugin request.

Improvements and Fixes

Code refactoring

  • misc: Refactor plugin request, closes #89 (23efee3)

Released on 2023-08-16

💄 Styles

  • misc: 修正图片选项的样式问题.

Improvements and Fixes

Styles

  • misc: 修正图片选项的样式问题 (5f576cb)

Released on 2023-08-16

🐛 Bug Fixes

  • misc: 修正 i18n 失效的问题.

Improvements and Fixes

What's fixed

  • misc: 修正 i18n 失效的问题,closes #80 (b8d957b)

Released on 2023-08-15

✨ Features

  • misc: Add new features and improve user interface and functionality.

Improvements and Fixes

What's improved

  • misc: Add new features and improve user interface and functionality (1543bd1)

Released on 2023-08-15

✨ Features

  • sidebar: Add DraggablePanelContainer and adjust layout and styling.

Improvements and Fixes

What's improved

  • sidebar: Add DraggablePanelContainer and adjust layout and styling (e8c384f)

Released on 2023-08-15

♻ Code Refactoring

  • misc: Replace cdn.

Improvements and Fixes

Code refactoring

Released on 2023-08-15

✨ Features

  • misc: Add avatar compress.

Improvements and Fixes

What's improved

  • misc: Add avatar compress (1325b40)

Released on 2023-08-15

✨ Features

  • misc: Add Footer component and modify Token and index files.

Improvements and Fixes

What's improved

  • misc: Add Footer component and modify Token and index files (41a3823)

Released on 2023-08-15

✨ Features

  • misc: Update messages, settings, error codes, plugin names, weather data display, and UI.

Improvements and Fixes

What's improved

  • misc: Update messages, settings, error codes, plugin names, weather data display, and UI (a41db51)

Released on 2023-08-15

✨ Features

  • misc: Add BackToBottom to conversation, Update icons and text in various components.

Improvements and Fixes

What's improved

  • misc: Add BackToBottom to conversation (1433aa9)
  • misc: Update icons and text in various components (0e7a683)

Released on 2023-08-15

✨ Features

  • misc: Import SiOpenai icon and replace 'Tag' component in chat feature.

Improvements and Fixes

What's improved

  • misc: Import SiOpenai icon and replace 'Tag' component in chat feature (98b0352)

Released on 2023-08-15

✨ Features

  • misc: Add and update UI elements and agent configuration.

Improvements and Fixes

What's improved

  • misc: Add and update UI elements and agent configuration (eb7fbee)

Released on 2023-08-14

💄 Styles

  • misc: Fix SystemRole Skeleton padding.

Improvements and Fixes

Styles

  • misc: Fix SystemRole Skeleton padding (ce485a0)

Released on 2023-08-14

✨ Features

  • misc: Update styling and functionality of AgentPrompt and EditableMessage components, 支持停止生成消息.

🐛 Bug Fixes

  • misc: Remove input highlight.

Improvements and Fixes

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)

Released on 2023-08-14

✨ Features

  • misc: 优化每个角色的初始引导.

💄 Styles

  • misc: 优化初始化加载状态,等到会话加载完毕再显示内容.

Improvements and Fixes

What's improved

  • misc: 优化每个角色的初始引导,closes #76 (8d78dc5)

Styles

  • misc: 优化初始化加载状态,等到会话加载完毕再显示内容 (cf603cb)

Released on 2023-08-13

💄 Styles

  • misc: 优化 Chat Skeleton 样式,优化 Inbox 样式.

Improvements and Fixes

Styles

  • misc: 优化 Chat Skeleton 样式 (3f83be0)
  • misc: 优化 Inbox 样式 (924c12e)

Released on 2023-08-13

♻ Code Refactoring

  • misc: 重构 organizeChats 方法.

🐛 Bug Fixes

  • misc: 修正 inbox 点击重新生成会报错的问题.

💄 Styles

  • misc: 修正话题列表无法滚动的问题.

Improvements and Fixes

Code refactoring

  • misc: 重构 organizeChats 方法 (799612e)

What's fixed

  • misc: 修正 inbox 点击重新生成会报错的问题 (064ef56)

Styles

  • misc: 修正话题列表无法滚动的问题 (26772e7)

Released on 2023-08-13

🐛 Bug Fixes

  • misc: 修正重新生成时切分历史消息的逻辑.

Improvements and Fixes

What's fixed

  • misc: 修正重新生成时切分历史消息的逻辑,closes #50 (de5141f)

Released on 2023-08-12


Improvements and Fixes

Released on 2023-08-12

♻ Code Refactoring

  • misc: 优化 Inbox 会话的实现逻辑,将 chat 中的功能模型拆分到 features 中,重构 session 相关实现,移除循环依赖.

✨ Features

  • misc: 支持 inbox 消息导出,支持 inbox 的会话功能,新增 inbox 数据模型,新增 inbox 模块入口.

💄 Styles

  • misc: Fix Inbox defaultMessage avatar, 优化 header 的 setting 展示,优化门禁下默认的解锁方式,补充 ChatList 的 Loading 态.

Improvements and Fixes

Code refactoring

  • misc: 优化 Inbox 会话的实现逻辑 (22cc4cf)
  • misc: 将 chat 中的功能模型拆分到 features 中 (e25a856)
  • misc: 重构 session 相关实现,移除循环依赖 (9acf65c)

What's improved

  • misc: 支持 inbox 消息导出 (498e075)
  • misc: 支持 inbox 的会话功能 (9b713b8)
  • misc: 新增 inbox 数据模型 (91a8158)
  • misc: 新增 inbox 模块入口 (6fc8907)

Styles

  • misc: Fix Inbox defaultMessage avatar (dbc18a4)
  • misc: 优化 header 的 setting 展示 (201d380)
  • misc: 优化门禁下默认的解锁方式 (df9bb45)
  • misc: 补充 ChatList 的 Loading 态 (eb3eb5d)

Released on 2023-08-12

✨ Features

  • misc: 支持切换语言.

Improvements and Fixes

What's improved

Released on 2023-08-12

💄 Styles

  • misc: 暂时隐藏 Hero 模板.

Improvements and Fixes

Styles

  • misc: 暂时隐藏 Hero 模板 (8289ae6)

Released on 2023-08-12

♻ Code Refactoring

  • misc: 将 useSettings 更名为 useGlobalStore, 将原本的 settings 更名为 global, 收敛切换 SideBar 方法为 useSwitchSideBarOnInit, 重构需本地缓存的状态为 preference.

🐛 Bug Fixes

  • misc: 修正移除 session 时的路由跳转逻辑.

Improvements and Fixes

Code refactoring

  • misc: 将 useSettings 更名为 useGlobalStore (bdde7df)
  • misc: 将原本的 settings 更名为 global (e42d34c)
  • misc: 收敛切换 SideBar 方法为 useSwitchSideBarOnInit (bbad38f)
  • misc: 重构需本地缓存的状态为 preference (8359b62)

What's fixed

  • misc: 修正移除 session 时的路由跳转逻辑 (8b7838d)

Released on 2023-08-12

💄 Styles

  • misc: 优化 App 首页 Loading 态.

Improvements and Fixes

Styles

  • misc: 优化 App 首页 Loading 态 (72104e8)

Released on 2023-08-11

✨ Features

  • misc: Add Welcome page.

Improvements and Fixes

What's improved

Released on 2023-08-10

♻ Code Refactoring

  • misc: 将 sessionStore 默认 equalFn 改为 shallow, 将 settingStore 默认 equalFn 改为 shallow.

Improvements and Fixes

Code refactoring

  • misc: 将 sessionStore 默认 equalFn 改为 shallow (5c1b8d7)
  • misc: 将 settingStore 默认 equalFn 改为 shallow (1e72308)

Released on 2023-08-10

♻ Code Refactoring

  • misc: 重构 settings store 代码写法.

Improvements and Fixes

Code refactoring

  • misc: 重构 settings store 代码写法 (4b6f917)

Released on 2023-08-10

✨ Features

  • misc: 支持持久化隐藏 Topic 功能.

💄 Styles

  • misc: 优化第一次水合逻辑.

Improvements and Fixes

What's improved

  • misc: 支持持久化隐藏 Topic 功能 (9ea2778)

Styles

  • misc: 优化第一次水合逻辑 (fefae61)

Released on 2023-08-10

💄 Styles

  • misc: 优化 Topic 的水合加载效果.

Improvements and Fixes

Styles

  • misc: 优化 Topic 的水合加载效果 (0cd0088)

Released on 2023-08-10

♻ Code Refactoring

  • misc: 重构优化 hydrated 的判断逻辑.

💄 Styles

  • misc: 优化水合前的加载效果.

Improvements and Fixes

Code refactoring

  • misc: 重构优化 hydrated 的判断逻辑 (1781119)

Styles

  • misc: 优化水合前的加载效果 (6bbd978)

Released on 2023-08-10

💄 Styles

  • misc: 增加未初始化的 loading 态.

Improvements and Fixes

Styles

  • misc: 增加未初始化的 loading 态 (dcb7c07)

Released on 2023-08-10

💄 Styles

  • misc: 优化 Header 样式.

Improvements and Fixes

Styles

  • misc: 优化 Header 样式 (edd148a)

Released on 2023-08-10

🐛 Bug Fixes

  • misc: 修正没有 prompt 的编辑与保存按钮的问题.

Improvements and Fixes

What's fixed

  • misc: 修正没有 prompt 的编辑与保存按钮的问题 (b7e1648)

Released on 2023-08-08

🐛 Bug Fixes

  • misc: 修正 defaults 造成的 config 报错.

Improvements and Fixes

What's fixed

  • misc: 修正 defaults 造成的 config 报错 (0857fa7)

Released on 2023-08-06

🐛 Bug Fixes

  • misc: 优化 openai 接口的错误处理逻辑.

Improvements and Fixes

What's fixed

  • misc: 优化 openai 接口的错误处理逻辑 (eae78fe)

Released on 2023-08-05

✨ Features

  • misc: Add new dependency, add Tag and PluginTag components, update HeaderTitle.

Improvements and Fixes

What's improved

  • misc: Add new dependency, add Tag and PluginTag components, update HeaderTitle, closes #56 #55 #54 (2812ea2)

Released on 2023-08-05

💄 Styles

  • misc: 修正 assistant 消息没有 background 的问题.

Improvements and Fixes

Styles

  • misc: 修正 assistant 消息没有 background 的问题,closes #42 (812e976)

Released on 2023-08-04

🐛 Bug Fixes

  • misc: 优化 405 报错返回内容,并优化 openai 服务端超时处理逻辑.

Improvements and Fixes

What's fixed

  • misc: 优化 405 报错返回内容,并优化 openai 服务端超时处理逻辑 (0acc829)

Released on 2023-08-04

💄 Styles

  • misc: 优化 topic 样式.

Improvements and Fixes

Styles

  • misc: 优化 topic 样式 (75dc034)

Released on 2023-08-04

🐛 Bug Fixes

  • misc: 修正 basePath 在生产环境下不生效的问题.

Improvements and Fixes

What's fixed

  • misc: 修正 basePath 在生产环境下不生效的问题 (71b9139)

Released on 2023-08-04

✨ Features

  • misc: 支持多轮的插件意图识别,支持自定义 OpenAI 代理地址.

💄 Styles

  • misc: 优化插件的展示逻辑.

Improvements and Fixes

What's improved

  • misc: 支持多轮的插件意图识别 (5127f1b)
  • misc: 支持自定义 OpenAI 代理地址 (33a111c)

Styles

  • misc: 优化插件的展示逻辑 (7621bad)

Released on 2023-08-04

✨ Features

  • misc: Add topic empty.

Improvements and Fixes

What's improved

Released on 2023-08-03

✨ Features

  • misc: 支持使用全局助手的设置作为默认助手的创建角色.

Improvements and Fixes

What's improved

  • misc: 支持使用全局助手的设置作为默认助手的创建角色,closes #44 (f91857d)

Released on 2023-08-03

♻ Code Refactoring

  • misc: Refactor zustand usage with v4.4.

Improvements and Fixes

Code refactoring

  • misc: Refactor zustand usage with v4.4, closes #52 (4c65aa7)

Released on 2023-08-03

✨ Features

  • misc: 实现自定义历史消息数功能.

🐛 Bug Fixes

  • misc: Fix setting type.

💄 Styles

  • misc: Fix session item height.

Improvements and Fixes

What's improved

  • misc: 实现自定义历史消息数功能 (7baa022)

What's fixed

Styles

  • misc: Fix session item height (6cd1de5)

Released on 2023-07-31

💄 Styles

  • misc: Update doc mode and token tags.

Improvements and Fixes

Styles

  • misc: Update doc mode and token tags (1d3c5b6)

Released on 2023-07-31

✨ Features

  • misc: Add agent settings functionality, new components, and features for AgentMeta, Add and modify translations for various keys in JSON code files.

Improvements and Fixes

What's improved

  • misc: Add agent settings functionality, new components, and features for AgentMeta (b1e5ff9)
  • misc: Add and modify translations for various keys in JSON code files (503adb4)

Released on 2023-07-31

✨ Features

  • misc: Add agent settings functionality, Add new components and features for AgentMeta, Improve organization and functionality of settings and configuration features.

Improvements and Fixes

What's improved

  • misc: Add agent settings functionality (b0aaeed)
  • misc: Add new components and features for AgentMeta (1232d95)
  • misc: Improve organization and functionality of settings and configuration features (badde35)

Released on 2023-07-30

✨ Features

  • misc: 支持输入模板预处理.

Improvements and Fixes

What's improved

  • misc: 支持输入模板预处理 (84082c1)

Released on 2023-07-30

✨ Features

  • misc: 支持会话置顶.

Improvements and Fixes

What's improved

Released on 2023-07-30

✨ Features

  • misc: 支持展示 token 使用量.

Improvements and Fixes

What's improved

  • misc: 支持展示 token 使用量,closes #31 (e4d4dac)

Released on 2023-07-30

💄 Styles

  • misc: 优化搜索引擎插件展示.

Improvements and Fixes

Styles

  • misc: 优化搜索引擎插件展示 (347e6b0)

Released on 2023-07-30

✨ Features

  • misc: 优化保存为话题功能,实现 Topic 重命名功能,实现话题删除功能,支持缓存角色面板的展开折叠状态.

Improvements and Fixes

What's improved

  • misc: 优化保存为话题功能 (fdbe084)
  • misc: 实现 Topic 重命名功能 (5ef1685)
  • misc: 实现话题删除功能 (970889d)
  • misc: 支持缓存角色面板的展开折叠状态 (c241c4b)

Released on 2023-07-30

✨ Features

  • misc: 实现单个会话和角色的导出功能,实现清空所有会话消息.

Improvements and Fixes

What's improved

  • misc: 实现单个会话和角色的导出功能 (d15a481)
  • misc: 实现清空所有会话消息 (64c5125)

Released on 2023-07-30

♻ Code Refactoring

  • misc: 重构 settings 相关类型.

✨ Features

  • misc: 优化 SideBar 实现,激活态指示更加明确,实现 session 导入功能,实现配置导出功能.

Improvements and Fixes

Code refactoring

  • misc: 重构 settings 相关类型 (6b7c0a0)

What's improved

  • misc: 优化 SideBar 实现,激活态指示更加明确 (8a467df)
  • misc: 实现 session 导入功能 (5650167)
  • misc: 实现配置导出功能 (c1f73fe)

Released on 2023-07-29

🐛 Bug Fixes

  • misc: 修正日志超过 4096 长度的问题.

Improvements and Fixes

What's fixed

  • misc: 修正日志超过 4096 长度的问题 (6066aff)

Released on 2023-07-29

🐛 Bug Fixes

  • misc: 修正返回结果导致插件无法正常识别的问题.

💄 Styles

  • misc: 优化样式.

Improvements and Fixes

What's fixed

  • misc: 修正返回结果导致插件无法正常识别的问题 (b183188)

Styles

Released on 2023-07-29

♻ Code Refactoring

  • misc: 重构并优化文档抓取插件能力.

Improvements and Fixes

Code refactoring

  • misc: 重构并优化文档抓取插件能力 (ff56348)

Released on 2023-07-29

💄 Styles

  • misc: 优化搜索引擎样式.

Improvements and Fixes

Styles

  • misc: 优化搜索引擎样式 (699afb3)

Released on 2023-07-29

✨ Features

  • misc: 优化搜索引擎插件交互展示.

💄 Styles

  • misc: 优化兜底结果展示.

Improvements and Fixes

What's improved

  • misc: 优化搜索引擎插件交互展示 (4751084)

Styles

  • misc: 优化兜底结果展示 (9da45d6)

Released on 2023-07-29

♻ Code Refactoring

  • misc: 优化 setting Layout 实现.

Improvements and Fixes

Code refactoring

  • misc: 优化 setting Layout 实现 (f789935)

Released on 2023-07-28

✨ Features

  • misc: support password auth and error.

Improvements and Fixes

What's improved

  • misc: support password auth and error, closes #22 (67f1f4d)

Released on 2023-07-26

✨ Features

  • sidebar: Add import functionality and set labels and onClick functions

Improvements and Fixes

✨ Features

  • sidebar: Add import functionality and set labels and onClick functions (03ea9bd)

Released on 2023-07-26

✨ Features

  • misc: Add new translations, update existing translations, add functionality to components, modify styling, and adjust placeholder text

Improvements and Fixes

✨ Features

  • Add new translations, update existing translations, add functionality to components, modify styling, and adjust placeholder text (da4ae72)

Released on 2023-07-26

✨ Features

  • misc: Add new features, update URLs, customize appearance, and implement components

Improvements and Fixes

✨ Features

  • Add new features, update URLs, customize appearance, and implement components (4b61bf4)

Released on 2023-07-26

💄 Styles

  • misc: 优化 tooltip 显示.

Improvements and Fixes

Styles

  • misc: 优化 tooltip 显示 (4ba0295)

Released on 2023-07-25

🐛 Bug Fixes

  • misc: 修正自定义 OpenAI API Key 的使用问题.

Improvements and Fixes

What's fixed

  • misc: 修正自定义 OpenAI API Key 的使用问题 (84475c0)

Released on 2023-07-25

✨ Features

  • misc: 支持使用自定义 OpenAI Key.

Improvements and Fixes

What's improved

  • misc: 支持使用自定义 OpenAI Key, closes #20 (fb454a0)

Released on 2023-07-25

♻ Code Refactoring

  • misc: Move component folder.

✨ Features

  • misc: 支持快捷配置模型、温度.

Improvements and Fixes

Code refactoring

  • misc: Move component folder (fb85d16)

What's improved

  • misc: 支持快捷配置模型、温度,closes #19 (31daee1)

Released on 2023-07-25

✨ Features

  • misc: 实现话题模块.

Improvements and Fixes

What's improved

Released on 2023-07-24

♻ Code Refactoring

  • misc: 将 message reducer 提取到独立文件夹中,清理无用代码实现.

✨ Features

  • misc: 数据结构层完成 topic 模型改造.

Improvements and Fixes

Code refactoring

  • misc: 将 message reducer 提取到独立文件夹中 (64f40ca)
  • misc: 清理无用代码实现 (3655b60)

What's improved

  • misc: 数据结构层完成 topic 模型改造 (99fa2a6)

Released on 2023-07-24

💄 Styles

  • misc: 修正 markdown li 丢失的问题.

Improvements and Fixes

Styles

  • misc: 修正 markdown li 丢失的问题 (eb6e831)

Released on 2023-07-24

♻ Code Refactoring

  • misc: 优化新会话的创建逻辑 session.

Improvements and Fixes

Code refactoring

  • misc: 优化新会话的创建逻辑 session (d70f22d)

Released on 2023-07-24

✨ Features

  • misc: 实现会话展示模式切换,并优化默认创建角色的配置.

Improvements and Fixes

What's improved

  • misc: 实现会话展示模式切换,并优化默认创建角色的配置 (27ae82f)

Released on 2023-07-24

✨ Features

  • misc: 表单配置支持设定各项高级参数.

Improvements and Fixes

What's improved

  • misc: 表单配置支持设定各项高级参数 (6949cc6)

Released on 2023-07-24

♻ Code Refactoring

  • misc: 重构优化 selectors 实现.

💄 Styles

  • misc: 优化 document title.

Improvements and Fixes

Code refactoring

  • misc: 重构优化 selectors 实现 (97fe1cd)

Styles

  • misc: 优化 document title (c3cda00)

Released on 2023-07-24

✨ Features

  • misc: 支持自动跳转到第一条会话.

💄 Styles

  • misc: 修正插件的展示文案.

Improvements and Fixes

What's improved

  • misc: 支持自动跳转到第一条会话 (54f01c7)

Styles

  • misc: 修正插件的展示文案 (53c81ae)

Released on 2023-07-24

💄 Styles

  • misc: 更新插件文案.

Improvements and Fixes

Styles

  • misc: 更新插件文案 (0411335)

Released on 2023-07-24

✨ Features

  • misc: Add new features and improve user experience, Import and use constants from "meta.ts" instead of "agentConfig".

Improvements and Fixes

What's improved

  • misc: Add new features and improve user experience (64c8782)
  • misc: Import and use constants from "meta.ts" instead of "agentConfig" (1eb6a17)

Released on 2023-07-24

✨ Features

  • misc: 支持网页抓取.

Improvements and Fixes

What's improved

Released on 2023-07-23

🐛 Bug Fixes

  • misc: 修正搜索引擎插件的实现问题.

Improvements and Fixes

What's fixed

  • misc: 修正搜索引擎插件的实现问题 (d19a805)

Released on 2023-07-23

✨ Features

  • misc: 优化插件模式下的用户体验.

Improvements and Fixes

What's improved

  • misc: 优化插件模式下的用户体验,closes #13 (4596f12)

Released on 2023-07-23

🐛 Bug Fixes

  • misc: 修正 message parentId 不正确的问题.

Improvements and Fixes

What's fixed

  • misc: 修正 message parentId 不正确的问题 (f86852a)

Released on 2023-07-23

✨ Features

  • misc: 支持插件列表 与 基于 Serpapi 的搜索引擎插件.

Improvements and Fixes

What's improved

  • misc: 支持插件列表 与 基于 Serpapi 的搜索引擎插件,closes #12 (d89e06f)

Released on 2023-07-23

♻ Code Refactoring

  • misc: Remove langchain, 优化代码.

✨ Features

  • misc: 支持查询天气.

💄 Styles

  • misc: Update manifest, 增加国际化文案.

Improvements and Fixes

Code refactoring

What's improved

  • misc: 支持查询天气 (34bf285)

Styles

  • misc: Update manifest (ea9e8de)
  • misc: 增加国际化文案 (f5e8d7c)

Released on 2023-07-23

💄 Styles

  • misc: 优化模型在 list 中的展示逻辑.

Improvements and Fixes

Styles

  • misc: 优化模型在 list 中的展示逻辑 (4bdf3c5)

Released on 2023-07-22

💄 Styles

  • misc: 修正对话中用户头像的问题.

Improvements and Fixes

Styles

  • misc: 修正对话中用户头像的问题 (560c8bb)

Released on 2023-07-22

✨ Features

  • misc: 支持复制与编辑会话消息.

Improvements and Fixes

What's improved

  • misc: 支持复制与编辑会话消息 (bebcf9f)

Released on 2023-07-22

✨ Features

  • misc: 展示模型类型.

Improvements and Fixes

What's improved

  • misc: 展示模型类型 (58ea93c)

Released on 2023-07-22

🐛 Bug Fixes

  • misc: Fix miss manifest.json link, 优化 model tag 展示逻辑.

Improvements and Fixes

What's fixed

  • misc: Fix miss manifest.json link (ac4b2f3)
  • misc: 优化 model tag 展示逻辑 (3463ede)

Released on 2023-07-22

🐛 Bug Fixes

  • misc: Fix import.

Improvements and Fixes

What's fixed

Released on 2023-07-22

✨ Features

  • misc: 支持 pwa 模式.

Improvements and Fixes

What's improved

  • misc: 支持 pwa 模式 (8aad92d)

Released on 2023-07-22

✨ Features

  • misc: 支持展示来自模型的标记信息.

Improvements and Fixes

What's improved

  • misc: 支持展示来自模型的标记信息 (e27fae9)

Released on 2023-07-22

🐛 Bug Fixes

  • misc: Add deps.

Improvements and Fixes

What's fixed

Released on 2023-07-22

♻ Code Refactoring

  • misc: 重构 selector 文件组织.

✨ Features

  • misc: 补充 token 详情.

Improvements and Fixes

Code refactoring

  • misc: 重构 selector 文件组织 (2ad0ef9)

What's improved

  • misc: 补充 token 详情 (098f7ff)

Released on 2023-07-22

✨ Features

  • misc: 支持选择 Emoji.

🐛 Bug Fixes

  • misc: 修正 total token 计算不正确的问题.

Improvements and Fixes

What's improved

  • misc: 支持选择 Emoji (6cb4828)

What's fixed

  • misc: 修正 total token 计算不正确的问题 (17815c6)

Released on 2023-07-22

♻ Code Refactoring

  • misc: 优化 edit 代码结构.

Improvements and Fixes

Code refactoring

  • misc: 优化 edit 代码结构 (fdb3a3f)

Released on 2023-07-22

💄 Styles

  • misc: Fix input style, fix layout.

Improvements and Fixes

Styles

Released on 2023-07-22

🐛 Bug Fixes

  • misc: Fix SSR style error.

Improvements and Fixes

What's fixed

  • misc: Fix SSR style error (289eae7)

Released on 2023-07-20

✨ Features

  • misc: Add styles and modify layout of FolderPanel, SliderWithInput, SessionList, EditPage, ChatLayout, and SettingLayout components, Introduce FOLDER_WIDTH constant and update components.

Improvements and Fixes

What's improved

  • misc: Add styles and modify layout of FolderPanel, SliderWithInput, SessionList, EditPage, ChatLayout, and SettingLayout components (7f19a09)
  • misc: Introduce FOLDER_WIDTH constant and update components (c511964)

Released on 2023-07-18

✨ Features

  • misc: Add new files, modify components, and adjust layout and styling.

Improvements and Fixes

What's improved

  • misc: Add new files, modify components, and adjust layout and styling (b8c3b38)

Released on 2023-07-18

✨ Features

  • misc: Add import statement and define CSS styles for Avatar component.

Improvements and Fixes

What's improved

  • misc: Add import statement and define CSS styles for Avatar component (8c23a8d)

Released on 2023-07-18


Improvements and Fixes