orquesta-cli 0.2.97 → 0.2.98

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,6 +24,10 @@ export const SLASH_COMMANDS = [
24
24
  name: '/route',
25
25
  description: 'Pin Batuta Auto tier: auto | fast | balanced | premium',
26
26
  },
27
+ {
28
+ name: '/role',
29
+ description: 'Orchestration: per-role models, parallel, worktree, single-agent (single on|off)',
30
+ },
27
31
  {
28
32
  name: '/sync',
29
33
  description: 'Sync LLM configs with Orquesta dashboard',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orquesta-cli",
3
- "version": "0.2.97",
3
+ "version": "0.2.98",
4
4
  "description": "Orquesta CLI - AI-powered coding assistant with team collaboration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",