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.
|
||||
Reference in New Issue
Block a user