@character-foundry/character-foundry 0.4.1-dev.1765941557 → 0.4.2-dev.1765942273
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/charx.cjs +2 -2
- package/dist/charx.cjs.map +1 -1
- package/dist/charx.d.cts +18 -9
- package/dist/charx.d.ts +18 -9
- package/dist/charx.js +2 -2
- package/dist/charx.js.map +1 -1
- package/dist/exporter.cjs +2 -2
- package/dist/exporter.cjs.map +1 -1
- package/dist/exporter.d.cts +18 -9
- package/dist/exporter.d.ts +18 -9
- package/dist/exporter.js +2 -2
- package/dist/exporter.js.map +1 -1
- package/dist/federation.d.cts +18 -9
- package/dist/federation.d.ts +18 -9
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +42 -21
- package/dist/index.d.ts +42 -21
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/loader.cjs +2 -2
- package/dist/loader.cjs.map +1 -1
- package/dist/loader.d.cts +28 -14
- package/dist/loader.d.ts +28 -14
- package/dist/loader.js +2 -2
- package/dist/loader.js.map +1 -1
- package/dist/lorebook.d.cts +34 -17
- package/dist/lorebook.d.ts +34 -17
- package/dist/normalizer.cjs +2 -2
- package/dist/normalizer.cjs.map +1 -1
- package/dist/normalizer.d.cts +60 -30
- package/dist/normalizer.d.ts +60 -30
- package/dist/normalizer.js +2 -2
- package/dist/normalizer.js.map +1 -1
- package/dist/png.cjs +2 -2
- package/dist/png.cjs.map +1 -1
- package/dist/png.d.cts +32 -16
- package/dist/png.d.ts +32 -16
- package/dist/png.js +2 -2
- package/dist/png.js.map +1 -1
- package/dist/schemas.cjs +2 -2
- package/dist/schemas.cjs.map +1 -1
- package/dist/schemas.d.cts +96 -48
- package/dist/schemas.d.ts +96 -48
- package/dist/schemas.js +2 -2
- package/dist/schemas.js.map +1 -1
- package/dist/voxta.cjs +2 -2
- package/dist/voxta.cjs.map +1 -1
- package/dist/voxta.d.cts +28 -14
- package/dist/voxta.d.ts +28 -14
- package/dist/voxta.js +2 -2
- package/dist/voxta.js.map +1 -1
- package/package.json +7 -7
package/dist/loader.d.cts
CHANGED
|
@@ -33,7 +33,8 @@ declare const CCv3CharacterBookSchema: z.ZodObject<{
|
|
|
33
33
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
34
34
|
z.ZodEnum<[
|
|
35
35
|
"before_char",
|
|
36
|
-
"after_char"
|
|
36
|
+
"after_char",
|
|
37
|
+
"in_chat"
|
|
37
38
|
]>,
|
|
38
39
|
z.ZodNumber,
|
|
39
40
|
z.ZodLiteral<"">
|
|
@@ -76,7 +77,8 @@ declare const CCv3CharacterBookSchema: z.ZodObject<{
|
|
|
76
77
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
77
78
|
z.ZodEnum<[
|
|
78
79
|
"before_char",
|
|
79
|
-
"after_char"
|
|
80
|
+
"after_char",
|
|
81
|
+
"in_chat"
|
|
80
82
|
]>,
|
|
81
83
|
z.ZodNumber,
|
|
82
84
|
z.ZodLiteral<"">
|
|
@@ -119,7 +121,8 @@ declare const CCv3CharacterBookSchema: z.ZodObject<{
|
|
|
119
121
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
120
122
|
z.ZodEnum<[
|
|
121
123
|
"before_char",
|
|
122
|
-
"after_char"
|
|
124
|
+
"after_char",
|
|
125
|
+
"in_chat"
|
|
123
126
|
]>,
|
|
124
127
|
z.ZodNumber,
|
|
125
128
|
z.ZodLiteral<"">
|
|
@@ -164,7 +167,8 @@ declare const CCv3CharacterBookSchema: z.ZodObject<{
|
|
|
164
167
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
165
168
|
z.ZodEnum<[
|
|
166
169
|
"before_char",
|
|
167
|
-
"after_char"
|
|
170
|
+
"after_char",
|
|
171
|
+
"in_chat"
|
|
168
172
|
]>,
|
|
169
173
|
z.ZodNumber,
|
|
170
174
|
z.ZodLiteral<"">
|
|
@@ -215,7 +219,8 @@ declare const CCv3CharacterBookSchema: z.ZodObject<{
|
|
|
215
219
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
216
220
|
z.ZodEnum<[
|
|
217
221
|
"before_char",
|
|
218
|
-
"after_char"
|
|
222
|
+
"after_char",
|
|
223
|
+
"in_chat"
|
|
219
224
|
]>,
|
|
220
225
|
z.ZodNumber,
|
|
221
226
|
z.ZodLiteral<"">
|
|
@@ -291,7 +296,8 @@ declare const CCv3DataSchema: z.ZodObject<{
|
|
|
291
296
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
292
297
|
z.ZodEnum<[
|
|
293
298
|
"before_char",
|
|
294
|
-
"after_char"
|
|
299
|
+
"after_char",
|
|
300
|
+
"in_chat"
|
|
295
301
|
]>,
|
|
296
302
|
z.ZodNumber,
|
|
297
303
|
z.ZodLiteral<"">
|
|
@@ -334,7 +340,8 @@ declare const CCv3DataSchema: z.ZodObject<{
|
|
|
334
340
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
335
341
|
z.ZodEnum<[
|
|
336
342
|
"before_char",
|
|
337
|
-
"after_char"
|
|
343
|
+
"after_char",
|
|
344
|
+
"in_chat"
|
|
338
345
|
]>,
|
|
339
346
|
z.ZodNumber,
|
|
340
347
|
z.ZodLiteral<"">
|
|
@@ -377,7 +384,8 @@ declare const CCv3DataSchema: z.ZodObject<{
|
|
|
377
384
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
378
385
|
z.ZodEnum<[
|
|
379
386
|
"before_char",
|
|
380
|
-
"after_char"
|
|
387
|
+
"after_char",
|
|
388
|
+
"in_chat"
|
|
381
389
|
]>,
|
|
382
390
|
z.ZodNumber,
|
|
383
391
|
z.ZodLiteral<"">
|
|
@@ -422,7 +430,8 @@ declare const CCv3DataSchema: z.ZodObject<{
|
|
|
422
430
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
423
431
|
z.ZodEnum<[
|
|
424
432
|
"before_char",
|
|
425
|
-
"after_char"
|
|
433
|
+
"after_char",
|
|
434
|
+
"in_chat"
|
|
426
435
|
]>,
|
|
427
436
|
z.ZodNumber,
|
|
428
437
|
z.ZodLiteral<"">
|
|
@@ -473,7 +482,8 @@ declare const CCv3DataSchema: z.ZodObject<{
|
|
|
473
482
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
474
483
|
z.ZodEnum<[
|
|
475
484
|
"before_char",
|
|
476
|
-
"after_char"
|
|
485
|
+
"after_char",
|
|
486
|
+
"in_chat"
|
|
477
487
|
]>,
|
|
478
488
|
z.ZodNumber,
|
|
479
489
|
z.ZodLiteral<"">
|
|
@@ -572,7 +582,8 @@ declare const CCv3DataSchema: z.ZodObject<{
|
|
|
572
582
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
573
583
|
z.ZodEnum<[
|
|
574
584
|
"before_char",
|
|
575
|
-
"after_char"
|
|
585
|
+
"after_char",
|
|
586
|
+
"in_chat"
|
|
576
587
|
]>,
|
|
577
588
|
z.ZodNumber,
|
|
578
589
|
z.ZodLiteral<"">
|
|
@@ -647,7 +658,8 @@ declare const CCv3DataSchema: z.ZodObject<{
|
|
|
647
658
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
648
659
|
z.ZodEnum<[
|
|
649
660
|
"before_char",
|
|
650
|
-
"after_char"
|
|
661
|
+
"after_char",
|
|
662
|
+
"in_chat"
|
|
651
663
|
]>,
|
|
652
664
|
z.ZodNumber,
|
|
653
665
|
z.ZodLiteral<"">
|
|
@@ -732,7 +744,8 @@ declare const CCv3DataSchema: z.ZodObject<{
|
|
|
732
744
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
733
745
|
z.ZodEnum<[
|
|
734
746
|
"before_char",
|
|
735
|
-
"after_char"
|
|
747
|
+
"after_char",
|
|
748
|
+
"in_chat"
|
|
736
749
|
]>,
|
|
737
750
|
z.ZodNumber,
|
|
738
751
|
z.ZodLiteral<"">
|
|
@@ -811,7 +824,8 @@ declare const CCv3DataSchema: z.ZodObject<{
|
|
|
811
824
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
812
825
|
z.ZodEnum<[
|
|
813
826
|
"before_char",
|
|
814
|
-
"after_char"
|
|
827
|
+
"after_char",
|
|
828
|
+
"in_chat"
|
|
815
829
|
]>,
|
|
816
830
|
z.ZodNumber,
|
|
817
831
|
z.ZodLiteral<"">
|
package/dist/loader.d.ts
CHANGED
|
@@ -33,7 +33,8 @@ declare const CCv3CharacterBookSchema: z.ZodObject<{
|
|
|
33
33
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
34
34
|
z.ZodEnum<[
|
|
35
35
|
"before_char",
|
|
36
|
-
"after_char"
|
|
36
|
+
"after_char",
|
|
37
|
+
"in_chat"
|
|
37
38
|
]>,
|
|
38
39
|
z.ZodNumber,
|
|
39
40
|
z.ZodLiteral<"">
|
|
@@ -76,7 +77,8 @@ declare const CCv3CharacterBookSchema: z.ZodObject<{
|
|
|
76
77
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
77
78
|
z.ZodEnum<[
|
|
78
79
|
"before_char",
|
|
79
|
-
"after_char"
|
|
80
|
+
"after_char",
|
|
81
|
+
"in_chat"
|
|
80
82
|
]>,
|
|
81
83
|
z.ZodNumber,
|
|
82
84
|
z.ZodLiteral<"">
|
|
@@ -119,7 +121,8 @@ declare const CCv3CharacterBookSchema: z.ZodObject<{
|
|
|
119
121
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
120
122
|
z.ZodEnum<[
|
|
121
123
|
"before_char",
|
|
122
|
-
"after_char"
|
|
124
|
+
"after_char",
|
|
125
|
+
"in_chat"
|
|
123
126
|
]>,
|
|
124
127
|
z.ZodNumber,
|
|
125
128
|
z.ZodLiteral<"">
|
|
@@ -164,7 +167,8 @@ declare const CCv3CharacterBookSchema: z.ZodObject<{
|
|
|
164
167
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
165
168
|
z.ZodEnum<[
|
|
166
169
|
"before_char",
|
|
167
|
-
"after_char"
|
|
170
|
+
"after_char",
|
|
171
|
+
"in_chat"
|
|
168
172
|
]>,
|
|
169
173
|
z.ZodNumber,
|
|
170
174
|
z.ZodLiteral<"">
|
|
@@ -215,7 +219,8 @@ declare const CCv3CharacterBookSchema: z.ZodObject<{
|
|
|
215
219
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
216
220
|
z.ZodEnum<[
|
|
217
221
|
"before_char",
|
|
218
|
-
"after_char"
|
|
222
|
+
"after_char",
|
|
223
|
+
"in_chat"
|
|
219
224
|
]>,
|
|
220
225
|
z.ZodNumber,
|
|
221
226
|
z.ZodLiteral<"">
|
|
@@ -291,7 +296,8 @@ declare const CCv3DataSchema: z.ZodObject<{
|
|
|
291
296
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
292
297
|
z.ZodEnum<[
|
|
293
298
|
"before_char",
|
|
294
|
-
"after_char"
|
|
299
|
+
"after_char",
|
|
300
|
+
"in_chat"
|
|
295
301
|
]>,
|
|
296
302
|
z.ZodNumber,
|
|
297
303
|
z.ZodLiteral<"">
|
|
@@ -334,7 +340,8 @@ declare const CCv3DataSchema: z.ZodObject<{
|
|
|
334
340
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
335
341
|
z.ZodEnum<[
|
|
336
342
|
"before_char",
|
|
337
|
-
"after_char"
|
|
343
|
+
"after_char",
|
|
344
|
+
"in_chat"
|
|
338
345
|
]>,
|
|
339
346
|
z.ZodNumber,
|
|
340
347
|
z.ZodLiteral<"">
|
|
@@ -377,7 +384,8 @@ declare const CCv3DataSchema: z.ZodObject<{
|
|
|
377
384
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
378
385
|
z.ZodEnum<[
|
|
379
386
|
"before_char",
|
|
380
|
-
"after_char"
|
|
387
|
+
"after_char",
|
|
388
|
+
"in_chat"
|
|
381
389
|
]>,
|
|
382
390
|
z.ZodNumber,
|
|
383
391
|
z.ZodLiteral<"">
|
|
@@ -422,7 +430,8 @@ declare const CCv3DataSchema: z.ZodObject<{
|
|
|
422
430
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
423
431
|
z.ZodEnum<[
|
|
424
432
|
"before_char",
|
|
425
|
-
"after_char"
|
|
433
|
+
"after_char",
|
|
434
|
+
"in_chat"
|
|
426
435
|
]>,
|
|
427
436
|
z.ZodNumber,
|
|
428
437
|
z.ZodLiteral<"">
|
|
@@ -473,7 +482,8 @@ declare const CCv3DataSchema: z.ZodObject<{
|
|
|
473
482
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
474
483
|
z.ZodEnum<[
|
|
475
484
|
"before_char",
|
|
476
|
-
"after_char"
|
|
485
|
+
"after_char",
|
|
486
|
+
"in_chat"
|
|
477
487
|
]>,
|
|
478
488
|
z.ZodNumber,
|
|
479
489
|
z.ZodLiteral<"">
|
|
@@ -572,7 +582,8 @@ declare const CCv3DataSchema: z.ZodObject<{
|
|
|
572
582
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
573
583
|
z.ZodEnum<[
|
|
574
584
|
"before_char",
|
|
575
|
-
"after_char"
|
|
585
|
+
"after_char",
|
|
586
|
+
"in_chat"
|
|
576
587
|
]>,
|
|
577
588
|
z.ZodNumber,
|
|
578
589
|
z.ZodLiteral<"">
|
|
@@ -647,7 +658,8 @@ declare const CCv3DataSchema: z.ZodObject<{
|
|
|
647
658
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
648
659
|
z.ZodEnum<[
|
|
649
660
|
"before_char",
|
|
650
|
-
"after_char"
|
|
661
|
+
"after_char",
|
|
662
|
+
"in_chat"
|
|
651
663
|
]>,
|
|
652
664
|
z.ZodNumber,
|
|
653
665
|
z.ZodLiteral<"">
|
|
@@ -732,7 +744,8 @@ declare const CCv3DataSchema: z.ZodObject<{
|
|
|
732
744
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
733
745
|
z.ZodEnum<[
|
|
734
746
|
"before_char",
|
|
735
|
-
"after_char"
|
|
747
|
+
"after_char",
|
|
748
|
+
"in_chat"
|
|
736
749
|
]>,
|
|
737
750
|
z.ZodNumber,
|
|
738
751
|
z.ZodLiteral<"">
|
|
@@ -811,7 +824,8 @@ declare const CCv3DataSchema: z.ZodObject<{
|
|
|
811
824
|
position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
|
|
812
825
|
z.ZodEnum<[
|
|
813
826
|
"before_char",
|
|
814
|
-
"after_char"
|
|
827
|
+
"after_char",
|
|
828
|
+
"in_chat"
|
|
815
829
|
]>,
|
|
816
830
|
z.ZodNumber,
|
|
817
831
|
z.ZodLiteral<"">
|
package/dist/loader.js
CHANGED
|
@@ -473,7 +473,7 @@ var CCv2LorebookEntrySchema = z2.object({
|
|
|
473
473
|
selective: z2.boolean().nullable().optional(),
|
|
474
474
|
secondary_keys: z2.array(z2.string()).nullable().optional(),
|
|
475
475
|
constant: z2.boolean().nullable().optional(),
|
|
476
|
-
position: z2.union([z2.enum(["before_char", "after_char"]), z2.number().int(), z2.literal("")]).nullable().optional()
|
|
476
|
+
position: z2.union([z2.enum(["before_char", "after_char", "in_chat"]), z2.number().int(), z2.literal("")]).nullable().optional()
|
|
477
477
|
}).passthrough();
|
|
478
478
|
var CCv2CharacterBookSchema = z2.object({
|
|
479
479
|
name: z2.string().optional(),
|
|
@@ -537,7 +537,7 @@ var CCv3LorebookEntrySchema = z3.object({
|
|
|
537
537
|
selective: z3.boolean().nullable().optional(),
|
|
538
538
|
secondary_keys: z3.array(z3.string()).nullable().optional(),
|
|
539
539
|
constant: z3.boolean().nullable().optional(),
|
|
540
|
-
position: z3.union([z3.enum(["before_char", "after_char"]), z3.number().int(), z3.literal("")]).nullable().optional(),
|
|
540
|
+
position: z3.union([z3.enum(["before_char", "after_char", "in_chat"]), z3.number().int(), z3.literal("")]).nullable().optional(),
|
|
541
541
|
extensions: z3.record(z3.unknown()).optional(),
|
|
542
542
|
// v3 specific - also lenient with types since SillyTavern uses numbers for enums
|
|
543
543
|
automation_id: z3.string().optional(),
|