openfox 2.0.127 → 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 +22 -0
- package/dist/CHANGELOG.md +22 -0
- package/dist/{chat-handler-63VGKLM5.js → chat-handler-TH6JBO6G.js} +14 -14
- package/dist/{chunk-KD4W3I6C.js → chunk-26WS7AH6.js} +2 -2
- package/dist/{chunk-7CBVJAN5.js → chunk-2COZT3YI.js} +7 -7
- package/dist/{chunk-XAAEP5XM.js → chunk-567L5OJ6.js} +6 -2
- package/dist/{chunk-LJX7KXRU.js → chunk-6LX43YRA.js} +3 -3
- package/dist/{chunk-FGK6KPJ5.js → chunk-7RIEI2TE.js} +5 -5
- package/dist/{chunk-GJL3QSMP.js → chunk-7ZMOP5LS.js} +16 -1
- package/dist/{chunk-KSDWQ6IZ.js → chunk-ATWOXI52.js} +1 -1
- package/dist/{chunk-KAZWU73N.js → chunk-DABWCAXS.js} +2 -2
- package/dist/{chunk-CTHRGR4O.js → chunk-H6YIVK67.js} +2 -2
- package/dist/chunk-HIRDDCPD.js +7 -0
- package/dist/{chunk-TY3ONJE4.js → chunk-HO7A7TMF.js} +4 -4
- package/dist/{chunk-UAAFZEIS.js → chunk-IJFKJ5D6.js} +2 -2
- package/dist/{chunk-T3JVYO3Z.js → chunk-JQMQ4DGC.js} +4 -4
- package/dist/{chunk-IQYI7TWF.js → chunk-L24A6GZ7.js} +30 -15
- package/dist/{chunk-IE2OMJIH.js → chunk-MYNNMV75.js} +11 -11
- package/dist/{chunk-HOSFRPPI.js → chunk-OHTBWA7L.js} +3 -3
- package/dist/{chunk-FNXTJLCZ.js → chunk-P6GTPKE5.js} +3 -3
- package/dist/{chunk-GKDJW4VP.js → chunk-PHP7PLFX.js} +3 -3
- package/dist/{chunk-TZJU6F6Z.js → chunk-ZXWJ6JTL.js} +33 -33
- package/dist/cli/dev.js +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/{client-YHYIWZY7.js → client-RZGGDGUA.js} +4 -4
- package/dist/{client-pure-CJKM3ACP.js → client-pure-GU2SV3DD.js} +2 -2
- package/dist/{compactor-7KPBTFZF.js → compactor-WKFNTUXL.js} +5 -5
- package/dist/{dynamic-context-KXZ6VJDE.js → dynamic-context-ZVE733UI.js} +2 -2
- package/dist/{launch-DYWJD6L5.js → launch-5ARSU7EM.js} +14 -14
- package/dist/{orchestrator-LBQWRAXC.js → orchestrator-E6GIZGEN.js} +13 -13
- package/dist/package.json +1 -1
- package/dist/{path-security-YTPZ35SL.js → path-security-UDZ7UVWK.js} +4 -4
- package/dist/{processor-WP2LQOEV.js → processor-7RDR675X.js} +13 -13
- package/dist/{profiles-3YLLEJ2B.js → profiles-HXGJIPF2.js} +2 -2
- 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-726LD2KU.js → provider-DXEICEIE.js} +5 -5
- package/dist/{provider-manager-OQTEXZ7X.js → provider-manager-PU7RS2TK.js} +5 -5
- package/dist/{serve-OY3Y5PXK.js → serve-Z5ITDPCQ.js} +19 -19
- package/dist/server/index.d.ts +1 -1
- package/dist/server/index.js +18 -18
- package/dist/{server-DMHNVEW4.js → server-MUJ7EHEI.js} +17 -17
- package/dist/{service-BRKMLM4C.js → service-INQWTYY2.js} +6 -6
- package/dist/shared/index.d.ts +1 -1
- package/dist/shared/index.js +1 -1
- package/dist/{tasks-DEUZ6BNS.js → tasks-SE3DOPVP.js} +6 -6
- package/dist/{tools-CZHV2FAD.js → tools-6XUSIJN2.js} +11 -11
- package/dist/{update-RCNZQCFG.js → update-EJUI6PSV.js} +2 -2
- package/dist/web/assets/{index-B63UkA7X.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-QDO3BEGW.js +0 -7
|
@@ -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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getModelProfile
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-7ZMOP5LS.js";
|
|
4
4
|
import {
|
|
5
5
|
getBackendCapabilities
|
|
6
6
|
} from "./chunk-PBFGJFGC.js";
|
|
@@ -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
|
|
@@ -16,10 +16,10 @@ import {
|
|
|
16
16
|
terminalManager,
|
|
17
17
|
tokenFromPassword,
|
|
18
18
|
verifyPassword
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-MYNNMV75.js";
|
|
20
20
|
import {
|
|
21
21
|
TEMPLATE_VARIABLES
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-2COZT3YI.js";
|
|
23
23
|
import {
|
|
24
24
|
createToolRegistry,
|
|
25
25
|
devServerManager,
|
|
@@ -33,7 +33,7 @@ import {
|
|
|
33
33
|
setMcpManagerForTools,
|
|
34
34
|
setMcpTools,
|
|
35
35
|
setNotifyMcpServersChanged
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-L24A6GZ7.js";
|
|
37
37
|
import {
|
|
38
38
|
deleteOwnedSkill,
|
|
39
39
|
deleteProjectSkill,
|
|
@@ -107,7 +107,7 @@ import {
|
|
|
107
107
|
saveWorkflow,
|
|
108
108
|
saveWorkflowToProject,
|
|
109
109
|
workflowExists
|
|
110
|
-
} from "./chunk-
|
|
110
|
+
} from "./chunk-H6YIVK67.js";
|
|
111
111
|
import {
|
|
112
112
|
getSessionDisabledServers,
|
|
113
113
|
setSessionDisabledServers
|
|
@@ -158,7 +158,7 @@ import {
|
|
|
158
158
|
import {
|
|
159
159
|
createContextStateMessage,
|
|
160
160
|
toClientSession
|
|
161
|
-
} from "./chunk-
|
|
161
|
+
} from "./chunk-567L5OJ6.js";
|
|
162
162
|
import {
|
|
163
163
|
getPathSeparator,
|
|
164
164
|
isAbsolutePath
|
|
@@ -171,10 +171,10 @@ import {
|
|
|
171
171
|
detectModel,
|
|
172
172
|
getLlmStatus,
|
|
173
173
|
parseDefaultModelSelection
|
|
174
|
-
} from "./chunk-
|
|
174
|
+
} from "./chunk-JQMQ4DGC.js";
|
|
175
175
|
import {
|
|
176
176
|
VERSION
|
|
177
|
-
} from "./chunk-
|
|
177
|
+
} from "./chunk-HIRDDCPD.js";
|
|
178
178
|
import {
|
|
179
179
|
agentExists,
|
|
180
180
|
deleteAgent,
|
|
@@ -203,7 +203,7 @@ import {
|
|
|
203
203
|
} from "./chunk-3B232XG4.js";
|
|
204
204
|
import {
|
|
205
205
|
getModelProfile
|
|
206
|
-
} from "./chunk-
|
|
206
|
+
} from "./chunk-7ZMOP5LS.js";
|
|
207
207
|
import {
|
|
208
208
|
getBackendDisplayName
|
|
209
209
|
} from "./chunk-PBFGJFGC.js";
|
|
@@ -231,7 +231,7 @@ import {
|
|
|
231
231
|
} from "./chunk-K44MW7JJ.js";
|
|
232
232
|
import {
|
|
233
233
|
createServerMessage
|
|
234
|
-
} from "./chunk-
|
|
234
|
+
} from "./chunk-ATWOXI52.js";
|
|
235
235
|
import {
|
|
236
236
|
getGlobalConfigDir
|
|
237
237
|
} from "./chunk-CQGTEGKL.js";
|
|
@@ -6072,7 +6072,7 @@ async function createServerHandle(config3) {
|
|
|
6072
6072
|
toolRegistry = createToolRegistry();
|
|
6073
6073
|
logger.info("MCP tools registered", { count: mcpTools.length });
|
|
6074
6074
|
}
|
|
6075
|
-
const { signalMcpReady } = await import("./server-
|
|
6075
|
+
const { signalMcpReady } = await import("./server-MUJ7EHEI.js");
|
|
6076
6076
|
signalMcpReady();
|
|
6077
6077
|
});
|
|
6078
6078
|
const app = express();
|
|
@@ -6268,9 +6268,9 @@ async function createServerHandle(config3) {
|
|
|
6268
6268
|
const sessionFavoriteRouter = express.Router();
|
|
6269
6269
|
registerSessionFavoriteRoute(sessionFavoriteRouter, sessionManager);
|
|
6270
6270
|
app.use("/api", sessionFavoriteRouter);
|
|
6271
|
-
const { createTasksService } = await import("./service-
|
|
6272
|
-
const { registerTaskRoutes } = await import("./tasks-
|
|
6273
|
-
const { setTasksService } = await import("./tools-
|
|
6271
|
+
const { createTasksService } = await import("./service-INQWTYY2.js");
|
|
6272
|
+
const { registerTaskRoutes } = await import("./tasks-SE3DOPVP.js");
|
|
6273
|
+
const { setTasksService } = await import("./tools-6XUSIJN2.js");
|
|
6274
6274
|
const tasksService = createTasksService({
|
|
6275
6275
|
sessionManager,
|
|
6276
6276
|
config: config3,
|
|
@@ -6469,7 +6469,7 @@ All file and git operations should use this branch.
|
|
|
6469
6469
|
});
|
|
6470
6470
|
app.get("/api/sessions", async (req, res) => {
|
|
6471
6471
|
const { getRecentUserPromptsForSession } = await import("./events-GMHRX4LF.js");
|
|
6472
|
-
const { getPendingConfirmationsBySession } = await import("./path-security-
|
|
6472
|
+
const { getPendingConfirmationsBySession } = await import("./path-security-UDZ7UVWK.js");
|
|
6473
6473
|
const projectId = req.query["projectId"];
|
|
6474
6474
|
const rawLimit = req.query["limit"];
|
|
6475
6475
|
const offset = parseInt(req.query["offset"]) || 0;
|
|
@@ -6599,7 +6599,7 @@ All file and git operations should use this branch.
|
|
|
6599
6599
|
app.get("/api/sessions/:id", async (req, res) => {
|
|
6600
6600
|
const { getEventStore: getEventStore2, combineEventsWithSnapshot } = await import("./events-GMHRX4LF.js");
|
|
6601
6601
|
const { buildMessagesFromStoredEvents, foldPendingConfirmations } = await import("./folding-7K2GRPF4.js");
|
|
6602
|
-
const { getPendingQuestionsForSession } = await import("./tools-
|
|
6602
|
+
const { getPendingQuestionsForSession } = await import("./tools-6XUSIJN2.js");
|
|
6603
6603
|
const { getMaxVisibleItems } = await import("./settings-VOWWO4VG.js");
|
|
6604
6604
|
const session = sessionManager.getSession(req.params.id);
|
|
6605
6605
|
if (!session) {
|
|
@@ -6628,7 +6628,7 @@ All file and git operations should use this branch.
|
|
|
6628
6628
|
});
|
|
6629
6629
|
app.get("/api/sessions/:id/status", async (req, res) => {
|
|
6630
6630
|
const { projectSessionStatus } = await import("./session-status-6Q5B5PEN.js");
|
|
6631
|
-
const { getPendingQuestionsForSession } = await import("./tools-
|
|
6631
|
+
const { getPendingQuestionsForSession } = await import("./tools-6XUSIJN2.js");
|
|
6632
6632
|
const { getEventStore: getEventStore2, combineEventsWithSnapshot } = await import("./events-GMHRX4LF.js");
|
|
6633
6633
|
const { foldPendingConfirmations } = await import("./folding-7K2GRPF4.js");
|
|
6634
6634
|
const sessionId = req.params["id"];
|
|
@@ -6660,8 +6660,8 @@ All file and git operations should use this branch.
|
|
|
6660
6660
|
if (!session) {
|
|
6661
6661
|
return res.status(404).json({ error: "Session not found" });
|
|
6662
6662
|
}
|
|
6663
|
-
const { stopSessionExecution } = await import("./chat-handler-
|
|
6664
|
-
const { cancelQuestionsForSession, cancelPathConfirmationsForSession } = await import("./tools-
|
|
6663
|
+
const { stopSessionExecution } = await import("./chat-handler-TH6JBO6G.js");
|
|
6664
|
+
const { cancelQuestionsForSession, cancelPathConfirmationsForSession } = await import("./tools-6XUSIJN2.js");
|
|
6665
6665
|
sessionManager.clearMessageQueue(sessionId);
|
|
6666
6666
|
stopSessionExecution(sessionId, sessionManager);
|
|
6667
6667
|
abortSession(sessionId);
|
|
@@ -6938,7 +6938,7 @@ All file and git operations should use this branch.
|
|
|
6938
6938
|
if (alwaysAllow !== void 0 && typeof alwaysAllow !== "boolean") {
|
|
6939
6939
|
return res.status(400).json({ error: "alwaysAllow must be a boolean if provided" });
|
|
6940
6940
|
}
|
|
6941
|
-
const { providePathConfirmation, getConfirmationSessionId } = await import("./tools-
|
|
6941
|
+
const { providePathConfirmation, getConfirmationSessionId } = await import("./tools-6XUSIJN2.js");
|
|
6942
6942
|
const pendingSessionId = getConfirmationSessionId(callId);
|
|
6943
6943
|
if (!pendingSessionId) {
|
|
6944
6944
|
return res.status(404).json({ error: "No pending path confirmation with that ID" });
|
|
@@ -6952,8 +6952,8 @@ All file and git operations should use this branch.
|
|
|
6952
6952
|
}
|
|
6953
6953
|
const { getEventStore: getEventStore2, combineEventsWithSnapshot: combineEvents } = await import("./events-GMHRX4LF.js");
|
|
6954
6954
|
const { buildMessagesFromStoredEvents, foldPendingConfirmations } = await import("./folding-7K2GRPF4.js");
|
|
6955
|
-
const { createSessionStateMessage } = await import("./protocol-
|
|
6956
|
-
const { getPendingQuestionsForSession } = await import("./tools-
|
|
6955
|
+
const { createSessionStateMessage } = await import("./protocol-TS3GVTT3.js");
|
|
6956
|
+
const { getPendingQuestionsForSession } = await import("./tools-6XUSIJN2.js");
|
|
6957
6957
|
const { getMaxVisibleItems } = await import("./settings-VOWWO4VG.js");
|
|
6958
6958
|
const eventStore = getEventStore2();
|
|
6959
6959
|
const { snapshot, events: eventsSinceSnapshot } = eventStore.getEventsSinceSnapshot(sessionId);
|
|
@@ -6991,7 +6991,7 @@ All file and git operations should use this branch.
|
|
|
6991
6991
|
if (!skip && typeof answer !== "string") {
|
|
6992
6992
|
return res.status(400).json({ error: "answer is required when not skipping" });
|
|
6993
6993
|
}
|
|
6994
|
-
const { provideAnswer } = await import("./tools-
|
|
6994
|
+
const { provideAnswer } = await import("./tools-6XUSIJN2.js");
|
|
6995
6995
|
const found = provideAnswer(callId, answer ?? "", skip ?? false);
|
|
6996
6996
|
if (!found) {
|
|
6997
6997
|
return res.status(404).json({ error: "No pending question with that ID" });
|
|
@@ -7057,7 +7057,7 @@ All file and git operations should use this branch.
|
|
|
7057
7057
|
backend: activeProvider?.backend ?? llmClient.getBackend(),
|
|
7058
7058
|
model: llmClient.getModel()
|
|
7059
7059
|
};
|
|
7060
|
-
const { runAgentTurn, TurnMetrics } = await import("./orchestrator-
|
|
7060
|
+
const { runAgentTurn, TurnMetrics } = await import("./orchestrator-E6GIZGEN.js");
|
|
7061
7061
|
runAgentTurn(
|
|
7062
7062
|
{
|
|
7063
7063
|
sessionManager,
|
|
@@ -7095,8 +7095,8 @@ All file and git operations should use this branch.
|
|
|
7095
7095
|
if (!session) {
|
|
7096
7096
|
return res.status(404).json({ error: "Session not found" });
|
|
7097
7097
|
}
|
|
7098
|
-
const { stopSessionExecution } = await import("./chat-handler-
|
|
7099
|
-
const { cancelQuestionsForSession, cancelPathConfirmationsForSession } = await import("./tools-
|
|
7098
|
+
const { stopSessionExecution } = await import("./chat-handler-TH6JBO6G.js");
|
|
7099
|
+
const { cancelQuestionsForSession, cancelPathConfirmationsForSession } = await import("./tools-6XUSIJN2.js");
|
|
7100
7100
|
const queuedMessages = sessionManager.getQueueState(sessionId);
|
|
7101
7101
|
sessionManager.clearMessageQueue(sessionId);
|
|
7102
7102
|
stopSessionExecution(sessionId, sessionManager);
|
|
@@ -7475,8 +7475,8 @@ All file and git operations should use this branch.
|
|
|
7475
7475
|
const backend = req.query["backend"];
|
|
7476
7476
|
if (!url) return res.status(400).json({ error: "url is required" });
|
|
7477
7477
|
try {
|
|
7478
|
-
const { fetchModelsWithContext } = await import("./provider-manager-
|
|
7479
|
-
const { getModelProfile: getModelProfile2 } = await import("./profiles-
|
|
7478
|
+
const { fetchModelsWithContext } = await import("./provider-manager-PU7RS2TK.js");
|
|
7479
|
+
const { getModelProfile: getModelProfile2 } = await import("./profiles-HXGJIPF2.js");
|
|
7480
7480
|
const { getCatalogEntry } = await import("./model-catalog-ZLOWTQA7.js");
|
|
7481
7481
|
const models = await fetchModelsWithContext(
|
|
7482
7482
|
url,
|
|
@@ -7546,9 +7546,9 @@ All file and git operations should use this branch.
|
|
|
7546
7546
|
});
|
|
7547
7547
|
return res.json({ success: true, message: { content: response2.content }, raw: response2 });
|
|
7548
7548
|
}
|
|
7549
|
-
const { getModelProfile: getModelProfile2 } = await import("./profiles-
|
|
7549
|
+
const { getModelProfile: getModelProfile2 } = await import("./profiles-HXGJIPF2.js");
|
|
7550
7550
|
const { getBackendCapabilities } = await import("./backend-4YPEC3J2.js");
|
|
7551
|
-
const { buildNonStreamingCreateParams } = await import("./client-pure-
|
|
7551
|
+
const { buildNonStreamingCreateParams } = await import("./client-pure-GU2SV3DD.js");
|
|
7552
7552
|
const { OpenAIHttpClient } = await import("./http-client-ROVNSHF6.js");
|
|
7553
7553
|
const { ensureVersionPrefix } = await import("./url-utils-C5BM7NF7.js");
|
|
7554
7554
|
const profile = getModelProfile2(model);
|
|
@@ -7966,7 +7966,7 @@ All file and git operations should use this branch.
|
|
|
7966
7966
|
});
|
|
7967
7967
|
async function rebuildMcpTools() {
|
|
7968
7968
|
const { createMcpTools: createMcpTools2 } = await import("./tool-adapter-FJAFLDZA.js");
|
|
7969
|
-
const { setMcpTools: setMcpTools2 } = await import("./tools-
|
|
7969
|
+
const { setMcpTools: setMcpTools2 } = await import("./tools-6XUSIJN2.js");
|
|
7970
7970
|
const mcpTools = createMcpTools2(mcpManager);
|
|
7971
7971
|
setMcpTools2(mcpTools);
|
|
7972
7972
|
toolRegistry = createToolRegistry();
|
|
@@ -8520,7 +8520,7 @@ All file and git operations should use this branch.
|
|
|
8520
8520
|
);
|
|
8521
8521
|
const wss = wssExports.wss;
|
|
8522
8522
|
deferTasksBroadcast = (projectId, payload) => wssExports.broadcastForProject(projectId, "", { type: "tasks.update", payload });
|
|
8523
|
-
const { launchWorkflowRun, abortRunnerRun } = await import("./launch-
|
|
8523
|
+
const { launchWorkflowRun, abortRunnerRun } = await import("./launch-5ARSU7EM.js");
|
|
8524
8524
|
deferTasksLaunchWorkflow = (sessionId, launch) => {
|
|
8525
8525
|
const effective = sessionManager.resolveEffectiveProviderModel(sessionId);
|
|
8526
8526
|
let llmClient = getLLMClient();
|
|
@@ -8560,7 +8560,7 @@ All file and git operations should use this branch.
|
|
|
8560
8560
|
const state = sessionManager.getContextState(sessionId);
|
|
8561
8561
|
wssExports.broadcastForSession(sessionId, createContextStateMessage(state));
|
|
8562
8562
|
});
|
|
8563
|
-
const { QueueProcessor } = await import("./processor-
|
|
8563
|
+
const { QueueProcessor } = await import("./processor-7RDR675X.js");
|
|
8564
8564
|
const queueProcessor = new QueueProcessor({
|
|
8565
8565
|
sessionManager,
|
|
8566
8566
|
providerManager,
|
|
@@ -8646,4 +8646,4 @@ export {
|
|
|
8646
8646
|
createServerHandle,
|
|
8647
8647
|
createServer
|
|
8648
8648
|
};
|
|
8649
|
-
//# sourceMappingURL=chunk-
|
|
8649
|
+
//# sourceMappingURL=chunk-ZXWJ6JTL.js.map
|
package/dist/cli/dev.js
CHANGED
package/dist/cli/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createLLMClient
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-P6GTPKE5.js";
|
|
4
|
+
import "./chunk-7ZMOP5LS.js";
|
|
5
5
|
import "./chunk-PBFGJFGC.js";
|
|
6
6
|
import "./chunk-HNCM3D7Y.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-DABWCAXS.js";
|
|
8
8
|
import "./chunk-ZFNBATE3.js";
|
|
9
9
|
import "./chunk-N2Q3KYWM.js";
|
|
10
10
|
import "./chunk-OYBUJIC3.js";
|
|
@@ -13,4 +13,4 @@ import "./chunk-YLJ4XMA6.js";
|
|
|
13
13
|
export {
|
|
14
14
|
createLLMClient
|
|
15
15
|
};
|
|
16
|
-
//# sourceMappingURL=client-
|
|
16
|
+
//# sourceMappingURL=client-RZGGDGUA.js.map
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
mapFinishReason,
|
|
9
9
|
parseToolArguments,
|
|
10
10
|
resolveAttachmentsInMessages
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-DABWCAXS.js";
|
|
12
12
|
import "./chunk-YLJ4XMA6.js";
|
|
13
13
|
export {
|
|
14
14
|
buildModelParams,
|
|
@@ -21,4 +21,4 @@ export {
|
|
|
21
21
|
parseToolArguments,
|
|
22
22
|
resolveAttachmentsInMessages
|
|
23
23
|
};
|
|
24
|
-
//# sourceMappingURL=client-pure-
|
|
24
|
+
//# sourceMappingURL=client-pure-GU2SV3DD.js.map
|
|
@@ -3,8 +3,8 @@ import {
|
|
|
3
3
|
COMPACTION_MAX_RATIO,
|
|
4
4
|
appendCompactionPrompt,
|
|
5
5
|
shouldCompact
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-IJFKJ5D6.js";
|
|
7
|
+
import "./chunk-6LX43YRA.js";
|
|
8
8
|
import "./chunk-GIJUWPRQ.js";
|
|
9
9
|
import "./chunk-YJD5A375.js";
|
|
10
10
|
import "./chunk-ZIYETXOW.js";
|
|
@@ -15,9 +15,9 @@ import "./chunk-J2GP3J3X.js";
|
|
|
15
15
|
import "./chunk-KBESUA3W.js";
|
|
16
16
|
import "./chunk-OSXPQSLW.js";
|
|
17
17
|
import "./chunk-3B232XG4.js";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-7ZMOP5LS.js";
|
|
19
19
|
import "./chunk-PBFGJFGC.js";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-DABWCAXS.js";
|
|
21
21
|
import "./chunk-N2Q3KYWM.js";
|
|
22
22
|
import "./chunk-OYBUJIC3.js";
|
|
23
23
|
import "./chunk-K44MW7JJ.js";
|
|
@@ -29,4 +29,4 @@ export {
|
|
|
29
29
|
appendCompactionPrompt,
|
|
30
30
|
shouldCompact
|
|
31
31
|
};
|
|
32
|
-
//# sourceMappingURL=compactor-
|
|
32
|
+
//# sourceMappingURL=compactor-WKFNTUXL.js.map
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
computeSessionHash,
|
|
6
6
|
computeUnifiedDiff,
|
|
7
7
|
getToolFingerprint
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-PHP7PLFX.js";
|
|
9
9
|
import "./chunk-ZIL6VKLU.js";
|
|
10
10
|
import "./chunk-GIJUWPRQ.js";
|
|
11
11
|
import "./chunk-66MG44TF.js";
|
|
@@ -25,4 +25,4 @@ export {
|
|
|
25
25
|
computeUnifiedDiff,
|
|
26
26
|
getToolFingerprint
|
|
27
27
|
};
|
|
28
|
-
//# sourceMappingURL=dynamic-context-
|
|
28
|
+
//# sourceMappingURL=dynamic-context-ZVE733UI.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
abortRunnerRun,
|
|
3
3
|
launchWorkflowRun
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-2COZT3YI.js";
|
|
5
|
+
import "./chunk-7RIEI2TE.js";
|
|
6
|
+
import "./chunk-L24A6GZ7.js";
|
|
7
|
+
import "./chunk-PHP7PLFX.js";
|
|
8
8
|
import "./chunk-ZIL6VKLU.js";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-6LX43YRA.js";
|
|
10
10
|
import "./chunk-GIJUWPRQ.js";
|
|
11
11
|
import "./chunk-EHFIUXWZ.js";
|
|
12
12
|
import "./chunk-RV5G7QQU.js";
|
|
@@ -15,34 +15,34 @@ import "./chunk-JE7LW7Y6.js";
|
|
|
15
15
|
import "./chunk-OAN4BXEW.js";
|
|
16
16
|
import "./chunk-Y3BSBKHY.js";
|
|
17
17
|
import "./chunk-J7GAZGZT.js";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-H6YIVK67.js";
|
|
19
19
|
import "./chunk-7YP4O4XE.js";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-26WS7AH6.js";
|
|
21
21
|
import "./chunk-YJD5A375.js";
|
|
22
22
|
import "./chunk-ZIYETXOW.js";
|
|
23
23
|
import "./chunk-AQBRI7TM.js";
|
|
24
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-567L5OJ6.js";
|
|
25
25
|
import "./chunk-66MG44TF.js";
|
|
26
26
|
import "./chunk-JURM3RPZ.js";
|
|
27
27
|
import "./chunk-LCLH6ZUL.js";
|
|
28
|
-
import "./chunk-
|
|
28
|
+
import "./chunk-JQMQ4DGC.js";
|
|
29
29
|
import "./chunk-K2QKX4ZJ.js";
|
|
30
30
|
import "./chunk-J2GP3J3X.js";
|
|
31
31
|
import "./chunk-KBESUA3W.js";
|
|
32
32
|
import "./chunk-OSXPQSLW.js";
|
|
33
33
|
import "./chunk-3B232XG4.js";
|
|
34
|
-
import "./chunk-
|
|
35
|
-
import "./chunk-
|
|
34
|
+
import "./chunk-P6GTPKE5.js";
|
|
35
|
+
import "./chunk-7ZMOP5LS.js";
|
|
36
36
|
import "./chunk-PBFGJFGC.js";
|
|
37
37
|
import "./chunk-HNCM3D7Y.js";
|
|
38
|
-
import "./chunk-
|
|
38
|
+
import "./chunk-DABWCAXS.js";
|
|
39
39
|
import "./chunk-ZFNBATE3.js";
|
|
40
40
|
import "./chunk-N2Q3KYWM.js";
|
|
41
41
|
import "./chunk-OYBUJIC3.js";
|
|
42
42
|
import "./chunk-ISE55FOR.js";
|
|
43
43
|
import "./chunk-K44MW7JJ.js";
|
|
44
44
|
import "./chunk-7OHXF5GW.js";
|
|
45
|
-
import "./chunk-
|
|
45
|
+
import "./chunk-ATWOXI52.js";
|
|
46
46
|
import "./chunk-R5FAEKXQ.js";
|
|
47
47
|
import "./chunk-CQGTEGKL.js";
|
|
48
48
|
import "./chunk-YLJ4XMA6.js";
|
|
@@ -50,4 +50,4 @@ export {
|
|
|
50
50
|
abortRunnerRun,
|
|
51
51
|
launchWorkflowRun
|
|
52
52
|
};
|
|
53
|
-
//# sourceMappingURL=launch-
|
|
53
|
+
//# sourceMappingURL=launch-5ARSU7EM.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runAgentTurn,
|
|
3
3
|
runChatTurn
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-7RIEI2TE.js";
|
|
5
|
+
import "./chunk-L24A6GZ7.js";
|
|
6
|
+
import "./chunk-PHP7PLFX.js";
|
|
7
7
|
import "./chunk-ZIL6VKLU.js";
|
|
8
8
|
import {
|
|
9
9
|
TurnMetrics,
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
createMessageStartEvent,
|
|
13
13
|
createToolCallEvent,
|
|
14
14
|
createToolResultEvent
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-6LX43YRA.js";
|
|
16
16
|
import "./chunk-GIJUWPRQ.js";
|
|
17
17
|
import "./chunk-EHFIUXWZ.js";
|
|
18
18
|
import "./chunk-RV5G7QQU.js";
|
|
@@ -21,33 +21,33 @@ import "./chunk-JE7LW7Y6.js";
|
|
|
21
21
|
import "./chunk-OAN4BXEW.js";
|
|
22
22
|
import "./chunk-Y3BSBKHY.js";
|
|
23
23
|
import "./chunk-J7GAZGZT.js";
|
|
24
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-H6YIVK67.js";
|
|
25
25
|
import "./chunk-7YP4O4XE.js";
|
|
26
|
-
import "./chunk-
|
|
26
|
+
import "./chunk-26WS7AH6.js";
|
|
27
27
|
import "./chunk-YJD5A375.js";
|
|
28
28
|
import "./chunk-ZIYETXOW.js";
|
|
29
29
|
import "./chunk-AQBRI7TM.js";
|
|
30
|
-
import "./chunk-
|
|
30
|
+
import "./chunk-567L5OJ6.js";
|
|
31
31
|
import "./chunk-66MG44TF.js";
|
|
32
32
|
import "./chunk-JURM3RPZ.js";
|
|
33
33
|
import "./chunk-LCLH6ZUL.js";
|
|
34
|
-
import "./chunk-
|
|
34
|
+
import "./chunk-JQMQ4DGC.js";
|
|
35
35
|
import "./chunk-K2QKX4ZJ.js";
|
|
36
36
|
import "./chunk-J2GP3J3X.js";
|
|
37
37
|
import "./chunk-KBESUA3W.js";
|
|
38
38
|
import "./chunk-OSXPQSLW.js";
|
|
39
39
|
import "./chunk-3B232XG4.js";
|
|
40
|
-
import "./chunk-
|
|
41
|
-
import "./chunk-
|
|
40
|
+
import "./chunk-P6GTPKE5.js";
|
|
41
|
+
import "./chunk-7ZMOP5LS.js";
|
|
42
42
|
import "./chunk-PBFGJFGC.js";
|
|
43
43
|
import "./chunk-HNCM3D7Y.js";
|
|
44
|
-
import "./chunk-
|
|
44
|
+
import "./chunk-DABWCAXS.js";
|
|
45
45
|
import "./chunk-ZFNBATE3.js";
|
|
46
46
|
import "./chunk-N2Q3KYWM.js";
|
|
47
47
|
import "./chunk-OYBUJIC3.js";
|
|
48
48
|
import "./chunk-ISE55FOR.js";
|
|
49
49
|
import "./chunk-K44MW7JJ.js";
|
|
50
|
-
import "./chunk-
|
|
50
|
+
import "./chunk-ATWOXI52.js";
|
|
51
51
|
import "./chunk-R5FAEKXQ.js";
|
|
52
52
|
import "./chunk-CQGTEGKL.js";
|
|
53
53
|
import "./chunk-YLJ4XMA6.js";
|
|
@@ -61,4 +61,4 @@ export {
|
|
|
61
61
|
runAgentTurn,
|
|
62
62
|
runChatTurn
|
|
63
63
|
};
|
|
64
|
-
//# sourceMappingURL=orchestrator-
|
|
64
|
+
//# sourceMappingURL=orchestrator-E6GIZGEN.js.map
|
package/dist/package.json
CHANGED
|
@@ -20,11 +20,11 @@ import {
|
|
|
20
20
|
registerPathConfirmation,
|
|
21
21
|
requestPathAccess,
|
|
22
22
|
resolveRelativeTraversals
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-26WS7AH6.js";
|
|
24
24
|
import "./chunk-YJD5A375.js";
|
|
25
25
|
import "./chunk-ZIYETXOW.js";
|
|
26
26
|
import "./chunk-AQBRI7TM.js";
|
|
27
|
-
import "./chunk-
|
|
27
|
+
import "./chunk-567L5OJ6.js";
|
|
28
28
|
import "./chunk-66MG44TF.js";
|
|
29
29
|
import "./chunk-LCLH6ZUL.js";
|
|
30
30
|
import "./chunk-KBESUA3W.js";
|
|
@@ -33,7 +33,7 @@ import "./chunk-3B232XG4.js";
|
|
|
33
33
|
import "./chunk-N2Q3KYWM.js";
|
|
34
34
|
import "./chunk-OYBUJIC3.js";
|
|
35
35
|
import "./chunk-K44MW7JJ.js";
|
|
36
|
-
import "./chunk-
|
|
36
|
+
import "./chunk-ATWOXI52.js";
|
|
37
37
|
import "./chunk-CQGTEGKL.js";
|
|
38
38
|
import "./chunk-YLJ4XMA6.js";
|
|
39
39
|
export {
|
|
@@ -59,4 +59,4 @@ export {
|
|
|
59
59
|
requestPathAccess,
|
|
60
60
|
resolveRelativeTraversals
|
|
61
61
|
};
|
|
62
|
-
//# sourceMappingURL=path-security-
|
|
62
|
+
//# sourceMappingURL=path-security-UDZ7UVWK.js.map
|
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
buildRunChatTurnParams,
|
|
3
3
|
finalizeTurnCompletion,
|
|
4
4
|
generateSessionNameForSession
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-OHTBWA7L.js";
|
|
6
|
+
import "./chunk-L24A6GZ7.js";
|
|
7
7
|
import "./chunk-ZIL6VKLU.js";
|
|
8
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-6LX43YRA.js";
|
|
9
9
|
import "./chunk-GIJUWPRQ.js";
|
|
10
10
|
import "./chunk-EHFIUXWZ.js";
|
|
11
11
|
import "./chunk-RV5G7QQU.js";
|
|
@@ -14,9 +14,9 @@ import "./chunk-JE7LW7Y6.js";
|
|
|
14
14
|
import "./chunk-OAN4BXEW.js";
|
|
15
15
|
import "./chunk-Y3BSBKHY.js";
|
|
16
16
|
import "./chunk-J7GAZGZT.js";
|
|
17
|
-
import "./chunk-
|
|
17
|
+
import "./chunk-H6YIVK67.js";
|
|
18
18
|
import "./chunk-7YP4O4XE.js";
|
|
19
|
-
import "./chunk-
|
|
19
|
+
import "./chunk-26WS7AH6.js";
|
|
20
20
|
import {
|
|
21
21
|
getEventStore
|
|
22
22
|
} from "./chunk-YJD5A375.js";
|
|
@@ -25,21 +25,21 @@ import "./chunk-AQBRI7TM.js";
|
|
|
25
25
|
import {
|
|
26
26
|
createChatMessageMessage,
|
|
27
27
|
createSessionRunningMessage
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-567L5OJ6.js";
|
|
29
29
|
import "./chunk-66MG44TF.js";
|
|
30
30
|
import "./chunk-JURM3RPZ.js";
|
|
31
31
|
import "./chunk-LCLH6ZUL.js";
|
|
32
|
-
import "./chunk-
|
|
32
|
+
import "./chunk-JQMQ4DGC.js";
|
|
33
33
|
import "./chunk-K2QKX4ZJ.js";
|
|
34
34
|
import "./chunk-J2GP3J3X.js";
|
|
35
35
|
import "./chunk-KBESUA3W.js";
|
|
36
36
|
import "./chunk-OSXPQSLW.js";
|
|
37
37
|
import "./chunk-3B232XG4.js";
|
|
38
|
-
import "./chunk-
|
|
39
|
-
import "./chunk-
|
|
38
|
+
import "./chunk-P6GTPKE5.js";
|
|
39
|
+
import "./chunk-7ZMOP5LS.js";
|
|
40
40
|
import "./chunk-PBFGJFGC.js";
|
|
41
41
|
import "./chunk-HNCM3D7Y.js";
|
|
42
|
-
import "./chunk-
|
|
42
|
+
import "./chunk-DABWCAXS.js";
|
|
43
43
|
import "./chunk-ZFNBATE3.js";
|
|
44
44
|
import "./chunk-N2Q3KYWM.js";
|
|
45
45
|
import "./chunk-OYBUJIC3.js";
|
|
@@ -47,7 +47,7 @@ import "./chunk-ISE55FOR.js";
|
|
|
47
47
|
import {
|
|
48
48
|
logger
|
|
49
49
|
} from "./chunk-K44MW7JJ.js";
|
|
50
|
-
import "./chunk-
|
|
50
|
+
import "./chunk-ATWOXI52.js";
|
|
51
51
|
import "./chunk-R5FAEKXQ.js";
|
|
52
52
|
import "./chunk-CQGTEGKL.js";
|
|
53
53
|
import "./chunk-YLJ4XMA6.js";
|
|
@@ -207,7 +207,7 @@ var QueueProcessor = class {
|
|
|
207
207
|
model: sessionClient.getModel(),
|
|
208
208
|
...sessionEffort ? { reasoningEffort: sessionEffort } : {}
|
|
209
209
|
};
|
|
210
|
-
const { runChatTurn } = await import("./orchestrator-
|
|
210
|
+
const { runChatTurn } = await import("./orchestrator-E6GIZGEN.js");
|
|
211
211
|
const runChatTurnParams = buildRunChatTurnParams({
|
|
212
212
|
sessionManager,
|
|
213
213
|
sessionId,
|
|
@@ -256,4 +256,4 @@ var QueueProcessor = class {
|
|
|
256
256
|
export {
|
|
257
257
|
QueueProcessor
|
|
258
258
|
};
|
|
259
|
-
//# sourceMappingURL=processor-
|
|
259
|
+
//# sourceMappingURL=processor-7RDR675X.js.map
|