Skip to content

v1.2.1 — 消息渲染形态可配置

Choose a tag to compare

@GengDaPeng GengDaPeng released this 14 Aug 05:06
· 11 commits to main since this release

新增

  • 消息渲染形态可配置form):默认 user(普通气泡);可选 relay(折叠上下文块,与官方跨 Agent 语义对齐)。

在你的 profile 的 cordis.patch.yml 里覆盖插件条目即可(热更新生效,无需重启):

- id: agent-message
  config:
    form: relay

安装

dsh plugin --profile web add github:GengDaPeng/dsh-agent-message

实测

两种形态均已实测通过:默认 user 气泡正常;切换 relay 后折叠上下文块正常,且配置热更新即时生效。