Open
Conversation
- 新增 Agent 管理页面、路由与侧边栏入口,补齐相关主进程/预加载接口与类型定义 - 将飞书渠道改为单入口展示,统一插件启停与状态展示逻辑,清理 legacy 插件标识 - 同步 2026.3.31 版本策略,并修复开发态 Electron 在 dev server 短暂不可用时的重试加载
Owner
|
非常感谢,我们有计划这个功能,帮了大忙!👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更说明
本 PR 主要完成了三部分工作。
第一,新增 Agent 管理能力(前后端联动)
新增 Agent 管理页面,并接入应用路由与侧边栏入口。
增加 Agent 的创建、编辑、删除与配置维护相关交互。
补齐渲染层到主进程的能力链路:Preload API、IPC Handler 与类型定义同步更新。
第二,飞书渠道多 Bot 配置简化
渠道页改为飞书单入口展示,降低配置复杂度与认知负担。
统一飞书插件启停与状态展示逻辑,减少多处状态分叉。
清理 legacy 插件标识与兼容分支,收敛到新的插件标识与配置路径。
第三,版本与开发体验改进
同步 2026.3.31 版本策略。
修复开发态 Electron 在 dev server 短暂不可用时的加载失败问题,增加重试机制,降低本地启动偶发白屏概率。
变更类型
影响范围
electron/main/)electron/preload/)src/)测试
npm run typechecknpm testnpm run dev验证功能截图 / 录屏