sonozaki7/dsh-codex-kanban0

dsh-codex-kanban

AI-native Kanban and Codex chat fusion for DeepSeek Harness

AI Analysis

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

Package
dsh-codex-kanban
Version
0.1.0
License
MIT
Last updated
Aug 14, 2026

Install

$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.