mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
Merge pull request #1516 from eyaltoledano/changeset-release/main
This commit is contained in:
committed by
GitHub
parent
4de44bccb5
commit
1c5a6c3400
@@ -1,17 +0,0 @@
|
||||
---
|
||||
"task-master-ai": minor
|
||||
---
|
||||
|
||||
Add operating mode filtering for slash commands and rules
|
||||
|
||||
Solo mode and team mode now have distinct sets of commands and rules:
|
||||
- **Solo mode**: Local file-based storage commands (parse-prd, add-task, expand, etc.) plus common commands
|
||||
- **Team mode**: Team-specific commands (goham) plus common commands (show-task, list-tasks, help, etc.)
|
||||
|
||||
Both modes share common commands for viewing and navigating tasks. The difference is:
|
||||
- Solo users get commands for local file management (PRD parsing, task expansion, dependencies)
|
||||
- Team users get Hamster cloud integration commands instead
|
||||
|
||||
When switching modes (e.g., from solo to team), all existing TaskMaster commands and rules are automatically cleaned up before adding the new mode's files. This prevents orphaned commands/rules from previous modes.
|
||||
|
||||
The operating mode is auto-detected from config or auth status, and can be overridden with `--mode=solo|team` flag on the `rules` command.
|
||||
@@ -1,22 +0,0 @@
|
||||
{
|
||||
"mode": "exit",
|
||||
"tag": "rc",
|
||||
"initialVersions": {
|
||||
"task-master-ai": "0.37.2",
|
||||
"@tm/cli": "",
|
||||
"docs": "0.0.13",
|
||||
"extension": "0.26.0",
|
||||
"@tm/mcp": "",
|
||||
"@tm/ai-sdk-provider-grok-cli": "",
|
||||
"@tm/build-config": "",
|
||||
"@tm/claude-code-plugin": "0.0.7",
|
||||
"@tm/bridge": "",
|
||||
"@tm/core": "",
|
||||
"@tm/profiles": ""
|
||||
},
|
||||
"changesets": [
|
||||
"mode-filtering-slash-commands",
|
||||
"warm-things-shake",
|
||||
"xhigh-reasoning-support"
|
||||
]
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
"task-master-ai": minor
|
||||
---
|
||||
|
||||
Add Taskmaster slash commands for:
|
||||
|
||||
- Roo
|
||||
- Cursor
|
||||
- Codex
|
||||
- Gemini
|
||||
- Opencode
|
||||
|
||||
Add them with `task-master rules add <provider>`
|
||||
@@ -1,11 +0,0 @@
|
||||
---
|
||||
"task-master-ai": minor
|
||||
---
|
||||
|
||||
Added support for new OpenAI models with reasoning effort configuration:
|
||||
- `gpt-5.1` (codex-cli & openai): supports none, low, medium, high reasoning
|
||||
- `gpt-5.1-codex-max` (codex-cli & openai): supports none, low, medium, high, xhigh reasoning
|
||||
- `gpt-5.2` (codex-cli & openai): supports none, low, medium, high, xhigh reasoning
|
||||
- `gpt-5.2-pro` (openai only): supports medium, high, xhigh reasoning
|
||||
|
||||
Updated ai-sdk-provider-codex-cli dependency to ^0.7.0.
|
||||
35
CHANGELOG.md
35
CHANGELOG.md
@@ -1,5 +1,40 @@
|
||||
# task-master-ai
|
||||
|
||||
## 0.38.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#1461](https://github.com/eyaltoledano/claude-task-master/pull/1461) [`9ee63e0`](https://github.com/eyaltoledano/claude-task-master/commit/9ee63e01db4308cf248be3855949c7cd86272b9b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add operating mode filtering for slash commands and rules
|
||||
|
||||
Solo mode and team mode now have distinct sets of commands and rules:
|
||||
- **Solo mode**: Local file-based storage commands (parse-prd, add-task, expand, etc.) plus common commands
|
||||
- **Team mode**: Team-specific commands (goham) plus common commands (show-task, list-tasks, help, etc.)
|
||||
|
||||
Both modes share common commands for viewing and navigating tasks. The difference is:
|
||||
- Solo users get commands for local file management (PRD parsing, task expansion, dependencies)
|
||||
- Team users get Hamster cloud integration commands instead
|
||||
|
||||
When switching modes (e.g., from solo to team), all existing TaskMaster commands and rules are automatically cleaned up before adding the new mode's files. This prevents orphaned commands/rules from previous modes.
|
||||
|
||||
The operating mode is auto-detected from config or auth status, and can be overridden with `--mode=solo|team` flag on the `rules` command.
|
||||
|
||||
- [#1461](https://github.com/eyaltoledano/claude-task-master/pull/1461) [`9ee63e0`](https://github.com/eyaltoledano/claude-task-master/commit/9ee63e01db4308cf248be3855949c7cd86272b9b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add Taskmaster slash commands for:
|
||||
- Roo
|
||||
- Cursor
|
||||
- Codex
|
||||
- Gemini
|
||||
- Opencode
|
||||
|
||||
Add them with `task-master rules add <provider>`
|
||||
|
||||
- [#1508](https://github.com/eyaltoledano/claude-task-master/pull/1508) [`69ac463`](https://github.com/eyaltoledano/claude-task-master/commit/69ac46351eac8e1c3f58b203b2a618bf6114c000) Thanks [@ben-vargas](https://github.com/ben-vargas)! - Added support for new OpenAI models with reasoning effort configuration:
|
||||
- `gpt-5.1` (codex-cli & openai): supports none, low, medium, high reasoning
|
||||
- `gpt-5.1-codex-max` (codex-cli & openai): supports none, low, medium, high, xhigh reasoning
|
||||
- `gpt-5.2` (codex-cli & openai): supports none, low, medium, high, xhigh reasoning
|
||||
- `gpt-5.2-pro` (openai only): supports medium, high, xhigh reasoning
|
||||
|
||||
Updated ai-sdk-provider-codex-cli dependency to ^0.7.0.
|
||||
|
||||
## 0.38.0-rc.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -25,6 +25,13 @@
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @tm/core@null
|
||||
|
||||
## null
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1396](https://github.com/eyaltoledano/claude-task-master/pull/1396) [`9883e83`](https://github.com/eyaltoledano/claude-task-master/commit/9883e83b78306e55003e960ea072a11048d89ec9) Thanks [@bjcoombs](https://github.com/bjcoombs)! - Fix box title alignment by adding emoji variant selector to warning sign
|
||||
|
||||
- Updated dependencies []:
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# docs
|
||||
|
||||
## 0.0.14
|
||||
|
||||
## 0.0.13
|
||||
|
||||
## 0.0.12
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docs",
|
||||
"version": "0.0.13",
|
||||
"version": "0.0.14",
|
||||
"private": true,
|
||||
"description": "Task Master documentation powered by Mintlify",
|
||||
"scripts": {
|
||||
|
||||
@@ -275,7 +275,7 @@
|
||||
"tailwindcss": "4.1.11",
|
||||
"typescript": "^5.9.2",
|
||||
"@tm/core": "*",
|
||||
"task-master-ai": "0.38.0-rc.1"
|
||||
"task-master-ai": "*"
|
||||
},
|
||||
"overrides": {
|
||||
"glob@<8": "^10.4.5",
|
||||
|
||||
@@ -48,3 +48,10 @@
|
||||
|
||||
- Updated dependencies []:
|
||||
- @tm/core@null
|
||||
|
||||
## null
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @tm/core@null
|
||||
|
||||
10
package-lock.json
generated
10
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "task-master-ai",
|
||||
"version": "0.38.0-rc.1",
|
||||
"version": "0.38.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "task-master-ai",
|
||||
"version": "0.38.0-rc.1",
|
||||
"version": "0.38.0",
|
||||
"license": "MIT WITH Commons-Clause",
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
@@ -162,7 +162,7 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"apps/docs": {
|
||||
"version": "0.0.13",
|
||||
"version": "0.0.14",
|
||||
"devDependencies": {
|
||||
"mintlify": "^4.2.111"
|
||||
}
|
||||
@@ -204,7 +204,7 @@
|
||||
"react-dom": "^19.0.0",
|
||||
"tailwind-merge": "^3.3.1",
|
||||
"tailwindcss": "4.1.11",
|
||||
"task-master-ai": "0.38.0-rc.1",
|
||||
"task-master-ai": "*",
|
||||
"typescript": "^5.9.2"
|
||||
},
|
||||
"engines": {
|
||||
@@ -36568,7 +36568,7 @@
|
||||
},
|
||||
"packages/claude-code-plugin": {
|
||||
"name": "@tm/claude-code-plugin",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"license": "MIT WITH Commons-Clause"
|
||||
},
|
||||
"packages/tm-bridge": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "task-master-ai",
|
||||
"version": "0.38.0-rc.1",
|
||||
"version": "0.38.0",
|
||||
"description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
|
||||
@@ -15,3 +15,5 @@
|
||||
## null
|
||||
|
||||
## null
|
||||
|
||||
## null
|
||||
|
||||
@@ -18,4 +18,6 @@
|
||||
|
||||
## null
|
||||
|
||||
## null
|
||||
|
||||
## 1.0.1
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# @tm/claude-code-plugin
|
||||
|
||||
## 0.0.8
|
||||
|
||||
## 0.0.7
|
||||
|
||||
## 0.0.6
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tm/claude-code-plugin",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"description": "Task Master AI plugin for Claude Code - AI-powered task management with commands, agents, and MCP integration",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
|
||||
@@ -34,3 +34,10 @@
|
||||
|
||||
- Updated dependencies []:
|
||||
- @tm/core@null
|
||||
|
||||
## null
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @tm/core@null
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
|
||||
## null
|
||||
|
||||
## null
|
||||
|
||||
## 0.26.1
|
||||
|
||||
All notable changes to the @task-master/tm-core package will be documented in this file.
|
||||
|
||||
3
packages/tm-profiles/CHANGELOG.md
Normal file
3
packages/tm-profiles/CHANGELOG.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# @tm/profiles
|
||||
|
||||
## null
|
||||
Reference in New Issue
Block a user