sonozaki7/dsh-codex-kanban0

dsh-codex-kanban

DSH 的 AI 原生看板与 Codex 聊天融合插件

AI 分析

提供本地运行的看板服务,允许 AI 智能体直接读取和更新看板任务。适合需要通过对话让 AI 帮自己管理任务、更新项目进度的开发者或项目管理者。

包名
dsh-codex-kanban
版本
0.1.0
许可证
MIT
最近更新
2026年8月14日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sonozaki7/dsh-codex-kanban

Configuration

The bundled defaults are in cordis.patch.yml:

dashboardHost: 127.0.0.1
dashboardPort: 4317
announceToAgent: true

The board defaults to $DSH_HOME/codex-kanban/board.json, or ~/.dsh/codex-kanban/board.json when DSH_HOME is unset. You can configure an absolute dataFile in the plugin entry for another local location.

If port 4317 is occupied, select another unused local port and restart DSH. Do not bind the dashboard to a public interface unless you add a trusted authenticated proxy; the built-in server is a local cockpit, not a public multi-user service.