ccsidekick 1.6.5 → 1.8.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.
@@ -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",
@@ -347,6 +336,16 @@ var pricing_default = [
347
336
  cache_read: 1.5,
348
337
  batch_input: 7.5,
349
338
  batch_output: 37.5
339
+ },
340
+ {
341
+ key: "claude-fable-5-1",
342
+ input: 10,
343
+ output: 50,
344
+ cache_write_5m: 12.5,
345
+ cache_write_1h: 20,
346
+ cache_read: 0.25,
347
+ batch_input: 5,
348
+ batch_output: 25
350
349
  }
351
350
  ];
352
351
 
@@ -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",
@@ -2764,6 +2753,16 @@ var init_pricing = __esm(() => {
2764
2753
  cache_read: 1.5,
2765
2754
  batch_input: 7.5,
2766
2755
  batch_output: 37.5
2756
+ },
2757
+ {
2758
+ key: "claude-fable-5-1",
2759
+ input: 10,
2760
+ output: 50,
2761
+ cache_write_5m: 12.5,
2762
+ cache_write_1h: 20,
2763
+ cache_read: 0.25,
2764
+ batch_input: 5,
2765
+ batch_output: 25
2767
2766
  }
2768
2767
  ];
2769
2768
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccsidekick",
3
- "version": "1.6.5",
3
+ "version": "1.8.0",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "exports": {