cinderzhan/dsh-plugin-dew0

dsh-plugin-dew

在 DSH 内部监控其他编码 Agent(如 Claude Code、Cursor、Codex)会话状态与任务的插件。

AI 分析

集中扫描并展示本地其他 AI 辅助工具的运行状态和计划任务。适合同时使用多种 AI 编程助手、需要统一视图避免冲突的多工具并发开发者。

包名
dsh-plugin-dew
版本
0.1.0
许可证
MIT
最近更新
2026年8月26日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:cinderzhan/dsh-plugin-dew

Configuration

config:
  agents: []              # limit the scan, e.g. ["claude_code", "codex"]
  defaultWindowHours: 8   # lookback when a call does not specify one
  redactSummaries: false