Skip to content

v1.23.0

Choose a tag to compare

@github-actions github-actions released this 07 May 18:54
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.
8112b07

TaskWing v1.23.0

Full Changelog: v1.22.8...v1.23.0

Changelog

馃殌 Features

  • : feat!: remove MCP, rename bootstrap to learn, redesign CLI output (@josephgoksu)

Installation

Homebrew (macOS/Linux):

brew install josephgoksu/tap/taskwing

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 馃殌