sonozaki7/dsh-codex-kanban ↗★ 0
dsh-codex-kanban
AI-native Kanban and Codex chat fusion for DeepSeek Harness
AI 분석
提供本地运行的看板服务,允许 AI 智能体直接读取和更新看板任务。适合需要通过对话让 AI 帮自己管理任务、更新项目进度的开发者或项目管理者。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sonozaki7/dsh-codex-kanbanConfiguration
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.