You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add operating mode filtering for slash commands and rules
6
+
7
+
Solo mode and team mode now have distinct sets of commands and rules:
8
+
-**Solo mode**: Local file-based storage commands (parse-prd, add-task, expand, etc.) plus common commands
9
+
-**Team mode**: Team-specific commands (goham) plus common commands (show-task, list-tasks, help, etc.)
10
+
11
+
Both modes share common commands for viewing and navigating tasks. The difference is:
12
+
- Solo users get commands for local file management (PRD parsing, task expansion, dependencies)
13
+
- Team users get Hamster cloud integration commands instead
14
+
15
+
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.
16
+
17
+
The operating mode is auto-detected from config or auth status, and can be overridden with `--mode=solo|team` flag on the `rules` command.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+49Lines changed: 49 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,54 @@
1
1
# task-master-ai
2
2
3
+
## 0.38.0-rc.1
4
+
5
+
### Minor Changes
6
+
7
+
- [#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
8
+
9
+
Solo mode and team mode now have distinct sets of commands and rules:
10
+
- **Solo mode**: Local file-based storage commands (parse-prd, add-task, expand, etc.) plus common commands
11
+
- **Team mode**: Team-specific commands (goham) plus common commands (show-task, list-tasks, help, etc.)
12
+
13
+
Both modes share common commands for viewing and navigating tasks. The difference is:
14
+
- Solo users get commands for local file management (PRD parsing, task expansion, dependencies)
15
+
- Team users get Hamster cloud integration commands instead
16
+
17
+
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.
18
+
19
+
The operating mode is auto-detected from config or auth status, and can be overridden with `--mode=solo|team` flag on the `rules` command.
- [#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:
0 commit comments