openfox 2.0.0-beta.7 → 2.0.0-beta.8
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/dist/agent-defaults/code-reviewer.agent.md +1 -1
- package/dist/{chunk-LN22TXNK.js → chunk-GJ34YIOL.js} +2 -2
- package/dist/{chunk-KAYUPVHQ.js → chunk-GJ47CMZM.js} +2 -2
- package/dist/cli/dev.js +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/package.json +1 -1
- package/dist/{serve-W3ETJJP3.js → serve-2V7T6GDG.js} +2 -2
- package/dist/server/index.js +1 -1
- package/dist/web/assets/{index-Dm6t3VVB.js → index-BJuF4wi7.js} +57 -57
- package/dist/web/assets/{index-aa3jRAZ9.css → index-CSOB8dwI.css} +1 -1
- package/dist/web/index.html +2 -2
- package/dist/web/sw.js +1 -1
- package/dist/workflow-defaults/default.workflow.json +1 -1
- package/package.json +1 -1
|
@@ -11,7 +11,7 @@ allowedTools:
|
|
|
11
11
|
- session_metadata:get,add,update,remove
|
|
12
12
|
---
|
|
13
13
|
|
|
14
|
-
You are a code reviewer. Review
|
|
14
|
+
You are a code reviewer. Review the **git diff** of the modified files rather than reading the full files.
|
|
15
15
|
You're mostly interested in:
|
|
16
16
|
|
|
17
17
|
1. **For the user (UX interaction)** — does this feel good to use? Any rough edges, confusing behavior, or unnecessary friction?
|
|
@@ -5830,7 +5830,7 @@ import { Router as Router6 } from "express";
|
|
|
5830
5830
|
import { spawn as spawn5 } from "child_process";
|
|
5831
5831
|
|
|
5832
5832
|
// src/constants.ts
|
|
5833
|
-
var VERSION = "2.0.0-beta.
|
|
5833
|
+
var VERSION = "2.0.0-beta.8";
|
|
5834
5834
|
|
|
5835
5835
|
// src/server/routes/auto-update.ts
|
|
5836
5836
|
var updateInProgress = false;
|
|
@@ -6966,4 +6966,4 @@ export {
|
|
|
6966
6966
|
createServerHandle,
|
|
6967
6967
|
createServer
|
|
6968
6968
|
};
|
|
6969
|
-
//# sourceMappingURL=chunk-
|
|
6969
|
+
//# sourceMappingURL=chunk-GJ34YIOL.js.map
|
|
@@ -193,7 +193,7 @@ async function runCli(options) {
|
|
|
193
193
|
if (!configExists) {
|
|
194
194
|
await runNetworkSetup(mode);
|
|
195
195
|
}
|
|
196
|
-
const { runServe } = await import("./serve-
|
|
196
|
+
const { runServe } = await import("./serve-2V7T6GDG.js");
|
|
197
197
|
const serveOptions = { mode };
|
|
198
198
|
if (values.port) serveOptions.port = parseInt(values.port);
|
|
199
199
|
if (values["no-browser"] === true) serveOptions.openBrowser = false;
|
|
@@ -205,4 +205,4 @@ async function runCli(options) {
|
|
|
205
205
|
export {
|
|
206
206
|
runCli
|
|
207
207
|
};
|
|
208
|
-
//# sourceMappingURL=chunk-
|
|
208
|
+
//# sourceMappingURL=chunk-GJ47CMZM.js.map
|
package/dist/cli/dev.js
CHANGED
package/dist/cli/index.js
CHANGED
package/dist/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
VERSION,
|
|
3
3
|
createServer
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-GJ34YIOL.js";
|
|
5
5
|
import "./chunk-RI6GAMNP.js";
|
|
6
6
|
import "./chunk-DFITQ75T.js";
|
|
7
7
|
import "./chunk-QN5ST54E.js";
|
|
@@ -189,4 +189,4 @@ async function runServe(options) {
|
|
|
189
189
|
export {
|
|
190
190
|
runServe
|
|
191
191
|
};
|
|
192
|
-
//# sourceMappingURL=serve-
|
|
192
|
+
//# sourceMappingURL=serve-2V7T6GDG.js.map
|