설치
npx -y @deepseek-ai/dsh plugin --profile web add github:ttmouse/dsh-taskboard이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.
README
유지 관리자가 작성한 문서 스냅샷입니다.
dsh-taskboard
A local-first issue board plugin for DeepSeek Harness (dsh). It embeds a complete task board — Kanban / list / Gantt / workflow / dashboard views plus per-task AI chat — into the DSH Web GUI. Data lives in a local SQLite database (~/.dsh/storages/dsh-taskboard/taskboard.sqlite); no external service, no cloud dependency.
Install
dsh plugin --profile web add @ttmouse/dsh-taskboard
Restart dsh web afterwards. See plugin/README.md for permissions, configuration, disable and uninstall instructions.
Features
- Multi-view task board: Kanban / list / Gantt / workflow / dashboard
- Task details: relations, attachments, labels, filters, and per-task AI chat
- Auto-claim: each workspace-mapped project claims its oldest
todoissue and executes it through dsh-routines (headless session), writing progress back as comments — no heartbeat files, no daemon jobs - Workspaces = projects: DSH workspaces auto-sync into board projects
- Conversation links: 「在对话中打开」opens the task in a real DSH session and records the thread id on the task
Build from source
# 1) build the SPA
npm install
npm run build
# 2) assemble the plugin artifacts (vendor/ + lib/client.js)
cd plugin && npm install && npm run build
Derivation & Credits
This is an open-source derivative of dashi-taskboard (Codex Taskboard) (chuspeeism/dashi-taskboard, Apache-2.0); the Web UI, server, and data model originate from it. Upstream Apache-2.0 portions remain under Apache License 2.0 (see NOTICE); new and modified portions are licensed under the MIT License (see LICENSE).
프로젝트 파일 및 신호
표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.
저장소 정보
- 언어
- TypeScript
- 라이선스
- MIT
- 마지막 업데이트
- 2026. 8. 18. AM 4:41
신중하게 설치하기
소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.