@0xkahi/pi-qol 0.0.3 → 0.0.4
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/assets/config.schema.json +9 -53
- package/package.json +1 -1
|
@@ -43,14 +43,9 @@
|
|
|
43
43
|
"provider",
|
|
44
44
|
"modelId",
|
|
45
45
|
"reasoning"
|
|
46
|
-
]
|
|
47
|
-
"additionalProperties": false
|
|
46
|
+
]
|
|
48
47
|
}
|
|
49
|
-
}
|
|
50
|
-
"required": [
|
|
51
|
-
"enabled"
|
|
52
|
-
],
|
|
53
|
-
"additionalProperties": false
|
|
48
|
+
}
|
|
54
49
|
},
|
|
55
50
|
"model_select": {
|
|
56
51
|
"default": {
|
|
@@ -81,8 +76,7 @@
|
|
|
81
76
|
"required": [
|
|
82
77
|
"provider",
|
|
83
78
|
"modelId"
|
|
84
|
-
]
|
|
85
|
-
"additionalProperties": false
|
|
79
|
+
]
|
|
86
80
|
}
|
|
87
81
|
},
|
|
88
82
|
"provider_filter": {
|
|
@@ -101,14 +95,7 @@
|
|
|
101
95
|
"overlay"
|
|
102
96
|
]
|
|
103
97
|
}
|
|
104
|
-
}
|
|
105
|
-
"required": [
|
|
106
|
-
"enabled",
|
|
107
|
-
"favourite",
|
|
108
|
-
"provider_filter",
|
|
109
|
-
"layout"
|
|
110
|
-
],
|
|
111
|
-
"additionalProperties": false
|
|
98
|
+
}
|
|
112
99
|
},
|
|
113
100
|
"custom_footer": {
|
|
114
101
|
"default": {
|
|
@@ -160,12 +147,7 @@
|
|
|
160
147
|
"type": "string",
|
|
161
148
|
"pattern": "^#[0-9a-fA-F]{6}$"
|
|
162
149
|
}
|
|
163
|
-
}
|
|
164
|
-
"required": [
|
|
165
|
-
"anthropicUsage",
|
|
166
|
-
"codexUsage"
|
|
167
|
-
],
|
|
168
|
-
"additionalProperties": false
|
|
150
|
+
}
|
|
169
151
|
},
|
|
170
152
|
"icons": {
|
|
171
153
|
"default": {
|
|
@@ -197,15 +179,7 @@
|
|
|
197
179
|
"default": " ",
|
|
198
180
|
"type": "string"
|
|
199
181
|
}
|
|
200
|
-
}
|
|
201
|
-
"required": [
|
|
202
|
-
"directory",
|
|
203
|
-
"refresh",
|
|
204
|
-
"cache",
|
|
205
|
-
"cacheRead",
|
|
206
|
-
"cacheWrite"
|
|
207
|
-
],
|
|
208
|
-
"additionalProperties": false
|
|
182
|
+
}
|
|
209
183
|
},
|
|
210
184
|
"display": {
|
|
211
185
|
"default": {
|
|
@@ -222,27 +196,9 @@
|
|
|
222
196
|
"default": true,
|
|
223
197
|
"type": "boolean"
|
|
224
198
|
}
|
|
225
|
-
}
|
|
226
|
-
"required": [
|
|
227
|
-
"tokens",
|
|
228
|
-
"cache"
|
|
229
|
-
],
|
|
230
|
-
"additionalProperties": false
|
|
199
|
+
}
|
|
231
200
|
}
|
|
232
|
-
}
|
|
233
|
-
"required": [
|
|
234
|
-
"enabled",
|
|
235
|
-
"colors",
|
|
236
|
-
"icons",
|
|
237
|
-
"display"
|
|
238
|
-
],
|
|
239
|
-
"additionalProperties": false
|
|
201
|
+
}
|
|
240
202
|
}
|
|
241
|
-
}
|
|
242
|
-
"required": [
|
|
243
|
-
"auto_session_name",
|
|
244
|
-
"model_select",
|
|
245
|
-
"custom_footer"
|
|
246
|
-
],
|
|
247
|
-
"additionalProperties": false
|
|
203
|
+
}
|
|
248
204
|
}
|