orquesta-cli 0.2.2 → 0.2.3
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.
|
@@ -41,6 +41,18 @@ export const SLASH_COMMANDS = [
|
|
|
41
41
|
name: '/usage',
|
|
42
42
|
description: 'Show token usage statistics',
|
|
43
43
|
},
|
|
44
|
+
{
|
|
45
|
+
name: '/login',
|
|
46
|
+
description: 'Sign in to Orquesta via browser',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
name: '/logout',
|
|
50
|
+
description: 'Sign out of Orquesta (keeps local LLM configs)',
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
name: '/whoami',
|
|
54
|
+
description: 'Show current Orquesta connection',
|
|
55
|
+
},
|
|
44
56
|
{
|
|
45
57
|
name: '/help',
|
|
46
58
|
description: 'Show help message',
|