@warmdrift/kgauto-compiler 2.0.0-alpha.93 → 2.0.0-alpha.94

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.
@@ -1606,10 +1606,10 @@ var PROFILES_RAW = [
1606
1606
  // ─────────────────────────────────────────────────────────────────────────
1607
1607
  {
1608
1608
  id: "gemini-3.6-flash",
1609
- verifiedAgainstDocs: "2026-08-24",
1609
+ verifiedAgainstDocs: "2026-08-27",
1610
1610
  versionAdded: "2.0.0-alpha.87",
1611
1611
  provider: "google",
1612
- status: "preview",
1612
+ status: "current",
1613
1613
  maxContextTokens: 1048576,
1614
1614
  maxOutputTokens: 65536,
1615
1615
  maxTools: 128,
@@ -2,7 +2,7 @@ import {
2
2
  allProfiles,
3
3
  resolveModelAlias,
4
4
  tryGetProfile
5
- } from "./chunk-YO2ZLPSD.mjs";
5
+ } from "./chunk-57XCZGN5.mjs";
6
6
 
7
7
  // src/brain-query.ts
8
8
  var FRESH_SNAPSHOT = {
@@ -9,7 +9,7 @@ import {
9
9
  getModelCompatibility,
10
10
  isBrainQueryActiveFor,
11
11
  policySetHas
12
- } from "./chunk-S4PA2BDB.mjs";
12
+ } from "./chunk-OAJZLZBN.mjs";
13
13
  import {
14
14
  bucketContext,
15
15
  bucketHistory,
@@ -30,7 +30,7 @@ import {
30
30
  latencyTierOf,
31
31
  resolveModelAlias,
32
32
  tryGetProfile
33
- } from "./chunk-YO2ZLPSD.mjs";
33
+ } from "./chunk-57XCZGN5.mjs";
34
34
 
35
35
  // src/models-brain.ts
36
36
  function isModelRow(x) {
@@ -1,5 +1,5 @@
1
1
  // src/version.ts
2
- var LIBRARY_VERSION = "2.0.0-alpha.93";
2
+ var LIBRARY_VERSION = "2.0.0-alpha.94";
3
3
 
4
4
  // src/key-health.ts
5
5
  var JSON_HEADERS = { "Content-Type": "application/json" };
@@ -1651,10 +1651,10 @@ var PROFILES_RAW = [
1651
1651
  // ─────────────────────────────────────────────────────────────────────────
1652
1652
  {
1653
1653
  id: "gemini-3.6-flash",
1654
- verifiedAgainstDocs: "2026-08-24",
1654
+ verifiedAgainstDocs: "2026-08-27",
1655
1655
  versionAdded: "2.0.0-alpha.87",
1656
1656
  provider: "google",
1657
- status: "preview",
1657
+ status: "current",
1658
1658
  maxContextTokens: 1048576,
1659
1659
  maxOutputTokens: 65536,
1660
1660
  maxTools: 128,
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  ARCHETYPE_FLOOR_DEFAULT,
3
3
  getDefaultFallbackChain
4
- } from "../chunk-S4PA2BDB.mjs";
4
+ } from "../chunk-OAJZLZBN.mjs";
5
5
  import {
6
6
  tryGetProfile
7
- } from "../chunk-YO2ZLPSD.mjs";
7
+ } from "../chunk-57XCZGN5.mjs";
8
8
  import {
9
9
  subscribe,
10
10
  subscribeApp
package/dist/index.d.mts CHANGED
@@ -1234,7 +1234,7 @@ declare function runStrategyEvalWithAttribution(opts: Omit<GoldenEvalOptions, 'a
1234
1234
  * guard in `tests/version.test.ts` fails the suite (and therefore
1235
1235
  * `prepublishOnly`) when they diverge — a stale constant cannot reach npm.
1236
1236
  */
1237
- declare const LIBRARY_VERSION = "2.0.0-alpha.93";
1237
+ declare const LIBRARY_VERSION = "2.0.0-alpha.94";
1238
1238
 
1239
1239
  /**
1240
1240
  * Oracle contract — how an app tells the brain whether a response was good.
package/dist/index.d.ts CHANGED
@@ -1234,7 +1234,7 @@ declare function runStrategyEvalWithAttribution(opts: Omit<GoldenEvalOptions, 'a
1234
1234
  * guard in `tests/version.test.ts` fails the suite (and therefore
1235
1235
  * `prepublishOnly`) when they diverge — a stale constant cannot reach npm.
1236
1236
  */
1237
- declare const LIBRARY_VERSION = "2.0.0-alpha.93";
1237
+ declare const LIBRARY_VERSION = "2.0.0-alpha.94";
1238
1238
 
1239
1239
  /**
1240
1240
  * Oracle contract — how an app tells the brain whether a response was good.
package/dist/index.js CHANGED
@@ -1970,10 +1970,10 @@ var PROFILES_RAW = [
1970
1970
  // ─────────────────────────────────────────────────────────────────────────
1971
1971
  {
1972
1972
  id: "gemini-3.6-flash",
1973
- verifiedAgainstDocs: "2026-08-24",
1973
+ verifiedAgainstDocs: "2026-08-27",
1974
1974
  versionAdded: "2.0.0-alpha.87",
1975
1975
  provider: "google",
1976
- status: "preview",
1976
+ status: "current",
1977
1977
  maxContextTokens: 1048576,
1978
1978
  maxOutputTokens: 65536,
1979
1979
  maxTools: 128,
@@ -6464,7 +6464,7 @@ function validateFinalFit(ir, profile, tokens) {
6464
6464
  }
6465
6465
 
6466
6466
  // src/version.ts
6467
- var LIBRARY_VERSION = "2.0.0-alpha.93";
6467
+ var LIBRARY_VERSION = "2.0.0-alpha.94";
6468
6468
 
6469
6469
  // src/pricing-brain.ts
6470
6470
  function isPricingRow(x) {
package/dist/index.mjs CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  LIBRARY_VERSION,
8
8
  createKeyHealthRoute,
9
9
  keyFingerprint
10
- } from "./chunk-WFLDRRY7.mjs";
10
+ } from "./chunk-VXSSZFES.mjs";
11
11
  import {
12
12
  ARCHETYPE_FAMILY_FITS,
13
13
  BLOCKED_MODEL_FAMILY_SIBLING_SERVED_CODE,
@@ -63,7 +63,7 @@ import {
63
63
  runAdvisor,
64
64
  setTokenizer,
65
65
  wilsonLowerBound
66
- } from "./chunk-BTP5WK3B.mjs";
66
+ } from "./chunk-TN6UIX56.mjs";
67
67
  import {
68
68
  ABSOLUTE_FLOOR,
69
69
  ARCHETYPE_FLOOR_DEFAULT,
@@ -100,7 +100,7 @@ import {
100
100
  policySetHas,
101
101
  readBrainReadEnv,
102
102
  resolveProviderKey
103
- } from "./chunk-S4PA2BDB.mjs";
103
+ } from "./chunk-OAJZLZBN.mjs";
104
104
  import {
105
105
  ALL_ARCHETYPES,
106
106
  DIALECT_VERSION,
@@ -127,7 +127,7 @@ import {
127
127
  registerProfiles,
128
128
  resolveModelAlias,
129
129
  tryGetProfile
130
- } from "./chunk-YO2ZLPSD.mjs";
130
+ } from "./chunk-57XCZGN5.mjs";
131
131
  import {
132
132
  emitAdvisoryFired,
133
133
  emitCompileDone,
@@ -28,7 +28,7 @@ __export(key_health_exports, {
28
28
  module.exports = __toCommonJS(key_health_exports);
29
29
 
30
30
  // src/version.ts
31
- var LIBRARY_VERSION = "2.0.0-alpha.93";
31
+ var LIBRARY_VERSION = "2.0.0-alpha.94";
32
32
 
33
33
  // src/key-health.ts
34
34
  var JSON_HEADERS = { "Content-Type": "application/json" };
@@ -3,7 +3,7 @@ import {
3
3
  KEY_FINGERPRINT_LENGTH,
4
4
  createKeyHealthRoute,
5
5
  keyFingerprint
6
- } from "./chunk-WFLDRRY7.mjs";
6
+ } from "./chunk-VXSSZFES.mjs";
7
7
  export {
8
8
  KEY_FINGERPRINT_DOMAIN,
9
9
  KEY_FINGERPRINT_LENGTH,
package/dist/probe.js CHANGED
@@ -1713,10 +1713,10 @@ var PROFILES_RAW = [
1713
1713
  // ─────────────────────────────────────────────────────────────────────────
1714
1714
  {
1715
1715
  id: "gemini-3.6-flash",
1716
- verifiedAgainstDocs: "2026-08-24",
1716
+ verifiedAgainstDocs: "2026-08-27",
1717
1717
  versionAdded: "2.0.0-alpha.87",
1718
1718
  provider: "google",
1719
- status: "preview",
1719
+ status: "current",
1720
1720
  maxContextTokens: 1048576,
1721
1721
  maxOutputTokens: 65536,
1722
1722
  maxTools: 128,
package/dist/probe.mjs CHANGED
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  compile
3
- } from "./chunk-BTP5WK3B.mjs";
4
- import "./chunk-S4PA2BDB.mjs";
3
+ } from "./chunk-TN6UIX56.mjs";
4
+ import "./chunk-OAJZLZBN.mjs";
5
5
  import "./chunk-FEMPY6EC.mjs";
6
6
  import {
7
7
  deriveCliffEvidenceClass,
8
8
  getProfile
9
- } from "./chunk-YO2ZLPSD.mjs";
9
+ } from "./chunk-57XCZGN5.mjs";
10
10
 
11
11
  // src/probe.ts
12
12
  function compileSuppressing(ir, opts) {
package/dist/profiles.js CHANGED
@@ -1644,10 +1644,10 @@ var PROFILES_RAW = [
1644
1644
  // ─────────────────────────────────────────────────────────────────────────
1645
1645
  {
1646
1646
  id: "gemini-3.6-flash",
1647
- verifiedAgainstDocs: "2026-08-24",
1647
+ verifiedAgainstDocs: "2026-08-27",
1648
1648
  versionAdded: "2.0.0-alpha.87",
1649
1649
  provider: "google",
1650
- status: "preview",
1650
+ status: "current",
1651
1651
  maxContextTokens: 1048576,
1652
1652
  maxOutputTokens: 65536,
1653
1653
  maxTools: 128,
package/dist/profiles.mjs CHANGED
@@ -14,7 +14,7 @@ import {
14
14
  registerProfiles,
15
15
  resolveModelAlias,
16
16
  tryGetProfile
17
- } from "./chunk-YO2ZLPSD.mjs";
17
+ } from "./chunk-57XCZGN5.mjs";
18
18
  export {
19
19
  ALIASES,
20
20
  LATENCY_TIER_MS,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@warmdrift/kgauto-compiler",
3
- "version": "2.0.0-alpha.93",
3
+ "version": "2.0.0-alpha.94",
4
4
  "description": "Prompt compiler with executable provider knowledge for multi-model AI apps: normalized multi-provider transport with fallback chains, compile-time cliff guards, a curated model registry, and a telemetry flight recorder. Swap models without rewriting prompts.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",