Skip to content

Releases: wbopan/cotask

v1.1.4

25 Mar 05:44

Choose a tag to compare

What's Changed

Features & Performance

  • perf: Three-layer caching and parallelization for /api/state
  • style: Pure white dashboard background with stronger card separation

Improvements

  • docs: Show dashboard link instead of auto-opening browser
  • docs: Fix factual inaccuracies across documentation
  • docs: Update tagline to "Easy parallel project management"
  • docs: Add requirements section (macOS, Bun, Ghostty)

Chores

  • Add cotask-marketplace as a git submodule
  • Remove local marketplace.json (lives in cotask-marketplace repo)
  • Remove TASKS.md and docs/ from git tracking

v1.1.3

21 Mar 09:43

Choose a tag to compare

What's New

Rename: Octask → Cotask

The project has been renamed from Octask to Cotask (Co-operate + Task), reflecting the core philosophy of human-agent collaboration.

README Overhaul

New README with "Why Cotask", "Design Philosophy" sections, product screenshot, and demo GIF.

Fixes

  • Filter langserver processes from child process detection
  • Scan all jsonl files for cwd during project discovery
  • Update board header project name on project switch

Install

claude plugins add-marketplace https://github.com/wbopan/cotask-marketplace.git
claude plugins install cotask@cotask

v1.1.2

20 Mar 06:51

Choose a tag to compare

What's New

Features

  • Responsive mobile layout — dashboard adapts to smaller windows with three calculated breakpoints:
    • ≤1390px: column picker appears, Done column hidden by default
    • ≤1130px: sidebar becomes slide-over overlay with hamburger toggle
    • ≤780px: Backlog also hidden, only Ongoing + Pending visible
  • Onboarding page — empty dashboard shows friendly getting-started guide
  • Migrate to Bun — server rewritten from Node.js + Express to Bun native HTTP server

Fixes

  • Filter caffeinate from child process detection
  • Revert TASKS.md location back to project root (avoids permission prompts)

Chores

  • Remove scripts/, commands/, evals/ directories
  • Inline server start logic into dashboard skill

Install

/install-plugin wbopan/octask

v1.1.1

20 Mar 02:44

Choose a tag to compare

What's Changed

  • Simplified codebase — removed dead code, consolidated CSS, improved server efficiency
  • Security fix — server now binds to localhost only; escaped newlines in AppleScript
  • Merged marketplace into plugin repo — single repo for both plugin and marketplace config
  • PWA fixes — use CDN for fonts/icons, fixed service worker bugs
  • Updated install docs to reflect unified repo

Install

/install-plugin wbopan/octask