openfox 2.0.145 → 2.0.147
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/{auto-continue-ZAHNBHPA.js → auto-continue-FGQ63HHR.js} +9 -9
- package/dist/{chat-handler-5XMO5XBU.js → chat-handler-VCED3JYF.js} +12 -12
- package/dist/{chunk-OVAHNEFG.js → chunk-2PGRX4RH.js} +5 -4
- package/dist/{chunk-LG3LQLTZ.js → chunk-2V6QL6IW.js} +290 -120
- package/dist/{chunk-2DVAF6HY.js → chunk-5JGRKNMS.js} +3 -3
- package/dist/chunk-65KDNVRA.js +7 -0
- package/dist/{chunk-2BARKBWV.js → chunk-ABXERHIY.js} +8 -8
- package/dist/{chunk-QKPTMHA2.js → chunk-AJMBQMJH.js} +23 -19
- package/dist/{chunk-E4F32L4Q.js → chunk-CPRBMVI7.js} +43 -1
- package/dist/{chunk-STVJA7IX.js → chunk-CVQYCAMY.js} +3 -3
- package/dist/{chunk-HNJ32GRI.js → chunk-ESHP42KO.js} +5 -5
- package/dist/{chunk-FLTNKZNQ.js → chunk-KJEOKIH2.js} +4 -4
- 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-VFHGN3IS.js → chunk-P7KUU5VB.js} +2 -2
- package/dist/{chunk-PW5L4WBG.js → chunk-Q6MBLKL4.js} +1 -1
- package/dist/{chunk-6FKSGQYO.js → chunk-QHFJRUJV.js} +3 -3
- package/dist/{chunk-X2BJFVER.js → chunk-UOBJP4GN.js} +21 -15
- package/dist/{chunk-DBTDMK23.js → chunk-YQJ6HEFS.js} +63 -56
- 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-YLRA34WJ.js} +5 -5
- package/dist/{events-ODZ4SSBW.js → events-FTS5W6FX.js} +6 -4
- package/dist/{export-import-AH5HBHO6.js → export-import-R4E5BUQS.js} +5 -5
- package/dist/{folding-V2R2MZ6Y.js → folding-VWRMYZ5T.js} +4 -2
- package/dist/{launch-2QA2EHCT.js → launch-QP2BI3PB.js} +13 -13
- package/dist/{orchestrator-L5VINV36.js → orchestrator-7T62RLDL.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-LDLRELLS.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-A4AJAH2N.js} +18 -18
- package/dist/server/index.d.ts +3 -3
- package/dist/server/index.js +17 -17
- package/dist/{server-YW3DO4K5.js → server-A3EGJ6MD.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/skill-defaults/workflows/SKILL.md +149 -16
- package/dist/stats-2QMXP6G4.js +12 -0
- package/dist/{store-AOZ46PBS.js → store-OWOLXB74.js} +3 -3
- package/dist/{tools-RG4HDV75.js → tools-MRC27SZG.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-MLDVVG3D.js} +2 -2
- package/dist/web/assets/{index-DL26wmhi.js → index-CkVmYTBd.js} +85 -85
- 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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.0.147 - 2026-09-14
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- **Parallel workflow steps** — run sub-agent and shell steps concurrently inside one workflow step, capped by max concurrency, with per-child output keys to branch on.
|
|
8
|
+
- **Parallel step editor** — build parallel steps in the workflow UI with a child list, per-child sub-agent/shell configuration, and slug-safe child ids.
|
|
9
|
+
- **Project dropdown on session rows** — switch projects, start sessions, or open tasks directly from the home session list.
|
|
10
|
+
|
|
11
|
+
### Enhancements
|
|
12
|
+
|
|
13
|
+
- **Agent steps honor per-agent model overrides** — workflow steps pinned to a specific model (e.g. builder on Qwen) now actually run on it, matching the existing sub-agent behavior.
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- **Background process logs stream live** — the log viewer shows new output as it arrives without reopening the panel.
|
|
18
|
+
|
|
19
|
+
## 2.0.146 - 2026-09-12
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
- **Sidebar stats now cover the entire session** — AI time, speeds, and totals count every response across all context windows, including after compaction; stats load instantly from a server-computed headline, with the full response log available on demand.
|
|
24
|
+
|
|
3
25
|
## 2.0.145 - 2026-09-11
|
|
4
26
|
|
|
5
27
|
### Bug Fixes
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.0.147 - 2026-09-14
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- **Parallel workflow steps** — run sub-agent and shell steps concurrently inside one workflow step, capped by max concurrency, with per-child output keys to branch on.
|
|
8
|
+
- **Parallel step editor** — build parallel steps in the workflow UI with a child list, per-child sub-agent/shell configuration, and slug-safe child ids.
|
|
9
|
+
- **Project dropdown on session rows** — switch projects, start sessions, or open tasks directly from the home session list.
|
|
10
|
+
|
|
11
|
+
### Enhancements
|
|
12
|
+
|
|
13
|
+
- **Agent steps honor per-agent model overrides** — workflow steps pinned to a specific model (e.g. builder on Qwen) now actually run on it, matching the existing sub-agent behavior.
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- **Background process logs stream live** — the log viewer shows new output as it arrives without reopening the panel.
|
|
18
|
+
|
|
19
|
+
## 2.0.146 - 2026-09-12
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
- **Sidebar stats now cover the entire session** — AI time, speeds, and totals count every response across all context windows, including after compaction; stats load instantly from a server-computed headline, with the full response log available on demand.
|
|
24
|
+
|
|
3
25
|
## 2.0.145 - 2026-09-11
|
|
4
26
|
|
|
5
27
|
### Bug Fixes
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-AJMBQMJH.js";
|
|
2
2
|
import "./chunk-OAN4BXEW.js";
|
|
3
3
|
import "./chunk-DJH6LMBT.js";
|
|
4
4
|
import "./chunk-PHR64A6U.js";
|
|
5
5
|
import "./chunk-J7GAZGZT.js";
|
|
6
6
|
import "./chunk-2DBWCXAQ.js";
|
|
7
7
|
import "./chunk-UO4X2ENE.js";
|
|
8
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-KJEOKIH2.js";
|
|
9
9
|
import "./chunk-X7ZAP6YW.js";
|
|
10
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-CVQYCAMY.js";
|
|
11
11
|
import {
|
|
12
12
|
createMessageDoneEvent
|
|
13
13
|
} from "./chunk-FAN4P45J.js";
|
|
@@ -19,14 +19,14 @@ import "./chunk-VGE6UYND.js";
|
|
|
19
19
|
import "./chunk-ODETQHMI.js";
|
|
20
20
|
import "./chunk-I72ACQ6R.js";
|
|
21
21
|
import "./chunk-VIJVLLPT.js";
|
|
22
|
-
import "./chunk-
|
|
23
|
-
import "./chunk-
|
|
24
|
-
import "./chunk-
|
|
22
|
+
import "./chunk-5JGRKNMS.js";
|
|
23
|
+
import "./chunk-NZBO3A3W.js";
|
|
24
|
+
import "./chunk-CPRBMVI7.js";
|
|
25
25
|
import "./chunk-CCIG3YLG.js";
|
|
26
26
|
import "./chunk-YEW4YEJU.js";
|
|
27
27
|
import "./chunk-OSXPQSLW.js";
|
|
28
28
|
import "./chunk-V5AC2TV7.js";
|
|
29
|
-
import "./chunk-
|
|
29
|
+
import "./chunk-2PGRX4RH.js";
|
|
30
30
|
import "./chunk-LCLH6ZUL.js";
|
|
31
31
|
import "./chunk-YEFZ5HBD.js";
|
|
32
32
|
import "./chunk-AWBV2VXO.js";
|
|
@@ -47,7 +47,7 @@ import "./chunk-VKMPR25F.js";
|
|
|
47
47
|
import {
|
|
48
48
|
logger
|
|
49
49
|
} from "./chunk-K44MW7JJ.js";
|
|
50
|
-
import "./chunk-
|
|
50
|
+
import "./chunk-Q6MBLKL4.js";
|
|
51
51
|
import "./chunk-24YKXKCG.js";
|
|
52
52
|
import "./chunk-73BO5OT3.js";
|
|
53
53
|
import "./chunk-CQGTEGKL.js";
|
|
@@ -108,4 +108,4 @@ export {
|
|
|
108
108
|
planBootContinuation,
|
|
109
109
|
runBootAutoContinuations
|
|
110
110
|
};
|
|
111
|
-
//# sourceMappingURL=auto-continue-
|
|
111
|
+
//# sourceMappingURL=auto-continue-FGQ63HHR.js.map
|
|
@@ -2,32 +2,32 @@ import {
|
|
|
2
2
|
buildRunChatTurnParams,
|
|
3
3
|
finalizeTurnCompletion,
|
|
4
4
|
generateSessionNameForSession
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-ORIPUMOQ.js";
|
|
6
6
|
import {
|
|
7
7
|
runChatTurn
|
|
8
|
-
} from "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
8
|
+
} from "./chunk-ABXERHIY.js";
|
|
9
|
+
import "./chunk-ESHP42KO.js";
|
|
10
|
+
import "./chunk-AJMBQMJH.js";
|
|
11
11
|
import "./chunk-OAN4BXEW.js";
|
|
12
12
|
import "./chunk-DJH6LMBT.js";
|
|
13
13
|
import "./chunk-PHR64A6U.js";
|
|
14
14
|
import "./chunk-J7GAZGZT.js";
|
|
15
15
|
import "./chunk-2DBWCXAQ.js";
|
|
16
16
|
import "./chunk-UO4X2ENE.js";
|
|
17
|
-
import "./chunk-
|
|
17
|
+
import "./chunk-KJEOKIH2.js";
|
|
18
18
|
import "./chunk-X7ZAP6YW.js";
|
|
19
|
-
import "./chunk-
|
|
19
|
+
import "./chunk-CVQYCAMY.js";
|
|
20
20
|
import "./chunk-FAN4P45J.js";
|
|
21
21
|
import "./chunk-ZONLEX2F.js";
|
|
22
22
|
import "./chunk-VGE6UYND.js";
|
|
23
23
|
import "./chunk-ODETQHMI.js";
|
|
24
24
|
import "./chunk-I72ACQ6R.js";
|
|
25
25
|
import "./chunk-VIJVLLPT.js";
|
|
26
|
-
import "./chunk-
|
|
26
|
+
import "./chunk-5JGRKNMS.js";
|
|
27
27
|
import {
|
|
28
28
|
getEventStore
|
|
29
|
-
} from "./chunk-
|
|
30
|
-
import "./chunk-
|
|
29
|
+
} from "./chunk-NZBO3A3W.js";
|
|
30
|
+
import "./chunk-CPRBMVI7.js";
|
|
31
31
|
import "./chunk-CCIG3YLG.js";
|
|
32
32
|
import "./chunk-YEW4YEJU.js";
|
|
33
33
|
import "./chunk-OSXPQSLW.js";
|
|
@@ -36,7 +36,7 @@ import {
|
|
|
36
36
|
createChatMessageMessage,
|
|
37
37
|
createPhaseChangedMessage,
|
|
38
38
|
createSessionRunningMessage
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-2PGRX4RH.js";
|
|
40
40
|
import "./chunk-LCLH6ZUL.js";
|
|
41
41
|
import "./chunk-YEFZ5HBD.js";
|
|
42
42
|
import "./chunk-AWBV2VXO.js";
|
|
@@ -55,7 +55,7 @@ import "./chunk-X6SWZEK7.js";
|
|
|
55
55
|
import "./chunk-WOVWVB5J.js";
|
|
56
56
|
import "./chunk-VKMPR25F.js";
|
|
57
57
|
import "./chunk-K44MW7JJ.js";
|
|
58
|
-
import "./chunk-
|
|
58
|
+
import "./chunk-Q6MBLKL4.js";
|
|
59
59
|
import "./chunk-24YKXKCG.js";
|
|
60
60
|
import "./chunk-73BO5OT3.js";
|
|
61
61
|
import "./chunk-CQGTEGKL.js";
|
|
@@ -181,4 +181,4 @@ export {
|
|
|
181
181
|
startChatSession,
|
|
182
182
|
stopSessionExecution
|
|
183
183
|
};
|
|
184
|
-
//# sourceMappingURL=chat-handler-
|
|
184
|
+
//# sourceMappingURL=chat-handler-VCED3JYF.js.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
createServerMessage,
|
|
6
6
|
isClientMessage
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-Q6MBLKL4.js";
|
|
8
8
|
|
|
9
9
|
// src/server/session/client-session.ts
|
|
10
10
|
function toClientSession(session) {
|
|
@@ -55,7 +55,7 @@ function serializeServerMessage(message) {
|
|
|
55
55
|
function createErrorMessage(code, message, correlationId) {
|
|
56
56
|
return createServerMessage("error", { code, message }, correlationId);
|
|
57
57
|
}
|
|
58
|
-
function createSessionStateMessage(session, messages, pendingConfirmations = [], pendingQuestions, gitStatus, correlationId, hiddenCount, activeWorkflowExecution) {
|
|
58
|
+
function createSessionStateMessage(session, messages, pendingConfirmations = [], pendingQuestions, gitStatus, correlationId, hiddenCount, activeWorkflowExecution, sessionStats) {
|
|
59
59
|
const enrichedMessages = enrichMessagesWithToolResults(messages);
|
|
60
60
|
return createServerMessage(
|
|
61
61
|
"session.state",
|
|
@@ -66,7 +66,8 @@ function createSessionStateMessage(session, messages, pendingConfirmations = [],
|
|
|
66
66
|
...pendingQuestions ? { pendingQuestions } : {},
|
|
67
67
|
...gitStatus ? { gitStatus } : {},
|
|
68
68
|
...hiddenCount !== void 0 ? { hiddenCount } : {},
|
|
69
|
-
...activeWorkflowExecution !== void 0 && activeWorkflowExecution !== null ? { activeWorkflowExecution } : {}
|
|
69
|
+
...activeWorkflowExecution !== void 0 && activeWorkflowExecution !== null ? { activeWorkflowExecution } : {},
|
|
70
|
+
...sessionStats !== void 0 && sessionStats !== null ? { sessionStats } : {}
|
|
70
71
|
},
|
|
71
72
|
correlationId
|
|
72
73
|
);
|
|
@@ -382,4 +383,4 @@ export {
|
|
|
382
383
|
createQueueStateMessage,
|
|
383
384
|
storedEventToServerMessage
|
|
384
385
|
};
|
|
385
|
-
//# sourceMappingURL=chunk-
|
|
386
|
+
//# sourceMappingURL=chunk-2PGRX4RH.js.map
|