Files
deepseek-harness/apps/web/tests/snapshots/plugin-config/section.expected.md
T
Yichen Jiang dae6cad065 fix(web): show the plugin settings a user actually gets
Three things the page got wrong.

The web-search provider's defaults lived only at their use site, so the
served section carried no value for them and the card fell back to a zero it
invented — a number the schema itself rejects. Declaring them on the schema
makes the settings service the one authority: `maxUses` now reads 5 because
that is what the Host resolves, not because the page guessed. `baseURL` keeps
its code-side default, which exists so `$DEEPSEEK_SEARCH_BASE_URL` can win.

A field the Host serves no value for now renders empty rather than as zero.

The cards were rows in a settings page of cards: name and description ran
together on one line because the shared disclosure row lays them side by side.
Each card now draws its own header, stacking the two, and the section follows
the idiom the Agent Preset page established.
2026-08-10 21:29:45 +08:00

904 B

  • dialog "设置":
    • navigation:
      • text: 设置
      • button "通用设置":
        • img
        • text: 通用设置
      • button "模型":
        • img
        • text: 模型
      • button "Agent 预设":
        • img
        • text: Agent 预设
      • button "插件配置":
        • img
        • text: 插件配置
    • button "打开配置文件"
    • button "关闭":
      • img
      • text: 关闭
    • heading "插件配置" [level=2]
    • paragraph: 配置本部署已安装的插件。
    • list:
      • listitem:
        • 'button "展开设置: 终端"':
          • text: 终端 限制 agent 运行的每一条命令。
          • img
      • listitem:
        • 'button "展开设置: Agent 循环"':
          • text: Agent 循环 Agent 如何派发工具调用。
          • img
      • listitem:
        • 'button "展开设置: 网页搜索"':
          • text: 网页搜索 DeepSeek 搜索提供方。
          • img