openfox 2.0.65 → 2.0.66
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/README.md +1 -0
- package/dist/agent-defaults/builder.agent.md +1 -1
- package/dist/agent-defaults/code-reviewer.agent.md +0 -1
- package/dist/agent-defaults/explorer.agent.md +0 -1
- package/dist/agent-defaults/planner.agent.md +1 -1
- package/dist/{branch.api-LAN42BA5.js → branch.api-3YJSWOZG.js} +5 -1
- package/dist/{chat-handler-MC3XZ3OV.js → chat-handler-ZRDNSLOG.js} +14 -12
- package/dist/{chunk-UEIQKG5P.js → chunk-3ACDQKK6.js} +290 -326
- package/dist/{chunk-RYIREJAW.js → chunk-5EO6SEGV.js} +2 -2
- package/dist/{chunk-OESYKZCM.js → chunk-5V5DM5E4.js} +3 -3
- package/dist/{chunk-QBYQ7KDX.js → chunk-B7WGOK7G.js} +16 -15
- package/dist/{chunk-Z6W4YHJB.js → chunk-BL5LOLVA.js} +17 -1
- package/dist/{chunk-TMUBLQFC.js → chunk-C3VLGVSQ.js} +3 -3
- package/dist/{chunk-ZPIZLTWU.js → chunk-GMXKJGJ2.js} +5 -1
- package/dist/{chunk-YQ3SOPBI.js → chunk-KXVFHMSM.js} +2 -2
- package/dist/chunk-OBK3I4KD.js +137 -0
- package/dist/{chunk-Z6H7SFQR.js → chunk-OE5B44P6.js} +258 -65
- package/dist/{chunk-PXJ4NOP4.js → chunk-PVRSNXD4.js} +2 -2
- package/dist/{chunk-X5YCWKNS.js → chunk-R4UTFE63.js} +53 -83
- package/dist/{chunk-4UYKN6JU.js → chunk-R7EED6ZU.js} +3 -3
- package/dist/{chunk-AIJE3RYH.js → chunk-TFDK6VSG.js} +33 -7
- package/dist/{chunk-QJ5FH5DP.js → chunk-TMHWQYWE.js} +4 -4
- package/dist/{chunk-VWPY2KWH.js → chunk-UBIHP5Z7.js} +8 -8
- package/dist/chunk-WGMJCFCE.js +14 -0
- package/dist/{chunk-LBGHZLLH.js → chunk-WNA5VPZG.js} +2 -2
- package/dist/{chunk-N4K3PNOS.js → chunk-ZUM2ZJOX.js} +46 -18
- package/dist/cli/dev.js +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/{client-LAKW7TA5.js → client-BUX62J2K.js} +3 -3
- package/dist/{client-pure-DO3S675T.js → client-pure-U6ZYUPJQ.js} +6 -4
- package/dist/{compactor-I3N56PSJ.js → compactor-V43WJ3WX.js} +7 -7
- package/dist/{events-52XADT6Y.js → events-CDQ4HASP.js} +4 -4
- package/dist/{folding-2BGFLV5J.js → folding-V2K34EGN.js} +2 -2
- package/dist/{inspect-proxy-BV25JERQ.js → inspect-proxy-PKMDR47R.js} +4 -4
- package/dist/{orchestrator-IYJRQQKB.js → orchestrator-LZQTDOWM.js} +13 -11
- package/dist/package.json +1 -1
- package/dist/{processor-LUXKVIED.js → processor-7KAXESY5.js} +14 -12
- package/dist/{project-creator-IDW7RACH.js → project-creator-EMGRSPYS.js} +18 -5
- package/dist/{projects-BY227WT2.js → projects-7HSBZY2D.js} +3 -3
- package/dist/{protocol-Cq66hdDX.d.ts → protocol-42f_Png6.d.ts} +1 -1
- package/dist/provider/index.d.ts +4 -4
- package/dist/{provider-GYOW4OWQ.js → provider-BDH6JGZB.js} +4 -4
- package/dist/{provider-manager-HRHNF73A.js → provider-manager-D3KIOD5E.js} +4 -4
- package/dist/{serve-ZRTWVOL2.js → serve-HGHFN3D2.js} +18 -16
- package/dist/server/index.d.ts +26 -8
- package/dist/server/index.js +17 -15
- package/dist/{server-PXXGMFBT.js → server-W42ENYFX.js} +15 -13
- package/dist/{settings-JA4XUR3W.js → settings-ZZ6AKFPD.js} +3 -3
- package/dist/shared/index.d.ts +3 -3
- package/dist/{tools-ZZM36DAZ.js → tools-2EB7C6H2.js} +12 -10
- package/dist/{types-CDZakn7f.d.ts → types-apiMd7Df.d.ts} +1 -1
- package/dist/{types-akHmgvBk.d.ts → types-vezAEt_y.d.ts} +3 -1
- package/dist/web/assets/{index-Dc05znz4.css → index-B0Q5uK2h.css} +1 -1
- package/dist/web/assets/index-BhQN93bI.js +303 -0
- package/dist/web/index.html +2 -2
- package/dist/web/sw.js +1 -1
- package/dist/worktree-EIF75WGF.js +26 -0
- package/package.json +1 -1
- package/dist/web/assets/index-Bsi_le80.js +0 -303
package/README.md
CHANGED
|
@@ -94,6 +94,7 @@ Default plugin directories:
|
|
|
94
94
|
Restart OpenFox after installing or updating a plugin.
|
|
95
95
|
|
|
96
96
|
To authenticate with a ChatGPT Plus or Pro account, you can install the [`openfox-chatgpt`](https://github.com/arthurlacoste/openfox-chatgpt) plugin.
|
|
97
|
+
To authenticate with a Github copilot account, you can install the [`openfox-github-copilot`](https://github.com/JamesDAdams/openfox-github-copilot) plugin.
|
|
97
98
|
|
|
98
99
|
## Screenshots
|
|
99
100
|
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import {
|
|
2
|
+
gitSpawnEnv
|
|
3
|
+
} from "./chunk-WGMJCFCE.js";
|
|
1
4
|
import {
|
|
2
5
|
logger
|
|
3
6
|
} from "./chunk-K44MW7JJ.js";
|
|
@@ -25,6 +28,7 @@ function getGitBranch(cwd) {
|
|
|
25
28
|
return new Promise((resolve2) => {
|
|
26
29
|
const proc = spawn("git", ["rev-parse", "--abbrev-ref", "HEAD"], {
|
|
27
30
|
cwd,
|
|
31
|
+
env: gitSpawnEnv(),
|
|
28
32
|
stdio: ["ignore", "pipe", "ignore"],
|
|
29
33
|
windowsHide: true
|
|
30
34
|
});
|
|
@@ -47,4 +51,4 @@ function getGitBranch(cwd) {
|
|
|
47
51
|
export {
|
|
48
52
|
getCurrentBranch
|
|
49
53
|
};
|
|
50
|
-
//# sourceMappingURL=branch.api-
|
|
54
|
+
//# sourceMappingURL=branch.api-3YJSWOZG.js.map
|
|
@@ -2,33 +2,35 @@ import {
|
|
|
2
2
|
buildRunChatTurnParams,
|
|
3
3
|
finalizeTurnCompletion,
|
|
4
4
|
generateSessionNameForSession
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-TMHWQYWE.js";
|
|
6
6
|
import {
|
|
7
7
|
runChatTurn
|
|
8
|
-
} from "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
8
|
+
} from "./chunk-UBIHP5Z7.js";
|
|
9
|
+
import "./chunk-3ACDQKK6.js";
|
|
10
|
+
import "./chunk-R4UTFE63.js";
|
|
11
|
+
import "./chunk-WNA5VPZG.js";
|
|
12
12
|
import "./chunk-BGTEIA2S.js";
|
|
13
13
|
import "./chunk-PK2RMVMB.js";
|
|
14
14
|
import "./chunk-NWO6GRYE.js";
|
|
15
|
+
import "./chunk-OBK3I4KD.js";
|
|
16
|
+
import "./chunk-WGMJCFCE.js";
|
|
15
17
|
import {
|
|
16
18
|
getEventStore
|
|
17
|
-
} from "./chunk-
|
|
18
|
-
import "./chunk-
|
|
19
|
+
} from "./chunk-TFDK6VSG.js";
|
|
20
|
+
import "./chunk-C3VLGVSQ.js";
|
|
19
21
|
import {
|
|
20
22
|
createChatMessageMessage,
|
|
21
23
|
createPhaseChangedMessage,
|
|
22
24
|
createSessionRunningMessage
|
|
23
25
|
} from "./chunk-F4PMNP7S.js";
|
|
24
|
-
import "./chunk-
|
|
26
|
+
import "./chunk-PVRSNXD4.js";
|
|
25
27
|
import "./chunk-EU3WWTFH.js";
|
|
26
|
-
import "./chunk-
|
|
27
|
-
import "./chunk-
|
|
28
|
+
import "./chunk-KXVFHMSM.js";
|
|
29
|
+
import "./chunk-GMXKJGJ2.js";
|
|
28
30
|
import "./chunk-J2GP3J3X.js";
|
|
29
31
|
import "./chunk-V4IE7HJY.js";
|
|
30
32
|
import "./chunk-YHEQTVFV.js";
|
|
31
|
-
import "./chunk-
|
|
33
|
+
import "./chunk-BL5LOLVA.js";
|
|
32
34
|
import "./chunk-K44MW7JJ.js";
|
|
33
35
|
import "./chunk-YD6NDTKF.js";
|
|
34
36
|
import "./chunk-WGAAQASA.js";
|
|
@@ -154,4 +156,4 @@ export {
|
|
|
154
156
|
startChatSession,
|
|
155
157
|
stopSessionExecution
|
|
156
158
|
};
|
|
157
|
-
//# sourceMappingURL=chat-handler-
|
|
159
|
+
//# sourceMappingURL=chat-handler-ZRDNSLOG.js.map
|