@vincemakes/kiso-provider-openai-responses 0.31.0 → 0.32.0
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/package.json +2 -2
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ LOCAL double (`tests/helpers/rig.ts`); no test reaches a vendor.
|
|
|
31
31
|
| cancel | ✓ | ✓ | `or1-errors` — an abort ends the turn with an `AbortError`, no `stop`, nothing retryable |
|
|
32
32
|
| error mapping | ✓ | ✓ | `or1-errors` — 429/401/400/503 by status, both `Retry-After` forms in milliseconds |
|
|
33
33
|
| retry authority | ✓ | ✓ | `or1-retry-authority` — exactly one request per stream, on every failure class |
|
|
34
|
-
| **a real vendor leg** | **unrun** | **
|
|
34
|
+
| **a real vendor leg** | **unrun** | **2026-09-09** | first-party: needs a key and an owner-budgeted run. ChatGPT: the owner's subscription — sign-in, a tool call and the next turn, effort passthrough, a mid-stream cancel, a vendor error mapped; five proofs observed |
|
|
35
35
|
|
|
36
36
|
`unrun` means exactly that: the behaviour is proven against the recorded
|
|
37
37
|
dialect, and nobody has yet pointed this adapter at the vendor.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vincemakes/kiso-provider-openai-responses",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.32.0",
|
|
4
4
|
"description": "kiso OpenAI Responses adapter — the first-party Responses API and the ChatGPT subscription backend, one adapter, plain fetch + SSE.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"test": "vitest run"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@vincemakes/kiso-core": "0.
|
|
24
|
+
"@vincemakes/kiso-core": "0.32.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/node": "^26.1.2",
|