Releases: sabbah13/cowork-tasks
Releases · sabbah13/cowork-tasks
Release list
v0.4.14
Full Changelog: v0.4.13...v0.4.14
v0.4.5
v0.4.4
v0.4.3
v0.4.2 - clear stale folder proactively
What's new in v0.4.2
Fixes
/open-boardnow succeeds in every path with no failed steps. When Cowork's UI deletes an artifact entry but leaves the folder on disk, the skill no longer relies oncreate_artifactfailing first. It always callsclear_artifact_folderproactively before create whenever the id is not in the manifest. The clear tool no-ops cleanly when nothing exists.check_versionno longer reportsoutdated: truewhen the local plugin version isunknown(test-only path).
Tool budget
| Path | Tool calls |
|---|---|
| Update existing | 4 (prepare, check_version, list_artifacts, update_artifact) |
| Fresh / recovery | 5 (prepare, check_version, list_artifacts, clear_artifact_folder, create_artifact) |
Both paths complete fully green.
Install
In Claude Cowork: Customize → Plugins → Add marketplace → sabbah13/cowork-tasks, sync, install.
In Claude Code:
claude plugin marketplace add sabbah13/cowork-tasks
claude plugin install cowork-tasksOr download cowork-tasks-v0.4.2.zip and upload it via Cowork → Customize → Plugins → Upload local plugin.
Full Changelog: https://github.com/sabbah13/cowork-tasks/commits/v0.4.2