feat: 面板卡片与详情顶部支持一键跳转执行会话 和 新建任务支持记忆上次选用的模型与设置思考强度 - #11
Merged
Conversation
Contributor
Author
|
新建任务支持记忆上次选用的模型与设置思考强度 |
Contributor
Author
|
微调一下样式问题 |
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.
功能描述
在面板界面对于已经运行过(或正在运行中)且尚未归档的会话,提供「一键跳转到对应会话」的能力,提升任务看板与 DSH 会话之间的流转协同效率。
主要改动
看板卡片快捷跳转 (
TaskCard.tsx):sessionId;🤖 {shortId} ↗;e.stopPropagation()),并调用controller.openSession(sessionId);任务详情头部快捷跳转 (
TaskDetail.tsx):🤖 跳转会话 ↗」按钮;样式与主题适配 (
styles.ts):.dsh-atb-card-session与.dsh-atb-detail-session样式,适配 DSH 的--dsw-*主题变量与明暗模式。单元测试 (
tests/client.spec.ts):