@warble/codex-local 0.10.0 → 0.11.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/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -3
package/dist/index.d.ts
CHANGED
|
@@ -206,7 +206,7 @@ declare function decideEnrichment(input: EnrichmentPolicyInput): EnrichmentDispo
|
|
|
206
206
|
declare function assertEnrichmentTerminal(terminal: EnrichmentTerminal, host: EnrichmentHostContext): void;
|
|
207
207
|
|
|
208
208
|
declare const TARGET: "codex:local";
|
|
209
|
-
declare const SUPPORTED_IR_VERSION: "0.
|
|
209
|
+
declare const SUPPORTED_IR_VERSION: "0.7";
|
|
210
210
|
interface LlmCall {
|
|
211
211
|
name: string;
|
|
212
212
|
tier: string;
|
package/dist/index.js
CHANGED
|
@@ -847,7 +847,7 @@ function assertEnrichmentTerminal(terminal, host) {
|
|
|
847
847
|
|
|
848
848
|
// src/ir.ts
|
|
849
849
|
var TARGET = "codex:local";
|
|
850
|
-
var SUPPORTED_IR_VERSION = "0.
|
|
850
|
+
var SUPPORTED_IR_VERSION = "0.7";
|
|
851
851
|
function isRecord3(value) {
|
|
852
852
|
return typeof value === "object" && value !== null && !Array.isArray(value);
|
|
853
853
|
}
|