v0.9.2
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
- Download the appropriate binary for your platform
- Extract the archive
- Run
./taskwing init
to initialize TaskWing in your project - 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
- ce635c6: fix: mcp tests (@josephgoksu)
- 59abadb: fix: remove Estimate things (@josephgoksu)
- 19a6d36: fix: update import statements for consistency and clarity (@josephgoksu)
- 63c605d: fix: update module name and references from taskwing.app to TaskWing (@josephgoksu)
- 4936755: fix: version (@josephgoksu)
Enhancements
- 1fc591b: refactor: reuse normalizePriorityString func (@josephgoksu)
Installation
Homebrew (macOS/Linux):
# Coming soon
Manual Installation:
- Download the appropriate binary for your platform from the assets below
- Extract the archive
- Move the binary to a directory in your PATH
- 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 🚀