feat: support AI quick command feat#600
Open
Cythia828 wants to merge 1 commit into
Open
Conversation
Collaborator
|
CI 挂了。 |
Contributor
Author
哎呀,我补了咋拉依赖还挂了😭 |
Collaborator
Contributor
Author
af9e5e6 to
8e573cd
Compare
Collaborator
|
设计层面需要考虑,我下周才有时间跟任务owner讨论,先draft |
Contributor
Author
|
1、关于 |
f96e477 to
074b483
Compare
Contributor
Author
|
改动: |
dc003e6 to
81f275c
Compare
zwight
reviewed
May 26, 2026
| rehypePlugins = [], | ||
| remarkPlugins = [], | ||
| codeBlock, | ||
| message, |
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 的类型:
相关问题
变更内容
useContext修改messageHeader和promptFooter两个字段,用来挂载message和prompt组件所需要的自定义结构CodeBlock组件接口修改message字段,用于接受泛型类型的消息实体toolbars字段修改,原来只接受无参函数,现在接收code字符串和可选的message参数,从而能根据上下文内容动态渲染工具栏。CodeBlock组件修改目的toolbars需要拿到当前CodeBlock所在的那条message的信息去做一些校验或操作Markdown组件message字段,是传给CodeBlock组件使用的CodeBlock组件的message字段的数据来源Message组件Markdown前面增加一个卡槽,渲染从useContext里取到的messageHeader,用来支持新增的自定义结构Message组件修改目的Prompt组件Markdown后面增加一个卡槽,渲染从useContext里取到的promptFooter,用来支持新增的自定义结构Prompt组件修改目的其他
详细描述
对应 Previewer