@omnicross/core 0.1.2 → 0.1.3

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.
Files changed (131) hide show
  1. package/dist/auth/GeminiCodeAssistProjectResolver.cjs +6 -1
  2. package/dist/auth/GeminiCodeAssistProjectResolver.js +6 -1
  3. package/dist/{chunk-SN3YWBX7.cjs → chunk-2FMI2B6V.cjs} +2329 -533
  4. package/dist/{chunk-XBSYYZIY.cjs → chunk-3QOSDDNI.cjs} +39 -3
  5. package/dist/{chunk-2FEVTJWG.js → chunk-4DECIFU7.js} +2162 -366
  6. package/dist/chunk-4IH4EL7M.cjs +9 -0
  7. package/dist/chunk-5ENKBSWO.js +311 -0
  8. package/dist/chunk-6RPZADX3.cjs +92 -0
  9. package/dist/chunk-AEOZIDEB.cjs +32 -0
  10. package/dist/chunk-BO4RFWBR.js +89 -0
  11. package/dist/{chunk-MNYKI4CI.js → chunk-CWM2ZDU5.js} +36 -0
  12. package/dist/chunk-CZHZGRU7.js +383 -0
  13. package/dist/{chunk-4NBS6KPV.cjs → chunk-DQ5VAYZ6.cjs} +7 -8
  14. package/dist/chunk-HUZZZ3JL.js +32 -0
  15. package/dist/{chunk-QOCNX236.js → chunk-IAXWICZU.js} +24 -1
  16. package/dist/{chunk-V5KPWNYX.cjs → chunk-JMJBSACD.cjs} +3 -3
  17. package/dist/chunk-L74VDN4A.cjs +32 -0
  18. package/dist/{chunk-74TMJA7Z.js → chunk-N5QFKSDO.js} +7 -4
  19. package/dist/{chunk-LKZJEL6E.cjs → chunk-Q27JY5RG.cjs} +6 -4
  20. package/dist/{chunk-SPVWWUHX.cjs → chunk-QWBWGODS.cjs} +24 -1
  21. package/dist/chunk-RPII3E6Z.cjs +145 -0
  22. package/dist/chunk-S6JGLF3G.cjs +89 -0
  23. package/dist/chunk-SVXC36MU.cjs +383 -0
  24. package/dist/chunk-TKJMZBAH.js +32 -0
  25. package/dist/{chunk-ZSVQT3PW.js → chunk-UBWEBKRC.js} +5 -6
  26. package/dist/chunk-UNEFIWXI.cjs +32 -0
  27. package/dist/chunk-VQY5W4YW.cjs +311 -0
  28. package/dist/chunk-WNY4WMRF.js +32 -0
  29. package/dist/chunk-XEKD23J5.js +9 -0
  30. package/dist/chunk-XTEI64OU.js +145 -0
  31. package/dist/chunk-XX6NQJMA.js +92 -0
  32. package/dist/{chunk-N3V2J5ZO.cjs → chunk-Y6OM7EV7.cjs} +7 -4
  33. package/dist/{chunk-745DV5FL.js → chunk-Y7FO65VT.js} +3 -3
  34. package/dist/{chunk-PXUJF5HS.js → chunk-ZY6KU6P3.js} +4 -2
  35. package/dist/completion/CompletionService.cjs +22 -15
  36. package/dist/completion/CompletionService.js +21 -14
  37. package/dist/completion/NativeSearchInjector.cjs +3 -3
  38. package/dist/completion/NativeSearchInjector.js +2 -2
  39. package/dist/completion/openrouter-headers.cjs +3 -6
  40. package/dist/completion/openrouter-headers.d.cts +9 -12
  41. package/dist/completion/openrouter-headers.d.ts +9 -12
  42. package/dist/completion/openrouter-headers.js +2 -5
  43. package/dist/completion/openrouter-models.cjs +4 -3
  44. package/dist/completion/openrouter-models.js +2 -1
  45. package/dist/completion.cjs +22 -15
  46. package/dist/completion.js +21 -14
  47. package/dist/index.cjs +139 -17
  48. package/dist/index.d.cts +40 -10
  49. package/dist/index.d.ts +40 -10
  50. package/dist/index.js +146 -24
  51. package/dist/outbound-api/routeResolver.cjs +5 -2
  52. package/dist/outbound-api/routeResolver.d.cts +8 -2
  53. package/dist/outbound-api/routeResolver.d.ts +8 -2
  54. package/dist/outbound-api/routeResolver.js +4 -1
  55. package/dist/outbound-api/types.cjs +6 -1
  56. package/dist/outbound-api/types.d.cts +11 -144
  57. package/dist/outbound-api/types.d.ts +11 -144
  58. package/dist/outbound-api/types.js +6 -0
  59. package/dist/outbound-api.cjs +133 -15
  60. package/dist/outbound-api.d.cts +786 -25
  61. package/dist/outbound-api.d.ts +786 -25
  62. package/dist/outbound-api.js +137 -19
  63. package/dist/pipeline/AuthSource.d.cts +23 -1
  64. package/dist/pipeline/AuthSource.d.ts +23 -1
  65. package/dist/pipeline/LlmConfigProviderAuth.cjs +3 -3
  66. package/dist/pipeline/LlmConfigProviderAuth.js +2 -2
  67. package/dist/pipeline/SubscriptionAccountHealth.cjs +22 -0
  68. package/dist/pipeline/SubscriptionAccountHealth.d.cts +235 -0
  69. package/dist/pipeline/SubscriptionAccountHealth.d.ts +235 -0
  70. package/dist/pipeline/SubscriptionAccountHealth.js +22 -0
  71. package/dist/pipeline/SubscriptionAuthSource.cjs +2 -2
  72. package/dist/pipeline/SubscriptionAuthSource.d.cts +3 -2
  73. package/dist/pipeline/SubscriptionAuthSource.d.ts +3 -2
  74. package/dist/pipeline/SubscriptionAuthSource.js +1 -1
  75. package/dist/pipeline/SubscriptionAuthStrategy.d.cts +24 -1
  76. package/dist/pipeline/SubscriptionAuthStrategy.d.ts +24 -1
  77. package/dist/pipeline/auditSink.cjs +14 -0
  78. package/dist/pipeline/auditSink.d.cts +48 -0
  79. package/dist/pipeline/auditSink.d.ts +48 -0
  80. package/dist/pipeline/auditSink.js +14 -0
  81. package/dist/pipeline/billingEmit.cjs +14 -0
  82. package/dist/pipeline/billingEmit.d.cts +49 -0
  83. package/dist/pipeline/billingEmit.d.ts +49 -0
  84. package/dist/pipeline/billingEmit.js +14 -0
  85. package/dist/ports/usage-event-store.d.cts +26 -1
  86. package/dist/ports/usage-event-store.d.ts +26 -1
  87. package/dist/ports.d.cts +7 -1
  88. package/dist/ports.d.ts +7 -1
  89. package/dist/provider-proxy/ProviderProxy.cjs +22 -15
  90. package/dist/provider-proxy/ProviderProxy.js +21 -14
  91. package/dist/provider-proxy/identity/SubscriptionIdentityStore.cjs +15 -0
  92. package/dist/provider-proxy/identity/SubscriptionIdentityStore.d.cts +121 -0
  93. package/dist/provider-proxy/identity/SubscriptionIdentityStore.d.ts +121 -0
  94. package/dist/provider-proxy/identity/SubscriptionIdentityStore.js +15 -0
  95. package/dist/provider-proxy/identity/fingerprintHeaders.cjs +20 -0
  96. package/dist/provider-proxy/identity/fingerprintHeaders.d.cts +89 -0
  97. package/dist/provider-proxy/identity/fingerprintHeaders.d.ts +89 -0
  98. package/dist/provider-proxy/identity/fingerprintHeaders.js +20 -0
  99. package/dist/provider-proxy/ingress/providerProxyShared.cjs +22 -15
  100. package/dist/provider-proxy/ingress/providerProxyShared.d.cts +11 -2
  101. package/dist/provider-proxy/ingress/providerProxyShared.d.ts +11 -2
  102. package/dist/provider-proxy/ingress/providerProxyShared.js +21 -14
  103. package/dist/provider-proxy/matchText.cjs +4 -2
  104. package/dist/provider-proxy/matchText.d.cts +14 -1
  105. package/dist/provider-proxy/matchText.d.ts +14 -1
  106. package/dist/provider-proxy/matchText.js +3 -1
  107. package/dist/provider-proxy/types.d.cts +23 -0
  108. package/dist/provider-proxy/types.d.ts +23 -0
  109. package/dist/provider-proxy.cjs +22 -15
  110. package/dist/provider-proxy.js +21 -14
  111. package/dist/{routeResolver-HE-ZO0fO.d.ts → routeResolver-B1NglTfe.d.ts} +36 -10
  112. package/dist/{routeResolver-BrbK6ja9.d.cts → routeResolver-CbG5uBgm.d.cts} +36 -10
  113. package/dist/transformer/transformers.cjs +7 -7
  114. package/dist/transformer/transformers.js +7 -7
  115. package/dist/transformer.cjs +5 -5
  116. package/dist/transformer.js +4 -4
  117. package/dist/types-6OUY_xfA.d.ts +830 -0
  118. package/dist/types-aBFFXoBz.d.cts +830 -0
  119. package/dist/usage/usage-recorder.cjs +2 -2
  120. package/dist/usage/usage-recorder.d.cts +19 -1
  121. package/dist/usage/usage-recorder.d.ts +19 -1
  122. package/dist/usage/usage-recorder.js +1 -1
  123. package/dist/usage.cjs +2 -2
  124. package/dist/usage.js +1 -1
  125. package/package.json +4 -2
  126. package/dist/chunk-3MEACFK3.js +0 -193
  127. package/dist/chunk-6VIXXLMX.cjs +0 -14
  128. package/dist/chunk-E3WHL7CO.js +0 -14
  129. package/dist/chunk-G2FUJNA2.cjs +0 -193
  130. package/dist/{chunk-UYPEN5XE.cjs → chunk-FFALUUZZ.cjs} +5 -5
  131. package/dist/{chunk-O466Y272.js → chunk-MQNDWYPN.js} +6 -6
@@ -0,0 +1,32 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }// src/openrouter.ts
2
+ function isOpenRouterProvider(provider) {
3
+ const baseUrl = (provider.api_base_url || "").toLowerCase();
4
+ return baseUrl.includes("openrouter.ai");
5
+ }
6
+ var DEFAULT_APP_IDENTITY = {
7
+ referer: "https://github.com/Dumoedss/omnicross",
8
+ title: "Omnicross"
9
+ };
10
+ var OPENROUTER_APP_HEADERS = {
11
+ "HTTP-Referer": DEFAULT_APP_IDENTITY.referer,
12
+ "X-Title": DEFAULT_APP_IDENTITY.title
13
+ };
14
+ function setOpenRouterAppIdentity(identity) {
15
+ const referer = _optionalChain([identity, 'access', _ => _.referer, 'optionalAccess', _2 => _2.trim, 'call', _3 => _3()]);
16
+ const title = _optionalChain([identity, 'access', _4 => _4.title, 'optionalAccess', _5 => _5.trim, 'call', _6 => _6()]);
17
+ if (referer) OPENROUTER_APP_HEADERS["HTTP-Referer"] = referer;
18
+ if (title) OPENROUTER_APP_HEADERS["X-Title"] = title;
19
+ }
20
+ function getOpenRouterAppIdentity() {
21
+ return {
22
+ referer: OPENROUTER_APP_HEADERS["HTTP-Referer"],
23
+ title: OPENROUTER_APP_HEADERS["X-Title"]
24
+ };
25
+ }
26
+
27
+
28
+
29
+
30
+
31
+
32
+ exports.isOpenRouterProvider = isOpenRouterProvider; exports.OPENROUTER_APP_HEADERS = OPENROUTER_APP_HEADERS; exports.setOpenRouterAppIdentity = setOpenRouterAppIdentity; exports.getOpenRouterAppIdentity = getOpenRouterAppIdentity;
@@ -0,0 +1,311 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } var _class;// src/pipeline/SubscriptionAccountHealth.ts
2
+ var OVERLOAD_TTL_MS = 10 * 6e4;
3
+ var OVERLOAD_ENABLED_DEFAULT = true;
4
+ var AUTH_ERROR_TTL_MS = 30 * 6e4;
5
+ var SERVER_ERROR_TTL_MS = 5 * 6e4;
6
+ var BAN_BODY_MARKERS = [
7
+ "this organization has been disabled",
8
+ "oauth authentication is currently not allowed"
9
+ ];
10
+ function readHeader(headers, name) {
11
+ if (typeof headers.get === "function") {
12
+ return headers.get(name);
13
+ }
14
+ const rec = headers;
15
+ return _nullishCoalesce(_nullishCoalesce(rec[name], () => ( rec[name.toLowerCase()])), () => ( null));
16
+ }
17
+ function parseIntHeader(value) {
18
+ if (value == null) return null;
19
+ const n = Number.parseInt(value.trim(), 10);
20
+ return Number.isFinite(n) ? n : null;
21
+ }
22
+ function resolveResetSeconds(providerId, headers) {
23
+ const unified = parseIntHeader(readHeader(headers, "anthropic-ratelimit-unified-reset"));
24
+ if (providerId === "claude") {
25
+ return { resetHeaderSeconds: unified, retryAfterSeconds: null };
26
+ }
27
+ const providerReset = _nullishCoalesce(parseIntHeader(readHeader(headers, "x-ratelimit-reset")), () => ( parseIntHeader(readHeader(headers, "ratelimit-reset"))));
28
+ const retryAfter = parseIntHeader(readHeader(headers, "retry-after"));
29
+ return {
30
+ resetHeaderSeconds: _nullishCoalesce(unified, () => ( providerReset)),
31
+ retryAfterSeconds: retryAfter
32
+ };
33
+ }
34
+ function isBanBody(bodyText) {
35
+ if (!bodyText) return false;
36
+ const lower = bodyText.toLowerCase();
37
+ return BAN_BODY_MARKERS.some((marker) => lower.includes(marker));
38
+ }
39
+ function isRecordEmpty(record) {
40
+ return record.rateLimitEndAt === void 0 && record.overloadUntil === void 0 && record.tempUnavailableUntil === void 0 && !record.blocked;
41
+ }
42
+ var KEY_SEP = "\0";
43
+ var SubscriptionAccountHealth = (_class = class {
44
+ __init() {this.records = /* @__PURE__ */ new Map()}
45
+ __init2() {this.listeners = /* @__PURE__ */ new Set()}
46
+ __init3() {this.anomalyListeners = /* @__PURE__ */ new Set()}
47
+
48
+
49
+
50
+
51
+
52
+ constructor(opts = {}) {;_class.prototype.__init.call(this);_class.prototype.__init2.call(this);_class.prototype.__init3.call(this);
53
+ this.now = _nullishCoalesce(opts.now, () => ( Date.now));
54
+ this.overloadEnabled = _nullishCoalesce(opts.overloadEnabled, () => ( OVERLOAD_ENABLED_DEFAULT));
55
+ this.overloadTtlMs = _nullishCoalesce(opts.overloadTtlMs, () => ( OVERLOAD_TTL_MS));
56
+ this.authErrorTtlMs = _nullishCoalesce(opts.authErrorTtlMs, () => ( AUTH_ERROR_TTL_MS));
57
+ this.serverErrorTtlMs = _nullishCoalesce(opts.serverErrorTtlMs, () => ( SERVER_ERROR_TTL_MS));
58
+ }
59
+ /**
60
+ * Re-apply cooldown config to the LIVE shared instance (subscription-account-
61
+ * health, LEAD OQ1). `buildDaemon` is synchronous so it cannot await the
62
+ * persisted server config; the async `start.ts` path loads it and applies the
63
+ * `accountHealth` segment here — every strategy/relay/sweeper that already
64
+ * captured this instance picks the new values up. Only defined fields override.
65
+ */
66
+ configure(opts) {
67
+ if (opts.overloadEnabled !== void 0) this.overloadEnabled = opts.overloadEnabled;
68
+ if (opts.overloadTtlMs !== void 0) this.overloadTtlMs = opts.overloadTtlMs;
69
+ if (opts.authErrorTtlMs !== void 0) this.authErrorTtlMs = opts.authErrorTtlMs;
70
+ if (opts.serverErrorTtlMs !== void 0) this.serverErrorTtlMs = opts.serverErrorTtlMs;
71
+ }
72
+ /**
73
+ * Whether an account may be scheduled RIGHT NOW. `blocked` → false; any timer
74
+ * still in the future → false. Expired timers are lazily deleted on read (CRS
75
+ * lazy-clear parity) so an elapsed cooldown restores the account WITHOUT a
76
+ * timer — but the recovery SIGNAL is the sweeper's job (`sweepRecoveries`), so
77
+ * this read never emits (correctness is independent of the tick).
78
+ */
79
+ isSchedulable(providerId, accountId, now = this.now()) {
80
+ const key = this.key(providerId, accountId);
81
+ const record = this.records.get(key);
82
+ if (!record) return true;
83
+ if (record.blocked) return false;
84
+ const active = this.clearExpired(record, now);
85
+ if (!active && isRecordEmpty(record)) this.records.delete(key);
86
+ return !active;
87
+ }
88
+ /**
89
+ * The single marking entry point (design D3). Faithful to CRS status semantics:
90
+ * - 429 + authoritative reset → `rateLimitEndAt`; a non-claude 429 may use
91
+ * `retryAfterSeconds`; a bare 429 (no resolvable reset) is NOT marked;
92
+ * - 529 → `overloadUntil` (gated by `overloadEnabled`);
93
+ * - 403-ban body → `blocked` (permanent); plain 403 → transient;
94
+ * - final-401 → transient; 5xx / thrown(null) → transient;
95
+ * - non-429 4xx → NEUTRAL (never marked);
96
+ * - 2xx → clear rate-limit + transient state (keep `blocked`).
97
+ */
98
+ recordUpstreamOutcome(providerId, accountId, input) {
99
+ const now = _nullishCoalesce(input.now, () => ( this.now()));
100
+ const key = this.key(providerId, accountId);
101
+ const preExisting = this.records.get(key);
102
+ const record = _nullishCoalesce(preExisting, () => ( {}));
103
+ const status = input.status;
104
+ const wasUnhealthyBefore = preExisting ? this.isUnhealthyAt(preExisting, now) : false;
105
+ let anomalyState;
106
+ let recovered = false;
107
+ if (status === null) {
108
+ record.tempUnavailableUntil = now + this.serverErrorTtlMs;
109
+ } else if (status >= 200 && status < 300) {
110
+ const wasUnhealthy = record.rateLimitEndAt !== void 0 || record.overloadUntil !== void 0 || record.tempUnavailableUntil !== void 0;
111
+ delete record.rateLimitEndAt;
112
+ delete record.overloadUntil;
113
+ delete record.tempUnavailableUntil;
114
+ recovered = wasUnhealthy && !record.blocked;
115
+ } else if (status === 429) {
116
+ if (input.resetHeaderSeconds != null) {
117
+ record.rateLimitEndAt = input.resetHeaderSeconds * 1e3;
118
+ anomalyState = "rate_limited";
119
+ } else if (input.retryAfterSeconds != null) {
120
+ record.rateLimitEndAt = now + input.retryAfterSeconds * 1e3;
121
+ anomalyState = "rate_limited";
122
+ }
123
+ } else if (status === 529) {
124
+ if (this.overloadEnabled) {
125
+ record.overloadUntil = now + this.overloadTtlMs;
126
+ anomalyState = "overloaded";
127
+ }
128
+ } else if (status === 403) {
129
+ if (isBanBody(input.bodyText)) {
130
+ record.blocked = true;
131
+ anomalyState = "blocked";
132
+ } else {
133
+ record.tempUnavailableUntil = now + this.authErrorTtlMs;
134
+ anomalyState = "unauthorized";
135
+ }
136
+ } else if (status === 401) {
137
+ record.tempUnavailableUntil = now + this.authErrorTtlMs;
138
+ anomalyState = "unauthorized";
139
+ } else if (status >= 500) {
140
+ record.tempUnavailableUntil = now + this.serverErrorTtlMs;
141
+ }
142
+ if (isRecordEmpty(record)) this.records.delete(key);
143
+ else this.records.set(key, record);
144
+ if (recovered) this.emit({ providerId, accountId, at: now, kind: "rateLimitRecovery" });
145
+ if (anomalyState && !wasUnhealthyBefore) {
146
+ this.emitAnomaly({ providerId, accountId, at: now, state: anomalyState });
147
+ }
148
+ }
149
+ /** Whether a record is unhealthy at `now`: blocked, or any timer still future. */
150
+ isUnhealthyAt(record, now) {
151
+ if (record.blocked) return true;
152
+ if (record.rateLimitEndAt !== void 0 && now < record.rateLimitEndAt) return true;
153
+ if (record.overloadUntil !== void 0 && now < record.overloadUntil) return true;
154
+ if (record.tempUnavailableUntil !== void 0 && now < record.tempUnavailableUntil) return true;
155
+ return false;
156
+ }
157
+ /**
158
+ * Clear ONLY the auth/transient unavailability mark (`tempUnavailableUntil`) —
159
+ * the narrow healing a background PROBE is allowed to do (subscription-account-
160
+ * probe #8, review M1). A probe 2xx from the lightweight `GET /v1/models` attests
161
+ * the TOKEN works (so a final-401 / plain-403 / 5xx transient may be healed), but
162
+ * it does NOT prove the traffic endpoint's rate-limit / overload has recovered —
163
+ * so it MUST NOT touch `rateLimitEndAt` / `overloadUntil` (those clear only on the
164
+ * upstream's authoritative reset, or a REAL-traffic 2xx). `blocked` (a ban) is
165
+ * never cleared here. Distinct from `recordUpstreamOutcome`'s 2xx path, which is
166
+ * UNCHANGED and still clears rate + transient together because it IS traffic.
167
+ * Returns whether a transient mark was actually cleared. Does NOT emit a recovery
168
+ * signal (a probe is internal maintenance; the account is schedulable-on-read).
169
+ */
170
+ clearTransientMark(providerId, accountId) {
171
+ const key = this.key(providerId, accountId);
172
+ const record = this.records.get(key);
173
+ if (!record || record.tempUnavailableUntil === void 0) return false;
174
+ delete record.tempUnavailableUntil;
175
+ if (isRecordEmpty(record)) this.records.delete(key);
176
+ else this.records.set(key, record);
177
+ return true;
178
+ }
179
+ /**
180
+ * Proactively surface accounts that transitioned unhealthy → schedulable since
181
+ * the last sweep (design D6). Clears their expired timers, emits a recovery
182
+ * signal for each through `onRecovered`, and returns the list. A `blocked`
183
+ * account never recovers here. Correctness does NOT depend on this running —
184
+ * `isSchedulable` already restores an elapsed cooldown lazily; this adds the
185
+ * proactive signal (#5/#8) + lets the daemon nudge a token refresh.
186
+ */
187
+ sweepRecoveries(now = this.now()) {
188
+ const recovered = [];
189
+ for (const [key, record] of this.records) {
190
+ if (record.blocked) continue;
191
+ const hadTimer = record.rateLimitEndAt !== void 0 || record.overloadUntil !== void 0 || record.tempUnavailableUntil !== void 0;
192
+ const active = this.clearExpired(record, now);
193
+ if (hadTimer && !active && isRecordEmpty(record)) {
194
+ const [pid, aid] = this.parseKey(key);
195
+ recovered.push({ providerId: pid, accountId: aid, at: now, kind: "rateLimitRecovery" });
196
+ this.records.delete(key);
197
+ }
198
+ }
199
+ for (const event of recovered) this.emit(event);
200
+ return recovered;
201
+ }
202
+ /** Admin-facing coarse status + cooldown-until for one account (secret-free). */
203
+ getStatus(providerId, accountId, now = this.now()) {
204
+ const record = this.records.get(this.key(providerId, accountId));
205
+ if (!record) return { state: "healthy" };
206
+ if (record.blocked) return { state: "blocked" };
207
+ if (record.rateLimitEndAt !== void 0 && now < record.rateLimitEndAt) {
208
+ return { state: "rate_limited", cooldownUntil: record.rateLimitEndAt };
209
+ }
210
+ if (record.overloadUntil !== void 0 && now < record.overloadUntil) {
211
+ return { state: "overloaded", cooldownUntil: record.overloadUntil };
212
+ }
213
+ if (record.tempUnavailableUntil !== void 0 && now < record.tempUnavailableUntil) {
214
+ return { state: "transient", cooldownUntil: record.tempUnavailableUntil };
215
+ }
216
+ return { state: "healthy" };
217
+ }
218
+ /**
219
+ * Register a recovery listener (the OQ3 seam #5 webhooks + #8 health-cron
220
+ * consume). Returns an unsubscribe function. Two edges fire it:
221
+ * - TRAFFIC-DRIVEN: a `recordUpstreamOutcome` 2xx that clears an unhealthy
222
+ * account (guaranteed — the sweep would miss it, as the 2xx deletes the
223
+ * record first); and
224
+ * - PURE-IDLE: `sweepRecoveries` when an idle account's cooldown elapsed with
225
+ * no traffic (best-effort, on the 60s tick).
226
+ * A lazy `isSchedulable` read that heals an account does NOT emit (a request is
227
+ * already using it) — so consumers never double-count a recovery.
228
+ */
229
+ onRecovered(listener) {
230
+ this.listeners.add(listener);
231
+ return () => this.listeners.delete(listener);
232
+ }
233
+ emit(event) {
234
+ for (const listener of this.listeners) {
235
+ try {
236
+ listener(event);
237
+ } catch (e) {
238
+ }
239
+ }
240
+ }
241
+ /**
242
+ * Register an anomaly listener (the ADDITIVE seam #5 webhooks consumes; the
243
+ * frozen `kind` discriminator on {@link AccountRecoveryEvent} anticipated it).
244
+ * Fires ONLY on the healthy→unhealthy EDGE inside `recordUpstreamOutcome`
245
+ * (de-duped: an already-unhealthy account escalating does NOT re-fire). Returns
246
+ * an unsubscribe function. Existing marking/recovery behavior is UNCHANGED.
247
+ */
248
+ onAnomaly(listener) {
249
+ this.anomalyListeners.add(listener);
250
+ return () => this.anomalyListeners.delete(listener);
251
+ }
252
+ emitAnomaly(event) {
253
+ for (const listener of this.anomalyListeners) {
254
+ try {
255
+ listener(event);
256
+ } catch (e2) {
257
+ }
258
+ }
259
+ }
260
+ /**
261
+ * Delete every EXPIRED timer field on the record in place; return whether any
262
+ * timer is STILL active (in the future). `blocked` is not a timer and is left
263
+ * untouched here (only an explicit reset / restart clears a ban).
264
+ */
265
+ clearExpired(record, now) {
266
+ let active = false;
267
+ if (record.rateLimitEndAt !== void 0) {
268
+ if (now >= record.rateLimitEndAt) delete record.rateLimitEndAt;
269
+ else active = true;
270
+ }
271
+ if (record.overloadUntil !== void 0) {
272
+ if (now >= record.overloadUntil) delete record.overloadUntil;
273
+ else active = true;
274
+ }
275
+ if (record.tempUnavailableUntil !== void 0) {
276
+ if (now >= record.tempUnavailableUntil) delete record.tempUnavailableUntil;
277
+ else active = true;
278
+ }
279
+ return active;
280
+ }
281
+ key(providerId, accountId) {
282
+ return `${providerId}${KEY_SEP}${accountId}`;
283
+ }
284
+ parseKey(key) {
285
+ const idx = key.indexOf(KEY_SEP);
286
+ return [key.slice(0, idx), key.slice(idx + 1)];
287
+ }
288
+ }, _class);
289
+ var _shared = null;
290
+ function getSharedAccountHealth() {
291
+ if (!_shared) _shared = new SubscriptionAccountHealth();
292
+ return _shared;
293
+ }
294
+ function setSharedAccountHealth(instance) {
295
+ _shared = instance;
296
+ }
297
+ function __resetSharedAccountHealthForTests() {
298
+ _shared = null;
299
+ }
300
+
301
+
302
+
303
+
304
+
305
+
306
+
307
+
308
+
309
+
310
+
311
+ exports.OVERLOAD_TTL_MS = OVERLOAD_TTL_MS; exports.OVERLOAD_ENABLED_DEFAULT = OVERLOAD_ENABLED_DEFAULT; exports.AUTH_ERROR_TTL_MS = AUTH_ERROR_TTL_MS; exports.SERVER_ERROR_TTL_MS = SERVER_ERROR_TTL_MS; exports.resolveResetSeconds = resolveResetSeconds; exports.SubscriptionAccountHealth = SubscriptionAccountHealth; exports.getSharedAccountHealth = getSharedAccountHealth; exports.setSharedAccountHealth = setSharedAccountHealth; exports.__resetSharedAccountHealthForTests = __resetSharedAccountHealthForTests;
@@ -0,0 +1,32 @@
1
+ // src/pipeline/auditSink.ts
2
+ var sink = null;
3
+ var captureConfig = null;
4
+ function setAuditSink(fn) {
5
+ sink = fn;
6
+ }
7
+ function setAuditCaptureConfig(config) {
8
+ captureConfig = config && config.enabled ? config : null;
9
+ }
10
+ function getAuditCaptureConfig() {
11
+ return captureConfig;
12
+ }
13
+ function recordAudit(record) {
14
+ const active = sink;
15
+ if (!active) return;
16
+ try {
17
+ active(record);
18
+ } catch {
19
+ }
20
+ }
21
+ function __resetAuditSinkForTests() {
22
+ sink = null;
23
+ captureConfig = null;
24
+ }
25
+
26
+ export {
27
+ setAuditSink,
28
+ setAuditCaptureConfig,
29
+ getAuditCaptureConfig,
30
+ recordAudit,
31
+ __resetAuditSinkForTests
32
+ };
@@ -0,0 +1,9 @@
1
+ // src/outbound-api/types.ts
2
+ var ENDPOINT_MODEL_KINDS = {
3
+ messages: ["fable", "opus", "sonnet", "haiku"],
4
+ responses: ["codex", "mini"]
5
+ };
6
+
7
+ export {
8
+ ENDPOINT_MODEL_KINDS
9
+ };
@@ -0,0 +1,145 @@
1
+ import {
2
+ refreshNonStainless,
3
+ sanitizeFrozenHeaders
4
+ } from "./chunk-XX6NQJMA.js";
5
+
6
+ // src/provider-proxy/identity/SubscriptionIdentityStore.ts
7
+ var CC_HEADER_TTL_MS = 7 * 24 * 60 * 60 * 1e3;
8
+ var KEY_SEP = "\0";
9
+ function normalizeUa(ua) {
10
+ if (typeof ua !== "string") return void 0;
11
+ const trimmed = ua.trim();
12
+ return trimmed.length > 0 ? trimmed : void 0;
13
+ }
14
+ var SubscriptionIdentityStore = class {
15
+ identities = /* @__PURE__ */ new Map();
16
+ now;
17
+ enabled;
18
+ ua;
19
+ ccHeaderTtlMs;
20
+ persistence = null;
21
+ constructor(opts = {}) {
22
+ this.now = opts.now ?? Date.now;
23
+ this.enabled = opts.enabled ?? false;
24
+ this.ua = normalizeUa(opts.ua);
25
+ this.ccHeaderTtlMs = opts.ccHeaderTtlMs ?? CC_HEADER_TTL_MS;
26
+ }
27
+ /** Whether capture/replay is engaged (config flag). */
28
+ isEnabled() {
29
+ return this.enabled;
30
+ }
31
+ /** The operator UA baseline (piece 4), or undefined when unset. */
32
+ uaBaseline() {
33
+ return this.ua;
34
+ }
35
+ /**
36
+ * Re-apply config to the LIVE shared instance (bootstrap, mirroring the health
37
+ * tracker's `configure`). Only defined fields override; `ua: null` clears the
38
+ * baseline.
39
+ */
40
+ configure(opts) {
41
+ if (opts.enabled !== void 0) this.enabled = opts.enabled;
42
+ if (opts.ua !== void 0) this.ua = normalizeUa(opts.ua ?? void 0);
43
+ }
44
+ /** Install (or clear) the write-through persistence port (P2). */
45
+ setPersistence(port) {
46
+ this.persistence = port;
47
+ }
48
+ /**
49
+ * Boot seed (P2, D5): install a PERSISTED identity for an account, but NEVER
50
+ * over a live in-memory capture (a re-captured identity from this session wins).
51
+ * A no-op for an empty/absent identity. Does NOT write back through the port.
52
+ */
53
+ seed(providerId, accountId, identity) {
54
+ if (!accountId || !identity) return;
55
+ const headers = sanitizeFrozenHeaders(identity.headers ?? {});
56
+ if (Object.keys(headers).length === 0) return;
57
+ const key = this.key(providerId, accountId);
58
+ if (this.identities.has(key)) return;
59
+ this.identities.set(key, {
60
+ headers,
61
+ capturedAt: typeof identity.capturedAt === "number" ? identity.capturedAt : this.now()
62
+ });
63
+ }
64
+ /**
65
+ * Capture a real client's fingerprint headers for an account. First-seen ⇒
66
+ * FREEZE the whole (sanitized) bag. Already-frozen ⇒ within the TTL, no change
67
+ * (stable identity); past the TTL, refresh the NON-stainless headers from the
68
+ * new observation while keeping stainless frozen-stable (P2). An empty/absent
69
+ * account id or an empty sanitized bag is a no-op (so an account with no
70
+ * fingerprint headers never freezes an empty identity → the caller falls back
71
+ * to the UA baseline). Fires the persistence port on a freeze/refresh.
72
+ */
73
+ capture(providerId, accountId, incoming, now = this.now()) {
74
+ if (!accountId) return;
75
+ const clean = sanitizeFrozenHeaders(incoming);
76
+ if (Object.keys(clean).length === 0) return;
77
+ const key = this.key(providerId, accountId);
78
+ const existing = this.identities.get(key);
79
+ if (!existing) {
80
+ const frozen = { headers: clean, capturedAt: now };
81
+ this.identities.set(key, frozen);
82
+ this.emitPersist(providerId, accountId, frozen);
83
+ return;
84
+ }
85
+ if (now - existing.capturedAt < this.ccHeaderTtlMs) return;
86
+ const refreshed = {
87
+ headers: refreshNonStainless(existing.headers, clean),
88
+ capturedAt: now
89
+ };
90
+ this.identities.set(key, refreshed);
91
+ this.emitPersist(providerId, accountId, refreshed);
92
+ }
93
+ /**
94
+ * The frozen identity headers for an account, or `undefined` when none is
95
+ * frozen (or the frozen set is empty). Returns a COPY (the caller merges it into
96
+ * a mutable outbound header bag).
97
+ */
98
+ replay(providerId, accountId) {
99
+ if (!accountId) return void 0;
100
+ const frozen = this.identities.get(this.key(providerId, accountId));
101
+ if (!frozen || Object.keys(frozen.headers).length === 0) return void 0;
102
+ return { ...frozen.headers };
103
+ }
104
+ /** Whether an identity is frozen for an account (admin coarse status — D7). */
105
+ hasIdentity(providerId, accountId) {
106
+ const frozen = this.identities.get(this.key(providerId, accountId));
107
+ return !!frozen && Object.keys(frozen.headers).length > 0;
108
+ }
109
+ /** The freeze/refresh time for an account's identity (admin coarse status). */
110
+ capturedAt(providerId, accountId) {
111
+ return this.identities.get(this.key(providerId, accountId))?.capturedAt;
112
+ }
113
+ emitPersist(providerId, accountId, identity) {
114
+ if (!this.persistence) return;
115
+ try {
116
+ this.persistence.persist(providerId, accountId, {
117
+ headers: { ...identity.headers },
118
+ capturedAt: identity.capturedAt
119
+ });
120
+ } catch {
121
+ }
122
+ }
123
+ key(providerId, accountId) {
124
+ return `${providerId}${KEY_SEP}${accountId}`;
125
+ }
126
+ };
127
+ var _shared = null;
128
+ function getSharedIdentityStore() {
129
+ if (!_shared) _shared = new SubscriptionIdentityStore();
130
+ return _shared;
131
+ }
132
+ function setSharedIdentityStore(instance) {
133
+ _shared = instance;
134
+ }
135
+ function __resetSharedIdentityStoreForTests() {
136
+ _shared = null;
137
+ }
138
+
139
+ export {
140
+ CC_HEADER_TTL_MS,
141
+ SubscriptionIdentityStore,
142
+ getSharedIdentityStore,
143
+ setSharedIdentityStore,
144
+ __resetSharedIdentityStoreForTests
145
+ };
@@ -0,0 +1,92 @@
1
+ // src/provider-proxy/identity/fingerprintHeaders.ts
2
+ var STAINLESS_PREFIX = "x-stainless-";
3
+ var FINGERPRINT_HEADER_NAMES = /* @__PURE__ */ new Set([
4
+ "user-agent",
5
+ "anthropic-beta",
6
+ "anthropic-version",
7
+ "anthropic-dangerous-direct-browser-access",
8
+ "x-app"
9
+ ]);
10
+ var EXCLUDED_HEADER_NAMES = /* @__PURE__ */ new Set([
11
+ "authorization",
12
+ "x-api-key",
13
+ "cookie",
14
+ "proxy-authorization",
15
+ "set-cookie"
16
+ ]);
17
+ var PROTECTED_OUTBOUND = /* @__PURE__ */ new Set(["authorization", "content-type"]);
18
+ function isStainless(name) {
19
+ return name.toLowerCase().startsWith(STAINLESS_PREFIX);
20
+ }
21
+ function extractFingerprintHeaders(reqHeaders) {
22
+ const out = {};
23
+ for (const [rawKey, rawVal] of Object.entries(reqHeaders)) {
24
+ if (rawVal === void 0) continue;
25
+ const key = rawKey.toLowerCase();
26
+ if (EXCLUDED_HEADER_NAMES.has(key)) continue;
27
+ const whitelisted = FINGERPRINT_HEADER_NAMES.has(key) || key.startsWith(STAINLESS_PREFIX);
28
+ if (!whitelisted) continue;
29
+ const value = Array.isArray(rawVal) ? rawVal.filter((v) => typeof v === "string").join(", ") : rawVal;
30
+ if (typeof value === "string" && value.length > 0) out[key] = value;
31
+ }
32
+ return out;
33
+ }
34
+ function captureCallerIdentity(store, reqHeaders) {
35
+ if (!store.isEnabled()) return void 0;
36
+ return extractFingerprintHeaders(reqHeaders);
37
+ }
38
+ function sanitizeFrozenHeaders(headers) {
39
+ const out = {};
40
+ for (const [k, v] of Object.entries(headers)) {
41
+ if (typeof v !== "string" || v.length === 0) continue;
42
+ const lower = k.toLowerCase();
43
+ if (EXCLUDED_HEADER_NAMES.has(lower) || PROTECTED_OUTBOUND.has(lower)) continue;
44
+ out[lower] = v;
45
+ }
46
+ return out;
47
+ }
48
+ function refreshNonStainless(frozen, incoming) {
49
+ const out = {};
50
+ for (const [k, v] of Object.entries(frozen)) {
51
+ if (isStainless(k)) out[k] = v;
52
+ }
53
+ const nonStainlessKeys = /* @__PURE__ */ new Set();
54
+ for (const k of Object.keys(frozen)) if (!isStainless(k)) nonStainlessKeys.add(k);
55
+ for (const k of Object.keys(incoming)) if (!isStainless(k)) nonStainlessKeys.add(k);
56
+ for (const k of nonStainlessKeys) {
57
+ const v = incoming[k] ?? frozen[k];
58
+ if (typeof v === "string" && v.length > 0) out[k] = v;
59
+ }
60
+ return out;
61
+ }
62
+ function mergeFrozenIdentity(headers, identity) {
63
+ const present = new Set(Object.keys(headers).map((k) => k.toLowerCase()));
64
+ for (const [k, v] of Object.entries(identity)) {
65
+ const lower = k.toLowerCase();
66
+ if (PROTECTED_OUTBOUND.has(lower)) continue;
67
+ if (present.has(lower)) continue;
68
+ headers[k] = v;
69
+ }
70
+ }
71
+ function applyFingerprint(store, headers, providerId, accountId, callerIdentity, now) {
72
+ if (!store.isEnabled() || !accountId) return;
73
+ if (callerIdentity) store.capture(providerId, accountId, callerIdentity, now);
74
+ const identity = store.replay(providerId, accountId);
75
+ if (identity) {
76
+ mergeFrozenIdentity(headers, identity);
77
+ return;
78
+ }
79
+ const ua = store.uaBaseline();
80
+ if (ua) mergeFrozenIdentity(headers, { "user-agent": ua });
81
+ }
82
+
83
+ export {
84
+ STAINLESS_PREFIX,
85
+ isStainless,
86
+ extractFingerprintHeaders,
87
+ captureCallerIdentity,
88
+ sanitizeFrozenHeaders,
89
+ refreshNonStainless,
90
+ mergeFrozenIdentity,
91
+ applyFingerprint
92
+ };
@@ -31,15 +31,18 @@ var SubscriptionAuthSource = class {
31
31
  try {
32
32
  await this.profile.authStrategy.applyHeaders(headers, {
33
33
  upstreamUrl: hints.upstreamUrl,
34
- resolvedModel: hints.model
34
+ resolvedModel: hints.model,
35
+ sessionKey: hints.sessionKey,
36
+ reportSelection: hints.reportSelection
35
37
  });
36
38
  } catch (err) {
37
39
  console.warn("[SubscriptionAuthSource] authStrategy.applyHeaders threw:", _chunkSVNDB62Dcjs.serializeError.call(void 0, err));
38
40
  }
39
41
  }
40
- /** Delegate the 401-refresh decision to the bound strategy. */
41
- async onUnauthorized() {
42
- return this.profile.authStrategy.onUnauthorized();
42
+ /** Delegate the 401-refresh decision to the bound strategy, threading the
43
+ * session key so the account actually served is the one refreshed (D7). */
44
+ async onUnauthorized(sessionKey) {
45
+ return this.profile.authStrategy.onUnauthorized(sessionKey);
43
46
  }
44
47
  /** Resolve the upstream URL from the profile, when it provides one. */
45
48
  resolveUpstreamUrl(model) {
@@ -1,12 +1,12 @@
1
- import {
2
- isOpenRouterProvider
3
- } from "./chunk-E3WHL7CO.js";
4
1
  import {
5
2
  API_FORMAT_PROVIDER_MAP,
6
3
  NATIVE_SEARCH_EXCLUDED_MODELS,
7
4
  NATIVE_SEARCH_MODEL_PATTERNS,
8
5
  OPENAI_CHAT_COMPLETION_SEARCH_MODELS
9
6
  } from "./chunk-FMOBD2OQ.js";
7
+ import {
8
+ isOpenRouterProvider
9
+ } from "./chunk-HUZZZ3JL.js";
10
10
 
11
11
  // src/completion/NativeSearchInjector.ts
12
12
  function detectNativeSearch(modelId, apiFormat, provider, userExplicit) {
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  OPENROUTER_APP_HEADERS,
6
6
  isOpenRouterProvider
7
- } from "./chunk-E3WHL7CO.js";
7
+ } from "./chunk-HUZZZ3JL.js";
8
8
 
9
9
  // src/completion/header-builder.ts
10
10
  function getProviderHeaders(provider, apiKey) {
@@ -14,7 +14,9 @@ function getProviderHeaders(provider, apiKey) {
14
14
  case "anthropic":
15
15
  headers = {
16
16
  "Content-Type": "application/json",
17
- "x-api-key": apiKey,
17
+ // Third-party Anthropic-Messages relays often gate on a Bearer token
18
+ // rather than x-api-key; `provider.useBearer` opts into that.
19
+ ...provider.useBearer ? { Authorization: `Bearer ${apiKey}` } : { "x-api-key": apiKey },
18
20
  "anthropic-version": "2025-01-10"
19
21
  // Required for extended thinking feature
20
22
  };