Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Opencode Kanban BoardNew to Visual Studio Code? Get it now.
Opencode Kanban Board

Opencode Kanban Board

disrei

|
152 installs
| (0) | Free
Kanban board for OpenCode AI agent sessions with subagent tracking, event stream, tool call rendering, stash isolation, and thinking process visibility.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Opencode Kanban Board

Kanban side-bar extension for VS Code that runs task sessions through OpenCode and tracks build/review history per card.

Features

  • To-Do / Active Session / Archived workflow with serial execution guard
  • Execute and Review actions with independent runner profiles
  • OpenCode model selection (provider/model/reasoning depth)
  • Subagent Session Tracking — Tracks subagent sessions spawned by the OpenCode task tool, preventing permission/question events from being silently dropped
  • Structured Tool Call Rendering — Captures and renders detailed tool call information with collapsible output regions
  • OpenCode Event Stream Integration — Real-time event stream for live AI response display
  • Follow-up Questioning — Supports follow-up questions within active sessions
  • Quick Action Buttons — Quick Execute button on cards and post-review action shortcuts
  • Address Review Enhancement — Improved address review interaction flow
  • Model Name Display — Shows active model name in session output
  • Card Priority Support — Card priority field with modification capabilities
  • Light Theme Support — VS Code light theme adaptation
  • Subagent Message UI — Subagent messages correctly grouped within their respective subagent blocks
  • Archived Card Interaction — Enhanced interaction for archived cards
  • Detail Page Improvements — Improved card detail page
  • Version Info Display — Shows OpenCode version and plugin version in settings page
  • Plan mode for structured task planning and exploration
  • OpenSpec development specification support for standardized change workflows
  • Stash operations for isolated file change management
  • Skills-based knowledge base operations for extended AI capabilities
  • AI agent thinking process visibility in session output (reasoning blocks)
  • Optional auto-review after successful build
  • Archive auto-commits card-related Git changes when Git is available

Latest Release Notes

0.4.23

  • Package release 0.4.23.

Requirements

  • VS Code ^1.90.0
  • OpenCode server/API reachable from this extension
  • For archive auto-commit:
    • Git installed and on PATH
    • repository detected in current workspace project
    • git config user.name and git config user.email configured

Configuration

Main extension settings:

  • kanbanAgent.runnerType: opencode or mock
  • kanbanAgent.opencodeBaseUrl
  • kanbanAgent.autoStartOpencodeServer
  • kanbanAgent.enableSidebarBackgroundPrewarm (default: false)
  • kanbanAgent.opencodeServeCommand
  • kanbanAgent.opencodeServeArgs
  • kanbanAgent.opencodeModels

Runtime profile settings are managed from the extension Settings dialog:

  • Build profile: model / reasoning depth / writable / pre prompt
  • Review profile: model / reasoning depth / writable / pre prompt
  • Auto review after build

Usage

  1. Open the Kanban view from the Activity Bar.
  2. Add a new card.
  3. Open card details and click Execute.
  4. Optionally click Review after build.
  5. Click Archive to move card to archived state and auto-commit related Git changes when Git is available.

Troubleshooting

  • If model list is empty, verify OpenCode server availability and authentication.
  • If archive auto-commit is skipped, verify Git repo and Git user identity in the current workspace project.
  • Use command Kanban Agent: Show Debug Log for detailed runtime logs.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft