ccsidekick 1.8.0 → 1.9.0
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/ccsidekick-render.js +11 -0
- package/dist/ccsidekick.js +11 -0
- package/package.json +1 -1
|
@@ -346,6 +346,17 @@ var pricing_default = [
|
|
|
346
346
|
cache_read: 0.25,
|
|
347
347
|
batch_input: 5,
|
|
348
348
|
batch_output: 25
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
key: "claude-opus-5-5",
|
|
352
|
+
input: 4,
|
|
353
|
+
output: 20,
|
|
354
|
+
cache_write_5m: 5,
|
|
355
|
+
cache_write_1h: 8,
|
|
356
|
+
cache_read: 0.2,
|
|
357
|
+
batch_input: 2,
|
|
358
|
+
batch_output: 10,
|
|
359
|
+
fast_mult: 2
|
|
349
360
|
}
|
|
350
361
|
];
|
|
351
362
|
|
package/dist/ccsidekick.js
CHANGED
|
@@ -2763,6 +2763,17 @@ var init_pricing = __esm(() => {
|
|
|
2763
2763
|
cache_read: 0.25,
|
|
2764
2764
|
batch_input: 5,
|
|
2765
2765
|
batch_output: 25
|
|
2766
|
+
},
|
|
2767
|
+
{
|
|
2768
|
+
key: "claude-opus-5-5",
|
|
2769
|
+
input: 4,
|
|
2770
|
+
output: 20,
|
|
2771
|
+
cache_write_5m: 5,
|
|
2772
|
+
cache_write_1h: 8,
|
|
2773
|
+
cache_read: 0.2,
|
|
2774
|
+
batch_input: 2,
|
|
2775
|
+
batch_output: 10,
|
|
2776
|
+
fast_mult: 2
|
|
2766
2777
|
}
|
|
2767
2778
|
];
|
|
2768
2779
|
});
|