copilot-cursor-proxy 1.0.2 → 1.0.4

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -161,6 +161,10 @@ When enabled, all `/v1/*` requests must include `Authorization: Bearer <your-key
161
161
 
162
162
  ![Dashboard](./dashboard-preview.png)
163
163
 
164
+ | Usage Tab | Console Log Tab |
165
+ |---|---|
166
+ | ![Usage](./screenshot-usage.png) | ![Console](./screenshot-console.png) |
167
+
164
168
  ---
165
169
 
166
170
  ## 📊 Dashboard
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "copilot-cursor-proxy",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Proxy that bridges GitHub Copilot API to Cursor IDE — translates Anthropic format, bridges Responses API for GPT 5.x, and more",
5
5
  "bin": {
6
6
  "copilot-cursor-proxy": "bin/cli.js"