Skip to content

Releases: josephgoksu/TaskWing

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 🚀

v1.22.0

18 Mar 21:51
Immutable release. Only release title and notes can be modified.
5521507

Choose a tag to compare

TaskWing v1.22.0

Full Changelog: v1.21.6...v1.22.0

Changelog

🚀 Features

  • : feat: local-first repositioning + query-time freshness validation (#26) (@josephgoksu)

🔧 Maintenance

Other Changes

  • : Post-refactor cleanup: security fixes, skill restructure, stale reference removal (#28) (@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.21.6

09 Mar 11:44
Immutable release. Only release title and notes can be modified.
d199e62

Choose a tag to compare

TaskWing v1.21.6

Full Changelog: v1.21.5...v1.21.6

Changelog

🚀 Features

  • : feat(migration): auto-migrate configs after CLI upgrade (#25) (@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.21.5

09 Mar 00:49
Immutable release. Only release title and notes can be modified.
6e04dec

Choose a tag to compare

TaskWing v1.21.5

Full Changelog: v1.21.4...v1.21.5

Changelog

🔧 Maintenance

  • : refactor: rename slash commands tw-* → taskwing:* and MCP server → taskwing (#24) (@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 🚀