copilot-custom-endpoint 1.0.1 → 1.0.2

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 +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -63,6 +63,11 @@ npx copilot-custom-endpoint kimi
63
63
  npx copilot-custom-endpoint # starts both proxies
64
64
  # or directly
65
65
  node proxy/kimi-proxy.mjs
66
+
67
+ # clean up debug logs
68
+ npm run clean:logs
69
+ # or with npx
70
+ npx copilot-custom-endpoint clean
66
71
  ```
67
72
 
68
73
  You should see:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "copilot-custom-endpoint",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Local proxies for VS Code Copilot custom endpoints — Kimi K2 & Qwen 3.x",
5
5
  "license": "MIT",
6
6
  "type": "module",