ccsidekick 1.7.0 → 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.
@@ -336,6 +336,16 @@ var pricing_default = [
336
336
  cache_read: 1.5,
337
337
  batch_input: 7.5,
338
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
339
349
  }
340
350
  ];
341
351
 
@@ -2753,6 +2753,16 @@ var init_pricing = __esm(() => {
2753
2753
  cache_read: 1.5,
2754
2754
  batch_input: 7.5,
2755
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
2756
2766
  }
2757
2767
  ];
2758
2768
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccsidekick",
3
- "version": "1.7.0",
3
+ "version": "1.8.0",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "exports": {