跳转至

dsh-focus-chat

类型 插件 分类 界面与体验
星数 ⭐16 状态 ✅ 活跃
能力 coding 更新时间 2026-08-14

📖 项目简介

A plugin for the dsh web GUI that adds a focus chat tab — a condensed, Claude Code–style way to read a conversation.

✨ 核心特性

  • No Inspect / details-panel deep links. The chat's Inspect affordance needs internals plugins can't touch. The tool cards render the same
  • Third-party tool-card extensions don't render here. Cards that other plugins add to the chat view won't appear in the focus view; the bu
  • Folding is per consecutive tool-run. Any visible content between two runs (a reply, a command, your interjection) keeps them separate.
  • Inline file links need the optional file-mentions service — the same off switch the chat view uses.

📦 安装

# Install from npm (requires dsh >= 0.1.0-rc.6)
dsh plugin --profile web add @dingyi222666/dsh-focus-chat
# Restart dsh web; the tab mounts automatically
dsh web

🔗 链接