fest-gateway 0.1.0 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Fest
2
2
 
3
+ [![CI](https://github.com/cliftonc/fest-gateway/actions/workflows/ci.yml/badge.svg)](https://github.com/cliftonc/fest-gateway/actions/workflows/ci.yml)
4
+ [![npm](https://img.shields.io/npm/v/fest-gateway.svg)](https://www.npmjs.com/package/fest-gateway)
5
+
3
6
  A self-hosted gateway for Claude Code. Teams point their Claude Code at Fest the
4
7
  way they'd point at Bedrock, so one place can monitor requests, tokens and cost —
5
8
  and route to different models without Claude Code knowing the difference.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fest-gateway",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "type": "module",
5
5
  "description": "Self-hosted Claude Code gateway: per-user subscription pass-through, central token/cost monitoring, model routing.",
6
6
  "license": "MIT",