openfox 2.0.128 → 2.0.129
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 +11 -0
- package/dist/CHANGELOG.md +11 -0
- package/dist/{chat-handler-3O6AIOID.js → chat-handler-TH6JBO6G.js} +13 -13
- package/dist/{chunk-KD4W3I6C.js → chunk-26WS7AH6.js} +2 -2
- package/dist/{chunk-VHMZBKWY.js → chunk-2COZT3YI.js} +7 -7
- package/dist/{chunk-XAAEP5XM.js → chunk-567L5OJ6.js} +6 -2
- package/dist/{chunk-VJRLIKLE.js → chunk-6LX43YRA.js} +2 -2
- package/dist/{chunk-CQW4QASE.js → chunk-7RIEI2TE.js} +5 -5
- package/dist/{chunk-KSDWQ6IZ.js → chunk-ATWOXI52.js} +1 -1
- package/dist/{chunk-KAZWU73N.js → chunk-DABWCAXS.js} +2 -2
- package/dist/{chunk-FYXZRVOL.js → chunk-H6YIVK67.js} +2 -2
- package/dist/chunk-HIRDDCPD.js +7 -0
- package/dist/{chunk-LWDL7HWL.js → chunk-HO7A7TMF.js} +4 -4
- package/dist/{chunk-S6ATKIT2.js → chunk-IJFKJ5D6.js} +2 -2
- package/dist/{chunk-B2RPFZ3U.js → chunk-JQMQ4DGC.js} +3 -3
- package/dist/{chunk-53R7QNZG.js → chunk-L24A6GZ7.js} +22 -10
- package/dist/{chunk-OWCJRSOU.js → chunk-MYNNMV75.js} +11 -11
- package/dist/{chunk-JEMPUHAA.js → chunk-OHTBWA7L.js} +3 -3
- package/dist/{chunk-D5QVV3LT.js → chunk-P6GTPKE5.js} +2 -2
- package/dist/{chunk-BQNQJE57.js → chunk-PHP7PLFX.js} +3 -3
- package/dist/{chunk-4MXY7ELN.js → chunk-ZXWJ6JTL.js} +30 -30
- package/dist/cli/dev.js +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/{client-VDXO7IIV.js → client-RZGGDGUA.js} +3 -3
- package/dist/{client-pure-CJKM3ACP.js → client-pure-GU2SV3DD.js} +2 -2
- package/dist/{compactor-B6IVMDES.js → compactor-WKFNTUXL.js} +4 -4
- package/dist/{dynamic-context-4WVMNJTZ.js → dynamic-context-ZVE733UI.js} +2 -2
- package/dist/{launch-AKIMGAGC.js → launch-5ARSU7EM.js} +13 -13
- package/dist/{orchestrator-WLNW7TS7.js → orchestrator-E6GIZGEN.js} +12 -12
- package/dist/package.json +1 -1
- package/dist/{path-security-YTPZ35SL.js → path-security-UDZ7UVWK.js} +4 -4
- package/dist/{processor-ZMXU5MOT.js → processor-7RDR675X.js} +12 -12
- package/dist/{protocol-DCMH9Ufp.d.ts → protocol-DMneA8mx.d.ts} +7 -3
- package/dist/{protocol-TLODRZSB.js → protocol-TS3GVTT3.js} +5 -3
- package/dist/{provider-QIOTESLB.js → provider-DXEICEIE.js} +4 -4
- package/dist/{provider-manager-FVI22EWM.js → provider-manager-PU7RS2TK.js} +4 -4
- package/dist/{serve-7M4HCERR.js → serve-Z5ITDPCQ.js} +18 -18
- package/dist/server/index.d.ts +1 -1
- package/dist/server/index.js +17 -17
- package/dist/{server-RX5JM7IT.js → server-MUJ7EHEI.js} +16 -16
- package/dist/{service-F4TWYTKE.js → service-INQWTYY2.js} +5 -5
- package/dist/shared/index.d.ts +1 -1
- package/dist/shared/index.js +1 -1
- package/dist/{tasks-36WHYN3H.js → tasks-SE3DOPVP.js} +5 -5
- package/dist/{tools-WAUWG4PE.js → tools-6XUSIJN2.js} +10 -10
- package/dist/{update-AIVWCRXR.js → update-EJUI6PSV.js} +2 -2
- package/dist/web/assets/{index-DtQsFnyQ.js → index-CGKd7WLQ.js} +65 -65
- package/dist/web/index.html +1 -1
- package/dist/web/sw.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-ES5635OP.js +0 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.0.129 - 2026-08-25
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- **Live AI stats in the right sidebar** — time, prefill and generation speed update live while a turn runs
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- **Strict providers no longer reject requests** — `top_p` is omitted from the request when unset instead of sent as undefined
|
|
12
|
+
- **project_tasks tool works on strict providers** — the attachments schema now includes the required items field
|
|
13
|
+
|
|
3
14
|
## 2.0.128 - 2026-08-24
|
|
4
15
|
|
|
5
16
|
### Enhancements
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.0.129 - 2026-08-25
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- **Live AI stats in the right sidebar** — time, prefill and generation speed update live while a turn runs
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- **Strict providers no longer reject requests** — `top_p` is omitted from the request when unset instead of sent as undefined
|
|
12
|
+
- **project_tasks tool works on strict providers** — the attachments schema now includes the required items field
|
|
13
|
+
|
|
3
14
|
## 2.0.128 - 2026-08-24
|
|
4
15
|
|
|
5
16
|
### Enhancements
|
|
@@ -2,14 +2,14 @@ import {
|
|
|
2
2
|
buildRunChatTurnParams,
|
|
3
3
|
finalizeTurnCompletion,
|
|
4
4
|
generateSessionNameForSession
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-OHTBWA7L.js";
|
|
6
6
|
import {
|
|
7
7
|
runChatTurn
|
|
8
|
-
} from "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
8
|
+
} from "./chunk-7RIEI2TE.js";
|
|
9
|
+
import "./chunk-L24A6GZ7.js";
|
|
10
|
+
import "./chunk-PHP7PLFX.js";
|
|
11
11
|
import "./chunk-ZIL6VKLU.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-6LX43YRA.js";
|
|
13
13
|
import "./chunk-GIJUWPRQ.js";
|
|
14
14
|
import "./chunk-EHFIUXWZ.js";
|
|
15
15
|
import "./chunk-RV5G7QQU.js";
|
|
@@ -18,9 +18,9 @@ import "./chunk-JE7LW7Y6.js";
|
|
|
18
18
|
import "./chunk-OAN4BXEW.js";
|
|
19
19
|
import "./chunk-Y3BSBKHY.js";
|
|
20
20
|
import "./chunk-J7GAZGZT.js";
|
|
21
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-H6YIVK67.js";
|
|
22
22
|
import "./chunk-7YP4O4XE.js";
|
|
23
|
-
import "./chunk-
|
|
23
|
+
import "./chunk-26WS7AH6.js";
|
|
24
24
|
import {
|
|
25
25
|
getEventStore
|
|
26
26
|
} from "./chunk-YJD5A375.js";
|
|
@@ -30,27 +30,27 @@ import {
|
|
|
30
30
|
createChatMessageMessage,
|
|
31
31
|
createPhaseChangedMessage,
|
|
32
32
|
createSessionRunningMessage
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-567L5OJ6.js";
|
|
34
34
|
import "./chunk-66MG44TF.js";
|
|
35
35
|
import "./chunk-JURM3RPZ.js";
|
|
36
36
|
import "./chunk-LCLH6ZUL.js";
|
|
37
|
-
import "./chunk-
|
|
37
|
+
import "./chunk-JQMQ4DGC.js";
|
|
38
38
|
import "./chunk-K2QKX4ZJ.js";
|
|
39
39
|
import "./chunk-J2GP3J3X.js";
|
|
40
40
|
import "./chunk-KBESUA3W.js";
|
|
41
41
|
import "./chunk-OSXPQSLW.js";
|
|
42
42
|
import "./chunk-3B232XG4.js";
|
|
43
|
-
import "./chunk-
|
|
43
|
+
import "./chunk-P6GTPKE5.js";
|
|
44
44
|
import "./chunk-7ZMOP5LS.js";
|
|
45
45
|
import "./chunk-PBFGJFGC.js";
|
|
46
46
|
import "./chunk-HNCM3D7Y.js";
|
|
47
|
-
import "./chunk-
|
|
47
|
+
import "./chunk-DABWCAXS.js";
|
|
48
48
|
import "./chunk-ZFNBATE3.js";
|
|
49
49
|
import "./chunk-N2Q3KYWM.js";
|
|
50
50
|
import "./chunk-OYBUJIC3.js";
|
|
51
51
|
import "./chunk-ISE55FOR.js";
|
|
52
52
|
import "./chunk-K44MW7JJ.js";
|
|
53
|
-
import "./chunk-
|
|
53
|
+
import "./chunk-ATWOXI52.js";
|
|
54
54
|
import "./chunk-R5FAEKXQ.js";
|
|
55
55
|
import "./chunk-CQGTEGKL.js";
|
|
56
56
|
import "./chunk-YLJ4XMA6.js";
|
|
@@ -174,4 +174,4 @@ export {
|
|
|
174
174
|
startChatSession,
|
|
175
175
|
stopSessionExecution
|
|
176
176
|
};
|
|
177
|
-
//# sourceMappingURL=chat-handler-
|
|
177
|
+
//# sourceMappingURL=chat-handler-TH6JBO6G.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk-YJD5A375.js";
|
|
4
4
|
import {
|
|
5
5
|
createChatPathConfirmationMessage
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-567L5OJ6.js";
|
|
7
7
|
import {
|
|
8
8
|
getPlatformShell
|
|
9
9
|
} from "./chunk-66MG44TF.js";
|
|
@@ -750,4 +750,4 @@ export {
|
|
|
750
750
|
getConfirmationSessionId,
|
|
751
751
|
getPendingConfirmationsBySession
|
|
752
752
|
};
|
|
753
|
-
//# sourceMappingURL=chunk-
|
|
753
|
+
//# sourceMappingURL=chunk-26WS7AH6.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runAgentTurn
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-7RIEI2TE.js";
|
|
4
4
|
import {
|
|
5
5
|
executeSubAgent,
|
|
6
6
|
getToolRegistryForAgent
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-L24A6GZ7.js";
|
|
8
8
|
import {
|
|
9
9
|
TurnMetrics,
|
|
10
10
|
createMessageStartEvent
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-6LX43YRA.js";
|
|
12
12
|
import {
|
|
13
13
|
checkAborted,
|
|
14
14
|
decodeUtf8,
|
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
loadProjectWorkflows,
|
|
28
28
|
loadUserWorkflows,
|
|
29
29
|
normalizeWorkflowScope
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-H6YIVK67.js";
|
|
31
31
|
import {
|
|
32
32
|
getCurrentContextWindowId,
|
|
33
33
|
getEventStore
|
|
@@ -35,7 +35,7 @@ import {
|
|
|
35
35
|
import {
|
|
36
36
|
createChatMessageMessage,
|
|
37
37
|
createSessionRunningMessage
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-567L5OJ6.js";
|
|
39
39
|
import {
|
|
40
40
|
findAgentById,
|
|
41
41
|
getRuntimeConfig,
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
} from "./chunk-7OHXF5GW.js";
|
|
54
54
|
import {
|
|
55
55
|
createServerMessage
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-ATWOXI52.js";
|
|
57
57
|
import {
|
|
58
58
|
getGlobalConfigDir
|
|
59
59
|
} from "./chunk-CQGTEGKL.js";
|
|
@@ -1002,4 +1002,4 @@ export {
|
|
|
1002
1002
|
abortRunnerRun,
|
|
1003
1003
|
launchWorkflowRun
|
|
1004
1004
|
};
|
|
1005
|
-
//# sourceMappingURL=chunk-
|
|
1005
|
+
//# sourceMappingURL=chunk-2COZT3YI.js.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
createServerMessage,
|
|
6
6
|
isClientMessage
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-ATWOXI52.js";
|
|
8
8
|
|
|
9
9
|
// src/server/session/client-session.ts
|
|
10
10
|
function toClientSession(session) {
|
|
@@ -137,6 +137,9 @@ function createChatDoneMessage(messageId, reason, stats, agentType) {
|
|
|
137
137
|
...agentType ? { agentType } : {}
|
|
138
138
|
});
|
|
139
139
|
}
|
|
140
|
+
function createChatStatsMessage(stats) {
|
|
141
|
+
return createServerMessage("chat.stats", { stats });
|
|
142
|
+
}
|
|
140
143
|
function createChatErrorMessage(error, recoverable) {
|
|
141
144
|
return createServerMessage("chat.error", { error, recoverable });
|
|
142
145
|
}
|
|
@@ -356,6 +359,7 @@ export {
|
|
|
356
359
|
createChatMessageMessage,
|
|
357
360
|
createChatMessageUpdatedMessage,
|
|
358
361
|
createChatDoneMessage,
|
|
362
|
+
createChatStatsMessage,
|
|
359
363
|
createChatErrorMessage,
|
|
360
364
|
createChatLLMRetryMessage,
|
|
361
365
|
createChatLLMRetryFailedMessage,
|
|
@@ -374,4 +378,4 @@ export {
|
|
|
374
378
|
createQueueStateMessage,
|
|
375
379
|
storedEventToServerMessage
|
|
376
380
|
};
|
|
377
|
-
//# sourceMappingURL=chunk-
|
|
381
|
+
//# sourceMappingURL=chunk-567L5OJ6.js.map
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
} from "./chunk-PBFGJFGC.js";
|
|
10
10
|
import {
|
|
11
11
|
buildModelParams
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-DABWCAXS.js";
|
|
13
13
|
import {
|
|
14
14
|
logger
|
|
15
15
|
} from "./chunk-K44MW7JJ.js";
|
|
@@ -518,4 +518,4 @@ export {
|
|
|
518
518
|
createChatDoneEvent,
|
|
519
519
|
consumeStreamGenerator
|
|
520
520
|
};
|
|
521
|
-
//# sourceMappingURL=chunk-
|
|
521
|
+
//# sourceMappingURL=chunk-6LX43YRA.js.map
|
|
@@ -4,12 +4,12 @@ import {
|
|
|
4
4
|
getToolRegistryForAgent,
|
|
5
5
|
processEventsForConversation,
|
|
6
6
|
runTopLevelAgentLoop
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-L24A6GZ7.js";
|
|
8
8
|
import {
|
|
9
9
|
buildCachedPrompt,
|
|
10
10
|
computeDynamicContextHash,
|
|
11
11
|
getToolFingerprint
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-PHP7PLFX.js";
|
|
13
13
|
import {
|
|
14
14
|
getAllInstructions,
|
|
15
15
|
getEnabledSkillMetadata
|
|
@@ -18,14 +18,14 @@ import {
|
|
|
18
18
|
TurnMetrics,
|
|
19
19
|
createChatDoneEvent,
|
|
20
20
|
createMessageStartEvent
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-6LX43YRA.js";
|
|
22
22
|
import {
|
|
23
23
|
buildAgentReminder,
|
|
24
24
|
buildAgentSmallReminder
|
|
25
25
|
} from "./chunk-GIJUWPRQ.js";
|
|
26
26
|
import {
|
|
27
27
|
PathAccessDeniedError
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-26WS7AH6.js";
|
|
29
29
|
import {
|
|
30
30
|
getCurrentContextWindowId,
|
|
31
31
|
getCurrentWindowMessageOptions,
|
|
@@ -329,4 +329,4 @@ export {
|
|
|
329
329
|
runChatTurn,
|
|
330
330
|
runAgentTurn
|
|
331
331
|
};
|
|
332
|
-
//# sourceMappingURL=chunk-
|
|
332
|
+
//# sourceMappingURL=chunk-7RIEI2TE.js.map
|
|
@@ -609,7 +609,7 @@ async function buildChatCompletionCreateParams(model, request, profile, capabili
|
|
|
609
609
|
...request.toolChoice ? { tool_choice: request.toolChoice } : {},
|
|
610
610
|
temperature,
|
|
611
611
|
max_tokens: maxTokens,
|
|
612
|
-
top_p: topP,
|
|
612
|
+
...topP !== void 0 && { top_p: topP },
|
|
613
613
|
stream: isStreaming,
|
|
614
614
|
...isStreaming ? { stream_options: { include_usage: true } } : {}
|
|
615
615
|
};
|
|
@@ -735,4 +735,4 @@ export {
|
|
|
735
735
|
buildStreamingCreateParams,
|
|
736
736
|
mapFinishReason
|
|
737
737
|
};
|
|
738
|
-
//# sourceMappingURL=chunk-
|
|
738
|
+
//# sourceMappingURL=chunk-DABWCAXS.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
parseDefaultModelSelection
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-JQMQ4DGC.js";
|
|
4
4
|
import {
|
|
5
5
|
deleteItemFromDir,
|
|
6
6
|
getDefaultIds,
|
|
@@ -1099,4 +1099,4 @@ export {
|
|
|
1099
1099
|
isTaskGateError,
|
|
1100
1100
|
createTasksService
|
|
1101
1101
|
};
|
|
1102
|
-
//# sourceMappingURL=chunk-
|
|
1102
|
+
//# sourceMappingURL=chunk-H6YIVK67.js.map
|
|
@@ -163,7 +163,7 @@ async function runCli(options) {
|
|
|
163
163
|
break;
|
|
164
164
|
}
|
|
165
165
|
case "provider": {
|
|
166
|
-
const { runProviderCommand } = await import("./provider-
|
|
166
|
+
const { runProviderCommand } = await import("./provider-DXEICEIE.js");
|
|
167
167
|
const [, subcommand] = positionals;
|
|
168
168
|
await runProviderCommand(mode, subcommand);
|
|
169
169
|
break;
|
|
@@ -200,7 +200,7 @@ async function runCli(options) {
|
|
|
200
200
|
break;
|
|
201
201
|
}
|
|
202
202
|
case "update": {
|
|
203
|
-
const { runUpdate } = await import("./update-
|
|
203
|
+
const { runUpdate } = await import("./update-EJUI6PSV.js");
|
|
204
204
|
const code = await runUpdate();
|
|
205
205
|
if (code !== 0) {
|
|
206
206
|
process.exit(code);
|
|
@@ -213,7 +213,7 @@ async function runCli(options) {
|
|
|
213
213
|
if (!configExists) {
|
|
214
214
|
await runNetworkSetup(mode);
|
|
215
215
|
}
|
|
216
|
-
const { runServe } = await import("./serve-
|
|
216
|
+
const { runServe } = await import("./serve-Z5ITDPCQ.js");
|
|
217
217
|
const serveOptions = { mode };
|
|
218
218
|
if (values.port) serveOptions.port = parseInt(values.port);
|
|
219
219
|
if (values["no-browser"] === true) serveOptions.openBrowser = false;
|
|
@@ -225,4 +225,4 @@ async function runCli(options) {
|
|
|
225
225
|
export {
|
|
226
226
|
runCli
|
|
227
227
|
};
|
|
228
|
-
//# sourceMappingURL=chunk-
|
|
228
|
+
//# sourceMappingURL=chunk-HO7A7TMF.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createMessageStartEvent
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-6LX43YRA.js";
|
|
4
4
|
import {
|
|
5
5
|
COMPACTION_PROMPT
|
|
6
6
|
} from "./chunk-GIJUWPRQ.js";
|
|
@@ -36,4 +36,4 @@ export {
|
|
|
36
36
|
COMPACTION_MAX_RATIO,
|
|
37
37
|
shouldCompact
|
|
38
38
|
};
|
|
39
|
-
//# sourceMappingURL=chunk-
|
|
39
|
+
//# sourceMappingURL=chunk-IJFKJ5D6.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk-K2QKX4ZJ.js";
|
|
4
4
|
import {
|
|
5
5
|
createLLMClient
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-P6GTPKE5.js";
|
|
7
7
|
import {
|
|
8
8
|
getModelProfile
|
|
9
9
|
} from "./chunk-7ZMOP5LS.js";
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
} from "./chunk-HNCM3D7Y.js";
|
|
18
18
|
import {
|
|
19
19
|
resolveAttachmentsInMessages
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-DABWCAXS.js";
|
|
21
21
|
import {
|
|
22
22
|
getCatalogEntry,
|
|
23
23
|
resolveEffortForModel
|
|
@@ -851,4 +851,4 @@ export {
|
|
|
851
851
|
parseDefaultModelSelection,
|
|
852
852
|
createProviderManager
|
|
853
853
|
};
|
|
854
|
-
//# sourceMappingURL=chunk-
|
|
854
|
+
//# sourceMappingURL=chunk-JQMQ4DGC.js.map
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
recordLLMFailure,
|
|
19
19
|
sleepThroughRetryBackoff,
|
|
20
20
|
streamLLMPure
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-6LX43YRA.js";
|
|
22
22
|
import {
|
|
23
23
|
COMPACTION_PROMPT,
|
|
24
24
|
buildBasePrompt,
|
|
@@ -61,7 +61,7 @@ import {
|
|
|
61
61
|
getGateConfig,
|
|
62
62
|
isTaskConflictError,
|
|
63
63
|
isTaskGateError
|
|
64
|
-
} from "./chunk-
|
|
64
|
+
} from "./chunk-H6YIVK67.js";
|
|
65
65
|
import {
|
|
66
66
|
getSessionDisabledServers
|
|
67
67
|
} from "./chunk-7YP4O4XE.js";
|
|
@@ -72,7 +72,7 @@ import {
|
|
|
72
72
|
registerPathConfirmation,
|
|
73
73
|
requestPathAccess,
|
|
74
74
|
resolveRelativeTraversals
|
|
75
|
-
} from "./chunk-
|
|
75
|
+
} from "./chunk-26WS7AH6.js";
|
|
76
76
|
import {
|
|
77
77
|
getCurrentContextWindowId,
|
|
78
78
|
getCurrentWindowMessageOptions,
|
|
@@ -95,8 +95,9 @@ import {
|
|
|
95
95
|
createChatMessageMessage,
|
|
96
96
|
createChatMessageUpdatedMessage,
|
|
97
97
|
createChatPathConfirmationMessage,
|
|
98
|
+
createChatStatsMessage,
|
|
98
99
|
createQueueStateMessage
|
|
99
|
-
} from "./chunk-
|
|
100
|
+
} from "./chunk-567L5OJ6.js";
|
|
100
101
|
import {
|
|
101
102
|
AskUserInterrupt,
|
|
102
103
|
askUserTool
|
|
@@ -121,7 +122,7 @@ import {
|
|
|
121
122
|
formatPdfErrorMessage,
|
|
122
123
|
isPdfBuffer,
|
|
123
124
|
processPdfContent
|
|
124
|
-
} from "./chunk-
|
|
125
|
+
} from "./chunk-DABWCAXS.js";
|
|
125
126
|
import {
|
|
126
127
|
SETTINGS_KEYS,
|
|
127
128
|
getSetting,
|
|
@@ -1891,6 +1892,10 @@ function emitDoneAndBreak(assistantMsgId, segments, statsIdentity, mode, turnMet
|
|
|
1891
1892
|
onMessage(createChatDoneMessage(assistantMsgId, reason, stats, agentType));
|
|
1892
1893
|
}
|
|
1893
1894
|
}
|
|
1895
|
+
function emitLiveTurnStats(turnMetrics, statsIdentity, mode, onMessage) {
|
|
1896
|
+
if (!onMessage) return;
|
|
1897
|
+
onMessage(createChatStatsMessage(turnMetrics.buildStats(statsIdentity, mode)));
|
|
1898
|
+
}
|
|
1894
1899
|
var MAX_TRUNCATION_RETRIES = 3;
|
|
1895
1900
|
var MAX_CONTEXT_LENGTH_RETRIES = 3;
|
|
1896
1901
|
var OUTPUT_RESERVE_TOKENS = 2048;
|
|
@@ -2136,6 +2141,9 @@ ${CONTINUE_PROMPT}` : CONTINUE_PROMPT;
|
|
|
2136
2141
|
previousContextTokens,
|
|
2137
2142
|
result.modelParams
|
|
2138
2143
|
);
|
|
2144
|
+
if (!config.subAgentMetadata) {
|
|
2145
|
+
emitLiveTurnStats(turnMetrics, statsIdentity, mode, config.onMessage);
|
|
2146
|
+
}
|
|
2139
2147
|
sessionManager.setCurrentContextSize(
|
|
2140
2148
|
sessionId,
|
|
2141
2149
|
result.usage.promptTokens,
|
|
@@ -2146,7 +2154,7 @@ ${CONTINUE_PROMPT}` : CONTINUE_PROMPT;
|
|
|
2146
2154
|
currentMaxTokensOverride = void 0;
|
|
2147
2155
|
if (!compacting) {
|
|
2148
2156
|
const contextState = sessionManager.getContextState(sessionId);
|
|
2149
|
-
const { shouldCompact, appendCompactionPrompt } = await import("./compactor-
|
|
2157
|
+
const { shouldCompact, appendCompactionPrompt } = await import("./compactor-WKFNTUXL.js");
|
|
2150
2158
|
if (shouldCompact(
|
|
2151
2159
|
contextState.currentTokens,
|
|
2152
2160
|
contextState.maxTokens,
|
|
@@ -3171,7 +3179,7 @@ var callSubAgentTool = {
|
|
|
3171
3179
|
};
|
|
3172
3180
|
}
|
|
3173
3181
|
try {
|
|
3174
|
-
const { getToolRegistryForAgent: getToolRegistryForAgent2 } = await import("./tools-
|
|
3182
|
+
const { getToolRegistryForAgent: getToolRegistryForAgent2 } = await import("./tools-6XUSIJN2.js");
|
|
3175
3183
|
const toolRegistry = getToolRegistryForAgent2(agentDef);
|
|
3176
3184
|
const turnMetrics = new TurnMetrics();
|
|
3177
3185
|
const result = await executeSubAgent({
|
|
@@ -4193,7 +4201,7 @@ var mcpConfigTool = createTool(
|
|
|
4193
4201
|
mcpNotifyChanged?.(sessionId);
|
|
4194
4202
|
}
|
|
4195
4203
|
async function rebuildTools() {
|
|
4196
|
-
const { setMcpTools: setMcpTools2 } = await import("./tools-
|
|
4204
|
+
const { setMcpTools: setMcpTools2 } = await import("./tools-6XUSIJN2.js");
|
|
4197
4205
|
const mcpTools = createMcpTools(mcpManagerForTools);
|
|
4198
4206
|
setMcpTools2(mcpTools);
|
|
4199
4207
|
}
|
|
@@ -4635,7 +4643,11 @@ var projectTasksTool = createTool(
|
|
|
4635
4643
|
action: { type: "string", enum: VALID_ACTIONS, description: "The action to perform" },
|
|
4636
4644
|
taskId: { type: "string", description: "Target task id (edit, move, set_gate_value, delete)" },
|
|
4637
4645
|
prompt: { type: "string", description: "The prompt/instruction executed when the task launches" },
|
|
4638
|
-
attachments: {
|
|
4646
|
+
attachments: {
|
|
4647
|
+
type: "array",
|
|
4648
|
+
description: "Optional attachments (same shape as chat attachments)",
|
|
4649
|
+
items: {}
|
|
4650
|
+
},
|
|
4639
4651
|
agentId: { type: "string", description: "Selected agent id" },
|
|
4640
4652
|
providerId: { type: "string", description: "Provider id used when a session is spawned" },
|
|
4641
4653
|
model: { type: "string", description: "Model label used when a session is spawned" },
|
|
@@ -5118,4 +5130,4 @@ export {
|
|
|
5118
5130
|
getToolRegistryForAgent,
|
|
5119
5131
|
createToolRegistry
|
|
5120
5132
|
};
|
|
5121
|
-
//# sourceMappingURL=chunk-
|
|
5133
|
+
//# sourceMappingURL=chunk-L24A6GZ7.js.map
|
|
@@ -2,28 +2,28 @@ import {
|
|
|
2
2
|
generateSessionNameForSession,
|
|
3
3
|
getSessionMessageCount,
|
|
4
4
|
needsNameGeneration
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-OHTBWA7L.js";
|
|
6
6
|
import {
|
|
7
7
|
launchWorkflowRun
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-2COZT3YI.js";
|
|
9
9
|
import {
|
|
10
10
|
runChatTurn
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-7RIEI2TE.js";
|
|
12
12
|
import {
|
|
13
13
|
devServerManager
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-L24A6GZ7.js";
|
|
15
15
|
import {
|
|
16
16
|
applyDynamicContext,
|
|
17
17
|
computeSessionHash,
|
|
18
18
|
computeUnifiedDiff
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-PHP7PLFX.js";
|
|
20
20
|
import {
|
|
21
21
|
appendCompactionPrompt
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-IJFKJ5D6.js";
|
|
23
23
|
import {
|
|
24
24
|
hasRecentLLMFailure,
|
|
25
25
|
interruptLLMRetryWait
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-6LX43YRA.js";
|
|
27
27
|
import {
|
|
28
28
|
onProcessEvent
|
|
29
29
|
} from "./chunk-RV5G7QQU.js";
|
|
@@ -55,7 +55,7 @@ import {
|
|
|
55
55
|
parseClientMessage,
|
|
56
56
|
serializeServerMessage,
|
|
57
57
|
storedEventToServerMessage
|
|
58
|
-
} from "./chunk-
|
|
58
|
+
} from "./chunk-567L5OJ6.js";
|
|
59
59
|
import {
|
|
60
60
|
getPlatformShell
|
|
61
61
|
} from "./chunk-66MG44TF.js";
|
|
@@ -74,7 +74,7 @@ import {
|
|
|
74
74
|
} from "./chunk-K44MW7JJ.js";
|
|
75
75
|
import {
|
|
76
76
|
createServerMessage
|
|
77
|
-
} from "./chunk-
|
|
77
|
+
} from "./chunk-ATWOXI52.js";
|
|
78
78
|
|
|
79
79
|
// src/server/ws/server.ts
|
|
80
80
|
import { WebSocketServer, WebSocket as WebSocket2 } from "ws";
|
|
@@ -1299,7 +1299,7 @@ async function handleClientMessage(ws, client, message, _getLLMClient, _getActiv
|
|
|
1299
1299
|
}
|
|
1300
1300
|
const session = sessionManager.requireSession(sessionId);
|
|
1301
1301
|
try {
|
|
1302
|
-
const { buildCachedPrompt } = await import("./dynamic-context-
|
|
1302
|
+
const { buildCachedPrompt } = await import("./dynamic-context-ZVE733UI.js");
|
|
1303
1303
|
const allAgents = await import("./registry-Z4GVYFTV.js");
|
|
1304
1304
|
const agentDef = allAgents.findAgentById(session.mode, await allAgents.loadAllAgentsDefault()) ?? allAgents.findAgentById("planner", await allAgents.loadAllAgentsDefault());
|
|
1305
1305
|
const modelName = session.providerModel ?? _providerManager?.getCurrentModel();
|
|
@@ -1624,4 +1624,4 @@ export {
|
|
|
1624
1624
|
signalMcpReady,
|
|
1625
1625
|
createWebSocketServer
|
|
1626
1626
|
};
|
|
1627
|
-
//# sourceMappingURL=chunk-
|
|
1627
|
+
//# sourceMappingURL=chunk-MYNNMV75.js.map
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
import {
|
|
13
13
|
createContextStateMessage,
|
|
14
14
|
createSessionStateMessage
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-567L5OJ6.js";
|
|
16
16
|
import {
|
|
17
17
|
getPendingQuestionsForSession
|
|
18
18
|
} from "./chunk-JURM3RPZ.js";
|
|
@@ -162,7 +162,7 @@ async function generateSessionNameForSession(sessionId, userMessage, deps, signa
|
|
|
162
162
|
client = deps.getLLMClient();
|
|
163
163
|
client.setModel(providerConfig.model);
|
|
164
164
|
} else if (providerConfig) {
|
|
165
|
-
const { createLLMClient } = await import("./client-
|
|
165
|
+
const { createLLMClient } = await import("./client-RZGGDGUA.js");
|
|
166
166
|
client = createLLMClient(
|
|
167
167
|
{
|
|
168
168
|
llm: {
|
|
@@ -216,4 +216,4 @@ export {
|
|
|
216
216
|
needsNameGeneration,
|
|
217
217
|
generateSessionNameForSession
|
|
218
218
|
};
|
|
219
|
-
//# sourceMappingURL=chunk-
|
|
219
|
+
//# sourceMappingURL=chunk-OHTBWA7L.js.map
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
getThinking,
|
|
15
15
|
mapFinishReason,
|
|
16
16
|
parseToolArguments
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-DABWCAXS.js";
|
|
18
18
|
import {
|
|
19
19
|
ChatHttpClient,
|
|
20
20
|
LLMError,
|
|
@@ -506,4 +506,4 @@ function createLLMClient(config, initialBackend = config.llm.backend ?? "unknown
|
|
|
506
506
|
export {
|
|
507
507
|
createLLMClient
|
|
508
508
|
};
|
|
509
|
-
//# sourceMappingURL=chunk-
|
|
509
|
+
//# sourceMappingURL=chunk-P6GTPKE5.js.map
|
|
@@ -105,7 +105,7 @@ function resolveAgentDef(sessionManager, sessionId) {
|
|
|
105
105
|
}
|
|
106
106
|
async function buildCachedPrompt(sessionManager, sessionId, agentDef, modelName) {
|
|
107
107
|
const { instructionContent, skills } = await loadSessionContext(sessionManager, sessionId);
|
|
108
|
-
const { getToolRegistryForAgent } = await import("./tools-
|
|
108
|
+
const { getToolRegistryForAgent } = await import("./tools-6XUSIJN2.js");
|
|
109
109
|
const tools = getToolRegistryForAgent(agentDef, sessionId).definitions;
|
|
110
110
|
const toolFingerprint = getToolFingerprint(tools);
|
|
111
111
|
const allAgents = await loadAllAgentsDefault(sessionManager.getProjectWorkdir(sessionId));
|
|
@@ -124,7 +124,7 @@ async function buildCachedPrompt(sessionManager, sessionId, agentDef, modelName)
|
|
|
124
124
|
async function computeSessionHash(sessionManager, sessionId, modelName) {
|
|
125
125
|
const { instructionContent, skills } = await loadSessionContext(sessionManager, sessionId);
|
|
126
126
|
const agentDef = await resolveAgentDef(sessionManager, sessionId);
|
|
127
|
-
const { getToolRegistryForAgent } = await import("./tools-
|
|
127
|
+
const { getToolRegistryForAgent } = await import("./tools-6XUSIJN2.js");
|
|
128
128
|
const tools = getToolRegistryForAgent(agentDef, sessionId).definitions;
|
|
129
129
|
const toolFingerprint = getToolFingerprint(tools);
|
|
130
130
|
return computeDynamicContextHash(instructionContent, skills, toolFingerprint, modelName);
|
|
@@ -148,4 +148,4 @@ export {
|
|
|
148
148
|
computeSessionHash,
|
|
149
149
|
applyDynamicContext
|
|
150
150
|
};
|
|
151
|
-
//# sourceMappingURL=chunk-
|
|
151
|
+
//# sourceMappingURL=chunk-PHP7PLFX.js.map
|