Skip to content

Releases: alpacachen/dsh-kanban

dsh-kanban 1.3.3

Choose a tag to compare

@github-actions github-actions released this 21 Aug 11:02
b7b3602

What's Changed

  • feat: migrate kanban styling to DSH-native CSS by @alpacachen in #25

Full Changelog: v1.3.2...v1.3.3

dsh-kanban 1.3.2

Choose a tag to compare

@github-actions github-actions released this 21 Aug 08:33
11125dd

What's Changed

  • test: add automated quality gates for releases by @alpacachen in #23
  • fix: support GitHub installs with tracked client bundle by @alpacachen in #24

Full Changelog: v1.3.1...v1.3.2

dsh-kanban 1.3.1

Choose a tag to compare

@github-actions github-actions released this 20 Aug 15:54
900c2aa

What's Changed

Full Changelog: v1.3.0...v1.3.1

dsh-kanban 1.3.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 13:01
d461541

What's Changed

  • feat: schemaVersion + backups + step-by-step board data migration by @alpacachen in #17
  • feat: card activity log + release 1.3.0 by @alpacachen in #18

Full Changelog: v1.2.0...v1.3.0

dsh-kanban 1.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 11:34
d77fa59

What's Changed

  • feat: chat with agent from card dialog + kanban_get_card tool by @alpacachen in #16

Full Changelog: v1.1.0...v1.2.0

dsh-kanban 1.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 08:14
9fbfdcb

What's Changed

Full Changelog: v1.0.3...v1.1.0

dsh-kanban 1.0.3

Choose a tag to compare

@github-actions github-actions released this 20 Aug 07:43
9f6de7d

What's Changed

Full Changelog: v1.0.2...v1.0.3

dsh-kanban 1.0.2

Choose a tag to compare

@github-actions github-actions released this 20 Aug 07:14
eec1378

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.2

dsh-kanban 1.0.0

Choose a tag to compare

@alpacachen alpacachen released this 20 Aug 04:57

dsh-kanban 1.0.0

A kanban board plugin for DeepSeek Harness: a live Board tab in conversations plus 13 kanban_* AI tools (read / create / edit / delete / move cards, lists and labels). Per-workspace isolation, disk persistence, DSH theme + dark mode, and i18n (follows DSH language).

Features

  • Board tab in the conversation view
  • 13 AI tools: kanban_get, kanban_get_label, card / list / label CRUD + move
  • Lists: add / rename / delete / reorder (drag in the edit dialog)
  • Labels: create / rename / recolor / delete (color bound to label)
  • Cards: title / note / label / priority (P0-P2), drag & drop (dnd-kit), click to edit
  • Priority filter + operations panel
  • UI: React + TypeScript + Tailwind CSS + shadcn/ui

Install

dsh plugin --profile web add github:alpacachen/dsh-kanban

or via the attached tarball:

dsh plugin --profile web add ./dsh-kanban-1.0.0.tgz

Docs: README