ccsidekick 1.6.3 → 1.6.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/dist/ccsidekick-render.js +11 -0
- package/dist/ccsidekick.js +11 -0
- package/package.json +1 -1
|
@@ -164,6 +164,17 @@ var pricing_default = [
|
|
|
164
164
|
batch_input: 5,
|
|
165
165
|
batch_output: 25
|
|
166
166
|
},
|
|
167
|
+
{
|
|
168
|
+
key: "claude-opus-5",
|
|
169
|
+
input: 5,
|
|
170
|
+
output: 25,
|
|
171
|
+
cache_write_5m: 6.25,
|
|
172
|
+
cache_write_1h: 10,
|
|
173
|
+
cache_read: 0.5,
|
|
174
|
+
batch_input: 2.5,
|
|
175
|
+
batch_output: 12.5,
|
|
176
|
+
fast_mult: 2
|
|
177
|
+
},
|
|
167
178
|
{
|
|
168
179
|
key: "claude-opus-4-8",
|
|
169
180
|
input: 5,
|
package/dist/ccsidekick.js
CHANGED
|
@@ -2581,6 +2581,17 @@ var init_pricing = __esm(() => {
|
|
|
2581
2581
|
batch_input: 5,
|
|
2582
2582
|
batch_output: 25
|
|
2583
2583
|
},
|
|
2584
|
+
{
|
|
2585
|
+
key: "claude-opus-5",
|
|
2586
|
+
input: 5,
|
|
2587
|
+
output: 25,
|
|
2588
|
+
cache_write_5m: 6.25,
|
|
2589
|
+
cache_write_1h: 10,
|
|
2590
|
+
cache_read: 0.5,
|
|
2591
|
+
batch_input: 2.5,
|
|
2592
|
+
batch_output: 12.5,
|
|
2593
|
+
fast_mult: 2
|
|
2594
|
+
},
|
|
2584
2595
|
{
|
|
2585
2596
|
key: "claude-opus-4-8",
|
|
2586
2597
|
input: 5,
|