faces-cli 1.4.5 → 1.4.6
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.
- package/dist/commands/compile/upload.d.ts +17 -0
- package/dist/commands/compile/upload.js +66 -0
- package/oclif.manifest.json +817 -719
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -53,23 +53,10 @@
|
|
|
53
53
|
"state.js"
|
|
54
54
|
]
|
|
55
55
|
},
|
|
56
|
-
"
|
|
56
|
+
"billing:balance": {
|
|
57
57
|
"aliases": [],
|
|
58
|
-
"args": {
|
|
59
|
-
|
|
60
|
-
"description": "OAuth provider to connect",
|
|
61
|
-
"name": "provider",
|
|
62
|
-
"options": [
|
|
63
|
-
"openai"
|
|
64
|
-
],
|
|
65
|
-
"required": true
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
"description": "Connect an OAuth provider account to Faces (e.g. ChatGPT Plus/Pro)",
|
|
69
|
-
"examples": [
|
|
70
|
-
"<%= config.bin %> auth connect openai",
|
|
71
|
-
"<%= config.bin %> auth connect openai --manual"
|
|
72
|
-
],
|
|
58
|
+
"args": {},
|
|
59
|
+
"description": "Show credit balance and payment method status",
|
|
73
60
|
"flags": {
|
|
74
61
|
"json": {
|
|
75
62
|
"description": "Format output as json.",
|
|
@@ -101,17 +88,11 @@
|
|
|
101
88
|
"hasDynamicHelp": false,
|
|
102
89
|
"multiple": false,
|
|
103
90
|
"type": "option"
|
|
104
|
-
},
|
|
105
|
-
"manual": {
|
|
106
|
-
"description": "Manual mode for headless environments: prints the authorize URL and prompts you to paste the callback URL after approving in any browser.",
|
|
107
|
-
"name": "manual",
|
|
108
|
-
"allowNo": false,
|
|
109
|
-
"type": "boolean"
|
|
110
91
|
}
|
|
111
92
|
},
|
|
112
93
|
"hasDynamicHelp": false,
|
|
113
94
|
"hiddenAliases": [],
|
|
114
|
-
"id": "
|
|
95
|
+
"id": "billing:balance",
|
|
115
96
|
"pluginAlias": "faces-cli",
|
|
116
97
|
"pluginName": "faces-cli",
|
|
117
98
|
"pluginType": "core",
|
|
@@ -121,18 +102,14 @@
|
|
|
121
102
|
"relativePath": [
|
|
122
103
|
"dist",
|
|
123
104
|
"commands",
|
|
124
|
-
"
|
|
125
|
-
"
|
|
105
|
+
"billing",
|
|
106
|
+
"balance.js"
|
|
126
107
|
]
|
|
127
108
|
},
|
|
128
|
-
"
|
|
109
|
+
"billing:card-setup": {
|
|
129
110
|
"aliases": [],
|
|
130
111
|
"args": {},
|
|
131
|
-
"description": "
|
|
132
|
-
"examples": [
|
|
133
|
-
"<%= config.bin %> auth connections",
|
|
134
|
-
"<%= config.bin %> auth connections --json"
|
|
135
|
-
],
|
|
112
|
+
"description": "Get a Stripe card setup URL to save a payment method",
|
|
136
113
|
"flags": {
|
|
137
114
|
"json": {
|
|
138
115
|
"description": "Format output as json.",
|
|
@@ -168,7 +145,7 @@
|
|
|
168
145
|
},
|
|
169
146
|
"hasDynamicHelp": false,
|
|
170
147
|
"hiddenAliases": [],
|
|
171
|
-
"id": "
|
|
148
|
+
"id": "billing:card-setup",
|
|
172
149
|
"pluginAlias": "faces-cli",
|
|
173
150
|
"pluginName": "faces-cli",
|
|
174
151
|
"pluginType": "core",
|
|
@@ -178,26 +155,14 @@
|
|
|
178
155
|
"relativePath": [
|
|
179
156
|
"dist",
|
|
180
157
|
"commands",
|
|
181
|
-
"
|
|
182
|
-
"
|
|
158
|
+
"billing",
|
|
159
|
+
"card-setup.js"
|
|
183
160
|
]
|
|
184
161
|
},
|
|
185
|
-
"
|
|
162
|
+
"billing:checkout": {
|
|
186
163
|
"aliases": [],
|
|
187
|
-
"args": {
|
|
188
|
-
|
|
189
|
-
"description": "OAuth provider to disconnect",
|
|
190
|
-
"name": "provider",
|
|
191
|
-
"options": [
|
|
192
|
-
"openai"
|
|
193
|
-
],
|
|
194
|
-
"required": true
|
|
195
|
-
}
|
|
196
|
-
},
|
|
197
|
-
"description": "Disconnect a linked OAuth provider account",
|
|
198
|
-
"examples": [
|
|
199
|
-
"<%= config.bin %> auth disconnect openai"
|
|
200
|
-
],
|
|
164
|
+
"args": {},
|
|
165
|
+
"description": "Get a Stripe checkout URL to upgrade your subscription plan",
|
|
201
166
|
"flags": {
|
|
202
167
|
"json": {
|
|
203
168
|
"description": "Format output as json.",
|
|
@@ -229,11 +194,22 @@
|
|
|
229
194
|
"hasDynamicHelp": false,
|
|
230
195
|
"multiple": false,
|
|
231
196
|
"type": "option"
|
|
197
|
+
},
|
|
198
|
+
"plan": {
|
|
199
|
+
"description": "Plan to subscribe to",
|
|
200
|
+
"name": "plan",
|
|
201
|
+
"default": "connect",
|
|
202
|
+
"hasDynamicHelp": false,
|
|
203
|
+
"multiple": false,
|
|
204
|
+
"options": [
|
|
205
|
+
"connect"
|
|
206
|
+
],
|
|
207
|
+
"type": "option"
|
|
232
208
|
}
|
|
233
209
|
},
|
|
234
210
|
"hasDynamicHelp": false,
|
|
235
211
|
"hiddenAliases": [],
|
|
236
|
-
"id": "
|
|
212
|
+
"id": "billing:checkout",
|
|
237
213
|
"pluginAlias": "faces-cli",
|
|
238
214
|
"pluginName": "faces-cli",
|
|
239
215
|
"pluginType": "core",
|
|
@@ -243,14 +219,14 @@
|
|
|
243
219
|
"relativePath": [
|
|
244
220
|
"dist",
|
|
245
221
|
"commands",
|
|
246
|
-
"
|
|
247
|
-
"
|
|
222
|
+
"billing",
|
|
223
|
+
"checkout.js"
|
|
248
224
|
]
|
|
249
225
|
},
|
|
250
|
-
"
|
|
226
|
+
"billing:llm-costs": {
|
|
251
227
|
"aliases": [],
|
|
252
228
|
"args": {},
|
|
253
|
-
"description": "
|
|
229
|
+
"description": "List available LLMs and their per-token costs",
|
|
254
230
|
"flags": {
|
|
255
231
|
"json": {
|
|
256
232
|
"description": "Format output as json.",
|
|
@@ -283,18 +259,9 @@
|
|
|
283
259
|
"multiple": false,
|
|
284
260
|
"type": "option"
|
|
285
261
|
},
|
|
286
|
-
"
|
|
287
|
-
"description": "
|
|
288
|
-
"name": "
|
|
289
|
-
"required": true,
|
|
290
|
-
"hasDynamicHelp": false,
|
|
291
|
-
"multiple": false,
|
|
292
|
-
"type": "option"
|
|
293
|
-
},
|
|
294
|
-
"password": {
|
|
295
|
-
"description": "Account password",
|
|
296
|
-
"name": "password",
|
|
297
|
-
"required": true,
|
|
262
|
+
"provider": {
|
|
263
|
+
"description": "Filter by provider (e.g. openai, anthropic)",
|
|
264
|
+
"name": "provider",
|
|
298
265
|
"hasDynamicHelp": false,
|
|
299
266
|
"multiple": false,
|
|
300
267
|
"type": "option"
|
|
@@ -302,7 +269,7 @@
|
|
|
302
269
|
},
|
|
303
270
|
"hasDynamicHelp": false,
|
|
304
271
|
"hiddenAliases": [],
|
|
305
|
-
"id": "
|
|
272
|
+
"id": "billing:llm-costs",
|
|
306
273
|
"pluginAlias": "faces-cli",
|
|
307
274
|
"pluginName": "faces-cli",
|
|
308
275
|
"pluginType": "core",
|
|
@@ -312,14 +279,14 @@
|
|
|
312
279
|
"relativePath": [
|
|
313
280
|
"dist",
|
|
314
281
|
"commands",
|
|
315
|
-
"
|
|
316
|
-
"
|
|
282
|
+
"billing",
|
|
283
|
+
"llm-costs.js"
|
|
317
284
|
]
|
|
318
285
|
},
|
|
319
|
-
"
|
|
286
|
+
"billing:quota": {
|
|
320
287
|
"aliases": [],
|
|
321
288
|
"args": {},
|
|
322
|
-
"description": "
|
|
289
|
+
"description": "Show compile token quota and per-face stats",
|
|
323
290
|
"flags": {
|
|
324
291
|
"json": {
|
|
325
292
|
"description": "Format output as json.",
|
|
@@ -355,7 +322,7 @@
|
|
|
355
322
|
},
|
|
356
323
|
"hasDynamicHelp": false,
|
|
357
324
|
"hiddenAliases": [],
|
|
358
|
-
"id": "
|
|
325
|
+
"id": "billing:quota",
|
|
359
326
|
"pluginAlias": "faces-cli",
|
|
360
327
|
"pluginName": "faces-cli",
|
|
361
328
|
"pluginType": "core",
|
|
@@ -365,14 +332,14 @@
|
|
|
365
332
|
"relativePath": [
|
|
366
333
|
"dist",
|
|
367
334
|
"commands",
|
|
368
|
-
"
|
|
369
|
-
"
|
|
335
|
+
"billing",
|
|
336
|
+
"quota.js"
|
|
370
337
|
]
|
|
371
338
|
},
|
|
372
|
-
"
|
|
339
|
+
"billing:subscription": {
|
|
373
340
|
"aliases": [],
|
|
374
341
|
"args": {},
|
|
375
|
-
"description": "
|
|
342
|
+
"description": "Show current plan, face count, and renewal date",
|
|
376
343
|
"flags": {
|
|
377
344
|
"json": {
|
|
378
345
|
"description": "Format output as json.",
|
|
@@ -408,7 +375,7 @@
|
|
|
408
375
|
},
|
|
409
376
|
"hasDynamicHelp": false,
|
|
410
377
|
"hiddenAliases": [],
|
|
411
|
-
"id": "
|
|
378
|
+
"id": "billing:subscription",
|
|
412
379
|
"pluginAlias": "faces-cli",
|
|
413
380
|
"pluginName": "faces-cli",
|
|
414
381
|
"pluginType": "core",
|
|
@@ -418,14 +385,14 @@
|
|
|
418
385
|
"relativePath": [
|
|
419
386
|
"dist",
|
|
420
387
|
"commands",
|
|
421
|
-
"
|
|
422
|
-
"
|
|
388
|
+
"billing",
|
|
389
|
+
"subscription.js"
|
|
423
390
|
]
|
|
424
391
|
},
|
|
425
|
-
"
|
|
392
|
+
"billing:topup": {
|
|
426
393
|
"aliases": [],
|
|
427
394
|
"args": {},
|
|
428
|
-
"description": "
|
|
395
|
+
"description": "Top up credit balance using saved payment method",
|
|
429
396
|
"flags": {
|
|
430
397
|
"json": {
|
|
431
398
|
"description": "Format output as json.",
|
|
@@ -458,40 +425,17 @@
|
|
|
458
425
|
"multiple": false,
|
|
459
426
|
"type": "option"
|
|
460
427
|
},
|
|
461
|
-
"
|
|
462
|
-
"description": "
|
|
463
|
-
"name": "
|
|
464
|
-
"required": true,
|
|
465
|
-
"hasDynamicHelp": false,
|
|
466
|
-
"multiple": false,
|
|
467
|
-
"type": "option"
|
|
468
|
-
},
|
|
469
|
-
"password": {
|
|
470
|
-
"description": "Password",
|
|
471
|
-
"name": "password",
|
|
472
|
-
"required": true,
|
|
473
|
-
"hasDynamicHelp": false,
|
|
474
|
-
"multiple": false,
|
|
475
|
-
"type": "option"
|
|
476
|
-
},
|
|
477
|
-
"name": {
|
|
478
|
-
"description": "Display name (defaults to username)",
|
|
479
|
-
"name": "name",
|
|
480
|
-
"hasDynamicHelp": false,
|
|
481
|
-
"multiple": false,
|
|
482
|
-
"type": "option"
|
|
483
|
-
},
|
|
484
|
-
"username": {
|
|
485
|
-
"description": "Username (lowercase, dashes, numbers)",
|
|
486
|
-
"name": "username",
|
|
428
|
+
"amount": {
|
|
429
|
+
"description": "Top-up amount in USD (min $1)",
|
|
430
|
+
"name": "amount",
|
|
487
431
|
"required": true,
|
|
488
432
|
"hasDynamicHelp": false,
|
|
489
433
|
"multiple": false,
|
|
490
434
|
"type": "option"
|
|
491
435
|
},
|
|
492
|
-
"
|
|
493
|
-
"description": "
|
|
494
|
-
"name": "
|
|
436
|
+
"payment-ref": {
|
|
437
|
+
"description": "Payment reference (admin/test path)",
|
|
438
|
+
"name": "payment-ref",
|
|
495
439
|
"hasDynamicHelp": false,
|
|
496
440
|
"multiple": false,
|
|
497
441
|
"type": "option"
|
|
@@ -499,7 +443,7 @@
|
|
|
499
443
|
},
|
|
500
444
|
"hasDynamicHelp": false,
|
|
501
445
|
"hiddenAliases": [],
|
|
502
|
-
"id": "
|
|
446
|
+
"id": "billing:topup",
|
|
503
447
|
"pluginAlias": "faces-cli",
|
|
504
448
|
"pluginName": "faces-cli",
|
|
505
449
|
"pluginType": "core",
|
|
@@ -509,14 +453,14 @@
|
|
|
509
453
|
"relativePath": [
|
|
510
454
|
"dist",
|
|
511
455
|
"commands",
|
|
512
|
-
"
|
|
513
|
-
"
|
|
456
|
+
"billing",
|
|
457
|
+
"topup.js"
|
|
514
458
|
]
|
|
515
459
|
},
|
|
516
|
-
"
|
|
460
|
+
"billing:usage": {
|
|
517
461
|
"aliases": [],
|
|
518
462
|
"args": {},
|
|
519
|
-
"description": "
|
|
463
|
+
"description": "Aggregated usage analytics",
|
|
520
464
|
"flags": {
|
|
521
465
|
"json": {
|
|
522
466
|
"description": "Format output as json.",
|
|
@@ -548,11 +492,38 @@
|
|
|
548
492
|
"hasDynamicHelp": false,
|
|
549
493
|
"multiple": false,
|
|
550
494
|
"type": "option"
|
|
495
|
+
},
|
|
496
|
+
"group-by": {
|
|
497
|
+
"description": "Group results",
|
|
498
|
+
"name": "group-by",
|
|
499
|
+
"hasDynamicHelp": false,
|
|
500
|
+
"multiple": false,
|
|
501
|
+
"options": [
|
|
502
|
+
"api_key",
|
|
503
|
+
"model",
|
|
504
|
+
"llm",
|
|
505
|
+
"date"
|
|
506
|
+
],
|
|
507
|
+
"type": "option"
|
|
508
|
+
},
|
|
509
|
+
"from": {
|
|
510
|
+
"description": "Start date (YYYY-MM-DD)",
|
|
511
|
+
"name": "from",
|
|
512
|
+
"hasDynamicHelp": false,
|
|
513
|
+
"multiple": false,
|
|
514
|
+
"type": "option"
|
|
515
|
+
},
|
|
516
|
+
"to": {
|
|
517
|
+
"description": "End date (YYYY-MM-DD)",
|
|
518
|
+
"name": "to",
|
|
519
|
+
"hasDynamicHelp": false,
|
|
520
|
+
"multiple": false,
|
|
521
|
+
"type": "option"
|
|
551
522
|
}
|
|
552
523
|
},
|
|
553
524
|
"hasDynamicHelp": false,
|
|
554
525
|
"hiddenAliases": [],
|
|
555
|
-
"id": "
|
|
526
|
+
"id": "billing:usage",
|
|
556
527
|
"pluginAlias": "faces-cli",
|
|
557
528
|
"pluginName": "faces-cli",
|
|
558
529
|
"pluginType": "core",
|
|
@@ -562,14 +533,14 @@
|
|
|
562
533
|
"relativePath": [
|
|
563
534
|
"dist",
|
|
564
535
|
"commands",
|
|
565
|
-
"
|
|
566
|
-
"
|
|
536
|
+
"billing",
|
|
537
|
+
"usage.js"
|
|
567
538
|
]
|
|
568
539
|
},
|
|
569
|
-
"
|
|
540
|
+
"catalog:doctor": {
|
|
570
541
|
"aliases": [],
|
|
571
542
|
"args": {},
|
|
572
|
-
"description": "
|
|
543
|
+
"description": "Diagnose and repair the local face catalog",
|
|
573
544
|
"flags": {
|
|
574
545
|
"json": {
|
|
575
546
|
"description": "Format output as json.",
|
|
@@ -601,11 +572,23 @@
|
|
|
601
572
|
"hasDynamicHelp": false,
|
|
602
573
|
"multiple": false,
|
|
603
574
|
"type": "option"
|
|
575
|
+
},
|
|
576
|
+
"fix": {
|
|
577
|
+
"description": "Rebuild missing or stale catalog entries from API",
|
|
578
|
+
"name": "fix",
|
|
579
|
+
"allowNo": false,
|
|
580
|
+
"type": "boolean"
|
|
581
|
+
},
|
|
582
|
+
"generate": {
|
|
583
|
+
"description": "Fix + generate missing descriptions via LLM",
|
|
584
|
+
"name": "generate",
|
|
585
|
+
"allowNo": false,
|
|
586
|
+
"type": "boolean"
|
|
604
587
|
}
|
|
605
588
|
},
|
|
606
589
|
"hasDynamicHelp": false,
|
|
607
590
|
"hiddenAliases": [],
|
|
608
|
-
"id": "
|
|
591
|
+
"id": "catalog:doctor",
|
|
609
592
|
"pluginAlias": "faces-cli",
|
|
610
593
|
"pluginName": "faces-cli",
|
|
611
594
|
"pluginType": "core",
|
|
@@ -615,14 +598,14 @@
|
|
|
615
598
|
"relativePath": [
|
|
616
599
|
"dist",
|
|
617
600
|
"commands",
|
|
618
|
-
"
|
|
619
|
-
"
|
|
601
|
+
"catalog",
|
|
602
|
+
"doctor.js"
|
|
620
603
|
]
|
|
621
604
|
},
|
|
622
|
-
"
|
|
605
|
+
"catalog:list": {
|
|
623
606
|
"aliases": [],
|
|
624
607
|
"args": {},
|
|
625
|
-
"description": "
|
|
608
|
+
"description": "List all faces in the local catalog",
|
|
626
609
|
"flags": {
|
|
627
610
|
"json": {
|
|
628
611
|
"description": "Format output as json.",
|
|
@@ -658,7 +641,7 @@
|
|
|
658
641
|
},
|
|
659
642
|
"hasDynamicHelp": false,
|
|
660
643
|
"hiddenAliases": [],
|
|
661
|
-
"id": "
|
|
644
|
+
"id": "catalog:list",
|
|
662
645
|
"pluginAlias": "faces-cli",
|
|
663
646
|
"pluginName": "faces-cli",
|
|
664
647
|
"pluginType": "core",
|
|
@@ -668,14 +651,20 @@
|
|
|
668
651
|
"relativePath": [
|
|
669
652
|
"dist",
|
|
670
653
|
"commands",
|
|
671
|
-
"
|
|
672
|
-
"
|
|
654
|
+
"catalog",
|
|
655
|
+
"list.js"
|
|
673
656
|
]
|
|
674
657
|
},
|
|
675
|
-
"
|
|
658
|
+
"chat:chat": {
|
|
676
659
|
"aliases": [],
|
|
677
|
-
"args": {
|
|
678
|
-
|
|
660
|
+
"args": {
|
|
661
|
+
"face_username": {
|
|
662
|
+
"description": "Face alias (or alias@model)",
|
|
663
|
+
"name": "face_username",
|
|
664
|
+
"required": true
|
|
665
|
+
}
|
|
666
|
+
},
|
|
667
|
+
"description": "Chat via a face. Auto-routes to the correct API endpoint based on model provider.",
|
|
679
668
|
"flags": {
|
|
680
669
|
"json": {
|
|
681
670
|
"description": "Format output as json.",
|
|
@@ -708,21 +697,66 @@
|
|
|
708
697
|
"multiple": false,
|
|
709
698
|
"type": "option"
|
|
710
699
|
},
|
|
711
|
-
"
|
|
712
|
-
"
|
|
713
|
-
"
|
|
714
|
-
"
|
|
715
|
-
"
|
|
700
|
+
"message": {
|
|
701
|
+
"char": "m",
|
|
702
|
+
"description": "User message (repeatable)",
|
|
703
|
+
"name": "message",
|
|
704
|
+
"required": false,
|
|
705
|
+
"hasDynamicHelp": false,
|
|
706
|
+
"multiple": true,
|
|
707
|
+
"type": "option"
|
|
708
|
+
},
|
|
709
|
+
"llm": {
|
|
710
|
+
"description": "LLM override (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
711
|
+
"name": "llm",
|
|
712
|
+
"hasDynamicHelp": false,
|
|
713
|
+
"multiple": false,
|
|
714
|
+
"type": "option"
|
|
715
|
+
},
|
|
716
|
+
"system": {
|
|
717
|
+
"description": "System prompt / instructions",
|
|
718
|
+
"name": "system",
|
|
719
|
+
"hasDynamicHelp": false,
|
|
720
|
+
"multiple": false,
|
|
721
|
+
"type": "option"
|
|
722
|
+
},
|
|
723
|
+
"stream": {
|
|
724
|
+
"description": "Stream the response",
|
|
725
|
+
"name": "stream",
|
|
726
|
+
"allowNo": false,
|
|
727
|
+
"type": "boolean"
|
|
728
|
+
},
|
|
729
|
+
"max-tokens": {
|
|
730
|
+
"description": "Max tokens",
|
|
731
|
+
"name": "max-tokens",
|
|
732
|
+
"hasDynamicHelp": false,
|
|
733
|
+
"multiple": false,
|
|
734
|
+
"type": "option"
|
|
735
|
+
},
|
|
736
|
+
"temperature": {
|
|
737
|
+
"description": "Temperature (0.0-2.0)",
|
|
738
|
+
"name": "temperature",
|
|
739
|
+
"hasDynamicHelp": false,
|
|
740
|
+
"multiple": false,
|
|
741
|
+
"type": "option"
|
|
742
|
+
},
|
|
743
|
+
"file": {
|
|
744
|
+
"description": "Read message from file",
|
|
745
|
+
"name": "file",
|
|
746
|
+
"hasDynamicHelp": false,
|
|
716
747
|
"multiple": false,
|
|
717
|
-
"options": [
|
|
718
|
-
"connect"
|
|
719
|
-
],
|
|
720
748
|
"type": "option"
|
|
749
|
+
},
|
|
750
|
+
"responses": {
|
|
751
|
+
"description": "Use OpenAI Responses API instead of Chat Completions",
|
|
752
|
+
"name": "responses",
|
|
753
|
+
"allowNo": false,
|
|
754
|
+
"type": "boolean"
|
|
721
755
|
}
|
|
722
756
|
},
|
|
723
757
|
"hasDynamicHelp": false,
|
|
724
758
|
"hiddenAliases": [],
|
|
725
|
-
"id": "
|
|
759
|
+
"id": "chat:chat",
|
|
726
760
|
"pluginAlias": "faces-cli",
|
|
727
761
|
"pluginName": "faces-cli",
|
|
728
762
|
"pluginType": "core",
|
|
@@ -732,14 +766,20 @@
|
|
|
732
766
|
"relativePath": [
|
|
733
767
|
"dist",
|
|
734
768
|
"commands",
|
|
735
|
-
"
|
|
736
|
-
"
|
|
769
|
+
"chat",
|
|
770
|
+
"chat.js"
|
|
737
771
|
]
|
|
738
772
|
},
|
|
739
|
-
"
|
|
773
|
+
"chat:messages": {
|
|
740
774
|
"aliases": [],
|
|
741
|
-
"args": {
|
|
742
|
-
|
|
775
|
+
"args": {
|
|
776
|
+
"face_model": {
|
|
777
|
+
"description": "Face model (e.g. myface or myface@claude-sonnet-4-6)",
|
|
778
|
+
"name": "face_model",
|
|
779
|
+
"required": true
|
|
780
|
+
}
|
|
781
|
+
},
|
|
782
|
+
"description": "Anthropic Messages API proxy via a face (alias: chat:chat auto-routes Anthropic models here)",
|
|
743
783
|
"flags": {
|
|
744
784
|
"json": {
|
|
745
785
|
"description": "Format output as json.",
|
|
@@ -772,9 +812,32 @@
|
|
|
772
812
|
"multiple": false,
|
|
773
813
|
"type": "option"
|
|
774
814
|
},
|
|
775
|
-
"
|
|
776
|
-
"
|
|
777
|
-
"
|
|
815
|
+
"message": {
|
|
816
|
+
"char": "m",
|
|
817
|
+
"description": "User message (repeatable)",
|
|
818
|
+
"name": "message",
|
|
819
|
+
"required": true,
|
|
820
|
+
"hasDynamicHelp": false,
|
|
821
|
+
"multiple": true,
|
|
822
|
+
"type": "option"
|
|
823
|
+
},
|
|
824
|
+
"system": {
|
|
825
|
+
"description": "System prompt",
|
|
826
|
+
"name": "system",
|
|
827
|
+
"hasDynamicHelp": false,
|
|
828
|
+
"multiple": false,
|
|
829
|
+
"type": "option"
|
|
830
|
+
},
|
|
831
|
+
"stream": {
|
|
832
|
+
"description": "Stream the response",
|
|
833
|
+
"name": "stream",
|
|
834
|
+
"allowNo": false,
|
|
835
|
+
"type": "boolean"
|
|
836
|
+
},
|
|
837
|
+
"max-tokens": {
|
|
838
|
+
"description": "Max tokens",
|
|
839
|
+
"name": "max-tokens",
|
|
840
|
+
"default": 1024,
|
|
778
841
|
"hasDynamicHelp": false,
|
|
779
842
|
"multiple": false,
|
|
780
843
|
"type": "option"
|
|
@@ -782,7 +845,7 @@
|
|
|
782
845
|
},
|
|
783
846
|
"hasDynamicHelp": false,
|
|
784
847
|
"hiddenAliases": [],
|
|
785
|
-
"id": "
|
|
848
|
+
"id": "chat:messages",
|
|
786
849
|
"pluginAlias": "faces-cli",
|
|
787
850
|
"pluginName": "faces-cli",
|
|
788
851
|
"pluginType": "core",
|
|
@@ -792,14 +855,20 @@
|
|
|
792
855
|
"relativePath": [
|
|
793
856
|
"dist",
|
|
794
857
|
"commands",
|
|
795
|
-
"
|
|
796
|
-
"
|
|
858
|
+
"chat",
|
|
859
|
+
"messages.js"
|
|
797
860
|
]
|
|
798
861
|
},
|
|
799
|
-
"
|
|
862
|
+
"chat:responses": {
|
|
800
863
|
"aliases": [],
|
|
801
|
-
"args": {
|
|
802
|
-
|
|
864
|
+
"args": {
|
|
865
|
+
"face_model": {
|
|
866
|
+
"description": "Face model (e.g. myface or myface@gpt-4o)",
|
|
867
|
+
"name": "face_model",
|
|
868
|
+
"required": true
|
|
869
|
+
}
|
|
870
|
+
},
|
|
871
|
+
"description": "OpenAI Responses API proxy via a face (alias: chat:chat --responses)",
|
|
803
872
|
"flags": {
|
|
804
873
|
"json": {
|
|
805
874
|
"description": "Format output as json.",
|
|
@@ -831,11 +900,33 @@
|
|
|
831
900
|
"hasDynamicHelp": false,
|
|
832
901
|
"multiple": false,
|
|
833
902
|
"type": "option"
|
|
903
|
+
},
|
|
904
|
+
"message": {
|
|
905
|
+
"char": "m",
|
|
906
|
+
"description": "User input message",
|
|
907
|
+
"name": "message",
|
|
908
|
+
"required": true,
|
|
909
|
+
"hasDynamicHelp": false,
|
|
910
|
+
"multiple": false,
|
|
911
|
+
"type": "option"
|
|
912
|
+
},
|
|
913
|
+
"instructions": {
|
|
914
|
+
"description": "System instructions",
|
|
915
|
+
"name": "instructions",
|
|
916
|
+
"hasDynamicHelp": false,
|
|
917
|
+
"multiple": false,
|
|
918
|
+
"type": "option"
|
|
919
|
+
},
|
|
920
|
+
"stream": {
|
|
921
|
+
"description": "Stream the response",
|
|
922
|
+
"name": "stream",
|
|
923
|
+
"allowNo": false,
|
|
924
|
+
"type": "boolean"
|
|
834
925
|
}
|
|
835
926
|
},
|
|
836
927
|
"hasDynamicHelp": false,
|
|
837
928
|
"hiddenAliases": [],
|
|
838
|
-
"id": "
|
|
929
|
+
"id": "chat:responses",
|
|
839
930
|
"pluginAlias": "faces-cli",
|
|
840
931
|
"pluginName": "faces-cli",
|
|
841
932
|
"pluginType": "core",
|
|
@@ -845,14 +936,20 @@
|
|
|
845
936
|
"relativePath": [
|
|
846
937
|
"dist",
|
|
847
938
|
"commands",
|
|
848
|
-
"
|
|
849
|
-
"
|
|
939
|
+
"chat",
|
|
940
|
+
"responses.js"
|
|
850
941
|
]
|
|
851
942
|
},
|
|
852
|
-
"
|
|
943
|
+
"compile:import": {
|
|
853
944
|
"aliases": [],
|
|
854
|
-
"args": {
|
|
855
|
-
|
|
945
|
+
"args": {
|
|
946
|
+
"face_id": {
|
|
947
|
+
"description": "Face alias",
|
|
948
|
+
"name": "face_id",
|
|
949
|
+
"required": true
|
|
950
|
+
}
|
|
951
|
+
},
|
|
952
|
+
"description": "Import a YouTube video into a face via server-side download and transcription",
|
|
856
953
|
"flags": {
|
|
857
954
|
"json": {
|
|
858
955
|
"description": "Format output as json.",
|
|
@@ -884,11 +981,50 @@
|
|
|
884
981
|
"hasDynamicHelp": false,
|
|
885
982
|
"multiple": false,
|
|
886
983
|
"type": "option"
|
|
984
|
+
},
|
|
985
|
+
"url": {
|
|
986
|
+
"description": "YouTube URL (youtube.com/watch?v=... or youtu.be/...)",
|
|
987
|
+
"name": "url",
|
|
988
|
+
"required": true,
|
|
989
|
+
"hasDynamicHelp": false,
|
|
990
|
+
"multiple": false,
|
|
991
|
+
"type": "option"
|
|
992
|
+
},
|
|
993
|
+
"type": {
|
|
994
|
+
"description": "\"document\" for solo talks, lectures, monologues; \"thread\" for interviews or multi-speaker conversations",
|
|
995
|
+
"name": "type",
|
|
996
|
+
"default": "document",
|
|
997
|
+
"hasDynamicHelp": false,
|
|
998
|
+
"multiple": false,
|
|
999
|
+
"options": [
|
|
1000
|
+
"document",
|
|
1001
|
+
"thread"
|
|
1002
|
+
],
|
|
1003
|
+
"type": "option"
|
|
1004
|
+
},
|
|
1005
|
+
"perspective": {
|
|
1006
|
+
"description": "\"first-person\" if the face is the speaker; \"third-person\" if the video is about the face",
|
|
1007
|
+
"name": "perspective",
|
|
1008
|
+
"default": "third-person",
|
|
1009
|
+
"hasDynamicHelp": false,
|
|
1010
|
+
"multiple": false,
|
|
1011
|
+
"options": [
|
|
1012
|
+
"first-person",
|
|
1013
|
+
"third-person"
|
|
1014
|
+
],
|
|
1015
|
+
"type": "option"
|
|
1016
|
+
},
|
|
1017
|
+
"face-speaker": {
|
|
1018
|
+
"description": "For --type thread: AssemblyAI speaker label (e.g. \"A\") that corresponds to the face. Defaults to first detected speaker.",
|
|
1019
|
+
"name": "face-speaker",
|
|
1020
|
+
"hasDynamicHelp": false,
|
|
1021
|
+
"multiple": false,
|
|
1022
|
+
"type": "option"
|
|
887
1023
|
}
|
|
888
1024
|
},
|
|
889
1025
|
"hasDynamicHelp": false,
|
|
890
1026
|
"hiddenAliases": [],
|
|
891
|
-
"id": "
|
|
1027
|
+
"id": "compile:import",
|
|
892
1028
|
"pluginAlias": "faces-cli",
|
|
893
1029
|
"pluginName": "faces-cli",
|
|
894
1030
|
"pluginType": "core",
|
|
@@ -898,14 +1034,20 @@
|
|
|
898
1034
|
"relativePath": [
|
|
899
1035
|
"dist",
|
|
900
1036
|
"commands",
|
|
901
|
-
"
|
|
902
|
-
"
|
|
1037
|
+
"compile",
|
|
1038
|
+
"import.js"
|
|
903
1039
|
]
|
|
904
1040
|
},
|
|
905
|
-
"
|
|
1041
|
+
"compile:upload": {
|
|
906
1042
|
"aliases": [],
|
|
907
|
-
"args": {
|
|
908
|
-
|
|
1043
|
+
"args": {
|
|
1044
|
+
"alias": {
|
|
1045
|
+
"description": "Face alias",
|
|
1046
|
+
"name": "alias",
|
|
1047
|
+
"required": true
|
|
1048
|
+
}
|
|
1049
|
+
},
|
|
1050
|
+
"description": "Upload a file (text/PDF/audio/video) to compile into a face",
|
|
909
1051
|
"flags": {
|
|
910
1052
|
"json": {
|
|
911
1053
|
"description": "Format output as json.",
|
|
@@ -938,17 +1080,41 @@
|
|
|
938
1080
|
"multiple": false,
|
|
939
1081
|
"type": "option"
|
|
940
1082
|
},
|
|
941
|
-
"
|
|
942
|
-
"description": "
|
|
943
|
-
"name": "
|
|
1083
|
+
"file": {
|
|
1084
|
+
"description": "File to upload",
|
|
1085
|
+
"name": "file",
|
|
944
1086
|
"required": true,
|
|
945
1087
|
"hasDynamicHelp": false,
|
|
946
1088
|
"multiple": false,
|
|
947
1089
|
"type": "option"
|
|
948
1090
|
},
|
|
949
|
-
"
|
|
950
|
-
"description": "
|
|
951
|
-
"name": "
|
|
1091
|
+
"kind": {
|
|
1092
|
+
"description": "Upload kind: document or thread",
|
|
1093
|
+
"name": "kind",
|
|
1094
|
+
"default": "document",
|
|
1095
|
+
"hasDynamicHelp": false,
|
|
1096
|
+
"multiple": false,
|
|
1097
|
+
"options": [
|
|
1098
|
+
"document",
|
|
1099
|
+
"thread"
|
|
1100
|
+
],
|
|
1101
|
+
"type": "option"
|
|
1102
|
+
},
|
|
1103
|
+
"perspective": {
|
|
1104
|
+
"description": "Perspective (document only)",
|
|
1105
|
+
"name": "perspective",
|
|
1106
|
+
"default": "third-person",
|
|
1107
|
+
"hasDynamicHelp": false,
|
|
1108
|
+
"multiple": false,
|
|
1109
|
+
"options": [
|
|
1110
|
+
"first-person",
|
|
1111
|
+
"third-person"
|
|
1112
|
+
],
|
|
1113
|
+
"type": "option"
|
|
1114
|
+
},
|
|
1115
|
+
"face-speaker": {
|
|
1116
|
+
"description": "Speaker name to map to the face (thread only). If omitted, auto-detected from face name.",
|
|
1117
|
+
"name": "face-speaker",
|
|
952
1118
|
"hasDynamicHelp": false,
|
|
953
1119
|
"multiple": false,
|
|
954
1120
|
"type": "option"
|
|
@@ -956,7 +1122,7 @@
|
|
|
956
1122
|
},
|
|
957
1123
|
"hasDynamicHelp": false,
|
|
958
1124
|
"hiddenAliases": [],
|
|
959
|
-
"id": "
|
|
1125
|
+
"id": "compile:upload",
|
|
960
1126
|
"pluginAlias": "faces-cli",
|
|
961
1127
|
"pluginName": "faces-cli",
|
|
962
1128
|
"pluginType": "core",
|
|
@@ -966,14 +1132,14 @@
|
|
|
966
1132
|
"relativePath": [
|
|
967
1133
|
"dist",
|
|
968
1134
|
"commands",
|
|
969
|
-
"
|
|
970
|
-
"
|
|
1135
|
+
"compile",
|
|
1136
|
+
"upload.js"
|
|
971
1137
|
]
|
|
972
1138
|
},
|
|
973
|
-
"
|
|
1139
|
+
"config:clear": {
|
|
974
1140
|
"aliases": [],
|
|
975
1141
|
"args": {},
|
|
976
|
-
"description": "
|
|
1142
|
+
"description": "Delete all saved credentials and config",
|
|
977
1143
|
"flags": {
|
|
978
1144
|
"json": {
|
|
979
1145
|
"description": "Format output as json.",
|
|
@@ -1006,37 +1172,16 @@
|
|
|
1006
1172
|
"multiple": false,
|
|
1007
1173
|
"type": "option"
|
|
1008
1174
|
},
|
|
1009
|
-
"
|
|
1010
|
-
"description": "
|
|
1011
|
-
"name": "
|
|
1012
|
-
"
|
|
1013
|
-
"
|
|
1014
|
-
"options": [
|
|
1015
|
-
"api_key",
|
|
1016
|
-
"model",
|
|
1017
|
-
"llm",
|
|
1018
|
-
"date"
|
|
1019
|
-
],
|
|
1020
|
-
"type": "option"
|
|
1021
|
-
},
|
|
1022
|
-
"from": {
|
|
1023
|
-
"description": "Start date (YYYY-MM-DD)",
|
|
1024
|
-
"name": "from",
|
|
1025
|
-
"hasDynamicHelp": false,
|
|
1026
|
-
"multiple": false,
|
|
1027
|
-
"type": "option"
|
|
1028
|
-
},
|
|
1029
|
-
"to": {
|
|
1030
|
-
"description": "End date (YYYY-MM-DD)",
|
|
1031
|
-
"name": "to",
|
|
1032
|
-
"hasDynamicHelp": false,
|
|
1033
|
-
"multiple": false,
|
|
1034
|
-
"type": "option"
|
|
1175
|
+
"yes": {
|
|
1176
|
+
"description": "Skip confirmation",
|
|
1177
|
+
"name": "yes",
|
|
1178
|
+
"allowNo": false,
|
|
1179
|
+
"type": "boolean"
|
|
1035
1180
|
}
|
|
1036
1181
|
},
|
|
1037
1182
|
"hasDynamicHelp": false,
|
|
1038
1183
|
"hiddenAliases": [],
|
|
1039
|
-
"id": "
|
|
1184
|
+
"id": "config:clear",
|
|
1040
1185
|
"pluginAlias": "faces-cli",
|
|
1041
1186
|
"pluginName": "faces-cli",
|
|
1042
1187
|
"pluginType": "core",
|
|
@@ -1046,14 +1191,25 @@
|
|
|
1046
1191
|
"relativePath": [
|
|
1047
1192
|
"dist",
|
|
1048
1193
|
"commands",
|
|
1049
|
-
"
|
|
1050
|
-
"
|
|
1194
|
+
"config",
|
|
1195
|
+
"clear.js"
|
|
1051
1196
|
]
|
|
1052
1197
|
},
|
|
1053
|
-
"
|
|
1198
|
+
"config:set": {
|
|
1054
1199
|
"aliases": [],
|
|
1055
|
-
"args": {
|
|
1056
|
-
|
|
1200
|
+
"args": {
|
|
1201
|
+
"key": {
|
|
1202
|
+
"description": "Config key",
|
|
1203
|
+
"name": "key",
|
|
1204
|
+
"required": true
|
|
1205
|
+
},
|
|
1206
|
+
"value": {
|
|
1207
|
+
"description": "Config value",
|
|
1208
|
+
"name": "value",
|
|
1209
|
+
"required": true
|
|
1210
|
+
}
|
|
1211
|
+
},
|
|
1212
|
+
"description": "Set a config value (e.g. base_url, api_key, token)",
|
|
1057
1213
|
"flags": {
|
|
1058
1214
|
"json": {
|
|
1059
1215
|
"description": "Format output as json.",
|
|
@@ -1085,23 +1241,11 @@
|
|
|
1085
1241
|
"hasDynamicHelp": false,
|
|
1086
1242
|
"multiple": false,
|
|
1087
1243
|
"type": "option"
|
|
1088
|
-
},
|
|
1089
|
-
"fix": {
|
|
1090
|
-
"description": "Rebuild missing or stale catalog entries from API",
|
|
1091
|
-
"name": "fix",
|
|
1092
|
-
"allowNo": false,
|
|
1093
|
-
"type": "boolean"
|
|
1094
|
-
},
|
|
1095
|
-
"generate": {
|
|
1096
|
-
"description": "Fix + generate missing descriptions via LLM",
|
|
1097
|
-
"name": "generate",
|
|
1098
|
-
"allowNo": false,
|
|
1099
|
-
"type": "boolean"
|
|
1100
1244
|
}
|
|
1101
1245
|
},
|
|
1102
1246
|
"hasDynamicHelp": false,
|
|
1103
1247
|
"hiddenAliases": [],
|
|
1104
|
-
"id": "
|
|
1248
|
+
"id": "config:set",
|
|
1105
1249
|
"pluginAlias": "faces-cli",
|
|
1106
1250
|
"pluginName": "faces-cli",
|
|
1107
1251
|
"pluginType": "core",
|
|
@@ -1111,14 +1255,14 @@
|
|
|
1111
1255
|
"relativePath": [
|
|
1112
1256
|
"dist",
|
|
1113
1257
|
"commands",
|
|
1114
|
-
"
|
|
1115
|
-
"
|
|
1258
|
+
"config",
|
|
1259
|
+
"set.js"
|
|
1116
1260
|
]
|
|
1117
1261
|
},
|
|
1118
|
-
"
|
|
1262
|
+
"config:show": {
|
|
1119
1263
|
"aliases": [],
|
|
1120
1264
|
"args": {},
|
|
1121
|
-
"description": "
|
|
1265
|
+
"description": "Print current config (credentials are masked)",
|
|
1122
1266
|
"flags": {
|
|
1123
1267
|
"json": {
|
|
1124
1268
|
"description": "Format output as json.",
|
|
@@ -1154,7 +1298,7 @@
|
|
|
1154
1298
|
},
|
|
1155
1299
|
"hasDynamicHelp": false,
|
|
1156
1300
|
"hiddenAliases": [],
|
|
1157
|
-
"id": "
|
|
1301
|
+
"id": "config:show",
|
|
1158
1302
|
"pluginAlias": "faces-cli",
|
|
1159
1303
|
"pluginName": "faces-cli",
|
|
1160
1304
|
"pluginType": "core",
|
|
@@ -1164,20 +1308,27 @@
|
|
|
1164
1308
|
"relativePath": [
|
|
1165
1309
|
"dist",
|
|
1166
1310
|
"commands",
|
|
1167
|
-
"
|
|
1168
|
-
"
|
|
1311
|
+
"config",
|
|
1312
|
+
"show.js"
|
|
1169
1313
|
]
|
|
1170
1314
|
},
|
|
1171
|
-
"
|
|
1315
|
+
"auth:connect": {
|
|
1172
1316
|
"aliases": [],
|
|
1173
1317
|
"args": {
|
|
1174
|
-
"
|
|
1175
|
-
"description": "
|
|
1176
|
-
"name": "
|
|
1318
|
+
"provider": {
|
|
1319
|
+
"description": "OAuth provider to connect",
|
|
1320
|
+
"name": "provider",
|
|
1321
|
+
"options": [
|
|
1322
|
+
"openai"
|
|
1323
|
+
],
|
|
1177
1324
|
"required": true
|
|
1178
1325
|
}
|
|
1179
1326
|
},
|
|
1180
|
-
"description": "
|
|
1327
|
+
"description": "Connect an OAuth provider account to Faces (e.g. ChatGPT Plus/Pro)",
|
|
1328
|
+
"examples": [
|
|
1329
|
+
"<%= config.bin %> auth connect openai",
|
|
1330
|
+
"<%= config.bin %> auth connect openai --manual"
|
|
1331
|
+
],
|
|
1181
1332
|
"flags": {
|
|
1182
1333
|
"json": {
|
|
1183
1334
|
"description": "Format output as json.",
|
|
@@ -1210,66 +1361,73 @@
|
|
|
1210
1361
|
"multiple": false,
|
|
1211
1362
|
"type": "option"
|
|
1212
1363
|
},
|
|
1213
|
-
"
|
|
1214
|
-
"
|
|
1215
|
-
"
|
|
1216
|
-
"
|
|
1217
|
-
"
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1364
|
+
"manual": {
|
|
1365
|
+
"description": "Manual mode for headless environments: prints the authorize URL and prompts you to paste the callback URL after approving in any browser.",
|
|
1366
|
+
"name": "manual",
|
|
1367
|
+
"allowNo": false,
|
|
1368
|
+
"type": "boolean"
|
|
1369
|
+
}
|
|
1370
|
+
},
|
|
1371
|
+
"hasDynamicHelp": false,
|
|
1372
|
+
"hiddenAliases": [],
|
|
1373
|
+
"id": "auth:connect",
|
|
1374
|
+
"pluginAlias": "faces-cli",
|
|
1375
|
+
"pluginName": "faces-cli",
|
|
1376
|
+
"pluginType": "core",
|
|
1377
|
+
"strict": true,
|
|
1378
|
+
"enableJsonFlag": true,
|
|
1379
|
+
"isESM": true,
|
|
1380
|
+
"relativePath": [
|
|
1381
|
+
"dist",
|
|
1382
|
+
"commands",
|
|
1383
|
+
"auth",
|
|
1384
|
+
"connect.js"
|
|
1385
|
+
]
|
|
1386
|
+
},
|
|
1387
|
+
"auth:connections": {
|
|
1388
|
+
"aliases": [],
|
|
1389
|
+
"args": {},
|
|
1390
|
+
"description": "List connected OAuth provider accounts",
|
|
1391
|
+
"examples": [
|
|
1392
|
+
"<%= config.bin %> auth connections",
|
|
1393
|
+
"<%= config.bin %> auth connections --json"
|
|
1394
|
+
],
|
|
1395
|
+
"flags": {
|
|
1396
|
+
"json": {
|
|
1397
|
+
"description": "Format output as json.",
|
|
1398
|
+
"helpGroup": "GLOBAL",
|
|
1399
|
+
"name": "json",
|
|
1239
1400
|
"allowNo": false,
|
|
1240
1401
|
"type": "boolean"
|
|
1241
1402
|
},
|
|
1242
|
-
"
|
|
1243
|
-
"description": "
|
|
1244
|
-
"
|
|
1403
|
+
"base-url": {
|
|
1404
|
+
"description": "API base URL",
|
|
1405
|
+
"env": "FACES_BASE_URL",
|
|
1406
|
+
"name": "base-url",
|
|
1245
1407
|
"hasDynamicHelp": false,
|
|
1246
1408
|
"multiple": false,
|
|
1247
1409
|
"type": "option"
|
|
1248
1410
|
},
|
|
1249
|
-
"
|
|
1250
|
-
"description": "
|
|
1251
|
-
"
|
|
1411
|
+
"token": {
|
|
1412
|
+
"description": "JWT bearer token",
|
|
1413
|
+
"env": "FACES_TOKEN",
|
|
1414
|
+
"name": "token",
|
|
1252
1415
|
"hasDynamicHelp": false,
|
|
1253
1416
|
"multiple": false,
|
|
1254
1417
|
"type": "option"
|
|
1255
1418
|
},
|
|
1256
|
-
"
|
|
1257
|
-
"description": "
|
|
1258
|
-
"
|
|
1419
|
+
"api-key": {
|
|
1420
|
+
"description": "API key",
|
|
1421
|
+
"env": "FACES_API_KEY",
|
|
1422
|
+
"name": "api-key",
|
|
1259
1423
|
"hasDynamicHelp": false,
|
|
1260
1424
|
"multiple": false,
|
|
1261
1425
|
"type": "option"
|
|
1262
|
-
},
|
|
1263
|
-
"responses": {
|
|
1264
|
-
"description": "Use OpenAI Responses API instead of Chat Completions",
|
|
1265
|
-
"name": "responses",
|
|
1266
|
-
"allowNo": false,
|
|
1267
|
-
"type": "boolean"
|
|
1268
1426
|
}
|
|
1269
1427
|
},
|
|
1270
1428
|
"hasDynamicHelp": false,
|
|
1271
1429
|
"hiddenAliases": [],
|
|
1272
|
-
"id": "
|
|
1430
|
+
"id": "auth:connections",
|
|
1273
1431
|
"pluginAlias": "faces-cli",
|
|
1274
1432
|
"pluginName": "faces-cli",
|
|
1275
1433
|
"pluginType": "core",
|
|
@@ -1279,20 +1437,26 @@
|
|
|
1279
1437
|
"relativePath": [
|
|
1280
1438
|
"dist",
|
|
1281
1439
|
"commands",
|
|
1282
|
-
"
|
|
1283
|
-
"
|
|
1440
|
+
"auth",
|
|
1441
|
+
"connections.js"
|
|
1284
1442
|
]
|
|
1285
1443
|
},
|
|
1286
|
-
"
|
|
1444
|
+
"auth:disconnect": {
|
|
1287
1445
|
"aliases": [],
|
|
1288
1446
|
"args": {
|
|
1289
|
-
"
|
|
1290
|
-
"description": "
|
|
1291
|
-
"name": "
|
|
1447
|
+
"provider": {
|
|
1448
|
+
"description": "OAuth provider to disconnect",
|
|
1449
|
+
"name": "provider",
|
|
1450
|
+
"options": [
|
|
1451
|
+
"openai"
|
|
1452
|
+
],
|
|
1292
1453
|
"required": true
|
|
1293
1454
|
}
|
|
1294
1455
|
},
|
|
1295
|
-
"description": "
|
|
1456
|
+
"description": "Disconnect a linked OAuth provider account",
|
|
1457
|
+
"examples": [
|
|
1458
|
+
"<%= config.bin %> auth disconnect openai"
|
|
1459
|
+
],
|
|
1296
1460
|
"flags": {
|
|
1297
1461
|
"json": {
|
|
1298
1462
|
"description": "Format output as json.",
|
|
@@ -1315,42 +1479,12 @@
|
|
|
1315
1479
|
"name": "token",
|
|
1316
1480
|
"hasDynamicHelp": false,
|
|
1317
1481
|
"multiple": false,
|
|
1318
|
-
"type": "option"
|
|
1319
|
-
},
|
|
1320
|
-
"api-key": {
|
|
1321
|
-
"description": "API key",
|
|
1322
|
-
"env": "FACES_API_KEY",
|
|
1323
|
-
"name": "api-key",
|
|
1324
|
-
"hasDynamicHelp": false,
|
|
1325
|
-
"multiple": false,
|
|
1326
|
-
"type": "option"
|
|
1327
|
-
},
|
|
1328
|
-
"message": {
|
|
1329
|
-
"char": "m",
|
|
1330
|
-
"description": "User message (repeatable)",
|
|
1331
|
-
"name": "message",
|
|
1332
|
-
"required": true,
|
|
1333
|
-
"hasDynamicHelp": false,
|
|
1334
|
-
"multiple": true,
|
|
1335
|
-
"type": "option"
|
|
1336
|
-
},
|
|
1337
|
-
"system": {
|
|
1338
|
-
"description": "System prompt",
|
|
1339
|
-
"name": "system",
|
|
1340
|
-
"hasDynamicHelp": false,
|
|
1341
|
-
"multiple": false,
|
|
1342
|
-
"type": "option"
|
|
1343
|
-
},
|
|
1344
|
-
"stream": {
|
|
1345
|
-
"description": "Stream the response",
|
|
1346
|
-
"name": "stream",
|
|
1347
|
-
"allowNo": false,
|
|
1348
|
-
"type": "boolean"
|
|
1349
|
-
},
|
|
1350
|
-
"max-tokens": {
|
|
1351
|
-
"description": "Max tokens",
|
|
1352
|
-
"name": "max-tokens",
|
|
1353
|
-
"default": 1024,
|
|
1482
|
+
"type": "option"
|
|
1483
|
+
},
|
|
1484
|
+
"api-key": {
|
|
1485
|
+
"description": "API key",
|
|
1486
|
+
"env": "FACES_API_KEY",
|
|
1487
|
+
"name": "api-key",
|
|
1354
1488
|
"hasDynamicHelp": false,
|
|
1355
1489
|
"multiple": false,
|
|
1356
1490
|
"type": "option"
|
|
@@ -1358,7 +1492,7 @@
|
|
|
1358
1492
|
},
|
|
1359
1493
|
"hasDynamicHelp": false,
|
|
1360
1494
|
"hiddenAliases": [],
|
|
1361
|
-
"id": "
|
|
1495
|
+
"id": "auth:disconnect",
|
|
1362
1496
|
"pluginAlias": "faces-cli",
|
|
1363
1497
|
"pluginName": "faces-cli",
|
|
1364
1498
|
"pluginType": "core",
|
|
@@ -1368,20 +1502,14 @@
|
|
|
1368
1502
|
"relativePath": [
|
|
1369
1503
|
"dist",
|
|
1370
1504
|
"commands",
|
|
1371
|
-
"
|
|
1372
|
-
"
|
|
1505
|
+
"auth",
|
|
1506
|
+
"disconnect.js"
|
|
1373
1507
|
]
|
|
1374
1508
|
},
|
|
1375
|
-
"
|
|
1509
|
+
"auth:login": {
|
|
1376
1510
|
"aliases": [],
|
|
1377
|
-
"args": {
|
|
1378
|
-
|
|
1379
|
-
"description": "Face model (e.g. myface or myface@gpt-4o)",
|
|
1380
|
-
"name": "face_model",
|
|
1381
|
-
"required": true
|
|
1382
|
-
}
|
|
1383
|
-
},
|
|
1384
|
-
"description": "OpenAI Responses API proxy via a face (alias: chat:chat --responses)",
|
|
1511
|
+
"args": {},
|
|
1512
|
+
"description": "Login and save JWT credentials",
|
|
1385
1513
|
"flags": {
|
|
1386
1514
|
"json": {
|
|
1387
1515
|
"description": "Format output as json.",
|
|
@@ -1414,32 +1542,26 @@
|
|
|
1414
1542
|
"multiple": false,
|
|
1415
1543
|
"type": "option"
|
|
1416
1544
|
},
|
|
1417
|
-
"
|
|
1418
|
-
"
|
|
1419
|
-
"
|
|
1420
|
-
"name": "message",
|
|
1545
|
+
"email": {
|
|
1546
|
+
"description": "Account email",
|
|
1547
|
+
"name": "email",
|
|
1421
1548
|
"required": true,
|
|
1422
1549
|
"hasDynamicHelp": false,
|
|
1423
1550
|
"multiple": false,
|
|
1424
1551
|
"type": "option"
|
|
1425
1552
|
},
|
|
1426
|
-
"
|
|
1427
|
-
"description": "
|
|
1428
|
-
"name": "
|
|
1553
|
+
"password": {
|
|
1554
|
+
"description": "Account password",
|
|
1555
|
+
"name": "password",
|
|
1556
|
+
"required": true,
|
|
1429
1557
|
"hasDynamicHelp": false,
|
|
1430
1558
|
"multiple": false,
|
|
1431
1559
|
"type": "option"
|
|
1432
|
-
},
|
|
1433
|
-
"stream": {
|
|
1434
|
-
"description": "Stream the response",
|
|
1435
|
-
"name": "stream",
|
|
1436
|
-
"allowNo": false,
|
|
1437
|
-
"type": "boolean"
|
|
1438
1560
|
}
|
|
1439
1561
|
},
|
|
1440
1562
|
"hasDynamicHelp": false,
|
|
1441
1563
|
"hiddenAliases": [],
|
|
1442
|
-
"id": "
|
|
1564
|
+
"id": "auth:login",
|
|
1443
1565
|
"pluginAlias": "faces-cli",
|
|
1444
1566
|
"pluginName": "faces-cli",
|
|
1445
1567
|
"pluginType": "core",
|
|
@@ -1449,20 +1571,14 @@
|
|
|
1449
1571
|
"relativePath": [
|
|
1450
1572
|
"dist",
|
|
1451
1573
|
"commands",
|
|
1452
|
-
"
|
|
1453
|
-
"
|
|
1574
|
+
"auth",
|
|
1575
|
+
"login.js"
|
|
1454
1576
|
]
|
|
1455
1577
|
},
|
|
1456
|
-
"
|
|
1578
|
+
"auth:logout": {
|
|
1457
1579
|
"aliases": [],
|
|
1458
|
-
"args": {
|
|
1459
|
-
|
|
1460
|
-
"description": "Face alias",
|
|
1461
|
-
"name": "face_id",
|
|
1462
|
-
"required": true
|
|
1463
|
-
}
|
|
1464
|
-
},
|
|
1465
|
-
"description": "Import a YouTube video into a face via server-side download and transcription",
|
|
1580
|
+
"args": {},
|
|
1581
|
+
"description": "Clear saved credentials",
|
|
1466
1582
|
"flags": {
|
|
1467
1583
|
"json": {
|
|
1468
1584
|
"description": "Format output as json.",
|
|
@@ -1494,50 +1610,11 @@
|
|
|
1494
1610
|
"hasDynamicHelp": false,
|
|
1495
1611
|
"multiple": false,
|
|
1496
1612
|
"type": "option"
|
|
1497
|
-
},
|
|
1498
|
-
"url": {
|
|
1499
|
-
"description": "YouTube URL (youtube.com/watch?v=... or youtu.be/...)",
|
|
1500
|
-
"name": "url",
|
|
1501
|
-
"required": true,
|
|
1502
|
-
"hasDynamicHelp": false,
|
|
1503
|
-
"multiple": false,
|
|
1504
|
-
"type": "option"
|
|
1505
|
-
},
|
|
1506
|
-
"type": {
|
|
1507
|
-
"description": "\"document\" for solo talks, lectures, monologues; \"thread\" for interviews or multi-speaker conversations",
|
|
1508
|
-
"name": "type",
|
|
1509
|
-
"default": "document",
|
|
1510
|
-
"hasDynamicHelp": false,
|
|
1511
|
-
"multiple": false,
|
|
1512
|
-
"options": [
|
|
1513
|
-
"document",
|
|
1514
|
-
"thread"
|
|
1515
|
-
],
|
|
1516
|
-
"type": "option"
|
|
1517
|
-
},
|
|
1518
|
-
"perspective": {
|
|
1519
|
-
"description": "\"first-person\" if the face is the speaker; \"third-person\" if the video is about the face",
|
|
1520
|
-
"name": "perspective",
|
|
1521
|
-
"default": "third-person",
|
|
1522
|
-
"hasDynamicHelp": false,
|
|
1523
|
-
"multiple": false,
|
|
1524
|
-
"options": [
|
|
1525
|
-
"first-person",
|
|
1526
|
-
"third-person"
|
|
1527
|
-
],
|
|
1528
|
-
"type": "option"
|
|
1529
|
-
},
|
|
1530
|
-
"face-speaker": {
|
|
1531
|
-
"description": "For --type thread: AssemblyAI speaker label (e.g. \"A\") that corresponds to the face. Defaults to first detected speaker.",
|
|
1532
|
-
"name": "face-speaker",
|
|
1533
|
-
"hasDynamicHelp": false,
|
|
1534
|
-
"multiple": false,
|
|
1535
|
-
"type": "option"
|
|
1536
1613
|
}
|
|
1537
1614
|
},
|
|
1538
1615
|
"hasDynamicHelp": false,
|
|
1539
1616
|
"hiddenAliases": [],
|
|
1540
|
-
"id": "
|
|
1617
|
+
"id": "auth:logout",
|
|
1541
1618
|
"pluginAlias": "faces-cli",
|
|
1542
1619
|
"pluginName": "faces-cli",
|
|
1543
1620
|
"pluginType": "core",
|
|
@@ -1547,14 +1624,14 @@
|
|
|
1547
1624
|
"relativePath": [
|
|
1548
1625
|
"dist",
|
|
1549
1626
|
"commands",
|
|
1550
|
-
"
|
|
1551
|
-
"
|
|
1627
|
+
"auth",
|
|
1628
|
+
"logout.js"
|
|
1552
1629
|
]
|
|
1553
1630
|
},
|
|
1554
|
-
"
|
|
1631
|
+
"auth:refresh": {
|
|
1555
1632
|
"aliases": [],
|
|
1556
1633
|
"args": {},
|
|
1557
|
-
"description": "
|
|
1634
|
+
"description": "Exchange current JWT for a fresh one",
|
|
1558
1635
|
"flags": {
|
|
1559
1636
|
"json": {
|
|
1560
1637
|
"description": "Format output as json.",
|
|
@@ -1586,17 +1663,11 @@
|
|
|
1586
1663
|
"hasDynamicHelp": false,
|
|
1587
1664
|
"multiple": false,
|
|
1588
1665
|
"type": "option"
|
|
1589
|
-
},
|
|
1590
|
-
"yes": {
|
|
1591
|
-
"description": "Skip confirmation",
|
|
1592
|
-
"name": "yes",
|
|
1593
|
-
"allowNo": false,
|
|
1594
|
-
"type": "boolean"
|
|
1595
1666
|
}
|
|
1596
1667
|
},
|
|
1597
1668
|
"hasDynamicHelp": false,
|
|
1598
1669
|
"hiddenAliases": [],
|
|
1599
|
-
"id": "
|
|
1670
|
+
"id": "auth:refresh",
|
|
1600
1671
|
"pluginAlias": "faces-cli",
|
|
1601
1672
|
"pluginName": "faces-cli",
|
|
1602
1673
|
"pluginType": "core",
|
|
@@ -1606,25 +1677,14 @@
|
|
|
1606
1677
|
"relativePath": [
|
|
1607
1678
|
"dist",
|
|
1608
1679
|
"commands",
|
|
1609
|
-
"
|
|
1610
|
-
"
|
|
1680
|
+
"auth",
|
|
1681
|
+
"refresh.js"
|
|
1611
1682
|
]
|
|
1612
1683
|
},
|
|
1613
|
-
"
|
|
1684
|
+
"auth:register": {
|
|
1614
1685
|
"aliases": [],
|
|
1615
|
-
"args": {
|
|
1616
|
-
|
|
1617
|
-
"description": "Config key",
|
|
1618
|
-
"name": "key",
|
|
1619
|
-
"required": true
|
|
1620
|
-
},
|
|
1621
|
-
"value": {
|
|
1622
|
-
"description": "Config value",
|
|
1623
|
-
"name": "value",
|
|
1624
|
-
"required": true
|
|
1625
|
-
}
|
|
1626
|
-
},
|
|
1627
|
-
"description": "Set a config value (e.g. base_url, api_key, token)",
|
|
1686
|
+
"args": {},
|
|
1687
|
+
"description": "Create a new Faces account",
|
|
1628
1688
|
"flags": {
|
|
1629
1689
|
"json": {
|
|
1630
1690
|
"description": "Format output as json.",
|
|
@@ -1656,11 +1716,49 @@
|
|
|
1656
1716
|
"hasDynamicHelp": false,
|
|
1657
1717
|
"multiple": false,
|
|
1658
1718
|
"type": "option"
|
|
1719
|
+
},
|
|
1720
|
+
"email": {
|
|
1721
|
+
"description": "Email address",
|
|
1722
|
+
"name": "email",
|
|
1723
|
+
"required": true,
|
|
1724
|
+
"hasDynamicHelp": false,
|
|
1725
|
+
"multiple": false,
|
|
1726
|
+
"type": "option"
|
|
1727
|
+
},
|
|
1728
|
+
"password": {
|
|
1729
|
+
"description": "Password",
|
|
1730
|
+
"name": "password",
|
|
1731
|
+
"required": true,
|
|
1732
|
+
"hasDynamicHelp": false,
|
|
1733
|
+
"multiple": false,
|
|
1734
|
+
"type": "option"
|
|
1735
|
+
},
|
|
1736
|
+
"name": {
|
|
1737
|
+
"description": "Display name (defaults to username)",
|
|
1738
|
+
"name": "name",
|
|
1739
|
+
"hasDynamicHelp": false,
|
|
1740
|
+
"multiple": false,
|
|
1741
|
+
"type": "option"
|
|
1742
|
+
},
|
|
1743
|
+
"username": {
|
|
1744
|
+
"description": "Username (lowercase, dashes, numbers)",
|
|
1745
|
+
"name": "username",
|
|
1746
|
+
"required": true,
|
|
1747
|
+
"hasDynamicHelp": false,
|
|
1748
|
+
"multiple": false,
|
|
1749
|
+
"type": "option"
|
|
1750
|
+
},
|
|
1751
|
+
"invite-key": {
|
|
1752
|
+
"description": "Invite key (if required)",
|
|
1753
|
+
"name": "invite-key",
|
|
1754
|
+
"hasDynamicHelp": false,
|
|
1755
|
+
"multiple": false,
|
|
1756
|
+
"type": "option"
|
|
1659
1757
|
}
|
|
1660
1758
|
},
|
|
1661
1759
|
"hasDynamicHelp": false,
|
|
1662
1760
|
"hiddenAliases": [],
|
|
1663
|
-
"id": "
|
|
1761
|
+
"id": "auth:register",
|
|
1664
1762
|
"pluginAlias": "faces-cli",
|
|
1665
1763
|
"pluginName": "faces-cli",
|
|
1666
1764
|
"pluginType": "core",
|
|
@@ -1670,14 +1768,14 @@
|
|
|
1670
1768
|
"relativePath": [
|
|
1671
1769
|
"dist",
|
|
1672
1770
|
"commands",
|
|
1673
|
-
"
|
|
1674
|
-
"
|
|
1771
|
+
"auth",
|
|
1772
|
+
"register.js"
|
|
1675
1773
|
]
|
|
1676
1774
|
},
|
|
1677
|
-
"
|
|
1775
|
+
"auth:whoami": {
|
|
1678
1776
|
"aliases": [],
|
|
1679
1777
|
"args": {},
|
|
1680
|
-
"description": "Print current
|
|
1778
|
+
"description": "Print current user profile",
|
|
1681
1779
|
"flags": {
|
|
1682
1780
|
"json": {
|
|
1683
1781
|
"description": "Format output as json.",
|
|
@@ -1713,7 +1811,7 @@
|
|
|
1713
1811
|
},
|
|
1714
1812
|
"hasDynamicHelp": false,
|
|
1715
1813
|
"hiddenAliases": [],
|
|
1716
|
-
"id": "
|
|
1814
|
+
"id": "auth:whoami",
|
|
1717
1815
|
"pluginAlias": "faces-cli",
|
|
1718
1816
|
"pluginName": "faces-cli",
|
|
1719
1817
|
"pluginType": "core",
|
|
@@ -1723,14 +1821,14 @@
|
|
|
1723
1821
|
"relativePath": [
|
|
1724
1822
|
"dist",
|
|
1725
1823
|
"commands",
|
|
1726
|
-
"
|
|
1727
|
-
"
|
|
1824
|
+
"auth",
|
|
1825
|
+
"whoami.js"
|
|
1728
1826
|
]
|
|
1729
1827
|
},
|
|
1730
|
-
"
|
|
1828
|
+
"keys:create": {
|
|
1731
1829
|
"aliases": [],
|
|
1732
1830
|
"args": {},
|
|
1733
|
-
"description": "Create a new
|
|
1831
|
+
"description": "Create a new API key (JWT required)",
|
|
1734
1832
|
"flags": {
|
|
1735
1833
|
"json": {
|
|
1736
1834
|
"description": "Format output as json.",
|
|
@@ -1764,52 +1862,37 @@
|
|
|
1764
1862
|
"type": "option"
|
|
1765
1863
|
},
|
|
1766
1864
|
"name": {
|
|
1767
|
-
"description": "
|
|
1865
|
+
"description": "Key name/label",
|
|
1768
1866
|
"name": "name",
|
|
1769
1867
|
"required": true,
|
|
1770
1868
|
"hasDynamicHelp": false,
|
|
1771
1869
|
"multiple": false,
|
|
1772
1870
|
"type": "option"
|
|
1773
1871
|
},
|
|
1774
|
-
"
|
|
1775
|
-
"description": "
|
|
1776
|
-
"name": "
|
|
1777
|
-
"required": true,
|
|
1778
|
-
"hasDynamicHelp": false,
|
|
1779
|
-
"multiple": false,
|
|
1780
|
-
"type": "option"
|
|
1781
|
-
},
|
|
1782
|
-
"description": {
|
|
1783
|
-
"description": "Description for local catalog",
|
|
1784
|
-
"name": "description",
|
|
1785
|
-
"hasDynamicHelp": false,
|
|
1786
|
-
"multiple": false,
|
|
1787
|
-
"type": "option"
|
|
1788
|
-
},
|
|
1789
|
-
"default-model": {
|
|
1790
|
-
"description": "Default LLM for chat (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
1791
|
-
"name": "default-model",
|
|
1872
|
+
"expires-days": {
|
|
1873
|
+
"description": "Expiry in days (omit for no expiry)",
|
|
1874
|
+
"name": "expires-days",
|
|
1792
1875
|
"hasDynamicHelp": false,
|
|
1793
1876
|
"multiple": false,
|
|
1794
1877
|
"type": "option"
|
|
1795
1878
|
},
|
|
1796
|
-
"
|
|
1797
|
-
"description": "
|
|
1798
|
-
"name": "
|
|
1879
|
+
"budget": {
|
|
1880
|
+
"description": "Spend budget in USD",
|
|
1881
|
+
"name": "budget",
|
|
1799
1882
|
"hasDynamicHelp": false,
|
|
1800
1883
|
"multiple": false,
|
|
1801
1884
|
"type": "option"
|
|
1802
1885
|
},
|
|
1803
|
-
"
|
|
1804
|
-
"description": "
|
|
1805
|
-
"name": "
|
|
1886
|
+
"face": {
|
|
1887
|
+
"description": "Allowed face alias (repeatable)",
|
|
1888
|
+
"name": "face",
|
|
1806
1889
|
"hasDynamicHelp": false,
|
|
1807
1890
|
"multiple": true,
|
|
1808
1891
|
"type": "option"
|
|
1809
1892
|
},
|
|
1810
|
-
"
|
|
1811
|
-
"description": "
|
|
1812
|
-
"name": "
|
|
1893
|
+
"model": {
|
|
1894
|
+
"description": "Allowed model name (repeatable)",
|
|
1895
|
+
"name": "model",
|
|
1813
1896
|
"hasDynamicHelp": false,
|
|
1814
1897
|
"multiple": true,
|
|
1815
1898
|
"type": "option"
|
|
@@ -1817,7 +1900,7 @@
|
|
|
1817
1900
|
},
|
|
1818
1901
|
"hasDynamicHelp": false,
|
|
1819
1902
|
"hiddenAliases": [],
|
|
1820
|
-
"id": "
|
|
1903
|
+
"id": "keys:create",
|
|
1821
1904
|
"pluginAlias": "faces-cli",
|
|
1822
1905
|
"pluginName": "faces-cli",
|
|
1823
1906
|
"pluginType": "core",
|
|
@@ -1826,21 +1909,15 @@
|
|
|
1826
1909
|
"isESM": true,
|
|
1827
1910
|
"relativePath": [
|
|
1828
1911
|
"dist",
|
|
1829
|
-
"commands",
|
|
1830
|
-
"
|
|
1831
|
-
"create.js"
|
|
1832
|
-
]
|
|
1833
|
-
},
|
|
1834
|
-
"
|
|
1835
|
-
"aliases": [],
|
|
1836
|
-
"args": {
|
|
1837
|
-
|
|
1838
|
-
"description": "Face alias",
|
|
1839
|
-
"name": "face_id",
|
|
1840
|
-
"required": true
|
|
1841
|
-
}
|
|
1842
|
-
},
|
|
1843
|
-
"description": "Delete a face permanently",
|
|
1912
|
+
"commands",
|
|
1913
|
+
"keys",
|
|
1914
|
+
"create.js"
|
|
1915
|
+
]
|
|
1916
|
+
},
|
|
1917
|
+
"keys:list": {
|
|
1918
|
+
"aliases": [],
|
|
1919
|
+
"args": {},
|
|
1920
|
+
"description": "List all API keys (JWT required)",
|
|
1844
1921
|
"flags": {
|
|
1845
1922
|
"json": {
|
|
1846
1923
|
"description": "Format output as json.",
|
|
@@ -1872,17 +1949,11 @@
|
|
|
1872
1949
|
"hasDynamicHelp": false,
|
|
1873
1950
|
"multiple": false,
|
|
1874
1951
|
"type": "option"
|
|
1875
|
-
},
|
|
1876
|
-
"yes": {
|
|
1877
|
-
"description": "Skip confirmation",
|
|
1878
|
-
"name": "yes",
|
|
1879
|
-
"allowNo": false,
|
|
1880
|
-
"type": "boolean"
|
|
1881
1952
|
}
|
|
1882
1953
|
},
|
|
1883
1954
|
"hasDynamicHelp": false,
|
|
1884
1955
|
"hiddenAliases": [],
|
|
1885
|
-
"id": "
|
|
1956
|
+
"id": "keys:list",
|
|
1886
1957
|
"pluginAlias": "faces-cli",
|
|
1887
1958
|
"pluginName": "faces-cli",
|
|
1888
1959
|
"pluginType": "core",
|
|
@@ -1892,14 +1963,20 @@
|
|
|
1892
1963
|
"relativePath": [
|
|
1893
1964
|
"dist",
|
|
1894
1965
|
"commands",
|
|
1895
|
-
"
|
|
1896
|
-
"
|
|
1966
|
+
"keys",
|
|
1967
|
+
"list.js"
|
|
1897
1968
|
]
|
|
1898
1969
|
},
|
|
1899
|
-
"
|
|
1970
|
+
"keys:revoke": {
|
|
1900
1971
|
"aliases": [],
|
|
1901
|
-
"args": {
|
|
1902
|
-
|
|
1972
|
+
"args": {
|
|
1973
|
+
"key_id": {
|
|
1974
|
+
"description": "Key ID",
|
|
1975
|
+
"name": "key_id",
|
|
1976
|
+
"required": true
|
|
1977
|
+
}
|
|
1978
|
+
},
|
|
1979
|
+
"description": "Revoke an API key (JWT required)",
|
|
1903
1980
|
"flags": {
|
|
1904
1981
|
"json": {
|
|
1905
1982
|
"description": "Format output as json.",
|
|
@@ -1932,18 +2009,16 @@
|
|
|
1932
2009
|
"multiple": false,
|
|
1933
2010
|
"type": "option"
|
|
1934
2011
|
},
|
|
1935
|
-
"
|
|
1936
|
-
"description": "
|
|
1937
|
-
"name": "
|
|
1938
|
-
"
|
|
1939
|
-
"
|
|
1940
|
-
"multiple": true,
|
|
1941
|
-
"type": "option"
|
|
2012
|
+
"yes": {
|
|
2013
|
+
"description": "Skip confirmation",
|
|
2014
|
+
"name": "yes",
|
|
2015
|
+
"allowNo": false,
|
|
2016
|
+
"type": "boolean"
|
|
1942
2017
|
}
|
|
1943
2018
|
},
|
|
1944
2019
|
"hasDynamicHelp": false,
|
|
1945
2020
|
"hiddenAliases": [],
|
|
1946
|
-
"id": "
|
|
2021
|
+
"id": "keys:revoke",
|
|
1947
2022
|
"pluginAlias": "faces-cli",
|
|
1948
2023
|
"pluginName": "faces-cli",
|
|
1949
2024
|
"pluginType": "core",
|
|
@@ -1953,20 +2028,20 @@
|
|
|
1953
2028
|
"relativePath": [
|
|
1954
2029
|
"dist",
|
|
1955
2030
|
"commands",
|
|
1956
|
-
"
|
|
1957
|
-
"
|
|
2031
|
+
"keys",
|
|
2032
|
+
"revoke.js"
|
|
1958
2033
|
]
|
|
1959
2034
|
},
|
|
1960
|
-
"
|
|
2035
|
+
"keys:update": {
|
|
1961
2036
|
"aliases": [],
|
|
1962
2037
|
"args": {
|
|
1963
|
-
"
|
|
1964
|
-
"description": "
|
|
1965
|
-
"name": "
|
|
2038
|
+
"key_id": {
|
|
2039
|
+
"description": "Key ID",
|
|
2040
|
+
"name": "key_id",
|
|
1966
2041
|
"required": true
|
|
1967
2042
|
}
|
|
1968
2043
|
},
|
|
1969
|
-
"description": "
|
|
2044
|
+
"description": "Update API key metadata (JWT required)",
|
|
1970
2045
|
"flags": {
|
|
1971
2046
|
"json": {
|
|
1972
2047
|
"description": "Format output as json.",
|
|
@@ -1998,11 +2073,31 @@
|
|
|
1998
2073
|
"hasDynamicHelp": false,
|
|
1999
2074
|
"multiple": false,
|
|
2000
2075
|
"type": "option"
|
|
2076
|
+
},
|
|
2077
|
+
"name": {
|
|
2078
|
+
"description": "New key name",
|
|
2079
|
+
"name": "name",
|
|
2080
|
+
"hasDynamicHelp": false,
|
|
2081
|
+
"multiple": false,
|
|
2082
|
+
"type": "option"
|
|
2083
|
+
},
|
|
2084
|
+
"budget": {
|
|
2085
|
+
"description": "New spend budget in USD",
|
|
2086
|
+
"name": "budget",
|
|
2087
|
+
"hasDynamicHelp": false,
|
|
2088
|
+
"multiple": false,
|
|
2089
|
+
"type": "option"
|
|
2090
|
+
},
|
|
2091
|
+
"reset-spent": {
|
|
2092
|
+
"description": "Reset spent amount to zero",
|
|
2093
|
+
"name": "reset-spent",
|
|
2094
|
+
"allowNo": false,
|
|
2095
|
+
"type": "boolean"
|
|
2001
2096
|
}
|
|
2002
2097
|
},
|
|
2003
2098
|
"hasDynamicHelp": false,
|
|
2004
2099
|
"hiddenAliases": [],
|
|
2005
|
-
"id": "
|
|
2100
|
+
"id": "keys:update",
|
|
2006
2101
|
"pluginAlias": "faces-cli",
|
|
2007
2102
|
"pluginName": "faces-cli",
|
|
2008
2103
|
"pluginType": "core",
|
|
@@ -2012,14 +2107,14 @@
|
|
|
2012
2107
|
"relativePath": [
|
|
2013
2108
|
"dist",
|
|
2014
2109
|
"commands",
|
|
2015
|
-
"
|
|
2016
|
-
"
|
|
2110
|
+
"keys",
|
|
2111
|
+
"update.js"
|
|
2017
2112
|
]
|
|
2018
2113
|
},
|
|
2019
|
-
"face:
|
|
2114
|
+
"face:create": {
|
|
2020
2115
|
"aliases": [],
|
|
2021
2116
|
"args": {},
|
|
2022
|
-
"description": "
|
|
2117
|
+
"description": "Create a new face",
|
|
2023
2118
|
"flags": {
|
|
2024
2119
|
"json": {
|
|
2025
2120
|
"description": "Format output as json.",
|
|
@@ -2051,11 +2146,62 @@
|
|
|
2051
2146
|
"hasDynamicHelp": false,
|
|
2052
2147
|
"multiple": false,
|
|
2053
2148
|
"type": "option"
|
|
2149
|
+
},
|
|
2150
|
+
"name": {
|
|
2151
|
+
"description": "Display name",
|
|
2152
|
+
"name": "name",
|
|
2153
|
+
"required": true,
|
|
2154
|
+
"hasDynamicHelp": false,
|
|
2155
|
+
"multiple": false,
|
|
2156
|
+
"type": "option"
|
|
2157
|
+
},
|
|
2158
|
+
"alias": {
|
|
2159
|
+
"description": "Unique alias slug",
|
|
2160
|
+
"name": "alias",
|
|
2161
|
+
"required": true,
|
|
2162
|
+
"hasDynamicHelp": false,
|
|
2163
|
+
"multiple": false,
|
|
2164
|
+
"type": "option"
|
|
2165
|
+
},
|
|
2166
|
+
"description": {
|
|
2167
|
+
"description": "Description for local catalog",
|
|
2168
|
+
"name": "description",
|
|
2169
|
+
"hasDynamicHelp": false,
|
|
2170
|
+
"multiple": false,
|
|
2171
|
+
"type": "option"
|
|
2172
|
+
},
|
|
2173
|
+
"default-model": {
|
|
2174
|
+
"description": "Default LLM for chat (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
2175
|
+
"name": "default-model",
|
|
2176
|
+
"hasDynamicHelp": false,
|
|
2177
|
+
"multiple": false,
|
|
2178
|
+
"type": "option"
|
|
2179
|
+
},
|
|
2180
|
+
"formula": {
|
|
2181
|
+
"description": "Boolean formula over owned concrete face aliases (e.g. \"a | b\", \"(a | b) - c\"). Creates a composite face.",
|
|
2182
|
+
"name": "formula",
|
|
2183
|
+
"hasDynamicHelp": false,
|
|
2184
|
+
"multiple": false,
|
|
2185
|
+
"type": "option"
|
|
2186
|
+
},
|
|
2187
|
+
"attr": {
|
|
2188
|
+
"description": "Attribute KEY=VALUE (repeatable)",
|
|
2189
|
+
"name": "attr",
|
|
2190
|
+
"hasDynamicHelp": false,
|
|
2191
|
+
"multiple": true,
|
|
2192
|
+
"type": "option"
|
|
2193
|
+
},
|
|
2194
|
+
"tool": {
|
|
2195
|
+
"description": "Tool name to enable (repeatable)",
|
|
2196
|
+
"name": "tool",
|
|
2197
|
+
"hasDynamicHelp": false,
|
|
2198
|
+
"multiple": true,
|
|
2199
|
+
"type": "option"
|
|
2054
2200
|
}
|
|
2055
2201
|
},
|
|
2056
2202
|
"hasDynamicHelp": false,
|
|
2057
2203
|
"hiddenAliases": [],
|
|
2058
|
-
"id": "face:
|
|
2204
|
+
"id": "face:create",
|
|
2059
2205
|
"pluginAlias": "faces-cli",
|
|
2060
2206
|
"pluginName": "faces-cli",
|
|
2061
2207
|
"pluginType": "core",
|
|
@@ -2066,10 +2212,10 @@
|
|
|
2066
2212
|
"dist",
|
|
2067
2213
|
"commands",
|
|
2068
2214
|
"face",
|
|
2069
|
-
"
|
|
2215
|
+
"create.js"
|
|
2070
2216
|
]
|
|
2071
2217
|
},
|
|
2072
|
-
"face:
|
|
2218
|
+
"face:delete": {
|
|
2073
2219
|
"aliases": [],
|
|
2074
2220
|
"args": {
|
|
2075
2221
|
"face_id": {
|
|
@@ -2078,7 +2224,7 @@
|
|
|
2078
2224
|
"required": true
|
|
2079
2225
|
}
|
|
2080
2226
|
},
|
|
2081
|
-
"description": "
|
|
2227
|
+
"description": "Delete a face permanently",
|
|
2082
2228
|
"flags": {
|
|
2083
2229
|
"json": {
|
|
2084
2230
|
"description": "Format output as json.",
|
|
@@ -2111,44 +2257,16 @@
|
|
|
2111
2257
|
"multiple": false,
|
|
2112
2258
|
"type": "option"
|
|
2113
2259
|
},
|
|
2114
|
-
"
|
|
2115
|
-
"description": "
|
|
2116
|
-
"name": "
|
|
2117
|
-
"
|
|
2118
|
-
"
|
|
2119
|
-
"multiple": false,
|
|
2120
|
-
"type": "option"
|
|
2121
|
-
},
|
|
2122
|
-
"component": {
|
|
2123
|
-
"description": "Centroid component to rank on (beta, delta, epsilon are the principal components of a face; face is their composite)",
|
|
2124
|
-
"name": "component",
|
|
2125
|
-
"default": "face",
|
|
2126
|
-
"hasDynamicHelp": false,
|
|
2127
|
-
"multiple": false,
|
|
2128
|
-
"options": [
|
|
2129
|
-
"face",
|
|
2130
|
-
"beta",
|
|
2131
|
-
"delta",
|
|
2132
|
-
"epsilon"
|
|
2133
|
-
],
|
|
2134
|
-
"type": "option"
|
|
2135
|
-
},
|
|
2136
|
-
"direction": {
|
|
2137
|
-
"description": "nearest (most similar) or furthest (most dissimilar)",
|
|
2138
|
-
"name": "direction",
|
|
2139
|
-
"default": "nearest",
|
|
2140
|
-
"hasDynamicHelp": false,
|
|
2141
|
-
"multiple": false,
|
|
2142
|
-
"options": [
|
|
2143
|
-
"nearest",
|
|
2144
|
-
"furthest"
|
|
2145
|
-
],
|
|
2146
|
-
"type": "option"
|
|
2260
|
+
"yes": {
|
|
2261
|
+
"description": "Skip confirmation",
|
|
2262
|
+
"name": "yes",
|
|
2263
|
+
"allowNo": false,
|
|
2264
|
+
"type": "boolean"
|
|
2147
2265
|
}
|
|
2148
2266
|
},
|
|
2149
2267
|
"hasDynamicHelp": false,
|
|
2150
2268
|
"hiddenAliases": [],
|
|
2151
|
-
"id": "face:
|
|
2269
|
+
"id": "face:delete",
|
|
2152
2270
|
"pluginAlias": "faces-cli",
|
|
2153
2271
|
"pluginName": "faces-cli",
|
|
2154
2272
|
"pluginType": "core",
|
|
@@ -2159,13 +2277,13 @@
|
|
|
2159
2277
|
"dist",
|
|
2160
2278
|
"commands",
|
|
2161
2279
|
"face",
|
|
2162
|
-
"
|
|
2280
|
+
"delete.js"
|
|
2163
2281
|
]
|
|
2164
2282
|
},
|
|
2165
|
-
"face:
|
|
2283
|
+
"face:diff": {
|
|
2166
2284
|
"aliases": [],
|
|
2167
2285
|
"args": {},
|
|
2168
|
-
"description": "
|
|
2286
|
+
"description": "Compare owned faces pairwise across all centroid components",
|
|
2169
2287
|
"flags": {
|
|
2170
2288
|
"json": {
|
|
2171
2289
|
"description": "Format output as json.",
|
|
@@ -2197,11 +2315,19 @@
|
|
|
2197
2315
|
"hasDynamicHelp": false,
|
|
2198
2316
|
"multiple": false,
|
|
2199
2317
|
"type": "option"
|
|
2318
|
+
},
|
|
2319
|
+
"face": {
|
|
2320
|
+
"description": "Face alias to include (repeatable, min 2)",
|
|
2321
|
+
"name": "face",
|
|
2322
|
+
"required": true,
|
|
2323
|
+
"hasDynamicHelp": false,
|
|
2324
|
+
"multiple": true,
|
|
2325
|
+
"type": "option"
|
|
2200
2326
|
}
|
|
2201
2327
|
},
|
|
2202
2328
|
"hasDynamicHelp": false,
|
|
2203
2329
|
"hiddenAliases": [],
|
|
2204
|
-
"id": "face:
|
|
2330
|
+
"id": "face:diff",
|
|
2205
2331
|
"pluginAlias": "faces-cli",
|
|
2206
2332
|
"pluginName": "faces-cli",
|
|
2207
2333
|
"pluginType": "core",
|
|
@@ -2212,10 +2338,10 @@
|
|
|
2212
2338
|
"dist",
|
|
2213
2339
|
"commands",
|
|
2214
2340
|
"face",
|
|
2215
|
-
"
|
|
2341
|
+
"diff.js"
|
|
2216
2342
|
]
|
|
2217
2343
|
},
|
|
2218
|
-
"face:
|
|
2344
|
+
"face:get": {
|
|
2219
2345
|
"aliases": [],
|
|
2220
2346
|
"args": {
|
|
2221
2347
|
"face_id": {
|
|
@@ -2224,7 +2350,7 @@
|
|
|
2224
2350
|
"required": true
|
|
2225
2351
|
}
|
|
2226
2352
|
},
|
|
2227
|
-
"description": "
|
|
2353
|
+
"description": "Get details for a face by alias",
|
|
2228
2354
|
"flags": {
|
|
2229
2355
|
"json": {
|
|
2230
2356
|
"description": "Format output as json.",
|
|
@@ -2251,58 +2377,16 @@
|
|
|
2251
2377
|
},
|
|
2252
2378
|
"api-key": {
|
|
2253
2379
|
"description": "API key",
|
|
2254
|
-
"env": "FACES_API_KEY",
|
|
2255
|
-
"name": "api-key",
|
|
2256
|
-
"hasDynamicHelp": false,
|
|
2257
|
-
"multiple": false,
|
|
2258
|
-
"type": "option"
|
|
2259
|
-
},
|
|
2260
|
-
"name": {
|
|
2261
|
-
"description": "New display name",
|
|
2262
|
-
"name": "name",
|
|
2263
|
-
"hasDynamicHelp": false,
|
|
2264
|
-
"multiple": false,
|
|
2265
|
-
"type": "option"
|
|
2266
|
-
},
|
|
2267
|
-
"description": {
|
|
2268
|
-
"description": "Description for local catalog",
|
|
2269
|
-
"name": "description",
|
|
2270
|
-
"hasDynamicHelp": false,
|
|
2271
|
-
"multiple": false,
|
|
2272
|
-
"type": "option"
|
|
2273
|
-
},
|
|
2274
|
-
"default-model": {
|
|
2275
|
-
"description": "Default LLM for chat (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
2276
|
-
"name": "default-model",
|
|
2277
|
-
"hasDynamicHelp": false,
|
|
2278
|
-
"multiple": false,
|
|
2279
|
-
"type": "option"
|
|
2280
|
-
},
|
|
2281
|
-
"formula": {
|
|
2282
|
-
"description": "New boolean formula (synthetic faces only)",
|
|
2283
|
-
"name": "formula",
|
|
2284
|
-
"hasDynamicHelp": false,
|
|
2285
|
-
"multiple": false,
|
|
2286
|
-
"type": "option"
|
|
2287
|
-
},
|
|
2288
|
-
"attr": {
|
|
2289
|
-
"description": "Update attribute KEY=VALUE (repeatable)",
|
|
2290
|
-
"name": "attr",
|
|
2291
|
-
"hasDynamicHelp": false,
|
|
2292
|
-
"multiple": true,
|
|
2293
|
-
"type": "option"
|
|
2294
|
-
},
|
|
2295
|
-
"tool": {
|
|
2296
|
-
"description": "Tool names to set (replaces list, repeatable)",
|
|
2297
|
-
"name": "tool",
|
|
2380
|
+
"env": "FACES_API_KEY",
|
|
2381
|
+
"name": "api-key",
|
|
2298
2382
|
"hasDynamicHelp": false,
|
|
2299
|
-
"multiple":
|
|
2383
|
+
"multiple": false,
|
|
2300
2384
|
"type": "option"
|
|
2301
2385
|
}
|
|
2302
2386
|
},
|
|
2303
2387
|
"hasDynamicHelp": false,
|
|
2304
2388
|
"hiddenAliases": [],
|
|
2305
|
-
"id": "face:
|
|
2389
|
+
"id": "face:get",
|
|
2306
2390
|
"pluginAlias": "faces-cli",
|
|
2307
2391
|
"pluginName": "faces-cli",
|
|
2308
2392
|
"pluginType": "core",
|
|
@@ -2313,19 +2397,13 @@
|
|
|
2313
2397
|
"dist",
|
|
2314
2398
|
"commands",
|
|
2315
2399
|
"face",
|
|
2316
|
-
"
|
|
2400
|
+
"get.js"
|
|
2317
2401
|
]
|
|
2318
2402
|
},
|
|
2319
|
-
"face:
|
|
2403
|
+
"face:list": {
|
|
2320
2404
|
"aliases": [],
|
|
2321
|
-
"args": {
|
|
2322
|
-
|
|
2323
|
-
"description": "Face alias",
|
|
2324
|
-
"name": "face_id",
|
|
2325
|
-
"required": true
|
|
2326
|
-
}
|
|
2327
|
-
},
|
|
2328
|
-
"description": "Upload a file (text/PDF/audio/video) to a face",
|
|
2405
|
+
"args": {},
|
|
2406
|
+
"description": "List all owned faces",
|
|
2329
2407
|
"flags": {
|
|
2330
2408
|
"json": {
|
|
2331
2409
|
"description": "Format output as json.",
|
|
@@ -2357,50 +2435,11 @@
|
|
|
2357
2435
|
"hasDynamicHelp": false,
|
|
2358
2436
|
"multiple": false,
|
|
2359
2437
|
"type": "option"
|
|
2360
|
-
},
|
|
2361
|
-
"file": {
|
|
2362
|
-
"description": "File to upload",
|
|
2363
|
-
"name": "file",
|
|
2364
|
-
"required": true,
|
|
2365
|
-
"hasDynamicHelp": false,
|
|
2366
|
-
"multiple": false,
|
|
2367
|
-
"type": "option"
|
|
2368
|
-
},
|
|
2369
|
-
"kind": {
|
|
2370
|
-
"description": "Upload kind: document or thread",
|
|
2371
|
-
"name": "kind",
|
|
2372
|
-
"default": "document",
|
|
2373
|
-
"hasDynamicHelp": false,
|
|
2374
|
-
"multiple": false,
|
|
2375
|
-
"options": [
|
|
2376
|
-
"document",
|
|
2377
|
-
"thread"
|
|
2378
|
-
],
|
|
2379
|
-
"type": "option"
|
|
2380
|
-
},
|
|
2381
|
-
"perspective": {
|
|
2382
|
-
"description": "Perspective (document only)",
|
|
2383
|
-
"name": "perspective",
|
|
2384
|
-
"default": "third-person",
|
|
2385
|
-
"hasDynamicHelp": false,
|
|
2386
|
-
"multiple": false,
|
|
2387
|
-
"options": [
|
|
2388
|
-
"first-person",
|
|
2389
|
-
"third-person"
|
|
2390
|
-
],
|
|
2391
|
-
"type": "option"
|
|
2392
|
-
},
|
|
2393
|
-
"face-speaker": {
|
|
2394
|
-
"description": "Speaker name to map to the face (thread only). If omitted, first speaker is used.",
|
|
2395
|
-
"name": "face-speaker",
|
|
2396
|
-
"hasDynamicHelp": false,
|
|
2397
|
-
"multiple": false,
|
|
2398
|
-
"type": "option"
|
|
2399
2438
|
}
|
|
2400
2439
|
},
|
|
2401
2440
|
"hasDynamicHelp": false,
|
|
2402
2441
|
"hiddenAliases": [],
|
|
2403
|
-
"id": "face:
|
|
2442
|
+
"id": "face:list",
|
|
2404
2443
|
"pluginAlias": "faces-cli",
|
|
2405
2444
|
"pluginName": "faces-cli",
|
|
2406
2445
|
"pluginType": "core",
|
|
@@ -2411,13 +2450,19 @@
|
|
|
2411
2450
|
"dist",
|
|
2412
2451
|
"commands",
|
|
2413
2452
|
"face",
|
|
2414
|
-
"
|
|
2453
|
+
"list.js"
|
|
2415
2454
|
]
|
|
2416
2455
|
},
|
|
2417
|
-
"
|
|
2456
|
+
"face:neighbors": {
|
|
2418
2457
|
"aliases": [],
|
|
2419
|
-
"args": {
|
|
2420
|
-
|
|
2458
|
+
"args": {
|
|
2459
|
+
"face_id": {
|
|
2460
|
+
"description": "Face alias",
|
|
2461
|
+
"name": "face_id",
|
|
2462
|
+
"required": true
|
|
2463
|
+
}
|
|
2464
|
+
},
|
|
2465
|
+
"description": "Find the most similar or dissimilar owned faces to a given face",
|
|
2421
2466
|
"flags": {
|
|
2422
2467
|
"json": {
|
|
2423
2468
|
"description": "Format output as json.",
|
|
@@ -2450,46 +2495,44 @@
|
|
|
2450
2495
|
"multiple": false,
|
|
2451
2496
|
"type": "option"
|
|
2452
2497
|
},
|
|
2453
|
-
"
|
|
2454
|
-
"description": "
|
|
2455
|
-
"name": "
|
|
2456
|
-
"
|
|
2498
|
+
"k": {
|
|
2499
|
+
"description": "Number of results (1–20)",
|
|
2500
|
+
"name": "k",
|
|
2501
|
+
"default": 5,
|
|
2457
2502
|
"hasDynamicHelp": false,
|
|
2458
2503
|
"multiple": false,
|
|
2459
2504
|
"type": "option"
|
|
2460
2505
|
},
|
|
2461
|
-
"
|
|
2462
|
-
"description": "
|
|
2463
|
-
"name": "
|
|
2506
|
+
"component": {
|
|
2507
|
+
"description": "Centroid component to rank on (beta, delta, epsilon are the principal components of a face; face is their composite)",
|
|
2508
|
+
"name": "component",
|
|
2509
|
+
"default": "face",
|
|
2464
2510
|
"hasDynamicHelp": false,
|
|
2465
2511
|
"multiple": false,
|
|
2512
|
+
"options": [
|
|
2513
|
+
"face",
|
|
2514
|
+
"beta",
|
|
2515
|
+
"delta",
|
|
2516
|
+
"epsilon"
|
|
2517
|
+
],
|
|
2466
2518
|
"type": "option"
|
|
2467
2519
|
},
|
|
2468
|
-
"
|
|
2469
|
-
"description": "
|
|
2470
|
-
"name": "
|
|
2520
|
+
"direction": {
|
|
2521
|
+
"description": "nearest (most similar) or furthest (most dissimilar)",
|
|
2522
|
+
"name": "direction",
|
|
2523
|
+
"default": "nearest",
|
|
2471
2524
|
"hasDynamicHelp": false,
|
|
2472
2525
|
"multiple": false,
|
|
2473
|
-
"
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
"name": "face",
|
|
2478
|
-
"hasDynamicHelp": false,
|
|
2479
|
-
"multiple": true,
|
|
2480
|
-
"type": "option"
|
|
2481
|
-
},
|
|
2482
|
-
"model": {
|
|
2483
|
-
"description": "Allowed model name (repeatable)",
|
|
2484
|
-
"name": "model",
|
|
2485
|
-
"hasDynamicHelp": false,
|
|
2486
|
-
"multiple": true,
|
|
2526
|
+
"options": [
|
|
2527
|
+
"nearest",
|
|
2528
|
+
"furthest"
|
|
2529
|
+
],
|
|
2487
2530
|
"type": "option"
|
|
2488
2531
|
}
|
|
2489
2532
|
},
|
|
2490
2533
|
"hasDynamicHelp": false,
|
|
2491
2534
|
"hiddenAliases": [],
|
|
2492
|
-
"id": "
|
|
2535
|
+
"id": "face:neighbors",
|
|
2493
2536
|
"pluginAlias": "faces-cli",
|
|
2494
2537
|
"pluginName": "faces-cli",
|
|
2495
2538
|
"pluginType": "core",
|
|
@@ -2499,14 +2542,14 @@
|
|
|
2499
2542
|
"relativePath": [
|
|
2500
2543
|
"dist",
|
|
2501
2544
|
"commands",
|
|
2502
|
-
"
|
|
2503
|
-
"
|
|
2545
|
+
"face",
|
|
2546
|
+
"neighbors.js"
|
|
2504
2547
|
]
|
|
2505
2548
|
},
|
|
2506
|
-
"
|
|
2549
|
+
"face:stats": {
|
|
2507
2550
|
"aliases": [],
|
|
2508
2551
|
"args": {},
|
|
2509
|
-
"description": "
|
|
2552
|
+
"description": "Compile and chat stats for all owned faces",
|
|
2510
2553
|
"flags": {
|
|
2511
2554
|
"json": {
|
|
2512
2555
|
"description": "Format output as json.",
|
|
@@ -2542,7 +2585,7 @@
|
|
|
2542
2585
|
},
|
|
2543
2586
|
"hasDynamicHelp": false,
|
|
2544
2587
|
"hiddenAliases": [],
|
|
2545
|
-
"id": "
|
|
2588
|
+
"id": "face:stats",
|
|
2546
2589
|
"pluginAlias": "faces-cli",
|
|
2547
2590
|
"pluginName": "faces-cli",
|
|
2548
2591
|
"pluginType": "core",
|
|
@@ -2552,20 +2595,20 @@
|
|
|
2552
2595
|
"relativePath": [
|
|
2553
2596
|
"dist",
|
|
2554
2597
|
"commands",
|
|
2555
|
-
"
|
|
2556
|
-
"
|
|
2598
|
+
"face",
|
|
2599
|
+
"stats.js"
|
|
2557
2600
|
]
|
|
2558
2601
|
},
|
|
2559
|
-
"
|
|
2602
|
+
"face:update": {
|
|
2560
2603
|
"aliases": [],
|
|
2561
2604
|
"args": {
|
|
2562
|
-
"
|
|
2563
|
-
"description": "
|
|
2564
|
-
"name": "
|
|
2605
|
+
"face_id": {
|
|
2606
|
+
"description": "Face alias",
|
|
2607
|
+
"name": "face_id",
|
|
2565
2608
|
"required": true
|
|
2566
2609
|
}
|
|
2567
2610
|
},
|
|
2568
|
-
"description": "
|
|
2611
|
+
"description": "Update a face's metadata",
|
|
2569
2612
|
"flags": {
|
|
2570
2613
|
"json": {
|
|
2571
2614
|
"description": "Format output as json.",
|
|
@@ -2598,16 +2641,52 @@
|
|
|
2598
2641
|
"multiple": false,
|
|
2599
2642
|
"type": "option"
|
|
2600
2643
|
},
|
|
2601
|
-
"
|
|
2602
|
-
"description": "
|
|
2603
|
-
"name": "
|
|
2604
|
-
"
|
|
2605
|
-
"
|
|
2644
|
+
"name": {
|
|
2645
|
+
"description": "New display name",
|
|
2646
|
+
"name": "name",
|
|
2647
|
+
"hasDynamicHelp": false,
|
|
2648
|
+
"multiple": false,
|
|
2649
|
+
"type": "option"
|
|
2650
|
+
},
|
|
2651
|
+
"description": {
|
|
2652
|
+
"description": "Description for local catalog",
|
|
2653
|
+
"name": "description",
|
|
2654
|
+
"hasDynamicHelp": false,
|
|
2655
|
+
"multiple": false,
|
|
2656
|
+
"type": "option"
|
|
2657
|
+
},
|
|
2658
|
+
"default-model": {
|
|
2659
|
+
"description": "Default LLM for chat (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
2660
|
+
"name": "default-model",
|
|
2661
|
+
"hasDynamicHelp": false,
|
|
2662
|
+
"multiple": false,
|
|
2663
|
+
"type": "option"
|
|
2664
|
+
},
|
|
2665
|
+
"formula": {
|
|
2666
|
+
"description": "New boolean formula (synthetic faces only)",
|
|
2667
|
+
"name": "formula",
|
|
2668
|
+
"hasDynamicHelp": false,
|
|
2669
|
+
"multiple": false,
|
|
2670
|
+
"type": "option"
|
|
2671
|
+
},
|
|
2672
|
+
"attr": {
|
|
2673
|
+
"description": "Update attribute KEY=VALUE (repeatable)",
|
|
2674
|
+
"name": "attr",
|
|
2675
|
+
"hasDynamicHelp": false,
|
|
2676
|
+
"multiple": true,
|
|
2677
|
+
"type": "option"
|
|
2678
|
+
},
|
|
2679
|
+
"tool": {
|
|
2680
|
+
"description": "Tool names to set (replaces list, repeatable)",
|
|
2681
|
+
"name": "tool",
|
|
2682
|
+
"hasDynamicHelp": false,
|
|
2683
|
+
"multiple": true,
|
|
2684
|
+
"type": "option"
|
|
2606
2685
|
}
|
|
2607
2686
|
},
|
|
2608
2687
|
"hasDynamicHelp": false,
|
|
2609
2688
|
"hiddenAliases": [],
|
|
2610
|
-
"id": "
|
|
2689
|
+
"id": "face:update",
|
|
2611
2690
|
"pluginAlias": "faces-cli",
|
|
2612
2691
|
"pluginName": "faces-cli",
|
|
2613
2692
|
"pluginType": "core",
|
|
@@ -2617,20 +2696,20 @@
|
|
|
2617
2696
|
"relativePath": [
|
|
2618
2697
|
"dist",
|
|
2619
2698
|
"commands",
|
|
2620
|
-
"
|
|
2621
|
-
"
|
|
2699
|
+
"face",
|
|
2700
|
+
"update.js"
|
|
2622
2701
|
]
|
|
2623
2702
|
},
|
|
2624
|
-
"
|
|
2703
|
+
"face:upload": {
|
|
2625
2704
|
"aliases": [],
|
|
2626
2705
|
"args": {
|
|
2627
|
-
"
|
|
2628
|
-
"description": "
|
|
2629
|
-
"name": "
|
|
2706
|
+
"face_id": {
|
|
2707
|
+
"description": "Face alias",
|
|
2708
|
+
"name": "face_id",
|
|
2630
2709
|
"required": true
|
|
2631
2710
|
}
|
|
2632
2711
|
},
|
|
2633
|
-
"description": "
|
|
2712
|
+
"description": "Upload a file (text/PDF/audio/video) to a face",
|
|
2634
2713
|
"flags": {
|
|
2635
2714
|
"json": {
|
|
2636
2715
|
"description": "Format output as json.",
|
|
@@ -2663,30 +2742,49 @@
|
|
|
2663
2742
|
"multiple": false,
|
|
2664
2743
|
"type": "option"
|
|
2665
2744
|
},
|
|
2666
|
-
"
|
|
2667
|
-
"description": "
|
|
2668
|
-
"name": "
|
|
2745
|
+
"file": {
|
|
2746
|
+
"description": "File to upload",
|
|
2747
|
+
"name": "file",
|
|
2748
|
+
"required": true,
|
|
2669
2749
|
"hasDynamicHelp": false,
|
|
2670
2750
|
"multiple": false,
|
|
2671
2751
|
"type": "option"
|
|
2672
2752
|
},
|
|
2673
|
-
"
|
|
2674
|
-
"description": "
|
|
2675
|
-
"name": "
|
|
2753
|
+
"kind": {
|
|
2754
|
+
"description": "Upload kind: document or thread",
|
|
2755
|
+
"name": "kind",
|
|
2756
|
+
"default": "document",
|
|
2757
|
+
"hasDynamicHelp": false,
|
|
2758
|
+
"multiple": false,
|
|
2759
|
+
"options": [
|
|
2760
|
+
"document",
|
|
2761
|
+
"thread"
|
|
2762
|
+
],
|
|
2763
|
+
"type": "option"
|
|
2764
|
+
},
|
|
2765
|
+
"perspective": {
|
|
2766
|
+
"description": "Perspective (document only)",
|
|
2767
|
+
"name": "perspective",
|
|
2768
|
+
"default": "third-person",
|
|
2676
2769
|
"hasDynamicHelp": false,
|
|
2677
2770
|
"multiple": false,
|
|
2771
|
+
"options": [
|
|
2772
|
+
"first-person",
|
|
2773
|
+
"third-person"
|
|
2774
|
+
],
|
|
2678
2775
|
"type": "option"
|
|
2679
2776
|
},
|
|
2680
|
-
"
|
|
2681
|
-
"description": "
|
|
2682
|
-
"name": "
|
|
2683
|
-
"
|
|
2684
|
-
"
|
|
2777
|
+
"face-speaker": {
|
|
2778
|
+
"description": "Speaker name to map to the face (thread only). If omitted, first speaker is used.",
|
|
2779
|
+
"name": "face-speaker",
|
|
2780
|
+
"hasDynamicHelp": false,
|
|
2781
|
+
"multiple": false,
|
|
2782
|
+
"type": "option"
|
|
2685
2783
|
}
|
|
2686
2784
|
},
|
|
2687
2785
|
"hasDynamicHelp": false,
|
|
2688
2786
|
"hiddenAliases": [],
|
|
2689
|
-
"id": "
|
|
2787
|
+
"id": "face:upload",
|
|
2690
2788
|
"pluginAlias": "faces-cli",
|
|
2691
2789
|
"pluginName": "faces-cli",
|
|
2692
2790
|
"pluginType": "core",
|
|
@@ -2696,8 +2794,8 @@
|
|
|
2696
2794
|
"relativePath": [
|
|
2697
2795
|
"dist",
|
|
2698
2796
|
"commands",
|
|
2699
|
-
"
|
|
2700
|
-
"
|
|
2797
|
+
"face",
|
|
2798
|
+
"upload.js"
|
|
2701
2799
|
]
|
|
2702
2800
|
},
|
|
2703
2801
|
"compile:doc:create": {
|
|
@@ -3753,5 +3851,5 @@
|
|
|
3753
3851
|
]
|
|
3754
3852
|
}
|
|
3755
3853
|
},
|
|
3756
|
-
"version": "1.4.
|
|
3854
|
+
"version": "1.4.6"
|
|
3757
3855
|
}
|