@hsupu/copilot-api 0.7.10 → 0.7.11
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 -1
- package/dist/main.js +422 -67
- package/dist/main.js.map +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -110,7 +110,7 @@ copilot-api start
|
|
|
110
110
|
| `--proxy-env` | Use proxy from environment | false |
|
|
111
111
|
| `--history` | Enable request history UI at `/history` | false |
|
|
112
112
|
| `--history-limit` | Max history entries in memory | 1000 |
|
|
113
|
-
| `--auto-
|
|
113
|
+
| `--auto-truncate` | Auto-truncate context when exceeding limits | true |
|
|
114
114
|
|
|
115
115
|
### Patch-Claude Command Options
|
|
116
116
|
|