cost-katana-cli 2.0.2 → 2.0.3

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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -54,7 +54,7 @@ That's it!
54
54
 
55
55
  **What's included:**
56
56
  - ✅ 44 feature sections covering every Cost Katana capability
57
- - ✅ CLI examples and guides in [Section 9](https://github.com/Hypothesize-Tech/costkatana-examples/tree/main/9-cli)
57
+ - ✅ CLI examples and guides in [Section 9](https://github.com/Hypothesize-Tech/costkatana-examples/tree/master/9-cli)
58
58
  - ✅ HTTP REST API examples (`.http` files)
59
59
  - ✅ TypeScript/Node.js examples
60
60
  - ✅ Python SDK examples
@@ -62,11 +62,11 @@ That's it!
62
62
  - ✅ Real-world use cases with best practices
63
63
 
64
64
  **Popular examples:**
65
- - [CLI Examples](https://github.com/Hypothesize-Tech/costkatana-examples/tree/main/9-cli) - Complete CLI guides
66
- - [Cost Tracking](https://github.com/Hypothesize-Tech/costkatana-examples/tree/main/1-cost-tracking) - Track costs across all providers
67
- - [Webhooks](https://github.com/Hypothesize-Tech/costkatana-examples/tree/main/10-webhooks) - Real-time notifications
68
- - [Workflows](https://github.com/Hypothesize-Tech/costkatana-examples/tree/main/13-workflows) - Multi-step AI orchestration
69
- - [Semantic Caching](https://github.com/Hypothesize-Tech/costkatana-examples/tree/main/14-cache) - 30-40% cost reduction
65
+ - [CLI Examples](https://github.com/Hypothesize-Tech/costkatana-examples/tree/master/9-cli) - Complete CLI guides
66
+ - [Cost Tracking](https://github.com/Hypothesize-Tech/costkatana-examples/tree/master/1-cost-tracking) - Track costs across all providers
67
+ - [Webhooks](https://github.com/Hypothesize-Tech/costkatana-examples/tree/master/10-webhooks) - Real-time notifications
68
+ - [Workflows](https://github.com/Hypothesize-Tech/costkatana-examples/tree/master/13-workflows) - Multi-step AI orchestration
69
+ - [Semantic Caching](https://github.com/Hypothesize-Tech/costkatana-examples/tree/master/14-cache) - 30-40% cost reduction
70
70
 
71
71
  ---
72
72
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cost-katana-cli",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "The simplest AI CLI. Chat with any AI model and track costs automatically.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",