openfox 2.0.145 → 2.0.146
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/CHANGELOG.md +6 -0
- package/dist/{auto-continue-ZAHNBHPA.js → auto-continue-IENGLXVQ.js} +9 -9
- package/dist/{chat-handler-5XMO5XBU.js → chat-handler-RJUJHVOX.js} +12 -12
- package/dist/{chunk-OVAHNEFG.js → chunk-2PGRX4RH.js} +5 -4
- package/dist/{chunk-2BARKBWV.js → chunk-5D4MQG7P.js} +8 -8
- package/dist/{chunk-2DVAF6HY.js → chunk-5JGRKNMS.js} +3 -3
- package/dist/{chunk-LG3LQLTZ.js → chunk-7BIGFGU5.js} +8 -8
- package/dist/{chunk-DBTDMK23.js → chunk-7IETJ4D4.js} +63 -56
- package/dist/{chunk-E4F32L4Q.js → chunk-CPRBMVI7.js} +43 -1
- package/dist/{chunk-STVJA7IX.js → chunk-CVQYCAMY.js} +3 -3
- package/dist/chunk-EABIZXTG.js +7 -0
- package/dist/{chunk-6FKSGQYO.js → chunk-EZEFBLPY.js} +3 -3
- package/dist/{chunk-FLTNKZNQ.js → chunk-KJEOKIH2.js} +4 -4
- package/dist/{chunk-HNJ32GRI.js → chunk-L43S7FJM.js} +5 -5
- package/dist/chunk-NHHC3AVI.js +231 -0
- package/dist/{chunk-YRSZJ7IZ.js → chunk-NZBO3A3W.js} +2 -2
- package/dist/{chunk-3IVJ65IG.js → chunk-ORIPUMOQ.js} +5 -5
- package/dist/{chunk-X2BJFVER.js → chunk-OS4P2KQJ.js} +21 -15
- package/dist/{chunk-VFHGN3IS.js → chunk-P7KUU5VB.js} +2 -2
- package/dist/{chunk-PW5L4WBG.js → chunk-Q6MBLKL4.js} +1 -1
- package/dist/{chunk-QKPTMHA2.js → chunk-QR6FIHIP.js} +11 -11
- package/dist/cli/dev.js +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/{compactor-53WDNC2S.js → compactor-YY7PO2XE.js} +5 -5
- package/dist/{describe-image-IGLGVEOJ.js → describe-image-Z5WS6YU3.js} +8 -8
- package/dist/{dynamic-context-7AJC6AII.js → dynamic-context-IQUBKUCX.js} +5 -5
- package/dist/{events-ODZ4SSBW.js → events-FTS5W6FX.js} +6 -4
- package/dist/{export-import-AH5HBHO6.js → export-import-NAQDPRET.js} +5 -5
- package/dist/{folding-V2R2MZ6Y.js → folding-VWRMYZ5T.js} +4 -2
- package/dist/{launch-2QA2EHCT.js → launch-EUU25RFE.js} +13 -13
- package/dist/{orchestrator-L5VINV36.js → orchestrator-PPAIE2UH.js} +11 -11
- package/dist/package.json +1 -1
- package/dist/{path-security-3YFS3GJQ.js → path-security-25P6TQ4R.js} +7 -7
- package/dist/{processor-UQ5ITWL6.js → processor-7XMJPNCD.js} +11 -11
- package/dist/{protocol-Ch2s26bR.d.ts → protocol--oV4P3L_.d.ts} +2 -1
- package/dist/{protocol-MRMOB3P4.js → protocol-M4DFHA32.js} +3 -3
- package/dist/provider/index.d.ts +4 -4
- package/dist/{serve-CIBBSOLM.js → serve-3GNQNYG6.js} +18 -18
- package/dist/server/index.d.ts +3 -3
- package/dist/server/index.js +17 -17
- package/dist/{server-YW3DO4K5.js → server-C4LB436R.js} +16 -16
- package/dist/session-stats-Y7WRB5MP.js +23 -0
- package/dist/shared/index.d.ts +25 -9
- package/dist/shared/index.js +7 -3
- package/dist/stats-2QMXP6G4.js +12 -0
- package/dist/{store-AOZ46PBS.js → store-OWOLXB74.js} +3 -3
- package/dist/{tools-RG4HDV75.js → tools-OH3WW6Q4.js} +9 -9
- package/dist/{types-BajWwfkt.d.ts → types-NEE5osQN.d.ts} +48 -1
- package/dist/{types-BiHNYUUI.d.ts → types-usLcJB6N.d.ts} +1 -1
- package/dist/{update-5ENWM2XR.js → update-PG63SDV3.js} +2 -2
- package/dist/web/assets/{index-DL26wmhi.js → index-jXXIgPm-.js} +84 -84
- package/dist/web/index.html +1 -1
- package/dist/web/sw.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-7OHXF5GW.js +0 -132
- package/dist/chunk-QV4BKKIO.js +0 -7
package/dist/shared/index.js
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
|
-
computeSessionStats
|
|
3
|
-
|
|
2
|
+
computeSessionStats,
|
|
3
|
+
computeSessionStatsSummary,
|
|
4
|
+
mergeLiveStats
|
|
5
|
+
} from "../chunk-NHHC3AVI.js";
|
|
4
6
|
import {
|
|
5
7
|
createClientMessage,
|
|
6
8
|
createServerMessage,
|
|
7
9
|
isClientMessage,
|
|
8
10
|
isServerMessage
|
|
9
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-Q6MBLKL4.js";
|
|
10
12
|
import {
|
|
11
13
|
getLocale,
|
|
12
14
|
interpolate,
|
|
@@ -18,6 +20,7 @@ import {
|
|
|
18
20
|
import "../chunk-YLJ4XMA6.js";
|
|
19
21
|
export {
|
|
20
22
|
computeSessionStats,
|
|
23
|
+
computeSessionStatsSummary,
|
|
21
24
|
createClientMessage,
|
|
22
25
|
createServerMessage,
|
|
23
26
|
getLocale,
|
|
@@ -25,6 +28,7 @@ export {
|
|
|
25
28
|
isClientMessage,
|
|
26
29
|
isServerMessage,
|
|
27
30
|
locales,
|
|
31
|
+
mergeLiveStats,
|
|
28
32
|
pluralForms,
|
|
29
33
|
setLocale,
|
|
30
34
|
t
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import {
|
|
2
|
+
computeSessionStats,
|
|
3
|
+
computeSessionStatsSummary,
|
|
4
|
+
mergeLiveStats
|
|
5
|
+
} from "./chunk-NHHC3AVI.js";
|
|
6
|
+
import "./chunk-YLJ4XMA6.js";
|
|
7
|
+
export {
|
|
8
|
+
computeSessionStats,
|
|
9
|
+
computeSessionStatsSummary,
|
|
10
|
+
mergeLiveStats
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=stats-2QMXP6G4.js.map
|
|
@@ -3,8 +3,8 @@ import {
|
|
|
3
3
|
getEventStore,
|
|
4
4
|
getStaleRunningSessionIds,
|
|
5
5
|
initEventStore
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-NZBO3A3W.js";
|
|
7
|
+
import "./chunk-CPRBMVI7.js";
|
|
8
8
|
import "./chunk-YEW4YEJU.js";
|
|
9
9
|
import "./chunk-OSXPQSLW.js";
|
|
10
10
|
import "./chunk-LCLH6ZUL.js";
|
|
@@ -20,4 +20,4 @@ export {
|
|
|
20
20
|
getStaleRunningSessionIds,
|
|
21
21
|
initEventStore
|
|
22
22
|
};
|
|
23
|
-
//# sourceMappingURL=store-
|
|
23
|
+
//# sourceMappingURL=store-OWOLXB74.js.map
|
|
@@ -10,14 +10,14 @@ import {
|
|
|
10
10
|
setTasksService,
|
|
11
11
|
stepDoneTool,
|
|
12
12
|
validateToolAction
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-QR6FIHIP.js";
|
|
14
14
|
import "./chunk-OAN4BXEW.js";
|
|
15
15
|
import "./chunk-DJH6LMBT.js";
|
|
16
16
|
import "./chunk-PHR64A6U.js";
|
|
17
17
|
import "./chunk-J7GAZGZT.js";
|
|
18
18
|
import "./chunk-2DBWCXAQ.js";
|
|
19
19
|
import "./chunk-UO4X2ENE.js";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-KJEOKIH2.js";
|
|
21
21
|
import "./chunk-X7ZAP6YW.js";
|
|
22
22
|
import {
|
|
23
23
|
PathAccessDeniedError,
|
|
@@ -26,16 +26,16 @@ import {
|
|
|
26
26
|
getConfirmationSessionId,
|
|
27
27
|
providePathConfirmation,
|
|
28
28
|
requestPathAccess
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-CVQYCAMY.js";
|
|
30
30
|
import "./chunk-FAN4P45J.js";
|
|
31
31
|
import "./chunk-ZONLEX2F.js";
|
|
32
32
|
import "./chunk-VGE6UYND.js";
|
|
33
33
|
import "./chunk-ODETQHMI.js";
|
|
34
34
|
import "./chunk-I72ACQ6R.js";
|
|
35
35
|
import "./chunk-VIJVLLPT.js";
|
|
36
|
-
import "./chunk-
|
|
37
|
-
import "./chunk-
|
|
38
|
-
import "./chunk-
|
|
36
|
+
import "./chunk-5JGRKNMS.js";
|
|
37
|
+
import "./chunk-NZBO3A3W.js";
|
|
38
|
+
import "./chunk-CPRBMVI7.js";
|
|
39
39
|
import "./chunk-CCIG3YLG.js";
|
|
40
40
|
import "./chunk-YEW4YEJU.js";
|
|
41
41
|
import "./chunk-OSXPQSLW.js";
|
|
@@ -45,7 +45,7 @@ import {
|
|
|
45
45
|
getPendingQuestionsForSession,
|
|
46
46
|
provideAnswer
|
|
47
47
|
} from "./chunk-V5AC2TV7.js";
|
|
48
|
-
import "./chunk-
|
|
48
|
+
import "./chunk-2PGRX4RH.js";
|
|
49
49
|
import "./chunk-LCLH6ZUL.js";
|
|
50
50
|
import "./chunk-YEFZ5HBD.js";
|
|
51
51
|
import "./chunk-AWBV2VXO.js";
|
|
@@ -64,7 +64,7 @@ import "./chunk-X6SWZEK7.js";
|
|
|
64
64
|
import "./chunk-WOVWVB5J.js";
|
|
65
65
|
import "./chunk-VKMPR25F.js";
|
|
66
66
|
import "./chunk-K44MW7JJ.js";
|
|
67
|
-
import "./chunk-
|
|
67
|
+
import "./chunk-Q6MBLKL4.js";
|
|
68
68
|
import "./chunk-24YKXKCG.js";
|
|
69
69
|
import "./chunk-73BO5OT3.js";
|
|
70
70
|
import "./chunk-CQGTEGKL.js";
|
|
@@ -92,4 +92,4 @@ export {
|
|
|
92
92
|
stepDoneTool,
|
|
93
93
|
validateToolAction
|
|
94
94
|
};
|
|
95
|
-
//# sourceMappingURL=tools-
|
|
95
|
+
//# sourceMappingURL=tools-OH3WW6Q4.js.map
|
|
@@ -266,6 +266,53 @@ interface ModelSessionStats extends StatsIdentity {
|
|
|
266
266
|
dataPoints: StatsDataPoint[];
|
|
267
267
|
callDataPoints: CallStatsDataPoint[];
|
|
268
268
|
}
|
|
269
|
+
/**
|
|
270
|
+
* Minimal per-response stats input for aggregation. `Message` is assignable
|
|
271
|
+
* to it — only id, timestamp and stats are read.
|
|
272
|
+
*/
|
|
273
|
+
interface StatsSource {
|
|
274
|
+
id: string;
|
|
275
|
+
timestamp: string;
|
|
276
|
+
stats?: MessageStats | null;
|
|
277
|
+
}
|
|
278
|
+
/**
|
|
279
|
+
* Lean server-computed session stats: the headline aggregates only, no
|
|
280
|
+
* discrete per-response/per-call progression arrays. Shipped on every
|
|
281
|
+
* session load and state update (a few hundred bytes) regardless of how many
|
|
282
|
+
* responses the session has. The trailing accumulators are internal — they
|
|
283
|
+
* keep the live-turn merge exact and are never displayed.
|
|
284
|
+
*/
|
|
285
|
+
interface SessionStatsSummary {
|
|
286
|
+
totalTime: number;
|
|
287
|
+
aiTime: number;
|
|
288
|
+
toolTime: number;
|
|
289
|
+
prefillTokens: number;
|
|
290
|
+
generationTokens: number;
|
|
291
|
+
avgPrefillSpeed: number;
|
|
292
|
+
avgGenerationSpeed: number;
|
|
293
|
+
responseCount: number;
|
|
294
|
+
llmCallCount: number;
|
|
295
|
+
modelGroups: ModelStatsSummary[];
|
|
296
|
+
totalPrefillSource: number;
|
|
297
|
+
totalPrefillTime: number;
|
|
298
|
+
totalGenTime: number;
|
|
299
|
+
}
|
|
300
|
+
interface ModelStatsSummary extends StatsIdentity {
|
|
301
|
+
key: string;
|
|
302
|
+
label: string;
|
|
303
|
+
totalTime: number;
|
|
304
|
+
aiTime: number;
|
|
305
|
+
toolTime: number;
|
|
306
|
+
prefillTokens: number;
|
|
307
|
+
generationTokens: number;
|
|
308
|
+
avgPrefillSpeed: number;
|
|
309
|
+
avgGenerationSpeed: number;
|
|
310
|
+
responseCount: number;
|
|
311
|
+
llmCallCount: number;
|
|
312
|
+
totalPrefillSource: number;
|
|
313
|
+
totalPrefillTime: number;
|
|
314
|
+
totalGenTime: number;
|
|
315
|
+
}
|
|
269
316
|
interface InjectedFile {
|
|
270
317
|
path: string;
|
|
271
318
|
content: string;
|
|
@@ -745,4 +792,4 @@ interface ElementData {
|
|
|
745
792
|
attributes: Record<string, string>;
|
|
746
793
|
}
|
|
747
794
|
|
|
748
|
-
export type {
|
|
795
|
+
export type { TaskActor as $, Attachment as A, EditContextRegion as B, ContextState as C, Diagnostic as D, EditContextEdit as E, ElementData as F, ExecutionState as G, FileReadEntry as H, InjectedFile as I, LlmBackend as J, MessageRole as K, LLMCallStats as L, ModelConfig as M, MessageSegment as N, ModelSessionStats as O, Project as P, ModelStatsSummary as Q, PreparingToolCall as R, SessionMode as S, ToolCall as T, Provider as U, ProviderBackend as V, WorkflowExecution as W, RecentUserPrompt as X, SessionMetadata as Y, StatsDataPoint as Z, StatsIdentity as _, ToolMode as a, TaskAuditEntry as a0, TaskGateValue as a1, TaskRunState as a2, TaskSchedule as a3, TaskStatus as a4, ToolName as a5, UserStepChoice as a6, ValidationResult as a7, WorkflowExecutionStatus as a8, WorkflowLaunchScope as a9, WorkflowParameter as aa, WorkflowScope as ab, ToolResult as b, Message as c, MessageStats as d, Todo as e, Criterion as f, MetadataEntry as g, SessionPhase as h, SessionSummary as i, PauseState as j, Session as k, SessionStatsSummary as l, ProjectTask as m, ProjectTaskSettings as n, ProjectTaskCounts as o, TaskGateConfig as p, StatsSource as q, SessionStats as r, CallStatsDataPoint as s, Config as t, ContextWindow as u, CriterionAttempt as v, CriterionStatus as w, CriterionValidation as x, DangerLevel as y, EditContextLine as z };
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk-2OMGR7LN.js";
|
|
4
4
|
import {
|
|
5
5
|
VERSION
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-EABIZXTG.js";
|
|
7
7
|
import "./chunk-24YKXKCG.js";
|
|
8
8
|
import "./chunk-CQGTEGKL.js";
|
|
9
9
|
import "./chunk-YLJ4XMA6.js";
|
|
@@ -73,4 +73,4 @@ async function runUpdate(options = {}) {
|
|
|
73
73
|
export {
|
|
74
74
|
runUpdate
|
|
75
75
|
};
|
|
76
|
-
//# sourceMappingURL=update-
|
|
76
|
+
//# sourceMappingURL=update-PG63SDV3.js.map
|