betahi-copilot-bridge 0.20.1 → 0.20.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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<h1 align="center">copilot-bridge</h1>
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<a href="https://www.npmjs.com/package/betahi-copilot-bridge"><img src="https://img.shields.io/npm/v/betahi-copilot-bridge.svg?v=0.20.
|
|
4
|
+
<a href="https://www.npmjs.com/package/betahi-copilot-bridge"><img src="https://img.shields.io/npm/v/betahi-copilot-bridge.svg?v=0.20.2" alt="npm version"></a>
|
|
5
5
|
<a href="https://github.com/betahi/copilot-bridge/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/betahi-copilot-bridge.svg" alt="license"></a>
|
|
6
6
|
</p>
|
|
7
7
|
|
|
@@ -113,7 +113,7 @@ manage `~/.codex/config.toml` yourself).
|
|
|
113
113
|
This is a Codex client-side metadata warning, not a bridge routing failure.
|
|
114
114
|
Requests can still complete through the bridge.
|
|
115
115
|
|
|
116
|
-
For
|
|
116
|
+
For 1m model, upstream still enforces a 1,000,000-token prompt
|
|
117
117
|
limit (about 900k succeeds; around 1,000,046 is rejected as too long).
|
|
118
118
|
|
|
119
119
|
## Configure Claude Code
|