omp-fabric 1.8.2 → 1.8.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.
- package/CHANGELOG.md +6 -0
- package/dist/chunks/{chunk-2ZEMWIHZ.js → chunk-4GY2E3MW.js} +2 -2
- package/dist/chunks/{chunk-EQSL47QL.js → chunk-FBFVZZH4.js} +1 -1
- package/dist/chunks/{chunk-EQSL47QL.js.map → chunk-FBFVZZH4.js.map} +2 -2
- package/dist/chunks/{chunk-JMYHQUJQ.js → chunk-R3EKDHHD.js} +2 -2
- package/dist/chunks/{chunk-BAM2YKP5.js → chunk-TU5JJMXB.js} +2 -2
- package/dist/chunks/{chunk-46LYJKI5.js → chunk-Z7CCIIEG.js} +2 -2
- package/dist/compaction/hook.js +1 -1
- package/dist/compaction/projections.d.ts +0 -5
- package/dist/compaction/projections.d.ts.map +1 -1
- package/dist/fabric-runtime-state.js +4 -4
- package/dist/index.js +4 -4
- package/dist/index.js.map +2 -2
- package/dist/residency/host.js +4 -4
- package/dist/residency/omp-entry.js +4 -4
- package/package.json +1 -1
- package/dist/compaction/qa.d.ts +0 -27
- package/dist/compaction/qa.d.ts.map +0 -1
- /package/dist/chunks/{chunk-2ZEMWIHZ.js.map → chunk-4GY2E3MW.js.map} +0 -0
- /package/dist/chunks/{chunk-JMYHQUJQ.js.map → chunk-R3EKDHHD.js.map} +0 -0
- /package/dist/chunks/{chunk-BAM2YKP5.js.map → chunk-TU5JJMXB.js.map} +0 -0
- /package/dist/chunks/{chunk-46LYJKI5.js.map → chunk-Z7CCIIEG.js.map} +0 -0
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
compactionRequestBoundsError,
|
|
9
9
|
encodeCompactionRequest,
|
|
10
10
|
rawContextTokens
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-FBFVZZH4.js";
|
|
12
12
|
|
|
13
13
|
// src/agents/thinking-transfer.ts
|
|
14
14
|
var REASONING_CONTENT_SIGNATURE = "reasoning_content";
|
|
@@ -461,4 +461,4 @@ export {
|
|
|
461
461
|
buildPeerCards,
|
|
462
462
|
awaitPeerSettle
|
|
463
463
|
};
|
|
464
|
-
//# sourceMappingURL=chunk-
|
|
464
|
+
//# sourceMappingURL=chunk-R3EKDHHD.js.map
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
import {
|
|
22
22
|
peerLabelPrefix,
|
|
23
23
|
writeHandoffSession
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-R3EKDHHD.js";
|
|
25
25
|
import {
|
|
26
26
|
DEFAULT_FABRIC_CONFIG,
|
|
27
27
|
MAX_AGENT_TIMEOUT_MS,
|
|
@@ -6635,4 +6635,4 @@ export {
|
|
|
6635
6635
|
agentParticipantRecords,
|
|
6636
6636
|
actorParticipantRecord
|
|
6637
6637
|
};
|
|
6638
|
-
//# sourceMappingURL=chunk-
|
|
6638
|
+
//# sourceMappingURL=chunk-TU5JJMXB.js.map
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
lifecycleSourceIdentity,
|
|
11
11
|
loadModelUsage,
|
|
12
12
|
useBudgetLedger
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-TU5JJMXB.js";
|
|
14
14
|
import {
|
|
15
15
|
normalizeModelAliases,
|
|
16
16
|
resolveAvailableOmpModel
|
|
@@ -685,4 +685,4 @@ if (isMain) {
|
|
|
685
685
|
export {
|
|
686
686
|
runResidentHostFromConfigPath
|
|
687
687
|
};
|
|
688
|
-
//# sourceMappingURL=chunk-
|
|
688
|
+
//# sourceMappingURL=chunk-Z7CCIIEG.js.map
|
package/dist/compaction/hook.js
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
fabricCompactionVersion,
|
|
5
5
|
rawContextTokens,
|
|
6
6
|
registerCompactionHook
|
|
7
|
-
} from "../chunks/chunk-
|
|
7
|
+
} from "../chunks/chunk-FBFVZZH4.js";
|
|
8
8
|
import "../chunks/chunk-3J7BKUNG.js";
|
|
9
9
|
import "../chunks/chunk-3XPR2AZL.js";
|
|
10
10
|
import "../chunks/chunk-4HQDSTHN.js";
|
|
@@ -8,11 +8,6 @@ export interface Sections {
|
|
|
8
8
|
status: string[];
|
|
9
9
|
transcript: string[];
|
|
10
10
|
}
|
|
11
|
-
export declare const MAX_USER_GOAL_LINES = 3;
|
|
12
|
-
export declare const MAX_USER_GOAL_LINE = 1024;
|
|
13
|
-
export declare const MAX_FILES_PER_KIND = 24;
|
|
14
|
-
export declare const MAX_UNRESOLVED = 24;
|
|
15
|
-
export declare const MAX_EARLIER_TURNS = 32;
|
|
16
11
|
export interface ProjectionOmittedCounts {
|
|
17
12
|
goal: number;
|
|
18
13
|
files: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projections.d.ts","sourceRoot":"","sources":["../../src/compaction/projections.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,KAAK,eAAe,EAGrB,MAAM,gBAAgB,CAAC;AASxB,MAAM,WAAW,QAAQ;IACvB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,UAAU,EAAE,MAAM,EAAE,CAAC;CACtB;
|
|
1
|
+
{"version":3,"file":"projections.d.ts","sourceRoot":"","sources":["../../src/compaction/projections.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,KAAK,eAAe,EAGrB,MAAM,gBAAgB,CAAC;AASxB,MAAM,WAAW,QAAQ;IACvB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,UAAU,EAAE,MAAM,EAAE,CAAC;CACtB;AA0BD,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,EAAE,QAAQ,CAAC;IACnB,aAAa,EAAE,uBAAuB,CAAC;CACxC;AAiZD,eAAO,MAAM,kBAAkB,GAAI,QAAQ,eAAe,EAAE,KAAG,MAAM,EACvB,CAAC;AA2L/C,eAAO,MAAM,mBAAmB,GAAI,QAAQ,eAAe,EAAE,KAAG,gBA0B/D,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,QAAQ,eAAe,EAAE,KAAG,QACd,CAAC"}
|
|
@@ -33,7 +33,7 @@ import {
|
|
|
33
33
|
repairFabricGuestCode,
|
|
34
34
|
resolveFabricIdentity,
|
|
35
35
|
runFabricHandoffAtBoundary
|
|
36
|
-
} from "./chunks/chunk-
|
|
36
|
+
} from "./chunks/chunk-4GY2E3MW.js";
|
|
37
37
|
import "./chunks/chunk-7VIQNUPS.js";
|
|
38
38
|
import {
|
|
39
39
|
AgentTranscriptReader,
|
|
@@ -94,7 +94,7 @@ import {
|
|
|
94
94
|
resolveAgentCwd,
|
|
95
95
|
resolveOmpBinary,
|
|
96
96
|
validateAgentCwdRequest
|
|
97
|
-
} from "./chunks/chunk-
|
|
97
|
+
} from "./chunks/chunk-TU5JJMXB.js";
|
|
98
98
|
import "./chunks/chunk-VPPIJRNZ.js";
|
|
99
99
|
import {
|
|
100
100
|
executeFile,
|
|
@@ -104,7 +104,7 @@ import {
|
|
|
104
104
|
import "./chunks/chunk-CT2AJ2UI.js";
|
|
105
105
|
import {
|
|
106
106
|
checkedHandoffCompaction
|
|
107
|
-
} from "./chunks/chunk-
|
|
107
|
+
} from "./chunks/chunk-R3EKDHHD.js";
|
|
108
108
|
import {
|
|
109
109
|
DEFAULT_FABRIC_CONFIG,
|
|
110
110
|
FUZZY_RESOLUTION_MARKERS,
|
|
@@ -159,7 +159,7 @@ import {
|
|
|
159
159
|
encodeCompactionRequest,
|
|
160
160
|
estimateTokens,
|
|
161
161
|
fabricExecTitleHintCached
|
|
162
|
-
} from "./chunks/chunk-
|
|
162
|
+
} from "./chunks/chunk-FBFVZZH4.js";
|
|
163
163
|
import "./chunks/chunk-3J7BKUNG.js";
|
|
164
164
|
import "./chunks/chunk-3XPR2AZL.js";
|
|
165
165
|
import "./chunks/chunk-4HQDSTHN.js";
|
package/dist/index.js
CHANGED
|
@@ -70,7 +70,7 @@ import {
|
|
|
70
70
|
resolveFabricIdentity,
|
|
71
71
|
settleInPlacePrewalk,
|
|
72
72
|
streamedToolCallName
|
|
73
|
-
} from "./chunks/chunk-
|
|
73
|
+
} from "./chunks/chunk-4GY2E3MW.js";
|
|
74
74
|
import "./chunks/chunk-7VIQNUPS.js";
|
|
75
75
|
import {
|
|
76
76
|
AgentTranscriptReader
|
|
@@ -191,7 +191,7 @@ import {
|
|
|
191
191
|
import {
|
|
192
192
|
awaitPeerSettle,
|
|
193
193
|
buildPeerCards
|
|
194
|
-
} from "./chunks/chunk-
|
|
194
|
+
} from "./chunks/chunk-R3EKDHHD.js";
|
|
195
195
|
import {
|
|
196
196
|
DEFAULT_FABRIC_CONFIG,
|
|
197
197
|
effectiveToolCaptureConfig,
|
|
@@ -228,7 +228,7 @@ import {
|
|
|
228
228
|
fabricExecTitleHintCached,
|
|
229
229
|
normalizeRunDisplay,
|
|
230
230
|
registerCompactionHook
|
|
231
|
-
} from "./chunks/chunk-
|
|
231
|
+
} from "./chunks/chunk-FBFVZZH4.js";
|
|
232
232
|
import {
|
|
233
233
|
fabricWriteBindings
|
|
234
234
|
} from "./chunks/chunk-3J7BKUNG.js";
|
|
@@ -1830,7 +1830,7 @@ Inspect LLM I/O: /fabric log ${shortId} \xB7 Export: /fabric export-log ${actor.
|
|
|
1830
1830
|
const summaries = report.modelNodes + report.emergencyNodes;
|
|
1831
1831
|
const model = report.summaryModel || "inherit";
|
|
1832
1832
|
const calls = Number.isFinite(report.budget.calls) ? `${report.usage.calls}/${report.budget.calls}` : `${report.usage.calls}`;
|
|
1833
|
-
return `compaction: lcm \xB7 ${report.state} \xB7 model ${model} \xB7 ${report.rawEntries} entries \xB7 ${report.modelNodes}
|
|
1833
|
+
return `compaction: lcm \xB7 ${report.state} \xB7 model ${model} \xB7 ${report.rawEntries} entries \xB7 ${summaries} nodes (${report.modelNodes} by model, ${report.emergencyNodes} excerpt) \xB7 today ${calls} calls, ${Math.round(report.usage.wallMs / 1e3)}s${report.degraded ? ` \xB7 degraded: ${report.degraded}` : ""}`;
|
|
1834
1834
|
})(),
|
|
1835
1835
|
`MCP: ${config.mcp.enabled ? "enabled" : "disabled"}`,
|
|
1836
1836
|
`UI: ${config.ui.enabled ? `${config.ui.widget} widget above chat` : "disabled"}`
|