Skip to content

v0.9.2

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Aug 17:09
· 5 commits to main since this release
4936755

TaskWing v0.9.2

AI-Assisted CLI Task Manager for Developers

TaskWing helps you manage tasks efficiently with powerful AI integration through the Model Context Protocol (MCP).

Quick Start

  1. Download the appropriate binary for your platform
  2. Extract the archive
  3. Run ./taskwing init to initialize TaskWing in your project
  4. Start managing tasks with ./taskwing add

AI Integration

TaskWing supports MCP for seamless AI tool integration:

# Start MCP server for AI tools
./taskwing mcp

See the included MCP.md for detailed AI integration instructions.

Changelog

Bug fixes

Enhancements


Installation

Homebrew (macOS/Linux):

# Coming soon

Manual Installation:

  1. Download the appropriate binary for your platform from the assets below
  2. Extract the archive
  3. Move the binary to a directory in your PATH
  4. Run taskwing --help to get started

From Source:

git clone https://github.com/josephgoksu/TaskWing
cd TaskWing
go build -o taskwing main.go

Released by GoReleaser 🚀