@hsupu/copilot-api 0.7.2 → 0.7.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.
- package/README.md +1 -0
- package/dist/main.js +64 -474
- package/dist/main.js.map +1 -1
- package/package.json +4 -7
package/README.md
CHANGED
|
@@ -109,6 +109,7 @@ copilot-api start
|
|
|
109
109
|
| `--proxy-env` | Use proxy from environment | false |
|
|
110
110
|
| `--history` | Enable request history UI at `/history` | false |
|
|
111
111
|
| `--history-limit` | Max history entries in memory | 1000 |
|
|
112
|
+
| `--auto-compact` | Auto-compress context when exceeding limits | false |
|
|
112
113
|
|
|
113
114
|
## API Endpoints
|
|
114
115
|
|