feat(service): 移除SELECT模式合并至PASSIVE模式并优化插件面板体验 - #756
Merged
Conversation
- 移除ToolResult.SELECT枚举值,将其功能合并至PASSIVE模式 - PASSIVE纯展示面板现在走Overlay全屏渲染(与表情/符号同级),不撑高键盘 - InfoPanel新增items候选条目点击上屏功能,替代原有的AiResultPanel全屏结果页 - 更新插件契约:display=passive时宿主将items渲染为InfoPanel内点击上屏条目 - 优化AI回复插件逻辑,采用新的passive模式展示界面 BREAKING CHANGE: 移除ToolResult.SELECT枚举,原有插件需更新manifest配
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.
BREAKING CHANGE: 移除ToolResult.SELECT枚举,原有插件需更新manifest配
概述
简要描述此 PR 的目的和改动内容。
关联 Issue
Closes #(填写关联 issue 号)
改动类型
自测清单
./gradlew test并通过备注
补充说明(如有)。