At least one project initialized (kata init in your workspace)
Commands
Command
Description
kata: Refresh Issues
Refresh the issue tree
kata: Create Issue
Create a new issue
kata: Show Issue
Open the issue detail panel
kata: Close Issue
Close an issue with a reason
kata: Reopen Issue
Reopen a closed issue
kata: Open TUI
Launch the kata terminal UI
Install
VS Code Marketplace: Search for "kata" by sarcasticbird.
From GitHub Releases: Download the .vsix file and run:
code --install-extension vscode-kata-0.1.0.vsix
Getting Started
Install the kata CLI and start the daemon
Run kata init in your project directory
Open the project in VS Code
The kata sidebar appears in the activity bar
The extension auto-discovers kata projects by scanning workspace folders for .kata.toml files. Issues refresh automatically when the window is focused, and a background poll keeps the tree up to date.
Development
flox activate
npm install
npm run build
# Press F5 in VS Code to launch the Extension Development Host