faces-cli 1.7.5 → 1.7.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/face/get.js +2 -0
- package/dist/commands/face/list.js +2 -0
- package/dist/commands/face/lock.d.ts +14 -0
- package/dist/commands/face/lock.js +34 -0
- package/dist/commands/face/unlock.d.ts +14 -0
- package/dist/commands/face/unlock.js +34 -0
- package/oclif.manifest.json +832 -708
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -632,10 +632,10 @@
|
|
|
632
632
|
"whoami.js"
|
|
633
633
|
]
|
|
634
634
|
},
|
|
635
|
-
"
|
|
635
|
+
"catalog:backup": {
|
|
636
636
|
"aliases": [],
|
|
637
637
|
"args": {},
|
|
638
|
-
"description": "
|
|
638
|
+
"description": "Snapshot all faces, teams, and source material for migration",
|
|
639
639
|
"flags": {
|
|
640
640
|
"json": {
|
|
641
641
|
"description": "Format output as json.",
|
|
@@ -671,7 +671,7 @@
|
|
|
671
671
|
},
|
|
672
672
|
"hasDynamicHelp": false,
|
|
673
673
|
"hiddenAliases": [],
|
|
674
|
-
"id": "
|
|
674
|
+
"id": "catalog:backup",
|
|
675
675
|
"pluginAlias": "faces-cli",
|
|
676
676
|
"pluginName": "faces-cli",
|
|
677
677
|
"pluginType": "core",
|
|
@@ -681,14 +681,14 @@
|
|
|
681
681
|
"relativePath": [
|
|
682
682
|
"dist",
|
|
683
683
|
"commands",
|
|
684
|
-
"
|
|
685
|
-
"
|
|
684
|
+
"catalog",
|
|
685
|
+
"backup.js"
|
|
686
686
|
]
|
|
687
687
|
},
|
|
688
|
-
"
|
|
688
|
+
"catalog:doctor": {
|
|
689
689
|
"aliases": [],
|
|
690
690
|
"args": {},
|
|
691
|
-
"description": "
|
|
691
|
+
"description": "Diagnose and repair the local face and team catalog",
|
|
692
692
|
"flags": {
|
|
693
693
|
"json": {
|
|
694
694
|
"description": "Format output as json.",
|
|
@@ -720,11 +720,23 @@
|
|
|
720
720
|
"hasDynamicHelp": false,
|
|
721
721
|
"multiple": false,
|
|
722
722
|
"type": "option"
|
|
723
|
+
},
|
|
724
|
+
"fix": {
|
|
725
|
+
"description": "Rebuild missing or stale catalog entries from API",
|
|
726
|
+
"name": "fix",
|
|
727
|
+
"allowNo": false,
|
|
728
|
+
"type": "boolean"
|
|
729
|
+
},
|
|
730
|
+
"generate": {
|
|
731
|
+
"description": "Fix + generate missing descriptions via LLM",
|
|
732
|
+
"name": "generate",
|
|
733
|
+
"allowNo": false,
|
|
734
|
+
"type": "boolean"
|
|
723
735
|
}
|
|
724
736
|
},
|
|
725
737
|
"hasDynamicHelp": false,
|
|
726
738
|
"hiddenAliases": [],
|
|
727
|
-
"id": "
|
|
739
|
+
"id": "catalog:doctor",
|
|
728
740
|
"pluginAlias": "faces-cli",
|
|
729
741
|
"pluginName": "faces-cli",
|
|
730
742
|
"pluginType": "core",
|
|
@@ -734,14 +746,14 @@
|
|
|
734
746
|
"relativePath": [
|
|
735
747
|
"dist",
|
|
736
748
|
"commands",
|
|
737
|
-
"
|
|
738
|
-
"
|
|
749
|
+
"catalog",
|
|
750
|
+
"doctor.js"
|
|
739
751
|
]
|
|
740
752
|
},
|
|
741
|
-
"
|
|
753
|
+
"catalog:list": {
|
|
742
754
|
"aliases": [],
|
|
743
755
|
"args": {},
|
|
744
|
-
"description": "List
|
|
756
|
+
"description": "List all faces in the local catalog",
|
|
745
757
|
"flags": {
|
|
746
758
|
"json": {
|
|
747
759
|
"description": "Format output as json.",
|
|
@@ -773,18 +785,11 @@
|
|
|
773
785
|
"hasDynamicHelp": false,
|
|
774
786
|
"multiple": false,
|
|
775
787
|
"type": "option"
|
|
776
|
-
},
|
|
777
|
-
"provider": {
|
|
778
|
-
"description": "Filter by provider (e.g. openai, anthropic)",
|
|
779
|
-
"name": "provider",
|
|
780
|
-
"hasDynamicHelp": false,
|
|
781
|
-
"multiple": false,
|
|
782
|
-
"type": "option"
|
|
783
788
|
}
|
|
784
789
|
},
|
|
785
790
|
"hasDynamicHelp": false,
|
|
786
791
|
"hiddenAliases": [],
|
|
787
|
-
"id": "
|
|
792
|
+
"id": "catalog:list",
|
|
788
793
|
"pluginAlias": "faces-cli",
|
|
789
794
|
"pluginName": "faces-cli",
|
|
790
795
|
"pluginType": "core",
|
|
@@ -794,14 +799,14 @@
|
|
|
794
799
|
"relativePath": [
|
|
795
800
|
"dist",
|
|
796
801
|
"commands",
|
|
797
|
-
"
|
|
798
|
-
"
|
|
802
|
+
"catalog",
|
|
803
|
+
"list.js"
|
|
799
804
|
]
|
|
800
805
|
},
|
|
801
|
-
"
|
|
806
|
+
"catalog:manyfaced": {
|
|
802
807
|
"aliases": [],
|
|
803
808
|
"args": {},
|
|
804
|
-
"description": "
|
|
809
|
+
"description": "Browse and install community manyfaced skills from github.com/facessh/manyfaced",
|
|
805
810
|
"flags": {
|
|
806
811
|
"json": {
|
|
807
812
|
"description": "Format output as json.",
|
|
@@ -833,11 +838,38 @@
|
|
|
833
838
|
"hasDynamicHelp": false,
|
|
834
839
|
"multiple": false,
|
|
835
840
|
"type": "option"
|
|
841
|
+
},
|
|
842
|
+
"skill": {
|
|
843
|
+
"description": "Show details for a specific skill",
|
|
844
|
+
"name": "skill",
|
|
845
|
+
"hasDynamicHelp": false,
|
|
846
|
+
"multiple": false,
|
|
847
|
+
"type": "option"
|
|
848
|
+
},
|
|
849
|
+
"install": {
|
|
850
|
+
"description": "Install a skill by name",
|
|
851
|
+
"name": "install",
|
|
852
|
+
"hasDynamicHelp": false,
|
|
853
|
+
"multiple": false,
|
|
854
|
+
"type": "option"
|
|
855
|
+
},
|
|
856
|
+
"skills-dir": {
|
|
857
|
+
"description": "Directory to install skills into (required for --install)",
|
|
858
|
+
"name": "skills-dir",
|
|
859
|
+
"hasDynamicHelp": false,
|
|
860
|
+
"multiple": false,
|
|
861
|
+
"type": "option"
|
|
862
|
+
},
|
|
863
|
+
"refresh": {
|
|
864
|
+
"description": "Force refresh the skill index (ignore cache)",
|
|
865
|
+
"name": "refresh",
|
|
866
|
+
"allowNo": false,
|
|
867
|
+
"type": "boolean"
|
|
836
868
|
}
|
|
837
869
|
},
|
|
838
870
|
"hasDynamicHelp": false,
|
|
839
871
|
"hiddenAliases": [],
|
|
840
|
-
"id": "
|
|
872
|
+
"id": "catalog:manyfaced",
|
|
841
873
|
"pluginAlias": "faces-cli",
|
|
842
874
|
"pluginName": "faces-cli",
|
|
843
875
|
"pluginType": "core",
|
|
@@ -847,14 +879,19 @@
|
|
|
847
879
|
"relativePath": [
|
|
848
880
|
"dist",
|
|
849
881
|
"commands",
|
|
850
|
-
"
|
|
851
|
-
"
|
|
882
|
+
"catalog",
|
|
883
|
+
"manyfaced.js"
|
|
852
884
|
]
|
|
853
885
|
},
|
|
854
|
-
"
|
|
886
|
+
"catalog:restore": {
|
|
855
887
|
"aliases": [],
|
|
856
|
-
"args": {
|
|
857
|
-
|
|
888
|
+
"args": {
|
|
889
|
+
"file": {
|
|
890
|
+
"description": "Backup file path (default: most recent in ~/.faces/backups/)",
|
|
891
|
+
"name": "file"
|
|
892
|
+
}
|
|
893
|
+
},
|
|
894
|
+
"description": "Restore faces, teams, and source material from a backup snapshot",
|
|
858
895
|
"flags": {
|
|
859
896
|
"json": {
|
|
860
897
|
"description": "Format output as json.",
|
|
@@ -886,11 +923,17 @@
|
|
|
886
923
|
"hasDynamicHelp": false,
|
|
887
924
|
"multiple": false,
|
|
888
925
|
"type": "option"
|
|
926
|
+
},
|
|
927
|
+
"compile": {
|
|
928
|
+
"description": "Run compile:all after restoring",
|
|
929
|
+
"name": "compile",
|
|
930
|
+
"allowNo": false,
|
|
931
|
+
"type": "boolean"
|
|
889
932
|
}
|
|
890
933
|
},
|
|
891
934
|
"hasDynamicHelp": false,
|
|
892
935
|
"hiddenAliases": [],
|
|
893
|
-
"id": "
|
|
936
|
+
"id": "catalog:restore",
|
|
894
937
|
"pluginAlias": "faces-cli",
|
|
895
938
|
"pluginName": "faces-cli",
|
|
896
939
|
"pluginType": "core",
|
|
@@ -900,14 +943,14 @@
|
|
|
900
943
|
"relativePath": [
|
|
901
944
|
"dist",
|
|
902
945
|
"commands",
|
|
903
|
-
"
|
|
904
|
-
"
|
|
946
|
+
"catalog",
|
|
947
|
+
"restore.js"
|
|
905
948
|
]
|
|
906
949
|
},
|
|
907
|
-
"billing:
|
|
950
|
+
"billing:balance": {
|
|
908
951
|
"aliases": [],
|
|
909
952
|
"args": {},
|
|
910
|
-
"description": "
|
|
953
|
+
"description": "Show credit balance and payment method status",
|
|
911
954
|
"flags": {
|
|
912
955
|
"json": {
|
|
913
956
|
"description": "Format output as json.",
|
|
@@ -939,26 +982,11 @@
|
|
|
939
982
|
"hasDynamicHelp": false,
|
|
940
983
|
"multiple": false,
|
|
941
984
|
"type": "option"
|
|
942
|
-
},
|
|
943
|
-
"amount": {
|
|
944
|
-
"description": "Top-up amount in USD (min $1)",
|
|
945
|
-
"name": "amount",
|
|
946
|
-
"required": true,
|
|
947
|
-
"hasDynamicHelp": false,
|
|
948
|
-
"multiple": false,
|
|
949
|
-
"type": "option"
|
|
950
|
-
},
|
|
951
|
-
"payment-ref": {
|
|
952
|
-
"description": "Payment reference (admin/test path)",
|
|
953
|
-
"name": "payment-ref",
|
|
954
|
-
"hasDynamicHelp": false,
|
|
955
|
-
"multiple": false,
|
|
956
|
-
"type": "option"
|
|
957
985
|
}
|
|
958
986
|
},
|
|
959
987
|
"hasDynamicHelp": false,
|
|
960
988
|
"hiddenAliases": [],
|
|
961
|
-
"id": "billing:
|
|
989
|
+
"id": "billing:balance",
|
|
962
990
|
"pluginAlias": "faces-cli",
|
|
963
991
|
"pluginName": "faces-cli",
|
|
964
992
|
"pluginType": "core",
|
|
@@ -969,13 +997,13 @@
|
|
|
969
997
|
"dist",
|
|
970
998
|
"commands",
|
|
971
999
|
"billing",
|
|
972
|
-
"
|
|
1000
|
+
"balance.js"
|
|
973
1001
|
]
|
|
974
1002
|
},
|
|
975
|
-
"billing:
|
|
1003
|
+
"billing:card-setup": {
|
|
976
1004
|
"aliases": [],
|
|
977
1005
|
"args": {},
|
|
978
|
-
"description": "
|
|
1006
|
+
"description": "Get a Stripe card setup URL to save a payment method",
|
|
979
1007
|
"flags": {
|
|
980
1008
|
"json": {
|
|
981
1009
|
"description": "Format output as json.",
|
|
@@ -1007,38 +1035,11 @@
|
|
|
1007
1035
|
"hasDynamicHelp": false,
|
|
1008
1036
|
"multiple": false,
|
|
1009
1037
|
"type": "option"
|
|
1010
|
-
},
|
|
1011
|
-
"group-by": {
|
|
1012
|
-
"description": "Group results",
|
|
1013
|
-
"name": "group-by",
|
|
1014
|
-
"hasDynamicHelp": false,
|
|
1015
|
-
"multiple": false,
|
|
1016
|
-
"options": [
|
|
1017
|
-
"api_key",
|
|
1018
|
-
"model",
|
|
1019
|
-
"llm",
|
|
1020
|
-
"date"
|
|
1021
|
-
],
|
|
1022
|
-
"type": "option"
|
|
1023
|
-
},
|
|
1024
|
-
"from": {
|
|
1025
|
-
"description": "Start date (YYYY-MM-DD)",
|
|
1026
|
-
"name": "from",
|
|
1027
|
-
"hasDynamicHelp": false,
|
|
1028
|
-
"multiple": false,
|
|
1029
|
-
"type": "option"
|
|
1030
|
-
},
|
|
1031
|
-
"to": {
|
|
1032
|
-
"description": "End date (YYYY-MM-DD)",
|
|
1033
|
-
"name": "to",
|
|
1034
|
-
"hasDynamicHelp": false,
|
|
1035
|
-
"multiple": false,
|
|
1036
|
-
"type": "option"
|
|
1037
1038
|
}
|
|
1038
1039
|
},
|
|
1039
1040
|
"hasDynamicHelp": false,
|
|
1040
1041
|
"hiddenAliases": [],
|
|
1041
|
-
"id": "billing:
|
|
1042
|
+
"id": "billing:card-setup",
|
|
1042
1043
|
"pluginAlias": "faces-cli",
|
|
1043
1044
|
"pluginName": "faces-cli",
|
|
1044
1045
|
"pluginType": "core",
|
|
@@ -1049,13 +1050,13 @@
|
|
|
1049
1050
|
"dist",
|
|
1050
1051
|
"commands",
|
|
1051
1052
|
"billing",
|
|
1052
|
-
"
|
|
1053
|
+
"card-setup.js"
|
|
1053
1054
|
]
|
|
1054
1055
|
},
|
|
1055
|
-
"
|
|
1056
|
+
"billing:llm-costs": {
|
|
1056
1057
|
"aliases": [],
|
|
1057
1058
|
"args": {},
|
|
1058
|
-
"description": "
|
|
1059
|
+
"description": "List available LLMs and their per-token costs",
|
|
1059
1060
|
"flags": {
|
|
1060
1061
|
"json": {
|
|
1061
1062
|
"description": "Format output as json.",
|
|
@@ -1087,11 +1088,18 @@
|
|
|
1087
1088
|
"hasDynamicHelp": false,
|
|
1088
1089
|
"multiple": false,
|
|
1089
1090
|
"type": "option"
|
|
1091
|
+
},
|
|
1092
|
+
"provider": {
|
|
1093
|
+
"description": "Filter by provider (e.g. openai, anthropic)",
|
|
1094
|
+
"name": "provider",
|
|
1095
|
+
"hasDynamicHelp": false,
|
|
1096
|
+
"multiple": false,
|
|
1097
|
+
"type": "option"
|
|
1090
1098
|
}
|
|
1091
1099
|
},
|
|
1092
1100
|
"hasDynamicHelp": false,
|
|
1093
1101
|
"hiddenAliases": [],
|
|
1094
|
-
"id": "
|
|
1102
|
+
"id": "billing:llm-costs",
|
|
1095
1103
|
"pluginAlias": "faces-cli",
|
|
1096
1104
|
"pluginName": "faces-cli",
|
|
1097
1105
|
"pluginType": "core",
|
|
@@ -1101,14 +1109,14 @@
|
|
|
1101
1109
|
"relativePath": [
|
|
1102
1110
|
"dist",
|
|
1103
1111
|
"commands",
|
|
1104
|
-
"
|
|
1105
|
-
"
|
|
1112
|
+
"billing",
|
|
1113
|
+
"llm-costs.js"
|
|
1106
1114
|
]
|
|
1107
1115
|
},
|
|
1108
|
-
"
|
|
1116
|
+
"billing:quota": {
|
|
1109
1117
|
"aliases": [],
|
|
1110
1118
|
"args": {},
|
|
1111
|
-
"description": "
|
|
1119
|
+
"description": "Show compilation stats per face (deprecated — use compile:stats)",
|
|
1112
1120
|
"flags": {
|
|
1113
1121
|
"json": {
|
|
1114
1122
|
"description": "Format output as json.",
|
|
@@ -1140,23 +1148,11 @@
|
|
|
1140
1148
|
"hasDynamicHelp": false,
|
|
1141
1149
|
"multiple": false,
|
|
1142
1150
|
"type": "option"
|
|
1143
|
-
},
|
|
1144
|
-
"fix": {
|
|
1145
|
-
"description": "Rebuild missing or stale catalog entries from API",
|
|
1146
|
-
"name": "fix",
|
|
1147
|
-
"allowNo": false,
|
|
1148
|
-
"type": "boolean"
|
|
1149
|
-
},
|
|
1150
|
-
"generate": {
|
|
1151
|
-
"description": "Fix + generate missing descriptions via LLM",
|
|
1152
|
-
"name": "generate",
|
|
1153
|
-
"allowNo": false,
|
|
1154
|
-
"type": "boolean"
|
|
1155
1151
|
}
|
|
1156
1152
|
},
|
|
1157
1153
|
"hasDynamicHelp": false,
|
|
1158
1154
|
"hiddenAliases": [],
|
|
1159
|
-
"id": "
|
|
1155
|
+
"id": "billing:quota",
|
|
1160
1156
|
"pluginAlias": "faces-cli",
|
|
1161
1157
|
"pluginName": "faces-cli",
|
|
1162
1158
|
"pluginType": "core",
|
|
@@ -1166,14 +1162,14 @@
|
|
|
1166
1162
|
"relativePath": [
|
|
1167
1163
|
"dist",
|
|
1168
1164
|
"commands",
|
|
1169
|
-
"
|
|
1170
|
-
"
|
|
1165
|
+
"billing",
|
|
1166
|
+
"quota.js"
|
|
1171
1167
|
]
|
|
1172
1168
|
},
|
|
1173
|
-
"
|
|
1169
|
+
"billing:subscription": {
|
|
1174
1170
|
"aliases": [],
|
|
1175
1171
|
"args": {},
|
|
1176
|
-
"description": "
|
|
1172
|
+
"description": "Show current plan, face count, and renewal date",
|
|
1177
1173
|
"flags": {
|
|
1178
1174
|
"json": {
|
|
1179
1175
|
"description": "Format output as json.",
|
|
@@ -1209,7 +1205,7 @@
|
|
|
1209
1205
|
},
|
|
1210
1206
|
"hasDynamicHelp": false,
|
|
1211
1207
|
"hiddenAliases": [],
|
|
1212
|
-
"id": "
|
|
1208
|
+
"id": "billing:subscription",
|
|
1213
1209
|
"pluginAlias": "faces-cli",
|
|
1214
1210
|
"pluginName": "faces-cli",
|
|
1215
1211
|
"pluginType": "core",
|
|
@@ -1219,14 +1215,14 @@
|
|
|
1219
1215
|
"relativePath": [
|
|
1220
1216
|
"dist",
|
|
1221
1217
|
"commands",
|
|
1222
|
-
"
|
|
1223
|
-
"
|
|
1218
|
+
"billing",
|
|
1219
|
+
"subscription.js"
|
|
1224
1220
|
]
|
|
1225
1221
|
},
|
|
1226
|
-
"
|
|
1222
|
+
"billing:topup": {
|
|
1227
1223
|
"aliases": [],
|
|
1228
1224
|
"args": {},
|
|
1229
|
-
"description": "
|
|
1225
|
+
"description": "Top up credit balance using saved payment method",
|
|
1230
1226
|
"flags": {
|
|
1231
1227
|
"json": {
|
|
1232
1228
|
"description": "Format output as json.",
|
|
@@ -1259,37 +1255,25 @@
|
|
|
1259
1255
|
"multiple": false,
|
|
1260
1256
|
"type": "option"
|
|
1261
1257
|
},
|
|
1262
|
-
"
|
|
1263
|
-
"description": "
|
|
1264
|
-
"name": "
|
|
1265
|
-
"
|
|
1266
|
-
"multiple": false,
|
|
1267
|
-
"type": "option"
|
|
1268
|
-
},
|
|
1269
|
-
"install": {
|
|
1270
|
-
"description": "Install a skill by name",
|
|
1271
|
-
"name": "install",
|
|
1258
|
+
"amount": {
|
|
1259
|
+
"description": "Top-up amount in USD (min $1)",
|
|
1260
|
+
"name": "amount",
|
|
1261
|
+
"required": true,
|
|
1272
1262
|
"hasDynamicHelp": false,
|
|
1273
1263
|
"multiple": false,
|
|
1274
1264
|
"type": "option"
|
|
1275
1265
|
},
|
|
1276
|
-
"
|
|
1277
|
-
"description": "
|
|
1278
|
-
"name": "
|
|
1266
|
+
"payment-ref": {
|
|
1267
|
+
"description": "Payment reference (admin/test path)",
|
|
1268
|
+
"name": "payment-ref",
|
|
1279
1269
|
"hasDynamicHelp": false,
|
|
1280
1270
|
"multiple": false,
|
|
1281
1271
|
"type": "option"
|
|
1282
|
-
},
|
|
1283
|
-
"refresh": {
|
|
1284
|
-
"description": "Force refresh the skill index (ignore cache)",
|
|
1285
|
-
"name": "refresh",
|
|
1286
|
-
"allowNo": false,
|
|
1287
|
-
"type": "boolean"
|
|
1288
1272
|
}
|
|
1289
1273
|
},
|
|
1290
1274
|
"hasDynamicHelp": false,
|
|
1291
1275
|
"hiddenAliases": [],
|
|
1292
|
-
"id": "
|
|
1276
|
+
"id": "billing:topup",
|
|
1293
1277
|
"pluginAlias": "faces-cli",
|
|
1294
1278
|
"pluginName": "faces-cli",
|
|
1295
1279
|
"pluginType": "core",
|
|
@@ -1299,19 +1283,14 @@
|
|
|
1299
1283
|
"relativePath": [
|
|
1300
1284
|
"dist",
|
|
1301
1285
|
"commands",
|
|
1302
|
-
"
|
|
1303
|
-
"
|
|
1286
|
+
"billing",
|
|
1287
|
+
"topup.js"
|
|
1304
1288
|
]
|
|
1305
1289
|
},
|
|
1306
|
-
"
|
|
1290
|
+
"billing:usage": {
|
|
1307
1291
|
"aliases": [],
|
|
1308
|
-
"args": {
|
|
1309
|
-
|
|
1310
|
-
"description": "Backup file path (default: most recent in ~/.faces/backups/)",
|
|
1311
|
-
"name": "file"
|
|
1312
|
-
}
|
|
1313
|
-
},
|
|
1314
|
-
"description": "Restore faces, teams, and source material from a backup snapshot",
|
|
1292
|
+
"args": {},
|
|
1293
|
+
"description": "Aggregated usage analytics",
|
|
1315
1294
|
"flags": {
|
|
1316
1295
|
"json": {
|
|
1317
1296
|
"description": "Format output as json.",
|
|
@@ -1344,16 +1323,37 @@
|
|
|
1344
1323
|
"multiple": false,
|
|
1345
1324
|
"type": "option"
|
|
1346
1325
|
},
|
|
1347
|
-
"
|
|
1348
|
-
"description": "
|
|
1349
|
-
"name": "
|
|
1350
|
-
"
|
|
1351
|
-
"
|
|
1326
|
+
"group-by": {
|
|
1327
|
+
"description": "Group results",
|
|
1328
|
+
"name": "group-by",
|
|
1329
|
+
"hasDynamicHelp": false,
|
|
1330
|
+
"multiple": false,
|
|
1331
|
+
"options": [
|
|
1332
|
+
"api_key",
|
|
1333
|
+
"model",
|
|
1334
|
+
"llm",
|
|
1335
|
+
"date"
|
|
1336
|
+
],
|
|
1337
|
+
"type": "option"
|
|
1338
|
+
},
|
|
1339
|
+
"from": {
|
|
1340
|
+
"description": "Start date (YYYY-MM-DD)",
|
|
1341
|
+
"name": "from",
|
|
1342
|
+
"hasDynamicHelp": false,
|
|
1343
|
+
"multiple": false,
|
|
1344
|
+
"type": "option"
|
|
1345
|
+
},
|
|
1346
|
+
"to": {
|
|
1347
|
+
"description": "End date (YYYY-MM-DD)",
|
|
1348
|
+
"name": "to",
|
|
1349
|
+
"hasDynamicHelp": false,
|
|
1350
|
+
"multiple": false,
|
|
1351
|
+
"type": "option"
|
|
1352
1352
|
}
|
|
1353
1353
|
},
|
|
1354
1354
|
"hasDynamicHelp": false,
|
|
1355
1355
|
"hiddenAliases": [],
|
|
1356
|
-
"id": "
|
|
1356
|
+
"id": "billing:usage",
|
|
1357
1357
|
"pluginAlias": "faces-cli",
|
|
1358
1358
|
"pluginName": "faces-cli",
|
|
1359
1359
|
"pluginType": "core",
|
|
@@ -1363,8 +1363,8 @@
|
|
|
1363
1363
|
"relativePath": [
|
|
1364
1364
|
"dist",
|
|
1365
1365
|
"commands",
|
|
1366
|
-
"
|
|
1367
|
-
"
|
|
1366
|
+
"billing",
|
|
1367
|
+
"usage.js"
|
|
1368
1368
|
]
|
|
1369
1369
|
},
|
|
1370
1370
|
"chat:chat": {
|
|
@@ -3161,19 +3161,10 @@
|
|
|
3161
3161
|
"remove.js"
|
|
3162
3162
|
]
|
|
3163
3163
|
},
|
|
3164
|
-
"
|
|
3164
|
+
"face:attributes": {
|
|
3165
3165
|
"aliases": [],
|
|
3166
|
-
"args": {
|
|
3167
|
-
|
|
3168
|
-
"description": "Build job id",
|
|
3169
|
-
"name": "job_id",
|
|
3170
|
-
"required": true
|
|
3171
|
-
}
|
|
3172
|
-
},
|
|
3173
|
-
"description": "Get the status/result of a voiceprint build job (from voiceprint:build without --wait)",
|
|
3174
|
-
"examples": [
|
|
3175
|
-
"<%= config.bin %> <%= command.id %> 4e13bf03-fbc1-4ad0-92ae-16984e2f9a1d"
|
|
3176
|
-
],
|
|
3166
|
+
"args": {},
|
|
3167
|
+
"description": "List all supported attribute keys",
|
|
3177
3168
|
"flags": {
|
|
3178
3169
|
"json": {
|
|
3179
3170
|
"description": "Format output as json.",
|
|
@@ -3209,7 +3200,7 @@
|
|
|
3209
3200
|
},
|
|
3210
3201
|
"hasDynamicHelp": false,
|
|
3211
3202
|
"hiddenAliases": [],
|
|
3212
|
-
"id": "
|
|
3203
|
+
"id": "face:attributes",
|
|
3213
3204
|
"pluginAlias": "faces-cli",
|
|
3214
3205
|
"pluginName": "faces-cli",
|
|
3215
3206
|
"pluginType": "core",
|
|
@@ -3219,24 +3210,14 @@
|
|
|
3219
3210
|
"relativePath": [
|
|
3220
3211
|
"dist",
|
|
3221
3212
|
"commands",
|
|
3222
|
-
"
|
|
3223
|
-
"
|
|
3213
|
+
"face",
|
|
3214
|
+
"attributes.js"
|
|
3224
3215
|
]
|
|
3225
3216
|
},
|
|
3226
|
-
"
|
|
3217
|
+
"face:create": {
|
|
3227
3218
|
"aliases": [],
|
|
3228
|
-
"args": {
|
|
3229
|
-
|
|
3230
|
-
"description": "Self face alias",
|
|
3231
|
-
"name": "self_alias",
|
|
3232
|
-
"required": true
|
|
3233
|
-
}
|
|
3234
|
-
},
|
|
3235
|
-
"description": "Build a self face's voice map from its uploaded corpus. Auto-creates the hidden <self>-voiceprint face and installs the map. Async — use --wait to block.",
|
|
3236
|
-
"examples": [
|
|
3237
|
-
"<%= config.bin %> <%= command.id %> alice --wait",
|
|
3238
|
-
"<%= config.bin %> <%= command.id %> alice --holdout-count 120 --oauth-only --wait"
|
|
3239
|
-
],
|
|
3219
|
+
"args": {},
|
|
3220
|
+
"description": "Create a new face",
|
|
3240
3221
|
"flags": {
|
|
3241
3222
|
"json": {
|
|
3242
3223
|
"description": "Format output as json.",
|
|
@@ -3269,43 +3250,85 @@
|
|
|
3269
3250
|
"multiple": false,
|
|
3270
3251
|
"type": "option"
|
|
3271
3252
|
},
|
|
3272
|
-
"
|
|
3273
|
-
"description": "
|
|
3274
|
-
"name": "
|
|
3253
|
+
"name": {
|
|
3254
|
+
"description": "Display name",
|
|
3255
|
+
"name": "name",
|
|
3256
|
+
"required": true,
|
|
3275
3257
|
"hasDynamicHelp": false,
|
|
3276
3258
|
"multiple": false,
|
|
3277
3259
|
"type": "option"
|
|
3278
3260
|
},
|
|
3279
|
-
"
|
|
3280
|
-
"description": "
|
|
3281
|
-
"name": "
|
|
3261
|
+
"alias": {
|
|
3262
|
+
"description": "Unique alias slug",
|
|
3263
|
+
"name": "alias",
|
|
3264
|
+
"required": true,
|
|
3282
3265
|
"hasDynamicHelp": false,
|
|
3283
3266
|
"multiple": false,
|
|
3284
3267
|
"type": "option"
|
|
3285
3268
|
},
|
|
3286
|
-
"
|
|
3287
|
-
"description": "
|
|
3288
|
-
"name": "
|
|
3269
|
+
"description": {
|
|
3270
|
+
"description": "Plain-text description / bio (max 1500 chars)",
|
|
3271
|
+
"name": "description",
|
|
3289
3272
|
"hasDynamicHelp": false,
|
|
3290
3273
|
"multiple": false,
|
|
3291
3274
|
"type": "option"
|
|
3292
3275
|
},
|
|
3293
|
-
"
|
|
3294
|
-
"description": "
|
|
3295
|
-
"name": "
|
|
3296
|
-
"
|
|
3297
|
-
"
|
|
3276
|
+
"tag": {
|
|
3277
|
+
"description": "Tag label (repeatable, lowercase)",
|
|
3278
|
+
"name": "tag",
|
|
3279
|
+
"hasDynamicHelp": false,
|
|
3280
|
+
"multiple": true,
|
|
3281
|
+
"type": "option"
|
|
3298
3282
|
},
|
|
3299
|
-
"
|
|
3300
|
-
"description": "
|
|
3301
|
-
"name": "
|
|
3302
|
-
"
|
|
3303
|
-
"
|
|
3283
|
+
"default-model": {
|
|
3284
|
+
"description": "Default LLM for chat (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
3285
|
+
"name": "default-model",
|
|
3286
|
+
"hasDynamicHelp": false,
|
|
3287
|
+
"multiple": false,
|
|
3288
|
+
"type": "option"
|
|
3289
|
+
},
|
|
3290
|
+
"formula": {
|
|
3291
|
+
"description": "Boolean formula over owned concrete face aliases (e.g. \"a | b\", \"(a | b) - c\"). Creates a composite face.",
|
|
3292
|
+
"name": "formula",
|
|
3293
|
+
"hasDynamicHelp": false,
|
|
3294
|
+
"multiple": false,
|
|
3295
|
+
"type": "option"
|
|
3296
|
+
},
|
|
3297
|
+
"attr": {
|
|
3298
|
+
"description": "Attribute KEY=VALUE (repeatable)",
|
|
3299
|
+
"name": "attr",
|
|
3300
|
+
"hasDynamicHelp": false,
|
|
3301
|
+
"multiple": true,
|
|
3302
|
+
"type": "option"
|
|
3303
|
+
},
|
|
3304
|
+
"tool": {
|
|
3305
|
+
"description": "Tool name to enable (repeatable)",
|
|
3306
|
+
"name": "tool",
|
|
3307
|
+
"hasDynamicHelp": false,
|
|
3308
|
+
"multiple": true,
|
|
3309
|
+
"type": "option"
|
|
3310
|
+
},
|
|
3311
|
+
"profile-addendum": {
|
|
3312
|
+
"description": "Per-face system prompt, injected after the persona profile and before any per-request system prompt (max 100,000 chars).",
|
|
3313
|
+
"name": "profile-addendum",
|
|
3314
|
+
"hasDynamicHelp": false,
|
|
3315
|
+
"multiple": false,
|
|
3316
|
+
"type": "option"
|
|
3317
|
+
},
|
|
3318
|
+
"profile-addendum-file": {
|
|
3319
|
+
"description": "Read the per-face system prompt from a file (alternative to --profile-addendum).",
|
|
3320
|
+
"exclusive": [
|
|
3321
|
+
"profile-addendum"
|
|
3322
|
+
],
|
|
3323
|
+
"name": "profile-addendum-file",
|
|
3324
|
+
"hasDynamicHelp": false,
|
|
3325
|
+
"multiple": false,
|
|
3326
|
+
"type": "option"
|
|
3304
3327
|
}
|
|
3305
3328
|
},
|
|
3306
3329
|
"hasDynamicHelp": false,
|
|
3307
3330
|
"hiddenAliases": [],
|
|
3308
|
-
"id": "
|
|
3331
|
+
"id": "face:create",
|
|
3309
3332
|
"pluginAlias": "faces-cli",
|
|
3310
3333
|
"pluginName": "faces-cli",
|
|
3311
3334
|
"pluginType": "core",
|
|
@@ -3315,23 +3338,20 @@
|
|
|
3315
3338
|
"relativePath": [
|
|
3316
3339
|
"dist",
|
|
3317
3340
|
"commands",
|
|
3318
|
-
"
|
|
3319
|
-
"
|
|
3341
|
+
"face",
|
|
3342
|
+
"create.js"
|
|
3320
3343
|
]
|
|
3321
3344
|
},
|
|
3322
|
-
"
|
|
3345
|
+
"face:delete": {
|
|
3323
3346
|
"aliases": [],
|
|
3324
3347
|
"args": {
|
|
3325
|
-
"
|
|
3326
|
-
"description": "
|
|
3327
|
-
"name": "
|
|
3348
|
+
"face_id": {
|
|
3349
|
+
"description": "Face alias",
|
|
3350
|
+
"name": "face_id",
|
|
3328
3351
|
"required": true
|
|
3329
3352
|
}
|
|
3330
3353
|
},
|
|
3331
|
-
"description": "
|
|
3332
|
-
"examples": [
|
|
3333
|
-
"<%= config.bin %> <%= command.id %> 4e13bf03-fbc1-4ad0-92ae-16984e2f9a1d"
|
|
3334
|
-
],
|
|
3354
|
+
"description": "Delete a face permanently",
|
|
3335
3355
|
"flags": {
|
|
3336
3356
|
"json": {
|
|
3337
3357
|
"description": "Format output as json.",
|
|
@@ -3363,11 +3383,17 @@
|
|
|
3363
3383
|
"hasDynamicHelp": false,
|
|
3364
3384
|
"multiple": false,
|
|
3365
3385
|
"type": "option"
|
|
3386
|
+
},
|
|
3387
|
+
"yes": {
|
|
3388
|
+
"description": "Skip confirmation",
|
|
3389
|
+
"name": "yes",
|
|
3390
|
+
"allowNo": false,
|
|
3391
|
+
"type": "boolean"
|
|
3366
3392
|
}
|
|
3367
3393
|
},
|
|
3368
3394
|
"hasDynamicHelp": false,
|
|
3369
3395
|
"hiddenAliases": [],
|
|
3370
|
-
"id": "
|
|
3396
|
+
"id": "face:delete",
|
|
3371
3397
|
"pluginAlias": "faces-cli",
|
|
3372
3398
|
"pluginName": "faces-cli",
|
|
3373
3399
|
"pluginType": "core",
|
|
@@ -3377,23 +3403,14 @@
|
|
|
3377
3403
|
"relativePath": [
|
|
3378
3404
|
"dist",
|
|
3379
3405
|
"commands",
|
|
3380
|
-
"
|
|
3381
|
-
"
|
|
3406
|
+
"face",
|
|
3407
|
+
"delete.js"
|
|
3382
3408
|
]
|
|
3383
3409
|
},
|
|
3384
|
-
"
|
|
3410
|
+
"face:diff": {
|
|
3385
3411
|
"aliases": [],
|
|
3386
|
-
"args": {
|
|
3387
|
-
|
|
3388
|
-
"description": "Refine job id",
|
|
3389
|
-
"name": "job_id",
|
|
3390
|
-
"required": true
|
|
3391
|
-
}
|
|
3392
|
-
},
|
|
3393
|
-
"description": "Get the status/result of a voiceprint refine job (from voiceprint:refine without --wait)",
|
|
3394
|
-
"examples": [
|
|
3395
|
-
"<%= config.bin %> <%= command.id %> 4e13bf03-fbc1-4ad0-92ae-16984e2f9a1d"
|
|
3396
|
-
],
|
|
3412
|
+
"args": {},
|
|
3413
|
+
"description": "Compare owned faces pairwise across all centroid components",
|
|
3397
3414
|
"flags": {
|
|
3398
3415
|
"json": {
|
|
3399
3416
|
"description": "Format output as json.",
|
|
@@ -3425,11 +3442,19 @@
|
|
|
3425
3442
|
"hasDynamicHelp": false,
|
|
3426
3443
|
"multiple": false,
|
|
3427
3444
|
"type": "option"
|
|
3445
|
+
},
|
|
3446
|
+
"face": {
|
|
3447
|
+
"description": "Face alias to include (repeatable, min 2)",
|
|
3448
|
+
"name": "face",
|
|
3449
|
+
"required": true,
|
|
3450
|
+
"hasDynamicHelp": false,
|
|
3451
|
+
"multiple": true,
|
|
3452
|
+
"type": "option"
|
|
3428
3453
|
}
|
|
3429
3454
|
},
|
|
3430
3455
|
"hasDynamicHelp": false,
|
|
3431
3456
|
"hiddenAliases": [],
|
|
3432
|
-
"id": "
|
|
3457
|
+
"id": "face:diff",
|
|
3433
3458
|
"pluginAlias": "faces-cli",
|
|
3434
3459
|
"pluginName": "faces-cli",
|
|
3435
3460
|
"pluginType": "core",
|
|
@@ -3439,24 +3464,20 @@
|
|
|
3439
3464
|
"relativePath": [
|
|
3440
3465
|
"dist",
|
|
3441
3466
|
"commands",
|
|
3442
|
-
"
|
|
3443
|
-
"
|
|
3467
|
+
"face",
|
|
3468
|
+
"diff.js"
|
|
3444
3469
|
]
|
|
3445
3470
|
},
|
|
3446
|
-
"
|
|
3471
|
+
"face:edit": {
|
|
3447
3472
|
"aliases": [],
|
|
3448
3473
|
"args": {
|
|
3449
|
-
"
|
|
3450
|
-
"description": "
|
|
3451
|
-
"name": "
|
|
3474
|
+
"face_id": {
|
|
3475
|
+
"description": "Face alias",
|
|
3476
|
+
"name": "face_id",
|
|
3452
3477
|
"required": true
|
|
3453
3478
|
}
|
|
3454
3479
|
},
|
|
3455
|
-
"description": "
|
|
3456
|
-
"examples": [
|
|
3457
|
-
"<%= config.bin %> <%= command.id %> alice --wait",
|
|
3458
|
-
"<%= config.bin %> <%= command.id %> alice --temperature 0.4 --n-samples 6 --wait"
|
|
3459
|
-
],
|
|
3480
|
+
"description": "Edit a face's metadata",
|
|
3460
3481
|
"flags": {
|
|
3461
3482
|
"json": {
|
|
3462
3483
|
"description": "Format output as json.",
|
|
@@ -3489,43 +3510,86 @@
|
|
|
3489
3510
|
"multiple": false,
|
|
3490
3511
|
"type": "option"
|
|
3491
3512
|
},
|
|
3492
|
-
"
|
|
3493
|
-
"description": "
|
|
3494
|
-
"name": "
|
|
3513
|
+
"name": {
|
|
3514
|
+
"description": "New display name",
|
|
3515
|
+
"name": "name",
|
|
3495
3516
|
"hasDynamicHelp": false,
|
|
3496
3517
|
"multiple": false,
|
|
3497
3518
|
"type": "option"
|
|
3498
3519
|
},
|
|
3499
|
-
"
|
|
3500
|
-
"description": "
|
|
3501
|
-
"name": "
|
|
3520
|
+
"description": {
|
|
3521
|
+
"description": "Plain-text description / bio (max 1500 chars)",
|
|
3522
|
+
"name": "description",
|
|
3502
3523
|
"hasDynamicHelp": false,
|
|
3503
3524
|
"multiple": false,
|
|
3504
3525
|
"type": "option"
|
|
3505
3526
|
},
|
|
3506
|
-
"
|
|
3507
|
-
"description": "
|
|
3508
|
-
"name": "
|
|
3527
|
+
"tag": {
|
|
3528
|
+
"description": "Replace all tags (repeatable, lowercase)",
|
|
3529
|
+
"name": "tag",
|
|
3509
3530
|
"hasDynamicHelp": false,
|
|
3510
|
-
"multiple":
|
|
3531
|
+
"multiple": true,
|
|
3511
3532
|
"type": "option"
|
|
3512
3533
|
},
|
|
3513
|
-
"
|
|
3514
|
-
"description": "
|
|
3515
|
-
"name": "
|
|
3516
|
-
"
|
|
3517
|
-
"
|
|
3534
|
+
"default-model": {
|
|
3535
|
+
"description": "Default LLM for chat (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
3536
|
+
"name": "default-model",
|
|
3537
|
+
"hasDynamicHelp": false,
|
|
3538
|
+
"multiple": false,
|
|
3539
|
+
"type": "option"
|
|
3518
3540
|
},
|
|
3519
|
-
"
|
|
3520
|
-
"description": "
|
|
3521
|
-
"name": "
|
|
3541
|
+
"formula": {
|
|
3542
|
+
"description": "New boolean formula (synthetic faces only)",
|
|
3543
|
+
"name": "formula",
|
|
3544
|
+
"hasDynamicHelp": false,
|
|
3545
|
+
"multiple": false,
|
|
3546
|
+
"type": "option"
|
|
3547
|
+
},
|
|
3548
|
+
"attr": {
|
|
3549
|
+
"description": "Update attribute KEY=VALUE (repeatable)",
|
|
3550
|
+
"name": "attr",
|
|
3551
|
+
"hasDynamicHelp": false,
|
|
3552
|
+
"multiple": true,
|
|
3553
|
+
"type": "option"
|
|
3554
|
+
},
|
|
3555
|
+
"tool": {
|
|
3556
|
+
"description": "Tool names to set (replaces list, repeatable)",
|
|
3557
|
+
"name": "tool",
|
|
3558
|
+
"hasDynamicHelp": false,
|
|
3559
|
+
"multiple": true,
|
|
3560
|
+
"type": "option"
|
|
3561
|
+
},
|
|
3562
|
+
"profile-addendum": {
|
|
3563
|
+
"description": "Replace the per-face system prompt (max 100,000 chars).",
|
|
3564
|
+
"name": "profile-addendum",
|
|
3565
|
+
"hasDynamicHelp": false,
|
|
3566
|
+
"multiple": false,
|
|
3567
|
+
"type": "option"
|
|
3568
|
+
},
|
|
3569
|
+
"profile-addendum-file": {
|
|
3570
|
+
"description": "Replace the per-face system prompt from a file.",
|
|
3571
|
+
"exclusive": [
|
|
3572
|
+
"profile-addendum"
|
|
3573
|
+
],
|
|
3574
|
+
"name": "profile-addendum-file",
|
|
3575
|
+
"hasDynamicHelp": false,
|
|
3576
|
+
"multiple": false,
|
|
3577
|
+
"type": "option"
|
|
3578
|
+
},
|
|
3579
|
+
"clear-profile-addendum": {
|
|
3580
|
+
"description": "Remove the per-face system prompt.",
|
|
3581
|
+
"exclusive": [
|
|
3582
|
+
"profile-addendum",
|
|
3583
|
+
"profile-addendum-file"
|
|
3584
|
+
],
|
|
3585
|
+
"name": "clear-profile-addendum",
|
|
3522
3586
|
"allowNo": false,
|
|
3523
3587
|
"type": "boolean"
|
|
3524
3588
|
}
|
|
3525
3589
|
},
|
|
3526
3590
|
"hasDynamicHelp": false,
|
|
3527
3591
|
"hiddenAliases": [],
|
|
3528
|
-
"id": "
|
|
3592
|
+
"id": "face:edit",
|
|
3529
3593
|
"pluginAlias": "faces-cli",
|
|
3530
3594
|
"pluginName": "faces-cli",
|
|
3531
3595
|
"pluginType": "core",
|
|
@@ -3535,23 +3599,20 @@
|
|
|
3535
3599
|
"relativePath": [
|
|
3536
3600
|
"dist",
|
|
3537
3601
|
"commands",
|
|
3538
|
-
"
|
|
3539
|
-
"
|
|
3602
|
+
"face",
|
|
3603
|
+
"edit.js"
|
|
3540
3604
|
]
|
|
3541
3605
|
},
|
|
3542
|
-
"
|
|
3606
|
+
"face:get": {
|
|
3543
3607
|
"aliases": [],
|
|
3544
3608
|
"args": {
|
|
3545
|
-
"
|
|
3546
|
-
"description": "
|
|
3547
|
-
"name": "
|
|
3609
|
+
"face_id": {
|
|
3610
|
+
"description": "Face alias",
|
|
3611
|
+
"name": "face_id",
|
|
3548
3612
|
"required": true
|
|
3549
3613
|
}
|
|
3550
3614
|
},
|
|
3551
|
-
"description": "
|
|
3552
|
-
"examples": [
|
|
3553
|
-
"<%= config.bin %> <%= command.id %> alice"
|
|
3554
|
-
],
|
|
3615
|
+
"description": "Get details for a face by alias",
|
|
3555
3616
|
"flags": {
|
|
3556
3617
|
"json": {
|
|
3557
3618
|
"description": "Format output as json.",
|
|
@@ -3583,11 +3644,24 @@
|
|
|
3583
3644
|
"hasDynamicHelp": false,
|
|
3584
3645
|
"multiple": false,
|
|
3585
3646
|
"type": "option"
|
|
3647
|
+
},
|
|
3648
|
+
"include": {
|
|
3649
|
+
"description": "Include extra fields: tags, teams (comma-separated)",
|
|
3650
|
+
"name": "include",
|
|
3651
|
+
"hasDynamicHelp": false,
|
|
3652
|
+
"multiple": false,
|
|
3653
|
+
"type": "option"
|
|
3654
|
+
},
|
|
3655
|
+
"full": {
|
|
3656
|
+
"description": "Print the full profile_addendum instead of a truncated preview",
|
|
3657
|
+
"name": "full",
|
|
3658
|
+
"allowNo": false,
|
|
3659
|
+
"type": "boolean"
|
|
3586
3660
|
}
|
|
3587
3661
|
},
|
|
3588
3662
|
"hasDynamicHelp": false,
|
|
3589
3663
|
"hiddenAliases": [],
|
|
3590
|
-
"id": "
|
|
3664
|
+
"id": "face:get",
|
|
3591
3665
|
"pluginAlias": "faces-cli",
|
|
3592
3666
|
"pluginName": "faces-cli",
|
|
3593
3667
|
"pluginType": "core",
|
|
@@ -3597,23 +3671,14 @@
|
|
|
3597
3671
|
"relativePath": [
|
|
3598
3672
|
"dist",
|
|
3599
3673
|
"commands",
|
|
3600
|
-
"
|
|
3601
|
-
"
|
|
3674
|
+
"face",
|
|
3675
|
+
"get.js"
|
|
3602
3676
|
]
|
|
3603
3677
|
},
|
|
3604
|
-
"
|
|
3678
|
+
"face:list": {
|
|
3605
3679
|
"aliases": [],
|
|
3606
|
-
"args": {
|
|
3607
|
-
|
|
3608
|
-
"description": "Scoring job id",
|
|
3609
|
-
"name": "job_id",
|
|
3610
|
-
"required": true
|
|
3611
|
-
}
|
|
3612
|
-
},
|
|
3613
|
-
"description": "Get the status/result of a voiceprint scoring job (from voiceprint:score without --wait)",
|
|
3614
|
-
"examples": [
|
|
3615
|
-
"<%= config.bin %> <%= command.id %> 4e13bf03-fbc1-4ad0-92ae-16984e2f9a1d"
|
|
3616
|
-
],
|
|
3680
|
+
"args": {},
|
|
3681
|
+
"description": "List faces. By default lists owned faces; use --public to include published faces from other accounts.",
|
|
3617
3682
|
"flags": {
|
|
3618
3683
|
"json": {
|
|
3619
3684
|
"description": "Format output as json.",
|
|
@@ -3645,11 +3710,58 @@
|
|
|
3645
3710
|
"hasDynamicHelp": false,
|
|
3646
3711
|
"multiple": false,
|
|
3647
3712
|
"type": "option"
|
|
3713
|
+
},
|
|
3714
|
+
"tag": {
|
|
3715
|
+
"description": "Filter by tag (repeatable, AND logic)",
|
|
3716
|
+
"name": "tag",
|
|
3717
|
+
"hasDynamicHelp": false,
|
|
3718
|
+
"multiple": true,
|
|
3719
|
+
"type": "option"
|
|
3720
|
+
},
|
|
3721
|
+
"team": {
|
|
3722
|
+
"description": "Filter by team ID (repeatable, OR logic)",
|
|
3723
|
+
"name": "team",
|
|
3724
|
+
"hasDynamicHelp": false,
|
|
3725
|
+
"multiple": true,
|
|
3726
|
+
"type": "option"
|
|
3727
|
+
},
|
|
3728
|
+
"include": {
|
|
3729
|
+
"description": "Include extra fields: tags, teams (comma-separated)",
|
|
3730
|
+
"name": "include",
|
|
3731
|
+
"hasDynamicHelp": false,
|
|
3732
|
+
"multiple": false,
|
|
3733
|
+
"type": "option"
|
|
3734
|
+
},
|
|
3735
|
+
"public": {
|
|
3736
|
+
"description": "Include published faces from other accounts",
|
|
3737
|
+
"name": "public",
|
|
3738
|
+
"allowNo": false,
|
|
3739
|
+
"type": "boolean"
|
|
3740
|
+
},
|
|
3741
|
+
"system": {
|
|
3742
|
+
"description": "Show only the curated system faces (published faces owned by 'head')",
|
|
3743
|
+
"name": "system",
|
|
3744
|
+
"allowNo": false,
|
|
3745
|
+
"type": "boolean"
|
|
3746
|
+
},
|
|
3747
|
+
"from-users": {
|
|
3748
|
+
"description": "Only published faces from these owners (repeatable/comma-separated)",
|
|
3749
|
+
"name": "from-users",
|
|
3750
|
+
"hasDynamicHelp": false,
|
|
3751
|
+
"multiple": true,
|
|
3752
|
+
"type": "option"
|
|
3753
|
+
},
|
|
3754
|
+
"not-from-users": {
|
|
3755
|
+
"description": "Exclude published faces from these owners (repeatable/comma-separated)",
|
|
3756
|
+
"name": "not-from-users",
|
|
3757
|
+
"hasDynamicHelp": false,
|
|
3758
|
+
"multiple": true,
|
|
3759
|
+
"type": "option"
|
|
3648
3760
|
}
|
|
3649
3761
|
},
|
|
3650
3762
|
"hasDynamicHelp": false,
|
|
3651
3763
|
"hiddenAliases": [],
|
|
3652
|
-
"id": "
|
|
3764
|
+
"id": "face:list",
|
|
3653
3765
|
"pluginAlias": "faces-cli",
|
|
3654
3766
|
"pluginName": "faces-cli",
|
|
3655
3767
|
"pluginType": "core",
|
|
@@ -3659,24 +3771,22 @@
|
|
|
3659
3771
|
"relativePath": [
|
|
3660
3772
|
"dist",
|
|
3661
3773
|
"commands",
|
|
3662
|
-
"
|
|
3663
|
-
"
|
|
3774
|
+
"face",
|
|
3775
|
+
"list.js"
|
|
3664
3776
|
]
|
|
3665
3777
|
},
|
|
3666
|
-
"
|
|
3778
|
+
"face:lock": {
|
|
3667
3779
|
"aliases": [],
|
|
3668
3780
|
"args": {
|
|
3669
|
-
"
|
|
3670
|
-
"description": "Face
|
|
3671
|
-
"name": "
|
|
3781
|
+
"face_id": {
|
|
3782
|
+
"description": "Face alias",
|
|
3783
|
+
"name": "face_id",
|
|
3672
3784
|
"required": true
|
|
3673
3785
|
}
|
|
3674
3786
|
},
|
|
3675
|
-
"description": "
|
|
3787
|
+
"description": "Lock a face (read-only). A locked face still reads and chats normally, but it — and everything it owns (documents, threads, voiceprint) — cannot be changed until unlocked.",
|
|
3676
3788
|
"examples": [
|
|
3677
|
-
"<%= config.bin %> <%= command.id %>
|
|
3678
|
-
"<%= config.bin %> <%= command.id %> alice --emails-dir ./sent-emails/ --wait",
|
|
3679
|
-
"<%= config.bin %> <%= command.id %> alice --emails ./sent.json # prints job_id; poll with voiceprint:score-status"
|
|
3789
|
+
"<%= config.bin %> <%= command.id %> socrates"
|
|
3680
3790
|
],
|
|
3681
3791
|
"flags": {
|
|
3682
3792
|
"json": {
|
|
@@ -3709,55 +3819,11 @@
|
|
|
3709
3819
|
"hasDynamicHelp": false,
|
|
3710
3820
|
"multiple": false,
|
|
3711
3821
|
"type": "option"
|
|
3712
|
-
},
|
|
3713
|
-
"emails": {
|
|
3714
|
-
"description": "JSON or JSONL file of the person's real writing — {id?, text} objects or plain strings (provide at least 20)",
|
|
3715
|
-
"name": "emails",
|
|
3716
|
-
"hasDynamicHelp": false,
|
|
3717
|
-
"multiple": false,
|
|
3718
|
-
"type": "option"
|
|
3719
|
-
},
|
|
3720
|
-
"emails-dir": {
|
|
3721
|
-
"description": "Directory with one sample per file (id = filename). Alternative to --emails.",
|
|
3722
|
-
"exclusive": [
|
|
3723
|
-
"emails"
|
|
3724
|
-
],
|
|
3725
|
-
"name": "emails-dir",
|
|
3726
|
-
"hasDynamicHelp": false,
|
|
3727
|
-
"multiple": false,
|
|
3728
|
-
"type": "option"
|
|
3729
|
-
},
|
|
3730
|
-
"author-corpus": {
|
|
3731
|
-
"description": "Optional larger reference of the person's writing (JSON/JSONL/dir) used to define their voice; defaults to --emails",
|
|
3732
|
-
"name": "author-corpus",
|
|
3733
|
-
"hasDynamicHelp": false,
|
|
3734
|
-
"multiple": false,
|
|
3735
|
-
"type": "option"
|
|
3736
|
-
},
|
|
3737
|
-
"model": {
|
|
3738
|
-
"description": "Model used to generate comparison drafts",
|
|
3739
|
-
"name": "model",
|
|
3740
|
-
"default": "gpt-5.4",
|
|
3741
|
-
"hasDynamicHelp": false,
|
|
3742
|
-
"multiple": false,
|
|
3743
|
-
"type": "option"
|
|
3744
|
-
},
|
|
3745
|
-
"oauth-only": {
|
|
3746
|
-
"description": "Only run when a free (OAuth) model route is available; never fall back to billed inference",
|
|
3747
|
-
"name": "oauth-only",
|
|
3748
|
-
"allowNo": false,
|
|
3749
|
-
"type": "boolean"
|
|
3750
|
-
},
|
|
3751
|
-
"wait": {
|
|
3752
|
-
"description": "Block and poll until the score is ready, then print it (default: print the job_id and return)",
|
|
3753
|
-
"name": "wait",
|
|
3754
|
-
"allowNo": false,
|
|
3755
|
-
"type": "boolean"
|
|
3756
3822
|
}
|
|
3757
3823
|
},
|
|
3758
3824
|
"hasDynamicHelp": false,
|
|
3759
3825
|
"hiddenAliases": [],
|
|
3760
|
-
"id": "
|
|
3826
|
+
"id": "face:lock",
|
|
3761
3827
|
"pluginAlias": "faces-cli",
|
|
3762
3828
|
"pluginName": "faces-cli",
|
|
3763
3829
|
"pluginType": "core",
|
|
@@ -3767,29 +3833,20 @@
|
|
|
3767
3833
|
"relativePath": [
|
|
3768
3834
|
"dist",
|
|
3769
3835
|
"commands",
|
|
3770
|
-
"
|
|
3771
|
-
"
|
|
3836
|
+
"face",
|
|
3837
|
+
"lock.js"
|
|
3772
3838
|
]
|
|
3773
3839
|
},
|
|
3774
|
-
"
|
|
3840
|
+
"face:neighbors": {
|
|
3775
3841
|
"aliases": [],
|
|
3776
3842
|
"args": {
|
|
3777
|
-
"
|
|
3778
|
-
"description": "
|
|
3779
|
-
"name": "
|
|
3780
|
-
"required": true
|
|
3781
|
-
},
|
|
3782
|
-
"file": {
|
|
3783
|
-
"description": "Corpus file (JSON array for thread_json, JSONL for email_jsonl)",
|
|
3784
|
-
"name": "file",
|
|
3843
|
+
"face_id": {
|
|
3844
|
+
"description": "Face alias",
|
|
3845
|
+
"name": "face_id",
|
|
3785
3846
|
"required": true
|
|
3786
3847
|
}
|
|
3787
3848
|
},
|
|
3788
|
-
"description": "
|
|
3789
|
-
"examples": [
|
|
3790
|
-
"<%= config.bin %> <%= command.id %> alice ./corpus.json",
|
|
3791
|
-
"<%= config.bin %> <%= command.id %> alice ./mail.jsonl --type email_jsonl --emails-per-thread 50"
|
|
3792
|
-
],
|
|
3849
|
+
"description": "Find the most similar or dissimilar owned faces to a given face",
|
|
3793
3850
|
"flags": {
|
|
3794
3851
|
"json": {
|
|
3795
3852
|
"description": "Format output as json.",
|
|
@@ -3822,30 +3879,44 @@
|
|
|
3822
3879
|
"multiple": false,
|
|
3823
3880
|
"type": "option"
|
|
3824
3881
|
},
|
|
3825
|
-
"
|
|
3826
|
-
"description": "
|
|
3827
|
-
"name": "
|
|
3828
|
-
"default":
|
|
3882
|
+
"k": {
|
|
3883
|
+
"description": "Number of results (1–20)",
|
|
3884
|
+
"name": "k",
|
|
3885
|
+
"default": 5,
|
|
3829
3886
|
"hasDynamicHelp": false,
|
|
3830
3887
|
"multiple": false,
|
|
3831
|
-
"options": [
|
|
3832
|
-
"thread_json",
|
|
3833
|
-
"email_jsonl"
|
|
3834
|
-
],
|
|
3835
3888
|
"type": "option"
|
|
3836
3889
|
},
|
|
3837
|
-
"
|
|
3838
|
-
"description": "
|
|
3839
|
-
"name": "
|
|
3840
|
-
"default":
|
|
3890
|
+
"component": {
|
|
3891
|
+
"description": "Centroid component to rank on (beta, delta, epsilon are the principal components of a face; face is their composite)",
|
|
3892
|
+
"name": "component",
|
|
3893
|
+
"default": "face",
|
|
3894
|
+
"hasDynamicHelp": false,
|
|
3895
|
+
"multiple": false,
|
|
3896
|
+
"options": [
|
|
3897
|
+
"face",
|
|
3898
|
+
"beta",
|
|
3899
|
+
"delta",
|
|
3900
|
+
"epsilon"
|
|
3901
|
+
],
|
|
3902
|
+
"type": "option"
|
|
3903
|
+
},
|
|
3904
|
+
"direction": {
|
|
3905
|
+
"description": "nearest (most similar) or furthest (most dissimilar)",
|
|
3906
|
+
"name": "direction",
|
|
3907
|
+
"default": "nearest",
|
|
3841
3908
|
"hasDynamicHelp": false,
|
|
3842
3909
|
"multiple": false,
|
|
3910
|
+
"options": [
|
|
3911
|
+
"nearest",
|
|
3912
|
+
"furthest"
|
|
3913
|
+
],
|
|
3843
3914
|
"type": "option"
|
|
3844
3915
|
}
|
|
3845
3916
|
},
|
|
3846
3917
|
"hasDynamicHelp": false,
|
|
3847
3918
|
"hiddenAliases": [],
|
|
3848
|
-
"id": "
|
|
3919
|
+
"id": "face:neighbors",
|
|
3849
3920
|
"pluginAlias": "faces-cli",
|
|
3850
3921
|
"pluginName": "faces-cli",
|
|
3851
3922
|
"pluginType": "core",
|
|
@@ -3855,23 +3926,14 @@
|
|
|
3855
3926
|
"relativePath": [
|
|
3856
3927
|
"dist",
|
|
3857
3928
|
"commands",
|
|
3858
|
-
"
|
|
3859
|
-
"
|
|
3929
|
+
"face",
|
|
3930
|
+
"neighbors.js"
|
|
3860
3931
|
]
|
|
3861
3932
|
},
|
|
3862
|
-
"
|
|
3933
|
+
"face:stats": {
|
|
3863
3934
|
"aliases": [],
|
|
3864
|
-
"args": {
|
|
3865
|
-
|
|
3866
|
-
"description": "Self face alias",
|
|
3867
|
-
"name": "self_alias",
|
|
3868
|
-
"required": true
|
|
3869
|
-
}
|
|
3870
|
-
},
|
|
3871
|
-
"description": "List a self face's voice-map versions (active + one prior). Retention is one-deep; toggle with voiceprint:revert.",
|
|
3872
|
-
"examples": [
|
|
3873
|
-
"<%= config.bin %> <%= command.id %> alice"
|
|
3874
|
-
],
|
|
3935
|
+
"args": {},
|
|
3936
|
+
"description": "Compile and chat stats for all owned faces",
|
|
3875
3937
|
"flags": {
|
|
3876
3938
|
"json": {
|
|
3877
3939
|
"description": "Format output as json.",
|
|
@@ -3907,7 +3969,7 @@
|
|
|
3907
3969
|
},
|
|
3908
3970
|
"hasDynamicHelp": false,
|
|
3909
3971
|
"hiddenAliases": [],
|
|
3910
|
-
"id": "
|
|
3972
|
+
"id": "face:stats",
|
|
3911
3973
|
"pluginAlias": "faces-cli",
|
|
3912
3974
|
"pluginName": "faces-cli",
|
|
3913
3975
|
"pluginType": "core",
|
|
@@ -3917,14 +3979,20 @@
|
|
|
3917
3979
|
"relativePath": [
|
|
3918
3980
|
"dist",
|
|
3919
3981
|
"commands",
|
|
3920
|
-
"
|
|
3921
|
-
"
|
|
3982
|
+
"face",
|
|
3983
|
+
"stats.js"
|
|
3922
3984
|
]
|
|
3923
3985
|
},
|
|
3924
|
-
"face:
|
|
3986
|
+
"face:teams": {
|
|
3925
3987
|
"aliases": [],
|
|
3926
|
-
"args": {
|
|
3927
|
-
|
|
3988
|
+
"args": {
|
|
3989
|
+
"alias": {
|
|
3990
|
+
"description": "Face alias",
|
|
3991
|
+
"name": "alias",
|
|
3992
|
+
"required": true
|
|
3993
|
+
}
|
|
3994
|
+
},
|
|
3995
|
+
"description": "Set a face's team memberships (replaces all)",
|
|
3928
3996
|
"flags": {
|
|
3929
3997
|
"json": {
|
|
3930
3998
|
"description": "Format output as json.",
|
|
@@ -3956,11 +4024,19 @@
|
|
|
3956
4024
|
"hasDynamicHelp": false,
|
|
3957
4025
|
"multiple": false,
|
|
3958
4026
|
"type": "option"
|
|
4027
|
+
},
|
|
4028
|
+
"team": {
|
|
4029
|
+
"description": "Team ID (repeatable, replaces all memberships)",
|
|
4030
|
+
"name": "team",
|
|
4031
|
+
"required": true,
|
|
4032
|
+
"hasDynamicHelp": false,
|
|
4033
|
+
"multiple": true,
|
|
4034
|
+
"type": "option"
|
|
3959
4035
|
}
|
|
3960
4036
|
},
|
|
3961
4037
|
"hasDynamicHelp": false,
|
|
3962
4038
|
"hiddenAliases": [],
|
|
3963
|
-
"id": "face:
|
|
4039
|
+
"id": "face:teams",
|
|
3964
4040
|
"pluginAlias": "faces-cli",
|
|
3965
4041
|
"pluginName": "faces-cli",
|
|
3966
4042
|
"pluginType": "core",
|
|
@@ -3971,13 +4047,22 @@
|
|
|
3971
4047
|
"dist",
|
|
3972
4048
|
"commands",
|
|
3973
4049
|
"face",
|
|
3974
|
-
"
|
|
4050
|
+
"teams.js"
|
|
3975
4051
|
]
|
|
3976
4052
|
},
|
|
3977
|
-
"face:
|
|
4053
|
+
"face:unlock": {
|
|
3978
4054
|
"aliases": [],
|
|
3979
|
-
"args": {
|
|
3980
|
-
|
|
4055
|
+
"args": {
|
|
4056
|
+
"face_id": {
|
|
4057
|
+
"description": "Face alias",
|
|
4058
|
+
"name": "face_id",
|
|
4059
|
+
"required": true
|
|
4060
|
+
}
|
|
4061
|
+
},
|
|
4062
|
+
"description": "Unlock a face (make it writable again). Thaws the face and everything it owns (documents, threads, voiceprint).",
|
|
4063
|
+
"examples": [
|
|
4064
|
+
"<%= config.bin %> <%= command.id %> socrates"
|
|
4065
|
+
],
|
|
3981
4066
|
"flags": {
|
|
3982
4067
|
"json": {
|
|
3983
4068
|
"description": "Format output as json.",
|
|
@@ -4009,78 +4094,101 @@
|
|
|
4009
4094
|
"hasDynamicHelp": false,
|
|
4010
4095
|
"multiple": false,
|
|
4011
4096
|
"type": "option"
|
|
4097
|
+
}
|
|
4098
|
+
},
|
|
4099
|
+
"hasDynamicHelp": false,
|
|
4100
|
+
"hiddenAliases": [],
|
|
4101
|
+
"id": "face:unlock",
|
|
4102
|
+
"pluginAlias": "faces-cli",
|
|
4103
|
+
"pluginName": "faces-cli",
|
|
4104
|
+
"pluginType": "core",
|
|
4105
|
+
"strict": true,
|
|
4106
|
+
"enableJsonFlag": true,
|
|
4107
|
+
"isESM": true,
|
|
4108
|
+
"relativePath": [
|
|
4109
|
+
"dist",
|
|
4110
|
+
"commands",
|
|
4111
|
+
"face",
|
|
4112
|
+
"unlock.js"
|
|
4113
|
+
]
|
|
4114
|
+
},
|
|
4115
|
+
"face:upload": {
|
|
4116
|
+
"aliases": [],
|
|
4117
|
+
"args": {
|
|
4118
|
+
"face_id": {
|
|
4119
|
+
"description": "Face alias",
|
|
4120
|
+
"name": "face_id",
|
|
4121
|
+
"required": true
|
|
4122
|
+
}
|
|
4123
|
+
},
|
|
4124
|
+
"description": "Upload a file (text/PDF/audio/video) to a face",
|
|
4125
|
+
"flags": {
|
|
4126
|
+
"json": {
|
|
4127
|
+
"description": "Format output as json.",
|
|
4128
|
+
"helpGroup": "GLOBAL",
|
|
4129
|
+
"name": "json",
|
|
4130
|
+
"allowNo": false,
|
|
4131
|
+
"type": "boolean"
|
|
4012
4132
|
},
|
|
4013
|
-
"
|
|
4014
|
-
"description": "
|
|
4015
|
-
"
|
|
4016
|
-
"
|
|
4133
|
+
"base-url": {
|
|
4134
|
+
"description": "API base URL",
|
|
4135
|
+
"env": "FACES_BASE_URL",
|
|
4136
|
+
"name": "base-url",
|
|
4017
4137
|
"hasDynamicHelp": false,
|
|
4018
4138
|
"multiple": false,
|
|
4019
4139
|
"type": "option"
|
|
4020
4140
|
},
|
|
4021
|
-
"
|
|
4022
|
-
"description": "
|
|
4023
|
-
"
|
|
4024
|
-
"
|
|
4141
|
+
"token": {
|
|
4142
|
+
"description": "JWT bearer token",
|
|
4143
|
+
"env": "FACES_TOKEN",
|
|
4144
|
+
"name": "token",
|
|
4025
4145
|
"hasDynamicHelp": false,
|
|
4026
4146
|
"multiple": false,
|
|
4027
4147
|
"type": "option"
|
|
4028
4148
|
},
|
|
4029
|
-
"
|
|
4030
|
-
"description": "
|
|
4031
|
-
"
|
|
4149
|
+
"api-key": {
|
|
4150
|
+
"description": "API key",
|
|
4151
|
+
"env": "FACES_API_KEY",
|
|
4152
|
+
"name": "api-key",
|
|
4032
4153
|
"hasDynamicHelp": false,
|
|
4033
4154
|
"multiple": false,
|
|
4034
4155
|
"type": "option"
|
|
4035
4156
|
},
|
|
4036
|
-
"
|
|
4037
|
-
"description": "
|
|
4038
|
-
"name": "
|
|
4039
|
-
"
|
|
4040
|
-
"multiple": true,
|
|
4041
|
-
"type": "option"
|
|
4042
|
-
},
|
|
4043
|
-
"default-model": {
|
|
4044
|
-
"description": "Default LLM for chat (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
4045
|
-
"name": "default-model",
|
|
4157
|
+
"file": {
|
|
4158
|
+
"description": "File to upload",
|
|
4159
|
+
"name": "file",
|
|
4160
|
+
"required": true,
|
|
4046
4161
|
"hasDynamicHelp": false,
|
|
4047
4162
|
"multiple": false,
|
|
4048
4163
|
"type": "option"
|
|
4049
4164
|
},
|
|
4050
|
-
"
|
|
4051
|
-
"description": "
|
|
4052
|
-
"name": "
|
|
4165
|
+
"kind": {
|
|
4166
|
+
"description": "Upload kind: document or thread",
|
|
4167
|
+
"name": "kind",
|
|
4168
|
+
"default": "document",
|
|
4053
4169
|
"hasDynamicHelp": false,
|
|
4054
4170
|
"multiple": false,
|
|
4171
|
+
"options": [
|
|
4172
|
+
"document",
|
|
4173
|
+
"thread"
|
|
4174
|
+
],
|
|
4055
4175
|
"type": "option"
|
|
4056
4176
|
},
|
|
4057
|
-
"
|
|
4058
|
-
"description": "
|
|
4059
|
-
"name": "
|
|
4060
|
-
"
|
|
4061
|
-
"multiple": true,
|
|
4062
|
-
"type": "option"
|
|
4063
|
-
},
|
|
4064
|
-
"tool": {
|
|
4065
|
-
"description": "Tool name to enable (repeatable)",
|
|
4066
|
-
"name": "tool",
|
|
4067
|
-
"hasDynamicHelp": false,
|
|
4068
|
-
"multiple": true,
|
|
4069
|
-
"type": "option"
|
|
4070
|
-
},
|
|
4071
|
-
"profile-addendum": {
|
|
4072
|
-
"description": "Per-face system prompt, injected after the persona profile and before any per-request system prompt (max 100,000 chars).",
|
|
4073
|
-
"name": "profile-addendum",
|
|
4177
|
+
"perspective": {
|
|
4178
|
+
"description": "Perspective (document only)",
|
|
4179
|
+
"name": "perspective",
|
|
4180
|
+
"default": "third-person",
|
|
4074
4181
|
"hasDynamicHelp": false,
|
|
4075
4182
|
"multiple": false,
|
|
4183
|
+
"options": [
|
|
4184
|
+
"first-person",
|
|
4185
|
+
"third-person"
|
|
4186
|
+
],
|
|
4076
4187
|
"type": "option"
|
|
4077
4188
|
},
|
|
4078
|
-
"
|
|
4079
|
-
"description": "
|
|
4080
|
-
"
|
|
4081
|
-
"profile-addendum"
|
|
4082
|
-
],
|
|
4083
|
-
"name": "profile-addendum-file",
|
|
4189
|
+
"face-speaker": {
|
|
4190
|
+
"description": "Speaker name to map to the face (thread only). If omitted, first speaker is used.",
|
|
4191
|
+
"name": "face-speaker",
|
|
4084
4192
|
"hasDynamicHelp": false,
|
|
4085
4193
|
"multiple": false,
|
|
4086
4194
|
"type": "option"
|
|
@@ -4088,7 +4196,7 @@
|
|
|
4088
4196
|
},
|
|
4089
4197
|
"hasDynamicHelp": false,
|
|
4090
4198
|
"hiddenAliases": [],
|
|
4091
|
-
"id": "face:
|
|
4199
|
+
"id": "face:upload",
|
|
4092
4200
|
"pluginAlias": "faces-cli",
|
|
4093
4201
|
"pluginName": "faces-cli",
|
|
4094
4202
|
"pluginType": "core",
|
|
@@ -4099,19 +4207,22 @@
|
|
|
4099
4207
|
"dist",
|
|
4100
4208
|
"commands",
|
|
4101
4209
|
"face",
|
|
4102
|
-
"
|
|
4210
|
+
"upload.js"
|
|
4103
4211
|
]
|
|
4104
4212
|
},
|
|
4105
|
-
"
|
|
4213
|
+
"voiceprint:build-status": {
|
|
4106
4214
|
"aliases": [],
|
|
4107
4215
|
"args": {
|
|
4108
|
-
"
|
|
4109
|
-
"description": "
|
|
4110
|
-
"name": "
|
|
4216
|
+
"job_id": {
|
|
4217
|
+
"description": "Build job id",
|
|
4218
|
+
"name": "job_id",
|
|
4111
4219
|
"required": true
|
|
4112
4220
|
}
|
|
4113
4221
|
},
|
|
4114
|
-
"description": "
|
|
4222
|
+
"description": "Get the status/result of a voiceprint build job (from voiceprint:build without --wait)",
|
|
4223
|
+
"examples": [
|
|
4224
|
+
"<%= config.bin %> <%= command.id %> 4e13bf03-fbc1-4ad0-92ae-16984e2f9a1d"
|
|
4225
|
+
],
|
|
4115
4226
|
"flags": {
|
|
4116
4227
|
"json": {
|
|
4117
4228
|
"description": "Format output as json.",
|
|
@@ -4143,17 +4254,11 @@
|
|
|
4143
4254
|
"hasDynamicHelp": false,
|
|
4144
4255
|
"multiple": false,
|
|
4145
4256
|
"type": "option"
|
|
4146
|
-
},
|
|
4147
|
-
"yes": {
|
|
4148
|
-
"description": "Skip confirmation",
|
|
4149
|
-
"name": "yes",
|
|
4150
|
-
"allowNo": false,
|
|
4151
|
-
"type": "boolean"
|
|
4152
4257
|
}
|
|
4153
4258
|
},
|
|
4154
4259
|
"hasDynamicHelp": false,
|
|
4155
4260
|
"hiddenAliases": [],
|
|
4156
|
-
"id": "
|
|
4261
|
+
"id": "voiceprint:build-status",
|
|
4157
4262
|
"pluginAlias": "faces-cli",
|
|
4158
4263
|
"pluginName": "faces-cli",
|
|
4159
4264
|
"pluginType": "core",
|
|
@@ -4163,14 +4268,24 @@
|
|
|
4163
4268
|
"relativePath": [
|
|
4164
4269
|
"dist",
|
|
4165
4270
|
"commands",
|
|
4166
|
-
"
|
|
4167
|
-
"
|
|
4271
|
+
"voiceprint",
|
|
4272
|
+
"build-status.js"
|
|
4168
4273
|
]
|
|
4169
4274
|
},
|
|
4170
|
-
"
|
|
4275
|
+
"voiceprint:build": {
|
|
4171
4276
|
"aliases": [],
|
|
4172
|
-
"args": {
|
|
4173
|
-
|
|
4277
|
+
"args": {
|
|
4278
|
+
"self_alias": {
|
|
4279
|
+
"description": "Self face alias",
|
|
4280
|
+
"name": "self_alias",
|
|
4281
|
+
"required": true
|
|
4282
|
+
}
|
|
4283
|
+
},
|
|
4284
|
+
"description": "Build a self face's voice map from its uploaded corpus. Auto-creates the hidden <self>-voiceprint face and installs the map. Async — use --wait to block.",
|
|
4285
|
+
"examples": [
|
|
4286
|
+
"<%= config.bin %> <%= command.id %> alice --wait",
|
|
4287
|
+
"<%= config.bin %> <%= command.id %> alice --holdout-count 120 --oauth-only --wait"
|
|
4288
|
+
],
|
|
4174
4289
|
"flags": {
|
|
4175
4290
|
"json": {
|
|
4176
4291
|
"description": "Format output as json.",
|
|
@@ -4203,18 +4318,43 @@
|
|
|
4203
4318
|
"multiple": false,
|
|
4204
4319
|
"type": "option"
|
|
4205
4320
|
},
|
|
4206
|
-
"
|
|
4207
|
-
"description": "
|
|
4208
|
-
"name": "
|
|
4209
|
-
"required": true,
|
|
4321
|
+
"model": {
|
|
4322
|
+
"description": "Model that forges the voice map (default: gpt-5.4)",
|
|
4323
|
+
"name": "model",
|
|
4210
4324
|
"hasDynamicHelp": false,
|
|
4211
|
-
"multiple":
|
|
4325
|
+
"multiple": false,
|
|
4326
|
+
"type": "option"
|
|
4327
|
+
},
|
|
4328
|
+
"holdout-count": {
|
|
4329
|
+
"description": "Stratified scoring holdout size (default: 120)",
|
|
4330
|
+
"name": "holdout-count",
|
|
4331
|
+
"hasDynamicHelp": false,
|
|
4332
|
+
"multiple": false,
|
|
4333
|
+
"type": "option"
|
|
4334
|
+
},
|
|
4335
|
+
"min-valid": {
|
|
4336
|
+
"description": "Corpus floor below which no holdout is split — train on all (default: 550)",
|
|
4337
|
+
"name": "min-valid",
|
|
4338
|
+
"hasDynamicHelp": false,
|
|
4339
|
+
"multiple": false,
|
|
4212
4340
|
"type": "option"
|
|
4341
|
+
},
|
|
4342
|
+
"oauth-only": {
|
|
4343
|
+
"description": "Only run on a free (OAuth) route; never fall back to billed inference",
|
|
4344
|
+
"name": "oauth-only",
|
|
4345
|
+
"allowNo": false,
|
|
4346
|
+
"type": "boolean"
|
|
4347
|
+
},
|
|
4348
|
+
"wait": {
|
|
4349
|
+
"description": "Block and poll until the build finishes (default: print the job_id and return)",
|
|
4350
|
+
"name": "wait",
|
|
4351
|
+
"allowNo": false,
|
|
4352
|
+
"type": "boolean"
|
|
4213
4353
|
}
|
|
4214
4354
|
},
|
|
4215
4355
|
"hasDynamicHelp": false,
|
|
4216
4356
|
"hiddenAliases": [],
|
|
4217
|
-
"id": "
|
|
4357
|
+
"id": "voiceprint:build",
|
|
4218
4358
|
"pluginAlias": "faces-cli",
|
|
4219
4359
|
"pluginName": "faces-cli",
|
|
4220
4360
|
"pluginType": "core",
|
|
@@ -4224,20 +4364,23 @@
|
|
|
4224
4364
|
"relativePath": [
|
|
4225
4365
|
"dist",
|
|
4226
4366
|
"commands",
|
|
4227
|
-
"
|
|
4228
|
-
"
|
|
4367
|
+
"voiceprint",
|
|
4368
|
+
"build.js"
|
|
4229
4369
|
]
|
|
4230
4370
|
},
|
|
4231
|
-
"
|
|
4371
|
+
"voiceprint:get": {
|
|
4232
4372
|
"aliases": [],
|
|
4233
4373
|
"args": {
|
|
4234
|
-
"
|
|
4235
|
-
"description": "
|
|
4236
|
-
"name": "
|
|
4374
|
+
"job_id": {
|
|
4375
|
+
"description": "Scoring job id (from voiceprint:score --no-wait)",
|
|
4376
|
+
"name": "job_id",
|
|
4237
4377
|
"required": true
|
|
4238
4378
|
}
|
|
4239
4379
|
},
|
|
4240
|
-
"description": "
|
|
4380
|
+
"description": "Get the status/result of a voiceprint scoring job started with voiceprint:score --no-wait",
|
|
4381
|
+
"examples": [
|
|
4382
|
+
"<%= config.bin %> <%= command.id %> 4e13bf03-fbc1-4ad0-92ae-16984e2f9a1d"
|
|
4383
|
+
],
|
|
4241
4384
|
"flags": {
|
|
4242
4385
|
"json": {
|
|
4243
4386
|
"description": "Format output as json.",
|
|
@@ -4269,87 +4412,11 @@
|
|
|
4269
4412
|
"hasDynamicHelp": false,
|
|
4270
4413
|
"multiple": false,
|
|
4271
4414
|
"type": "option"
|
|
4272
|
-
},
|
|
4273
|
-
"name": {
|
|
4274
|
-
"description": "New display name",
|
|
4275
|
-
"name": "name",
|
|
4276
|
-
"hasDynamicHelp": false,
|
|
4277
|
-
"multiple": false,
|
|
4278
|
-
"type": "option"
|
|
4279
|
-
},
|
|
4280
|
-
"description": {
|
|
4281
|
-
"description": "Plain-text description / bio (max 1500 chars)",
|
|
4282
|
-
"name": "description",
|
|
4283
|
-
"hasDynamicHelp": false,
|
|
4284
|
-
"multiple": false,
|
|
4285
|
-
"type": "option"
|
|
4286
|
-
},
|
|
4287
|
-
"tag": {
|
|
4288
|
-
"description": "Replace all tags (repeatable, lowercase)",
|
|
4289
|
-
"name": "tag",
|
|
4290
|
-
"hasDynamicHelp": false,
|
|
4291
|
-
"multiple": true,
|
|
4292
|
-
"type": "option"
|
|
4293
|
-
},
|
|
4294
|
-
"default-model": {
|
|
4295
|
-
"description": "Default LLM for chat (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
4296
|
-
"name": "default-model",
|
|
4297
|
-
"hasDynamicHelp": false,
|
|
4298
|
-
"multiple": false,
|
|
4299
|
-
"type": "option"
|
|
4300
|
-
},
|
|
4301
|
-
"formula": {
|
|
4302
|
-
"description": "New boolean formula (synthetic faces only)",
|
|
4303
|
-
"name": "formula",
|
|
4304
|
-
"hasDynamicHelp": false,
|
|
4305
|
-
"multiple": false,
|
|
4306
|
-
"type": "option"
|
|
4307
|
-
},
|
|
4308
|
-
"attr": {
|
|
4309
|
-
"description": "Update attribute KEY=VALUE (repeatable)",
|
|
4310
|
-
"name": "attr",
|
|
4311
|
-
"hasDynamicHelp": false,
|
|
4312
|
-
"multiple": true,
|
|
4313
|
-
"type": "option"
|
|
4314
|
-
},
|
|
4315
|
-
"tool": {
|
|
4316
|
-
"description": "Tool names to set (replaces list, repeatable)",
|
|
4317
|
-
"name": "tool",
|
|
4318
|
-
"hasDynamicHelp": false,
|
|
4319
|
-
"multiple": true,
|
|
4320
|
-
"type": "option"
|
|
4321
|
-
},
|
|
4322
|
-
"profile-addendum": {
|
|
4323
|
-
"description": "Replace the per-face system prompt (max 100,000 chars).",
|
|
4324
|
-
"name": "profile-addendum",
|
|
4325
|
-
"hasDynamicHelp": false,
|
|
4326
|
-
"multiple": false,
|
|
4327
|
-
"type": "option"
|
|
4328
|
-
},
|
|
4329
|
-
"profile-addendum-file": {
|
|
4330
|
-
"description": "Replace the per-face system prompt from a file.",
|
|
4331
|
-
"exclusive": [
|
|
4332
|
-
"profile-addendum"
|
|
4333
|
-
],
|
|
4334
|
-
"name": "profile-addendum-file",
|
|
4335
|
-
"hasDynamicHelp": false,
|
|
4336
|
-
"multiple": false,
|
|
4337
|
-
"type": "option"
|
|
4338
|
-
},
|
|
4339
|
-
"clear-profile-addendum": {
|
|
4340
|
-
"description": "Remove the per-face system prompt.",
|
|
4341
|
-
"exclusive": [
|
|
4342
|
-
"profile-addendum",
|
|
4343
|
-
"profile-addendum-file"
|
|
4344
|
-
],
|
|
4345
|
-
"name": "clear-profile-addendum",
|
|
4346
|
-
"allowNo": false,
|
|
4347
|
-
"type": "boolean"
|
|
4348
4415
|
}
|
|
4349
4416
|
},
|
|
4350
4417
|
"hasDynamicHelp": false,
|
|
4351
4418
|
"hiddenAliases": [],
|
|
4352
|
-
"id": "
|
|
4419
|
+
"id": "voiceprint:get",
|
|
4353
4420
|
"pluginAlias": "faces-cli",
|
|
4354
4421
|
"pluginName": "faces-cli",
|
|
4355
4422
|
"pluginType": "core",
|
|
@@ -4359,20 +4426,23 @@
|
|
|
4359
4426
|
"relativePath": [
|
|
4360
4427
|
"dist",
|
|
4361
4428
|
"commands",
|
|
4362
|
-
"
|
|
4363
|
-
"
|
|
4429
|
+
"voiceprint",
|
|
4430
|
+
"get.js"
|
|
4364
4431
|
]
|
|
4365
4432
|
},
|
|
4366
|
-
"
|
|
4433
|
+
"voiceprint:refine-status": {
|
|
4367
4434
|
"aliases": [],
|
|
4368
4435
|
"args": {
|
|
4369
|
-
"
|
|
4370
|
-
"description": "
|
|
4371
|
-
"name": "
|
|
4436
|
+
"job_id": {
|
|
4437
|
+
"description": "Refine job id",
|
|
4438
|
+
"name": "job_id",
|
|
4372
4439
|
"required": true
|
|
4373
4440
|
}
|
|
4374
4441
|
},
|
|
4375
|
-
"description": "Get
|
|
4442
|
+
"description": "Get the status/result of a voiceprint refine job (from voiceprint:refine without --wait)",
|
|
4443
|
+
"examples": [
|
|
4444
|
+
"<%= config.bin %> <%= command.id %> 4e13bf03-fbc1-4ad0-92ae-16984e2f9a1d"
|
|
4445
|
+
],
|
|
4376
4446
|
"flags": {
|
|
4377
4447
|
"json": {
|
|
4378
4448
|
"description": "Format output as json.",
|
|
@@ -4404,24 +4474,11 @@
|
|
|
4404
4474
|
"hasDynamicHelp": false,
|
|
4405
4475
|
"multiple": false,
|
|
4406
4476
|
"type": "option"
|
|
4407
|
-
},
|
|
4408
|
-
"include": {
|
|
4409
|
-
"description": "Include extra fields: tags, teams (comma-separated)",
|
|
4410
|
-
"name": "include",
|
|
4411
|
-
"hasDynamicHelp": false,
|
|
4412
|
-
"multiple": false,
|
|
4413
|
-
"type": "option"
|
|
4414
|
-
},
|
|
4415
|
-
"full": {
|
|
4416
|
-
"description": "Print the full profile_addendum instead of a truncated preview",
|
|
4417
|
-
"name": "full",
|
|
4418
|
-
"allowNo": false,
|
|
4419
|
-
"type": "boolean"
|
|
4420
4477
|
}
|
|
4421
4478
|
},
|
|
4422
4479
|
"hasDynamicHelp": false,
|
|
4423
4480
|
"hiddenAliases": [],
|
|
4424
|
-
"id": "
|
|
4481
|
+
"id": "voiceprint:refine-status",
|
|
4425
4482
|
"pluginAlias": "faces-cli",
|
|
4426
4483
|
"pluginName": "faces-cli",
|
|
4427
4484
|
"pluginType": "core",
|
|
@@ -4431,14 +4488,24 @@
|
|
|
4431
4488
|
"relativePath": [
|
|
4432
4489
|
"dist",
|
|
4433
4490
|
"commands",
|
|
4434
|
-
"
|
|
4435
|
-
"
|
|
4491
|
+
"voiceprint",
|
|
4492
|
+
"refine-status.js"
|
|
4436
4493
|
]
|
|
4437
4494
|
},
|
|
4438
|
-
"
|
|
4495
|
+
"voiceprint:refine": {
|
|
4439
4496
|
"aliases": [],
|
|
4440
|
-
"args": {
|
|
4441
|
-
|
|
4497
|
+
"args": {
|
|
4498
|
+
"self_alias": {
|
|
4499
|
+
"description": "Self face alias",
|
|
4500
|
+
"name": "self_alias",
|
|
4501
|
+
"required": true
|
|
4502
|
+
}
|
|
4503
|
+
},
|
|
4504
|
+
"description": "Tune the active version's post-processing recipe and promote it only if it beats the current one. Requires an existing build with a holdout ≥ 20. Undo with voiceprint:revert.",
|
|
4505
|
+
"examples": [
|
|
4506
|
+
"<%= config.bin %> <%= command.id %> alice --wait",
|
|
4507
|
+
"<%= config.bin %> <%= command.id %> alice --temperature 0.4 --n-samples 6 --wait"
|
|
4508
|
+
],
|
|
4442
4509
|
"flags": {
|
|
4443
4510
|
"json": {
|
|
4444
4511
|
"description": "Format output as json.",
|
|
@@ -4471,57 +4538,105 @@
|
|
|
4471
4538
|
"multiple": false,
|
|
4472
4539
|
"type": "option"
|
|
4473
4540
|
},
|
|
4474
|
-
"
|
|
4475
|
-
"description": "
|
|
4476
|
-
"name": "
|
|
4541
|
+
"model": {
|
|
4542
|
+
"description": "Model used to forge candidate drafts (default: the active version's build model)",
|
|
4543
|
+
"name": "model",
|
|
4477
4544
|
"hasDynamicHelp": false,
|
|
4478
|
-
"multiple":
|
|
4545
|
+
"multiple": false,
|
|
4479
4546
|
"type": "option"
|
|
4480
4547
|
},
|
|
4481
|
-
"
|
|
4482
|
-
"description": "
|
|
4483
|
-
"name": "
|
|
4548
|
+
"temperature": {
|
|
4549
|
+
"description": "Sampling temperature for candidate drafts (default: 0.4)",
|
|
4550
|
+
"name": "temperature",
|
|
4484
4551
|
"hasDynamicHelp": false,
|
|
4485
|
-
"multiple":
|
|
4552
|
+
"multiple": false,
|
|
4486
4553
|
"type": "option"
|
|
4487
4554
|
},
|
|
4488
|
-
"
|
|
4489
|
-
"description": "
|
|
4490
|
-
"name": "
|
|
4555
|
+
"n-samples": {
|
|
4556
|
+
"description": "Drafts forged per holdout pair (default: 6)",
|
|
4557
|
+
"name": "n-samples",
|
|
4491
4558
|
"hasDynamicHelp": false,
|
|
4492
4559
|
"multiple": false,
|
|
4493
4560
|
"type": "option"
|
|
4494
4561
|
},
|
|
4495
|
-
"
|
|
4496
|
-
"description": "
|
|
4497
|
-
"name": "
|
|
4562
|
+
"oauth-only": {
|
|
4563
|
+
"description": "Only run on a free (OAuth) route; never fall back to billed inference",
|
|
4564
|
+
"name": "oauth-only",
|
|
4498
4565
|
"allowNo": false,
|
|
4499
4566
|
"type": "boolean"
|
|
4500
4567
|
},
|
|
4501
|
-
"
|
|
4502
|
-
"description": "
|
|
4503
|
-
"name": "
|
|
4568
|
+
"wait": {
|
|
4569
|
+
"description": "Block and poll until refine finishes (default: print the job_id and return)",
|
|
4570
|
+
"name": "wait",
|
|
4504
4571
|
"allowNo": false,
|
|
4505
4572
|
"type": "boolean"
|
|
4573
|
+
}
|
|
4574
|
+
},
|
|
4575
|
+
"hasDynamicHelp": false,
|
|
4576
|
+
"hiddenAliases": [],
|
|
4577
|
+
"id": "voiceprint:refine",
|
|
4578
|
+
"pluginAlias": "faces-cli",
|
|
4579
|
+
"pluginName": "faces-cli",
|
|
4580
|
+
"pluginType": "core",
|
|
4581
|
+
"strict": true,
|
|
4582
|
+
"enableJsonFlag": true,
|
|
4583
|
+
"isESM": true,
|
|
4584
|
+
"relativePath": [
|
|
4585
|
+
"dist",
|
|
4586
|
+
"commands",
|
|
4587
|
+
"voiceprint",
|
|
4588
|
+
"refine.js"
|
|
4589
|
+
]
|
|
4590
|
+
},
|
|
4591
|
+
"voiceprint:revert": {
|
|
4592
|
+
"aliases": [],
|
|
4593
|
+
"args": {
|
|
4594
|
+
"self_alias": {
|
|
4595
|
+
"description": "Self face alias",
|
|
4596
|
+
"name": "self_alias",
|
|
4597
|
+
"required": true
|
|
4598
|
+
}
|
|
4599
|
+
},
|
|
4600
|
+
"description": "Revert a self face's voice map to its prior version (one-deep undo; re-running toggles back). Only changes which stored recipe/baseline is active — the map text is frozen.",
|
|
4601
|
+
"examples": [
|
|
4602
|
+
"<%= config.bin %> <%= command.id %> alice"
|
|
4603
|
+
],
|
|
4604
|
+
"flags": {
|
|
4605
|
+
"json": {
|
|
4606
|
+
"description": "Format output as json.",
|
|
4607
|
+
"helpGroup": "GLOBAL",
|
|
4608
|
+
"name": "json",
|
|
4609
|
+
"allowNo": false,
|
|
4610
|
+
"type": "boolean"
|
|
4611
|
+
},
|
|
4612
|
+
"base-url": {
|
|
4613
|
+
"description": "API base URL",
|
|
4614
|
+
"env": "FACES_BASE_URL",
|
|
4615
|
+
"name": "base-url",
|
|
4616
|
+
"hasDynamicHelp": false,
|
|
4617
|
+
"multiple": false,
|
|
4618
|
+
"type": "option"
|
|
4506
4619
|
},
|
|
4507
|
-
"
|
|
4508
|
-
"description": "
|
|
4509
|
-
"
|
|
4620
|
+
"token": {
|
|
4621
|
+
"description": "JWT bearer token",
|
|
4622
|
+
"env": "FACES_TOKEN",
|
|
4623
|
+
"name": "token",
|
|
4510
4624
|
"hasDynamicHelp": false,
|
|
4511
|
-
"multiple":
|
|
4625
|
+
"multiple": false,
|
|
4512
4626
|
"type": "option"
|
|
4513
4627
|
},
|
|
4514
|
-
"
|
|
4515
|
-
"description": "
|
|
4516
|
-
"
|
|
4628
|
+
"api-key": {
|
|
4629
|
+
"description": "API key",
|
|
4630
|
+
"env": "FACES_API_KEY",
|
|
4631
|
+
"name": "api-key",
|
|
4517
4632
|
"hasDynamicHelp": false,
|
|
4518
|
-
"multiple":
|
|
4633
|
+
"multiple": false,
|
|
4519
4634
|
"type": "option"
|
|
4520
4635
|
}
|
|
4521
4636
|
},
|
|
4522
4637
|
"hasDynamicHelp": false,
|
|
4523
4638
|
"hiddenAliases": [],
|
|
4524
|
-
"id": "
|
|
4639
|
+
"id": "voiceprint:revert",
|
|
4525
4640
|
"pluginAlias": "faces-cli",
|
|
4526
4641
|
"pluginName": "faces-cli",
|
|
4527
4642
|
"pluginType": "core",
|
|
@@ -4531,20 +4646,23 @@
|
|
|
4531
4646
|
"relativePath": [
|
|
4532
4647
|
"dist",
|
|
4533
4648
|
"commands",
|
|
4534
|
-
"
|
|
4535
|
-
"
|
|
4649
|
+
"voiceprint",
|
|
4650
|
+
"revert.js"
|
|
4536
4651
|
]
|
|
4537
4652
|
},
|
|
4538
|
-
"
|
|
4653
|
+
"voiceprint:score-status": {
|
|
4539
4654
|
"aliases": [],
|
|
4540
4655
|
"args": {
|
|
4541
|
-
"
|
|
4542
|
-
"description": "
|
|
4543
|
-
"name": "
|
|
4656
|
+
"job_id": {
|
|
4657
|
+
"description": "Scoring job id",
|
|
4658
|
+
"name": "job_id",
|
|
4544
4659
|
"required": true
|
|
4545
4660
|
}
|
|
4546
4661
|
},
|
|
4547
|
-
"description": "
|
|
4662
|
+
"description": "Get the status/result of a voiceprint scoring job (from voiceprint:score without --wait)",
|
|
4663
|
+
"examples": [
|
|
4664
|
+
"<%= config.bin %> <%= command.id %> 4e13bf03-fbc1-4ad0-92ae-16984e2f9a1d"
|
|
4665
|
+
],
|
|
4548
4666
|
"flags": {
|
|
4549
4667
|
"json": {
|
|
4550
4668
|
"description": "Format output as json.",
|
|
@@ -4576,45 +4694,11 @@
|
|
|
4576
4694
|
"hasDynamicHelp": false,
|
|
4577
4695
|
"multiple": false,
|
|
4578
4696
|
"type": "option"
|
|
4579
|
-
},
|
|
4580
|
-
"k": {
|
|
4581
|
-
"description": "Number of results (1–20)",
|
|
4582
|
-
"name": "k",
|
|
4583
|
-
"default": 5,
|
|
4584
|
-
"hasDynamicHelp": false,
|
|
4585
|
-
"multiple": false,
|
|
4586
|
-
"type": "option"
|
|
4587
|
-
},
|
|
4588
|
-
"component": {
|
|
4589
|
-
"description": "Centroid component to rank on (beta, delta, epsilon are the principal components of a face; face is their composite)",
|
|
4590
|
-
"name": "component",
|
|
4591
|
-
"default": "face",
|
|
4592
|
-
"hasDynamicHelp": false,
|
|
4593
|
-
"multiple": false,
|
|
4594
|
-
"options": [
|
|
4595
|
-
"face",
|
|
4596
|
-
"beta",
|
|
4597
|
-
"delta",
|
|
4598
|
-
"epsilon"
|
|
4599
|
-
],
|
|
4600
|
-
"type": "option"
|
|
4601
|
-
},
|
|
4602
|
-
"direction": {
|
|
4603
|
-
"description": "nearest (most similar) or furthest (most dissimilar)",
|
|
4604
|
-
"name": "direction",
|
|
4605
|
-
"default": "nearest",
|
|
4606
|
-
"hasDynamicHelp": false,
|
|
4607
|
-
"multiple": false,
|
|
4608
|
-
"options": [
|
|
4609
|
-
"nearest",
|
|
4610
|
-
"furthest"
|
|
4611
|
-
],
|
|
4612
|
-
"type": "option"
|
|
4613
4697
|
}
|
|
4614
4698
|
},
|
|
4615
4699
|
"hasDynamicHelp": false,
|
|
4616
4700
|
"hiddenAliases": [],
|
|
4617
|
-
"id": "
|
|
4701
|
+
"id": "voiceprint:score-status",
|
|
4618
4702
|
"pluginAlias": "faces-cli",
|
|
4619
4703
|
"pluginName": "faces-cli",
|
|
4620
4704
|
"pluginType": "core",
|
|
@@ -4624,14 +4708,25 @@
|
|
|
4624
4708
|
"relativePath": [
|
|
4625
4709
|
"dist",
|
|
4626
4710
|
"commands",
|
|
4627
|
-
"
|
|
4628
|
-
"
|
|
4711
|
+
"voiceprint",
|
|
4712
|
+
"score-status.js"
|
|
4629
4713
|
]
|
|
4630
4714
|
},
|
|
4631
|
-
"
|
|
4715
|
+
"voiceprint:score": {
|
|
4632
4716
|
"aliases": [],
|
|
4633
|
-
"args": {
|
|
4634
|
-
|
|
4717
|
+
"args": {
|
|
4718
|
+
"face": {
|
|
4719
|
+
"description": "Face to score (alias, owner:alias, or a union like \"(alice-voiceprint | alice)\")",
|
|
4720
|
+
"name": "face",
|
|
4721
|
+
"required": true
|
|
4722
|
+
}
|
|
4723
|
+
},
|
|
4724
|
+
"description": "Score how closely a face writes like a specific person. Returns VCI (closeness, 0–100) and VFI (voice captured vs a generic baseline, 0–100). Deterministic — ideal for before/after tuning.",
|
|
4725
|
+
"examples": [
|
|
4726
|
+
"<%= config.bin %> <%= command.id %> \"(alice-voiceprint | alice)\" --emails ./sent.jsonl --wait",
|
|
4727
|
+
"<%= config.bin %> <%= command.id %> alice --emails-dir ./sent-emails/ --wait",
|
|
4728
|
+
"<%= config.bin %> <%= command.id %> alice --emails ./sent.json # prints job_id; poll with voiceprint:score-status"
|
|
4729
|
+
],
|
|
4635
4730
|
"flags": {
|
|
4636
4731
|
"json": {
|
|
4637
4732
|
"description": "Format output as json.",
|
|
@@ -4663,11 +4758,55 @@
|
|
|
4663
4758
|
"hasDynamicHelp": false,
|
|
4664
4759
|
"multiple": false,
|
|
4665
4760
|
"type": "option"
|
|
4761
|
+
},
|
|
4762
|
+
"emails": {
|
|
4763
|
+
"description": "JSON or JSONL file of the person's real writing — {id?, text} objects or plain strings (provide at least 20)",
|
|
4764
|
+
"name": "emails",
|
|
4765
|
+
"hasDynamicHelp": false,
|
|
4766
|
+
"multiple": false,
|
|
4767
|
+
"type": "option"
|
|
4768
|
+
},
|
|
4769
|
+
"emails-dir": {
|
|
4770
|
+
"description": "Directory with one sample per file (id = filename). Alternative to --emails.",
|
|
4771
|
+
"exclusive": [
|
|
4772
|
+
"emails"
|
|
4773
|
+
],
|
|
4774
|
+
"name": "emails-dir",
|
|
4775
|
+
"hasDynamicHelp": false,
|
|
4776
|
+
"multiple": false,
|
|
4777
|
+
"type": "option"
|
|
4778
|
+
},
|
|
4779
|
+
"author-corpus": {
|
|
4780
|
+
"description": "Optional larger reference of the person's writing (JSON/JSONL/dir) used to define their voice; defaults to --emails",
|
|
4781
|
+
"name": "author-corpus",
|
|
4782
|
+
"hasDynamicHelp": false,
|
|
4783
|
+
"multiple": false,
|
|
4784
|
+
"type": "option"
|
|
4785
|
+
},
|
|
4786
|
+
"model": {
|
|
4787
|
+
"description": "Model used to generate comparison drafts",
|
|
4788
|
+
"name": "model",
|
|
4789
|
+
"default": "gpt-5.4",
|
|
4790
|
+
"hasDynamicHelp": false,
|
|
4791
|
+
"multiple": false,
|
|
4792
|
+
"type": "option"
|
|
4793
|
+
},
|
|
4794
|
+
"oauth-only": {
|
|
4795
|
+
"description": "Only run when a free (OAuth) model route is available; never fall back to billed inference",
|
|
4796
|
+
"name": "oauth-only",
|
|
4797
|
+
"allowNo": false,
|
|
4798
|
+
"type": "boolean"
|
|
4799
|
+
},
|
|
4800
|
+
"wait": {
|
|
4801
|
+
"description": "Block and poll until the score is ready, then print it (default: print the job_id and return)",
|
|
4802
|
+
"name": "wait",
|
|
4803
|
+
"allowNo": false,
|
|
4804
|
+
"type": "boolean"
|
|
4666
4805
|
}
|
|
4667
4806
|
},
|
|
4668
4807
|
"hasDynamicHelp": false,
|
|
4669
4808
|
"hiddenAliases": [],
|
|
4670
|
-
"id": "
|
|
4809
|
+
"id": "voiceprint:score",
|
|
4671
4810
|
"pluginAlias": "faces-cli",
|
|
4672
4811
|
"pluginName": "faces-cli",
|
|
4673
4812
|
"pluginType": "core",
|
|
@@ -4677,20 +4816,29 @@
|
|
|
4677
4816
|
"relativePath": [
|
|
4678
4817
|
"dist",
|
|
4679
4818
|
"commands",
|
|
4680
|
-
"
|
|
4681
|
-
"
|
|
4819
|
+
"voiceprint",
|
|
4820
|
+
"score.js"
|
|
4682
4821
|
]
|
|
4683
4822
|
},
|
|
4684
|
-
"
|
|
4823
|
+
"voiceprint:upload": {
|
|
4685
4824
|
"aliases": [],
|
|
4686
4825
|
"args": {
|
|
4687
|
-
"
|
|
4688
|
-
"description": "
|
|
4689
|
-
"name": "
|
|
4826
|
+
"self_alias": {
|
|
4827
|
+
"description": "Self face alias",
|
|
4828
|
+
"name": "self_alias",
|
|
4829
|
+
"required": true
|
|
4830
|
+
},
|
|
4831
|
+
"file": {
|
|
4832
|
+
"description": "Corpus file (JSON array for thread_json, JSONL for email_jsonl)",
|
|
4833
|
+
"name": "file",
|
|
4690
4834
|
"required": true
|
|
4691
4835
|
}
|
|
4692
4836
|
},
|
|
4693
|
-
"description": "
|
|
4837
|
+
"description": "Write a self face's email corpus as threads (the source for a voiceprint build). Pure data write — no compilation, no per-message billing.",
|
|
4838
|
+
"examples": [
|
|
4839
|
+
"<%= config.bin %> <%= command.id %> alice ./corpus.json",
|
|
4840
|
+
"<%= config.bin %> <%= command.id %> alice ./mail.jsonl --type email_jsonl --emails-per-thread 50"
|
|
4841
|
+
],
|
|
4694
4842
|
"flags": {
|
|
4695
4843
|
"json": {
|
|
4696
4844
|
"description": "Format output as json.",
|
|
@@ -4723,18 +4871,30 @@
|
|
|
4723
4871
|
"multiple": false,
|
|
4724
4872
|
"type": "option"
|
|
4725
4873
|
},
|
|
4726
|
-
"
|
|
4727
|
-
"description": "
|
|
4728
|
-
"name": "
|
|
4729
|
-
"
|
|
4874
|
+
"type": {
|
|
4875
|
+
"description": "thread_json: a JSON array of canonical email objects → one room. email_jsonl: JSONL (one email/line) → chunked into several rooms.",
|
|
4876
|
+
"name": "type",
|
|
4877
|
+
"default": "thread_json",
|
|
4730
4878
|
"hasDynamicHelp": false,
|
|
4731
|
-
"multiple":
|
|
4879
|
+
"multiple": false,
|
|
4880
|
+
"options": [
|
|
4881
|
+
"thread_json",
|
|
4882
|
+
"email_jsonl"
|
|
4883
|
+
],
|
|
4884
|
+
"type": "option"
|
|
4885
|
+
},
|
|
4886
|
+
"emails-per-thread": {
|
|
4887
|
+
"description": "For --type email_jsonl: emails per room (default 50)",
|
|
4888
|
+
"name": "emails-per-thread",
|
|
4889
|
+
"default": 50,
|
|
4890
|
+
"hasDynamicHelp": false,
|
|
4891
|
+
"multiple": false,
|
|
4732
4892
|
"type": "option"
|
|
4733
4893
|
}
|
|
4734
4894
|
},
|
|
4735
4895
|
"hasDynamicHelp": false,
|
|
4736
4896
|
"hiddenAliases": [],
|
|
4737
|
-
"id": "
|
|
4897
|
+
"id": "voiceprint:upload",
|
|
4738
4898
|
"pluginAlias": "faces-cli",
|
|
4739
4899
|
"pluginName": "faces-cli",
|
|
4740
4900
|
"pluginType": "core",
|
|
@@ -4744,20 +4904,23 @@
|
|
|
4744
4904
|
"relativePath": [
|
|
4745
4905
|
"dist",
|
|
4746
4906
|
"commands",
|
|
4747
|
-
"
|
|
4748
|
-
"
|
|
4907
|
+
"voiceprint",
|
|
4908
|
+
"upload.js"
|
|
4749
4909
|
]
|
|
4750
4910
|
},
|
|
4751
|
-
"
|
|
4911
|
+
"voiceprint:versions": {
|
|
4752
4912
|
"aliases": [],
|
|
4753
4913
|
"args": {
|
|
4754
|
-
"
|
|
4755
|
-
"description": "
|
|
4756
|
-
"name": "
|
|
4914
|
+
"self_alias": {
|
|
4915
|
+
"description": "Self face alias",
|
|
4916
|
+
"name": "self_alias",
|
|
4757
4917
|
"required": true
|
|
4758
4918
|
}
|
|
4759
4919
|
},
|
|
4760
|
-
"description": "
|
|
4920
|
+
"description": "List a self face's voice-map versions (active + one prior). Retention is one-deep; toggle with voiceprint:revert.",
|
|
4921
|
+
"examples": [
|
|
4922
|
+
"<%= config.bin %> <%= command.id %> alice"
|
|
4923
|
+
],
|
|
4761
4924
|
"flags": {
|
|
4762
4925
|
"json": {
|
|
4763
4926
|
"description": "Format output as json.",
|
|
@@ -4789,50 +4952,11 @@
|
|
|
4789
4952
|
"hasDynamicHelp": false,
|
|
4790
4953
|
"multiple": false,
|
|
4791
4954
|
"type": "option"
|
|
4792
|
-
},
|
|
4793
|
-
"file": {
|
|
4794
|
-
"description": "File to upload",
|
|
4795
|
-
"name": "file",
|
|
4796
|
-
"required": true,
|
|
4797
|
-
"hasDynamicHelp": false,
|
|
4798
|
-
"multiple": false,
|
|
4799
|
-
"type": "option"
|
|
4800
|
-
},
|
|
4801
|
-
"kind": {
|
|
4802
|
-
"description": "Upload kind: document or thread",
|
|
4803
|
-
"name": "kind",
|
|
4804
|
-
"default": "document",
|
|
4805
|
-
"hasDynamicHelp": false,
|
|
4806
|
-
"multiple": false,
|
|
4807
|
-
"options": [
|
|
4808
|
-
"document",
|
|
4809
|
-
"thread"
|
|
4810
|
-
],
|
|
4811
|
-
"type": "option"
|
|
4812
|
-
},
|
|
4813
|
-
"perspective": {
|
|
4814
|
-
"description": "Perspective (document only)",
|
|
4815
|
-
"name": "perspective",
|
|
4816
|
-
"default": "third-person",
|
|
4817
|
-
"hasDynamicHelp": false,
|
|
4818
|
-
"multiple": false,
|
|
4819
|
-
"options": [
|
|
4820
|
-
"first-person",
|
|
4821
|
-
"third-person"
|
|
4822
|
-
],
|
|
4823
|
-
"type": "option"
|
|
4824
|
-
},
|
|
4825
|
-
"face-speaker": {
|
|
4826
|
-
"description": "Speaker name to map to the face (thread only). If omitted, first speaker is used.",
|
|
4827
|
-
"name": "face-speaker",
|
|
4828
|
-
"hasDynamicHelp": false,
|
|
4829
|
-
"multiple": false,
|
|
4830
|
-
"type": "option"
|
|
4831
4955
|
}
|
|
4832
4956
|
},
|
|
4833
4957
|
"hasDynamicHelp": false,
|
|
4834
4958
|
"hiddenAliases": [],
|
|
4835
|
-
"id": "
|
|
4959
|
+
"id": "voiceprint:versions",
|
|
4836
4960
|
"pluginAlias": "faces-cli",
|
|
4837
4961
|
"pluginName": "faces-cli",
|
|
4838
4962
|
"pluginType": "core",
|
|
@@ -4842,8 +4966,8 @@
|
|
|
4842
4966
|
"relativePath": [
|
|
4843
4967
|
"dist",
|
|
4844
4968
|
"commands",
|
|
4845
|
-
"
|
|
4846
|
-
"
|
|
4969
|
+
"voiceprint",
|
|
4970
|
+
"versions.js"
|
|
4847
4971
|
]
|
|
4848
4972
|
},
|
|
4849
4973
|
"billing:subscription:activate": {
|
|
@@ -6888,5 +7012,5 @@
|
|
|
6888
7012
|
]
|
|
6889
7013
|
}
|
|
6890
7014
|
},
|
|
6891
|
-
"version": "1.7.
|
|
7015
|
+
"version": "1.7.6"
|
|
6892
7016
|
}
|