cdxiaodong/dsh-island3

dsh-island

自带 macOS 菜单栏灵动岛的 DSH 插件:鲸鱼娘桌宠 + DSH 浅蓝胶囊托盘,实时显示会话/工具/审批,点击可直接批准/拒绝。

AI 分析

核心用途是在 macOS 菜单栏提供灵动岛和桌宠交互,实时展示并快速处理 DSH 的审批、工具和状态。必要条件是 macOS 14+ 系统。

包名
dsh-island
版本
0.6.12
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:cdxiaodong/dsh-island

配置

interface Config {
  socketPath?: string        // 面板 socket(默认 /tmp/dsh-island-.sock)
  source?: string            // 上报的 source 标识(默认 dsh)
  approvalTimeoutMs?: number // 审批等待面板决策超时(默认 5 分钟)
  approvals?: boolean        // 是否把审批转发给面板(默认 true)
  subagents?: boolean        // 是否上报子代理事件(默认 true)
  agentStatus?: boolean      // 是否上报 agent 状态(默认 true)
  autoLaunchPanel?: boolean  // apply 时自动拉起面板(默认 true)
  panelBin?: string          // 覆盖面板二进制路径
  debug?: boolean            // 打印发送日志(默认 false)
}