Skip to content

Releases: josephgoksu/TaskWing

v1.23.2

12 May 23:48
Immutable release. Only release title and notes can be modified.
8334f6d

Choose a tag to compare

TaskWing v1.23.2

Full Changelog: v1.23.1...v1.23.2

Changelog

🚀 Features

  • : feat(cli): unify plan and task command grammar (@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 🚀

v1.23.1

10 May 22:35
Immutable release. Only release title and notes can be modified.
72c2e64

Choose a tag to compare

TaskWing v1.23.1

Full Changelog: v1.23.0...v1.23.1

Changelog

🚀 Features

  • : feat(cli): compact text output by default, drop --json from skills (@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 🚀

v1.23.0

07 May 18:54
Immutable release. Only release title and notes can be modified.
8112b07

Choose a tag to compare

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 🚀

v1.22.8

20 Apr 07:09
Immutable release. Only release title and notes can be modified.
092f01d

Choose a tag to compare

TaskWing v1.22.8

Full Changelog: v1.22.7...v1.22.8

Changelog

🚀 Features

  • : feat(migrate): add taskwing migrate command and auto-migration on upgrade (@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 🚀

v1.22.7

19 Apr 23:29
Immutable release. Only release title and notes can be modified.
288124b

Choose a tag to compare

TaskWing v1.22.7

Full Changelog: v1.22.6...v1.22.7

Changelog

🐛 Bug Fixes

  • : fix(bootstrap): allow multi-repo workspaces and use resolved store paths (@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 🚀

v1.22.6

19 Apr 23:12
Immutable release. Only release title and notes can be modified.
5074fdf

Choose a tag to compare

TaskWing v1.22.6

Full Changelog: v1.22.5...v1.22.6

Changelog

🚀 Features

  • : feat(storage): centralize all project storage in ~/.taskwing/ (@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 🚀

v1.22.5

09 Apr 22:15
Immutable release. Only release title and notes can be modified.
45b9a42

Choose a tag to compare

TaskWing v1.22.5

Full Changelog: v1.22.4...v1.22.5

Changelog

🚀 Features

  • : feat: passthrough plan mode, optional clarify, autonomous mode guard (@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 🚀

v1.22.4

06 Apr 21:16
Immutable release. Only release title and notes can be modified.
8c05055

Choose a tag to compare

TaskWing v1.22.4

Full Changelog: v1.22.2...v1.22.4

Changelog

🚀 Features

  • : feat: agentic harness patterns - dream consolidation, scoped context, compaction (@josephgoksu)
  • : feat: broaden scope-aware enrichment + add dream consolidation docs (@josephgoksu)
  • : feat: context budget tuning, merge-and-mark purge, dedup improvements (@josephgoksu)
  • : feat: dynamic context budgets derived from model capacity (@josephgoksu)
  • : feat: fix doc extraction regression + add incremental bootstrap (@josephgoksu)
  • : feat: hybrid dedup (embedding cosine) + immediate stale cleanup (@josephgoksu)

🐛 Bug Fixes

  • : fix(mcp): improve plan clarify/generate TUI formatting (@josephgoksu)
  • : fix: improve batch processing (@josephgoksu)
  • : fix: remove unused crash-logging vars (lint fix) (@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 🚀

v1.22.2

21 Mar 21:32
Immutable release. Only release title and notes can be modified.
9f8cf10

Choose a tag to compare

TaskWing v1.22.2

Full Changelog: v1.22.1...v1.22.2

Changelog

🚀 Features

  • : feat(llm): split system/user prompts to enable provider-side caching (@josephgoksu)
  • : feat(mcp): add direct knowledge dump via ask all=true (@josephgoksu)

🐛 Bug Fixes

  • : fix(mcp): eliminate double ListNodes call and dropped unknown-type nodes (@josephgoksu)
  • : fix(ui): dynamic column widths in knowledge list view (@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 🚀

v1.22.1

18 Mar 22:32
Immutable release. Only release title and notes can be modified.
0930416

Choose a tag to compare

TaskWing v1.22.1

Full Changelog: v1.22.0...v1.22.1

Changelog

🐛 Bug Fixes

  • : fix(bootstrap): TUI race condition exits before agent fallback completes (@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 🚀