You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,6 +219,7 @@ Common:
219
219
|`--host <host>`| Bind address. Defaults to `127.0.0.1`. |
220
220
|`--port <port>`| Listen port. Overrides `$PORT` and the port inferred from Claude settings. |
221
221
|`--model <model>`| Override the request model for this bridge process only; does not edit config files. |
222
+
|`--auto`| Acquire a Copilot Auto session and attach its session token only to upstream `/chat/completions` and `/responses` requests. Codex model selection is limited to Auto-available models. |
222
223
|`--rate-limit <seconds>`| Enforce a minimum delay between upstream requests. |
223
224
|`--wait`| With `--rate-limit`, wait instead of returning HTTP 429. |
0 commit comments