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.
- package/README.md +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# Fest
|
|
2
2
|
|
|
3
|
+
[](https://github.com/cliftonc/fest-gateway/actions/workflows/ci.yml)
|
|
4
|
+
[](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