v1.2.1 — 消息渲染形态可配置
新增
- 消息渲染形态可配置(
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 后折叠上下文块正常,且配置热更新即时生效。