openfox 2.0.134 → 2.0.135
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 +18 -0
- package/dist/CHANGELOG.md +18 -0
- package/dist/{chat-handler-YCZE2XEJ.js → chat-handler-WGDFMOOD.js} +9 -9
- package/dist/{chunk-YOPXAI2W.js → chunk-4R5GV7RW.js} +6 -6
- package/dist/{chunk-7HGBJFIJ.js → chunk-5H5NRWHA.js} +4 -4
- package/dist/{chunk-5IXCCMFU.js → chunk-BIZFY3QP.js} +197 -68
- package/dist/{chunk-J5HOUEPE.js → chunk-ESZQTFQP.js} +9 -9
- package/dist/{chunk-ZTBKMVV6.js → chunk-F2MOHHXB.js} +14 -1
- package/dist/{chunk-M4J2L4VH.js → chunk-GP3CLMPQ.js} +10 -10
- package/dist/{chunk-YLVOU7T7.js → chunk-I5ODJKYM.js} +2 -2
- package/dist/{chunk-MRE4OYKI.js → chunk-IAT2LBIX.js} +3 -3
- package/dist/{chunk-FAQDLL2X.js → chunk-NFEZATSN.js} +3 -3
- package/dist/{chunk-CSYOWFPU.js → chunk-QZOV4OVN.js} +26 -2
- package/dist/{chunk-QDARWVQ2.js → chunk-S67WIWUG.js} +2 -2
- package/dist/{chunk-BZND27IB.js → chunk-UKIUQAQZ.js} +2 -2
- package/dist/{chunk-QICVOQNX.js → chunk-VHLD6PCZ.js} +5 -5
- package/dist/chunk-WY3PWHWY.js +7 -0
- package/dist/cli/dev.js +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/{compactor-PD6DQ4NY.js → compactor-454UEIEX.js} +4 -4
- package/dist/{dynamic-context-WKEXQCTK.js → dynamic-context-LKC6JYLQ.js} +4 -4
- package/dist/{events-3WSNI7XC.js → events-335XAKFK.js} +3 -3
- package/dist/export-import-3WMRLO4A.js +137 -0
- package/dist/{launch-FJ65HRV4.js → launch-GJ7EHQRI.js} +9 -9
- package/dist/{orchestrator-OT66EDXO.js → orchestrator-JGJWTRO5.js} +8 -8
- package/dist/package.json +1 -1
- package/dist/{path-security-5CFMMULR.js → path-security-4LROI7F4.js} +4 -4
- package/dist/{processor-CHMHMMIE.js → processor-MSQP63ML.js} +8 -8
- package/dist/{serve-HSDVY37K.js → serve-CW5C3CBZ.js} +14 -14
- package/dist/server/index.d.ts +15 -0
- package/dist/server/index.js +13 -13
- package/dist/{server-3UVLECD5.js → server-ZHEB7XS2.js} +12 -12
- package/dist/{session-overrides-Y5B4XQPU.js → session-overrides-LYW5PJ3R.js} +3 -3
- package/dist/{sessions-IGINPPBP.js → sessions-AOK3AGHY.js} +4 -2
- package/dist/{tools-WWIWD3O7.js → tools-E63MOJBO.js} +6 -6
- package/dist/{update-Q6SH7UP2.js → update-XVXNSSDK.js} +2 -2
- package/dist/web/assets/{index-Y300llHY.css → index-Bg_Z8i3F.css} +1 -1
- package/dist/web/assets/index-wTFCxQAw.js +313 -0
- package/dist/web/index.html +2 -2
- package/dist/web/sw.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-QTLYD2FF.js +0 -7
- package/dist/web/assets/index-C48qmBAI.js +0 -313
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.0.135 - 2026-09-01
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- **Export and import sessions** — save a session to a JSON file and restore it elsewhere, preserving its cached layout
|
|
8
|
+
|
|
9
|
+
### Enhancements
|
|
10
|
+
|
|
11
|
+
- **Fuller mobile header navigation** — the project and session dropdowns from desktop now appear on mobile, with a Home shortcut back to the project list
|
|
12
|
+
- **Shorter French UI labels** — history, stop, and related controls use more concise wording
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- **Live turn stats stay visible** — they no longer disappear while the assistant waits for your input
|
|
17
|
+
- **Header dropdown closes on middle-click** — navigating via a link's middle-click now dismisses the menu
|
|
18
|
+
- **Dev server status loads at startup** — the header no longer shows “Aucune config” until the popover is opened
|
|
19
|
+
- **Missing French labels translated** — “No matches” and “Task Completed” now render in French
|
|
20
|
+
|
|
3
21
|
## 2.0.134 - 2026-08-31
|
|
4
22
|
|
|
5
23
|
### Features
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.0.135 - 2026-09-01
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- **Export and import sessions** — save a session to a JSON file and restore it elsewhere, preserving its cached layout
|
|
8
|
+
|
|
9
|
+
### Enhancements
|
|
10
|
+
|
|
11
|
+
- **Fuller mobile header navigation** — the project and session dropdowns from desktop now appear on mobile, with a Home shortcut back to the project list
|
|
12
|
+
- **Shorter French UI labels** — history, stop, and related controls use more concise wording
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- **Live turn stats stay visible** — they no longer disappear while the assistant waits for your input
|
|
17
|
+
- **Header dropdown closes on middle-click** — navigating via a link's middle-click now dismisses the menu
|
|
18
|
+
- **Dev server status loads at startup** — the header no longer shows “Aucune config” until the popover is opened
|
|
19
|
+
- **Missing French labels translated** — “No matches” and “Task Completed” now render in French
|
|
20
|
+
|
|
3
21
|
## 2.0.134 - 2026-08-31
|
|
4
22
|
|
|
5
23
|
### Features
|
|
@@ -2,31 +2,31 @@ import {
|
|
|
2
2
|
buildRunChatTurnParams,
|
|
3
3
|
finalizeTurnCompletion,
|
|
4
4
|
generateSessionNameForSession
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-NFEZATSN.js";
|
|
6
6
|
import {
|
|
7
7
|
runChatTurn
|
|
8
|
-
} from "./chunk-
|
|
9
|
-
import "./chunk-
|
|
8
|
+
} from "./chunk-4R5GV7RW.js";
|
|
9
|
+
import "./chunk-ESZQTFQP.js";
|
|
10
10
|
import "./chunk-XE6UC5Z3.js";
|
|
11
11
|
import "./chunk-J7GAZGZT.js";
|
|
12
12
|
import "./chunk-OZWHRBDY.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-S67WIWUG.js";
|
|
14
14
|
import "./chunk-7ET46SNE.js";
|
|
15
15
|
import "./chunk-LW6MMSTD.js";
|
|
16
16
|
import "./chunk-5UMXFLET.js";
|
|
17
17
|
import "./chunk-I72ACQ6R.js";
|
|
18
18
|
import "./chunk-JE7LW7Y6.js";
|
|
19
19
|
import "./chunk-OAN4BXEW.js";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-VHLD6PCZ.js";
|
|
21
21
|
import "./chunk-DWA4IE65.js";
|
|
22
22
|
import "./chunk-7QMWYNVF.js";
|
|
23
23
|
import "./chunk-JURM3RPZ.js";
|
|
24
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-I5ODJKYM.js";
|
|
25
25
|
import {
|
|
26
26
|
getEventStore
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-QZOV4OVN.js";
|
|
28
28
|
import "./chunk-MEEUXRFL.js";
|
|
29
|
-
import "./chunk-
|
|
29
|
+
import "./chunk-F2MOHHXB.js";
|
|
30
30
|
import "./chunk-ORCQ3EXQ.js";
|
|
31
31
|
import "./chunk-OSXPQSLW.js";
|
|
32
32
|
import {
|
|
@@ -175,4 +175,4 @@ export {
|
|
|
175
175
|
startChatSession,
|
|
176
176
|
stopSessionExecution
|
|
177
177
|
};
|
|
178
|
-
//# sourceMappingURL=chat-handler-
|
|
178
|
+
//# sourceMappingURL=chat-handler-WGDFMOOD.js.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
getToolRegistryForAgent,
|
|
5
5
|
processEventsForConversation,
|
|
6
6
|
runTopLevelAgentLoop
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-ESZQTFQP.js";
|
|
8
8
|
import {
|
|
9
9
|
serverT
|
|
10
10
|
} from "./chunk-OZWHRBDY.js";
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
checkToolChangesAndInject,
|
|
19
19
|
computeDynamicContextHash,
|
|
20
20
|
getToolFingerprint
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-VHLD6PCZ.js";
|
|
22
22
|
import {
|
|
23
23
|
getAllInstructions,
|
|
24
24
|
getEnabledSkillMetadata
|
|
@@ -30,12 +30,12 @@ import {
|
|
|
30
30
|
} from "./chunk-7QMWYNVF.js";
|
|
31
31
|
import {
|
|
32
32
|
PathAccessDeniedError
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-I5ODJKYM.js";
|
|
34
34
|
import {
|
|
35
35
|
getCurrentContextWindowId,
|
|
36
36
|
getCurrentWindowMessageOptions,
|
|
37
37
|
getEventStore
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-QZOV4OVN.js";
|
|
39
39
|
import {
|
|
40
40
|
buildSnapshotFromSessionState
|
|
41
41
|
} from "./chunk-MEEUXRFL.js";
|
|
@@ -355,7 +355,7 @@ async function runAgentTurn(options, turnMetrics, agentId, append, callbacks) {
|
|
|
355
355
|
getConversationMessages: buildGetConversationMessages(options.sessionId, resolveAgentClient, append),
|
|
356
356
|
injectAgentReminder: () => injectAgentReminder(options.sessionId, agentDef),
|
|
357
357
|
rebuildCachedContext: async () => {
|
|
358
|
-
const { applyDynamicContext } = await import("./dynamic-context-
|
|
358
|
+
const { applyDynamicContext } = await import("./dynamic-context-LKC6JYLQ.js");
|
|
359
359
|
await applyDynamicContext(options.sessionManager, options.sessionId, agentLlmClient.getModel());
|
|
360
360
|
},
|
|
361
361
|
...options.initialCompacting ? { initialCompacting: true } : {},
|
|
@@ -385,4 +385,4 @@ export {
|
|
|
385
385
|
runChatTurn,
|
|
386
386
|
runAgentTurn
|
|
387
387
|
};
|
|
388
|
-
//# sourceMappingURL=chunk-
|
|
388
|
+
//# sourceMappingURL=chunk-4R5GV7RW.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runAgentTurn
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-4R5GV7RW.js";
|
|
4
4
|
import {
|
|
5
5
|
executeSubAgent,
|
|
6
6
|
getToolRegistryForAgent
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-ESZQTFQP.js";
|
|
8
8
|
import {
|
|
9
9
|
gitSpawnEnv
|
|
10
10
|
} from "./chunk-J7GAZGZT.js";
|
|
@@ -32,7 +32,7 @@ import {
|
|
|
32
32
|
import {
|
|
33
33
|
getCurrentContextWindowId,
|
|
34
34
|
getEventStore
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-QZOV4OVN.js";
|
|
36
36
|
import {
|
|
37
37
|
findAgentById,
|
|
38
38
|
getRuntimeConfig,
|
|
@@ -1021,4 +1021,4 @@ export {
|
|
|
1021
1021
|
abortRunnerRun,
|
|
1022
1022
|
launchWorkflowRun
|
|
1023
1023
|
};
|
|
1024
|
-
//# sourceMappingURL=chunk-
|
|
1024
|
+
//# sourceMappingURL=chunk-5H5NRWHA.js.map
|