@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.
- package/dist/{chunk-YO2ZLPSD.mjs → chunk-57XCZGN5.mjs} +2 -2
- package/dist/{chunk-S4PA2BDB.mjs → chunk-OAJZLZBN.mjs} +1 -1
- package/dist/{chunk-BTP5WK3B.mjs → chunk-TN6UIX56.mjs} +2 -2
- package/dist/{chunk-WFLDRRY7.mjs → chunk-VXSSZFES.mjs} +1 -1
- package/dist/glassbox-routes/index.js +2 -2
- package/dist/glassbox-routes/index.mjs +2 -2
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/index.mjs +4 -4
- package/dist/key-health.js +1 -1
- package/dist/key-health.mjs +1 -1
- package/dist/probe.js +2 -2
- package/dist/probe.mjs +3 -3
- package/dist/profiles.js +2 -2
- package/dist/profiles.mjs +1 -1
- package/package.json +1 -1
|
@@ -1606,10 +1606,10 @@ var PROFILES_RAW = [
|
|
|
1606
1606
|
// ─────────────────────────────────────────────────────────────────────────
|
|
1607
1607
|
{
|
|
1608
1608
|
id: "gemini-3.6-flash",
|
|
1609
|
-
verifiedAgainstDocs: "2026-08-
|
|
1609
|
+
verifiedAgainstDocs: "2026-08-27",
|
|
1610
1610
|
versionAdded: "2.0.0-alpha.87",
|
|
1611
1611
|
provider: "google",
|
|
1612
|
-
status: "
|
|
1612
|
+
status: "current",
|
|
1613
1613
|
maxContextTokens: 1048576,
|
|
1614
1614
|
maxOutputTokens: 65536,
|
|
1615
1615
|
maxTools: 128,
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
getModelCompatibility,
|
|
10
10
|
isBrainQueryActiveFor,
|
|
11
11
|
policySetHas
|
|
12
|
-
} from "./chunk-
|
|
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-
|
|
33
|
+
} from "./chunk-57XCZGN5.mjs";
|
|
34
34
|
|
|
35
35
|
// src/models-brain.ts
|
|
36
36
|
function isModelRow(x) {
|
|
@@ -1651,10 +1651,10 @@ var PROFILES_RAW = [
|
|
|
1651
1651
|
// ─────────────────────────────────────────────────────────────────────────
|
|
1652
1652
|
{
|
|
1653
1653
|
id: "gemini-3.6-flash",
|
|
1654
|
-
verifiedAgainstDocs: "2026-08-
|
|
1654
|
+
verifiedAgainstDocs: "2026-08-27",
|
|
1655
1655
|
versionAdded: "2.0.0-alpha.87",
|
|
1656
1656
|
provider: "google",
|
|
1657
|
-
status: "
|
|
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-
|
|
4
|
+
} from "../chunk-OAJZLZBN.mjs";
|
|
5
5
|
import {
|
|
6
6
|
tryGetProfile
|
|
7
|
-
} from "../chunk-
|
|
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.
|
|
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.
|
|
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-
|
|
1973
|
+
verifiedAgainstDocs: "2026-08-27",
|
|
1974
1974
|
versionAdded: "2.0.0-alpha.87",
|
|
1975
1975
|
provider: "google",
|
|
1976
|
-
status: "
|
|
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.
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
130
|
+
} from "./chunk-57XCZGN5.mjs";
|
|
131
131
|
import {
|
|
132
132
|
emitAdvisoryFired,
|
|
133
133
|
emitCompileDone,
|
package/dist/key-health.js
CHANGED
|
@@ -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.
|
|
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" };
|
package/dist/key-health.mjs
CHANGED
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-
|
|
1716
|
+
verifiedAgainstDocs: "2026-08-27",
|
|
1717
1717
|
versionAdded: "2.0.0-alpha.87",
|
|
1718
1718
|
provider: "google",
|
|
1719
|
-
status: "
|
|
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-
|
|
4
|
-
import "./chunk-
|
|
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-
|
|
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-
|
|
1647
|
+
verifiedAgainstDocs: "2026-08-27",
|
|
1648
1648
|
versionAdded: "2.0.0-alpha.87",
|
|
1649
1649
|
provider: "google",
|
|
1650
|
-
status: "
|
|
1650
|
+
status: "current",
|
|
1651
1651
|
maxContextTokens: 1048576,
|
|
1652
1652
|
maxOutputTokens: 65536,
|
|
1653
1653
|
maxTools: 128,
|
package/dist/profiles.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warmdrift/kgauto-compiler",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
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",
|