ccsidekick 1.6.5 → 1.7.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 +1 -12
- package/dist/ccsidekick.js +1 -12
- package/package.json +1 -1
|
@@ -245,18 +245,7 @@ var pricing_default = [
|
|
|
245
245
|
cache_write_1h: 4,
|
|
246
246
|
cache_read: 0.2,
|
|
247
247
|
batch_input: 1,
|
|
248
|
-
batch_output: 5
|
|
249
|
-
until: "2026-09-01"
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
key: "claude-sonnet-5",
|
|
253
|
-
input: 3,
|
|
254
|
-
output: 15,
|
|
255
|
-
cache_write_5m: 3.75,
|
|
256
|
-
cache_write_1h: 6,
|
|
257
|
-
cache_read: 0.3,
|
|
258
|
-
batch_input: 1.5,
|
|
259
|
-
batch_output: 7.5
|
|
248
|
+
batch_output: 5
|
|
260
249
|
},
|
|
261
250
|
{
|
|
262
251
|
key: "claude-sonnet-4-6",
|
package/dist/ccsidekick.js
CHANGED
|
@@ -2662,18 +2662,7 @@ var init_pricing = __esm(() => {
|
|
|
2662
2662
|
cache_write_1h: 4,
|
|
2663
2663
|
cache_read: 0.2,
|
|
2664
2664
|
batch_input: 1,
|
|
2665
|
-
batch_output: 5
|
|
2666
|
-
until: "2026-09-01"
|
|
2667
|
-
},
|
|
2668
|
-
{
|
|
2669
|
-
key: "claude-sonnet-5",
|
|
2670
|
-
input: 3,
|
|
2671
|
-
output: 15,
|
|
2672
|
-
cache_write_5m: 3.75,
|
|
2673
|
-
cache_write_1h: 6,
|
|
2674
|
-
cache_read: 0.3,
|
|
2675
|
-
batch_input: 1.5,
|
|
2676
|
-
batch_output: 7.5
|
|
2665
|
+
batch_output: 5
|
|
2677
2666
|
},
|
|
2678
2667
|
{
|
|
2679
2668
|
key: "claude-sonnet-4-6",
|