Releases: josephgoksu/TaskWing
v0.9.5
TaskWing v0.9.5
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
Enhancements
- cc806da: refactor: error handling to use HandleFatalError in initialization and command execution (@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 🚀
v0.9.4
TaskWing v0.9.4
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
Features
- 4e88e5a: feat: add improve command (@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 🚀
v0.9.3
TaskWing v0.9.3
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
- 6cb58c4: fix: gha workflow tests and build issues (@josephgoksu)
Enhancements
- ce88991: refactor: add tests for archive store and file store functionality (#1) (@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 🚀
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 🚀
v0.9.0
TaskWing v0.9.0
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
Features
- 6787748: feat: Add Typewriter Terminal component with styling and animations (Joseph Goksu [email protected])
- af47aad: feat: Add planning tools for document-to-plan conversion (Joseph Goksu [email protected])
- c91728b: feat: add AI interaction examples and enhance documentation; remove complexity analysis commands (Joseph Goksu [email protected])
- f3b89ca: feat: add MCP subtask testing guide and enhance task creation validation (Joseph Goksu [email protected])
- bc64b60: feat: add batch task creation and deletion responses for improved task management (Joseph Goksu [email protected])
- d8aaf12: feat: add review and start commands for task management (Joseph Goksu [email protected])
- 44378a0: feat: enhance release workflow and add installation script for TaskWing (Joseph Goksu [email protected])
- 799285b: feat: implement advanced task management features with bulk operations and enhanced error handling (Joseph Goksu [email protected])
- 42b17bc: feat: implement current task management features and integrate with MCP tools (Joseph Goksu [email protected])
Bug fixes
- bf4e2f8: fix: update copyright information and improve function naming consistency (Joseph Goksu [email protected])
- 3691cd5: fix: update installation script and documentation for repository name change (Joseph Goksu [email protected])
- 01b7b67: fix: update release workflow and install script for proper distribution (Joseph Goksu [email protected])
Enhancements
- 5a55476: refactor: MCP tools and types for improved organization and maintainability (Joseph Goksu [email protected])
- 4a6cee1: refactor: centralize error handling and enhance task management commands (Joseph Goksu [email protected])
- 761998c: refactor: code structure for improved readability and maintainability (Joseph Goksu [email protected])
- 0303fda: refactor: command handling and improve error management (Joseph Goksu [email protected])
- 2f228c8: refactor: enhance task generation and management with improved prompts and structure (Joseph Goksu [email protected])
- a3d5be1: refactor: reorganize release workflow and enhance GoReleaser configuration (Joseph Goksu [email protected])
- cf6e7af: refactor: standardize quotes and improve release documentation formatting (Joseph Goksu [email protected])
- bb35e56: refactor: update LICENSE to clarify Commons Clause and commercial use restrictions (Joseph Goksu [email protected])
- e2aa446: refactor: update project configuration and enhance LLM capabilities (Joseph Goksu [email protected])
Others
- 026dcad: Enhance task management features and improve filtering capabilities (Joseph Goksu [email protected])
- 67a7820: init: repo (Joseph Goksu [email protected])
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.app
cd taskwing.app
go build -o taskwing main.go
Released by GoReleaser 🚀