From c39e5158b476182fafb0002887ed01677be561fb Mon Sep 17 00:00:00 2001 From: neno Date: Sat, 21 Jun 2025 20:48:20 +0200 Subject: [PATCH] feat: Claude Code slash commands for Task Master (#774) * Fix Cursor deeplink installation with copy-paste instructions (#723) * fix: expand-task (#755) * docs: Update o3 model price (#751) * docs: Auto-update and format models.md * docs: Auto-update and format models.md * feat: Add Claude Code task master commands Adds Task Master slash commands for Claude Code under /project:tm/ namespace --------- Co-authored-by: Joe Danziger Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com> Co-authored-by: Volodymyr Zahorniak <7808206+zahorniak@users.noreply.github.com> Co-authored-by: github-actions[bot] Co-authored-by: neno-is-ooo <204701868+neno-is-ooo@users.noreply.github.com> --- .changeset/chatty-rats-talk.md | 5 +++++ .changeset/large-wolves-strive.md | 5 +++++ .changeset/nasty-chefs-add.md | 8 ++++++++ 3 files changed, 18 insertions(+) create mode 100644 .changeset/chatty-rats-talk.md create mode 100644 .changeset/large-wolves-strive.md create mode 100644 .changeset/nasty-chefs-add.md diff --git a/.changeset/chatty-rats-talk.md b/.changeset/chatty-rats-talk.md new file mode 100644 index 00000000..6a6e7ad5 --- /dev/null +++ b/.changeset/chatty-rats-talk.md @@ -0,0 +1,5 @@ +--- +"task-master-ai": patch +--- + +Fix Cursor deeplink installation by providing copy-paste instructions for GitHub compatibility diff --git a/.changeset/large-wolves-strive.md b/.changeset/large-wolves-strive.md new file mode 100644 index 00000000..f170b09a --- /dev/null +++ b/.changeset/large-wolves-strive.md @@ -0,0 +1,5 @@ +--- +"task-master-ai": patch +--- + +Update o3 model price diff --git a/.changeset/nasty-chefs-add.md b/.changeset/nasty-chefs-add.md new file mode 100644 index 00000000..304aeb24 --- /dev/null +++ b/.changeset/nasty-chefs-add.md @@ -0,0 +1,8 @@ +--- +"task-master-ai": patch +--- + +Fixes issue with expand CLI command "Complexity report not found" + +- Closes #735 +- Closes #728