@yanlinglabs/winter-provider-runtime 0.0.2 → 0.0.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.
@@ -16269,6 +16269,110 @@ var catalog_default = {
16269
16269
  canonicalModelId: "hcx-007",
16270
16270
  modelFamily: "other"
16271
16271
  },
16272
+ {
16273
+ key: "codex-oauth/gpt-5.6-luna",
16274
+ providerId: "codex-oauth",
16275
+ upstreamId: "gpt-5.6-luna",
16276
+ displayName: "GPT-5.6 Luna (Codex)",
16277
+ aliases: [],
16278
+ endpoints: [
16279
+ "responses"
16280
+ ],
16281
+ contextWindow: {
16282
+ value: 272000,
16283
+ source: "upstream-static",
16284
+ sourceRef: "Norma packages/core/src/providers/codex-config.ts — CODEX_MODELS, a dated static set with its own drift guard",
16285
+ confidence: "declared",
16286
+ observedAt: "2026-09-11T00:00:00Z"
16287
+ },
16288
+ inputModalities: {
16289
+ value: [
16290
+ "text",
16291
+ "image"
16292
+ ],
16293
+ source: "upstream-static",
16294
+ sourceRef: "Norma codex-config.ts CODEX_MODELS supportsVision: true",
16295
+ confidence: "declared",
16296
+ observedAt: "2026-09-11T00:00:00Z"
16297
+ },
16298
+ outputModalities: {
16299
+ value: [
16300
+ "text"
16301
+ ],
16302
+ source: "winter-default",
16303
+ sourceRef: "WINTER DEFAULT: upstream declares no output modality for ANY model, so `text` is Winter's inference for a chat registry, NOT an upstream statement. Stamped `source: winter-default` — the `EvidenceSource` member added for exactly this — so a reader filtering evidence BY SOURCE does not get a Winter guess wearing an upstream label. See PROVENANCE.md.",
16304
+ confidence: "unknown",
16305
+ observedAt: "2026-09-11T00:00:00Z"
16306
+ },
16307
+ toolCalling: {
16308
+ value: "native",
16309
+ source: "upstream-static",
16310
+ confidence: "inferred",
16311
+ observedAt: "2026-09-11T00:00:00Z"
16312
+ },
16313
+ nativeTools: {
16314
+ value: true,
16315
+ source: "upstream-static",
16316
+ confidence: "inferred",
16317
+ observedAt: "2026-09-11T00:00:00Z"
16318
+ },
16319
+ reasoning: {
16320
+ supported: {
16321
+ value: true,
16322
+ source: "upstream-static",
16323
+ confidence: "inferred",
16324
+ observedAt: "2026-09-11T00:00:00Z"
16325
+ },
16326
+ efforts: [
16327
+ "low",
16328
+ "medium",
16329
+ "high"
16330
+ ],
16331
+ defaultEffort: "medium",
16332
+ continuation: "opaque-provider-state",
16333
+ readableState: {
16334
+ value: "summary",
16335
+ source: "official-doc",
16336
+ sourceRef: "continuity report §5.1 — the Responses surface returns a readable summary, never the raw chain",
16337
+ confidence: "declared",
16338
+ observedAt: "2026-09-11T00:00:00Z"
16339
+ },
16340
+ summaryRequest: {
16341
+ value: {
16342
+ field: "reasoning.summary",
16343
+ values: [
16344
+ "auto",
16345
+ "concise",
16346
+ "detailed"
16347
+ ]
16348
+ },
16349
+ source: "official-doc",
16350
+ sourceRef: 'continuity report §5.1 — the Responses surface\'s summary control and its current values `auto`/`concise`/`detailed`; the deprecated `generate_summary` alias is deliberately not listed. Same evidence as `openai/o4-mini` — the same field on the same wire shape — which is exactly why the DOMAIN still is not shared (§2.5). A `readableState: "summary"` claim with no way to REQUEST the summary is a capability nobody can use, so the two travel together.',
16351
+ confidence: "declared",
16352
+ observedAt: "2026-09-11T00:00:00Z"
16353
+ },
16354
+ completionEvent: {
16355
+ value: "response.completed",
16356
+ source: "upstream-static",
16357
+ sourceRef: "Norma packages/core/src/providers/responses-sse.ts — encrypted_content is preserved VERBATIM off the completion event",
16358
+ confidence: "declared",
16359
+ observedAt: "2026-09-11T00:00:00Z"
16360
+ },
16361
+ continuationDomain: {
16362
+ value: [
16363
+ "codex-oauth/gpt-5.6-luna"
16364
+ ],
16365
+ source: "official-doc",
16366
+ sourceRef: 'continuity report §5.1/§5.3 for own-state acceptance — the Responses surface replays its own completed `reasoning.encrypted_content` items to the same model, which is what Norma\'s shipped Codex adapter does verbatim off `response.completed` — and §2.5 for the narrowness: two endpoints can both use `/v1/responses` while issuing UNRELATED encrypted payloads, so this backend shares NO domain with `openai/*` despite the shared HTTP shape. WS-13 §8.2: "OpenAI-compatible" is never the capability test.',
16367
+ confidence: "declared",
16368
+ observedAt: "2026-09-11T00:00:00Z"
16369
+ }
16370
+ },
16371
+ unsupportedParameters: [],
16372
+ status: "candidate",
16373
+ canonicalModelId: "gpt-5.6-luna",
16374
+ modelFamily: "gpt"
16375
+ },
16272
16376
  {
16273
16377
  key: "codex-oauth/gpt-5.6-sol",
16274
16378
  providerId: "codex-oauth",
@@ -16373,6 +16477,110 @@ var catalog_default = {
16373
16477
  canonicalModelId: "gpt-5.6-sol",
16374
16478
  modelFamily: "gpt"
16375
16479
  },
16480
+ {
16481
+ key: "codex-oauth/gpt-5.6-terra",
16482
+ providerId: "codex-oauth",
16483
+ upstreamId: "gpt-5.6-terra",
16484
+ displayName: "GPT-5.6 Terra (Codex)",
16485
+ aliases: [],
16486
+ endpoints: [
16487
+ "responses"
16488
+ ],
16489
+ contextWindow: {
16490
+ value: 272000,
16491
+ source: "upstream-static",
16492
+ sourceRef: "Norma packages/core/src/providers/codex-config.ts — CODEX_MODELS, a dated static set with its own drift guard",
16493
+ confidence: "declared",
16494
+ observedAt: "2026-09-11T00:00:00Z"
16495
+ },
16496
+ inputModalities: {
16497
+ value: [
16498
+ "text",
16499
+ "image"
16500
+ ],
16501
+ source: "upstream-static",
16502
+ sourceRef: "Norma codex-config.ts CODEX_MODELS supportsVision: true",
16503
+ confidence: "declared",
16504
+ observedAt: "2026-09-11T00:00:00Z"
16505
+ },
16506
+ outputModalities: {
16507
+ value: [
16508
+ "text"
16509
+ ],
16510
+ source: "winter-default",
16511
+ sourceRef: "WINTER DEFAULT: upstream declares no output modality for ANY model, so `text` is Winter's inference for a chat registry, NOT an upstream statement. Stamped `source: winter-default` — the `EvidenceSource` member added for exactly this — so a reader filtering evidence BY SOURCE does not get a Winter guess wearing an upstream label. See PROVENANCE.md.",
16512
+ confidence: "unknown",
16513
+ observedAt: "2026-09-11T00:00:00Z"
16514
+ },
16515
+ toolCalling: {
16516
+ value: "native",
16517
+ source: "upstream-static",
16518
+ confidence: "inferred",
16519
+ observedAt: "2026-09-11T00:00:00Z"
16520
+ },
16521
+ nativeTools: {
16522
+ value: true,
16523
+ source: "upstream-static",
16524
+ confidence: "inferred",
16525
+ observedAt: "2026-09-11T00:00:00Z"
16526
+ },
16527
+ reasoning: {
16528
+ supported: {
16529
+ value: true,
16530
+ source: "upstream-static",
16531
+ confidence: "inferred",
16532
+ observedAt: "2026-09-11T00:00:00Z"
16533
+ },
16534
+ efforts: [
16535
+ "low",
16536
+ "medium",
16537
+ "high"
16538
+ ],
16539
+ defaultEffort: "medium",
16540
+ continuation: "opaque-provider-state",
16541
+ readableState: {
16542
+ value: "summary",
16543
+ source: "official-doc",
16544
+ sourceRef: "continuity report §5.1 — the Responses surface returns a readable summary, never the raw chain",
16545
+ confidence: "declared",
16546
+ observedAt: "2026-09-11T00:00:00Z"
16547
+ },
16548
+ summaryRequest: {
16549
+ value: {
16550
+ field: "reasoning.summary",
16551
+ values: [
16552
+ "auto",
16553
+ "concise",
16554
+ "detailed"
16555
+ ]
16556
+ },
16557
+ source: "official-doc",
16558
+ sourceRef: 'continuity report §5.1 — the Responses surface\'s summary control and its current values `auto`/`concise`/`detailed`; the deprecated `generate_summary` alias is deliberately not listed. Same evidence as `openai/o4-mini` — the same field on the same wire shape — which is exactly why the DOMAIN still is not shared (§2.5). A `readableState: "summary"` claim with no way to REQUEST the summary is a capability nobody can use, so the two travel together.',
16559
+ confidence: "declared",
16560
+ observedAt: "2026-09-11T00:00:00Z"
16561
+ },
16562
+ completionEvent: {
16563
+ value: "response.completed",
16564
+ source: "upstream-static",
16565
+ sourceRef: "Norma packages/core/src/providers/responses-sse.ts — encrypted_content is preserved VERBATIM off the completion event",
16566
+ confidence: "declared",
16567
+ observedAt: "2026-09-11T00:00:00Z"
16568
+ },
16569
+ continuationDomain: {
16570
+ value: [
16571
+ "codex-oauth/gpt-5.6-terra"
16572
+ ],
16573
+ source: "official-doc",
16574
+ sourceRef: 'continuity report §5.1/§5.3 for own-state acceptance — the Responses surface replays its own completed `reasoning.encrypted_content` items to the same model, which is what Norma\'s shipped Codex adapter does verbatim off `response.completed` — and §2.5 for the narrowness: two endpoints can both use `/v1/responses` while issuing UNRELATED encrypted payloads, so this backend shares NO domain with `openai/*` despite the shared HTTP shape. WS-13 §8.2: "OpenAI-compatible" is never the capability test.',
16575
+ confidence: "declared",
16576
+ observedAt: "2026-09-11T00:00:00Z"
16577
+ }
16578
+ },
16579
+ unsupportedParameters: [],
16580
+ status: "candidate",
16581
+ canonicalModelId: "gpt-5.6-terra",
16582
+ modelFamily: "gpt"
16583
+ },
16376
16584
  {
16377
16585
  key: "codex-oauth/gpt-6-astra",
16378
16586
  providerId: "codex-oauth",
@@ -40788,7 +40996,7 @@ import { CLAUDE_RESERVED_SLOT_NAMES as CLAUDE_RESERVED_SLOT_NAMES2, CURRENCY_RE
40788
40996
  // package.json
40789
40997
  var package_default = {
40790
40998
  name: "@yanlinglabs/winter-provider-runtime",
40791
- version: "0.0.2",
40999
+ version: "0.0.4",
40792
41000
  license: "MIT",
40793
41001
  type: "module",
40794
41002
  engines: {
package/dist/index.js CHANGED
@@ -115,7 +115,7 @@ import {
115
115
  shouldRequestSummary2,
116
116
  createEndpointResolver2,
117
117
  endpointFromOrigin2
118
- } from "./index-5z94gxhk.js";
118
+ } from "./index-ba5nwrwd.js";
119
119
  // src/credentials/env.ts
120
120
  var NAME = "env credential store";
121
121
  function createEnvCredentialStore(opts) {
package/dist/testing.js CHANGED
@@ -25,7 +25,7 @@ import {
25
25
  QuotaManager2,
26
26
  AZURE_PREVIEW_API_VERSION2,
27
27
  readableStateOf2
28
- } from "./index-5z94gxhk.js";
28
+ } from "./index-ba5nwrwd.js";
29
29
 
30
30
  // src/adapters/bedrock/testing.ts
31
31
  function encodeHeader(header) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yanlinglabs/winter-provider-runtime",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "engines": {
@@ -42,8 +42,8 @@
42
42
  }
43
43
  },
44
44
  "dependencies": {
45
- "@yanlinglabs/winter-agent-sdk": "0.0.2",
46
- "@yanlinglabs/winter-provider-catalog": "0.0.2"
45
+ "@yanlinglabs/winter-agent-sdk": "0.0.4",
46
+ "@yanlinglabs/winter-provider-catalog": "0.0.4"
47
47
  },
48
48
  "scripts": {}
49
49
  }