openfox 2.0.48 → 2.0.49

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.
@@ -208,7 +208,7 @@ async function runCli(options) {
208
208
  if (!configExists) {
209
209
  await runNetworkSetup(mode);
210
210
  }
211
- const { runServe } = await import("./serve-H3AYWFSE.js");
211
+ const { runServe } = await import("./serve-USAKHQQN.js");
212
212
  const serveOptions = { mode };
213
213
  if (values.port) serveOptions.port = parseInt(values.port);
214
214
  if (values["no-browser"] === true) serveOptions.openBrowser = false;
@@ -220,4 +220,4 @@ async function runCli(options) {
220
220
  export {
221
221
  runCli
222
222
  };
223
- //# sourceMappingURL=chunk-TQH447DP.js.map
223
+ //# sourceMappingURL=chunk-JMQJIU64.js.map
@@ -3849,7 +3849,7 @@ import { Router as Router7 } from "express";
3849
3849
  import { spawn as spawn2 } from "child_process";
3850
3850
 
3851
3851
  // src/constants.ts
3852
- var VERSION = "2.0.48";
3852
+ var VERSION = "2.0.49";
3853
3853
 
3854
3854
  // src/server/routes/auto-update.ts
3855
3855
  var updateInProgress = false;
@@ -5386,4 +5386,4 @@ export {
5386
5386
  createServerHandle,
5387
5387
  createServer
5388
5388
  };
5389
- //# sourceMappingURL=chunk-YBNLQ2WX.js.map
5389
+ //# sourceMappingURL=chunk-Z3TD43AO.js.map
package/dist/cli/dev.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runCli
4
- } from "../chunk-TQH447DP.js";
4
+ } from "../chunk-JMQJIU64.js";
5
5
  import "../chunk-XY3LESVZ.js";
6
6
  import {
7
7
  logger
package/dist/cli/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runCli
4
- } from "../chunk-TQH447DP.js";
4
+ } from "../chunk-JMQJIU64.js";
5
5
  import "../chunk-XY3LESVZ.js";
6
6
  import {
7
7
  logger
@@ -0,0 +1,7 @@
1
+ ---
2
+ id: add-criteria
3
+ name: Add criteria
4
+ agentMode: planner
5
+ ---
6
+
7
+ Add the acceptance criteria you proposed using the `session_metadata` tool with the `criteria` key
@@ -6,7 +6,6 @@ agentMode: builder
6
6
 
7
7
  Commit and push:
8
8
 
9
- 0. `npm test` -> make sure the project is green
10
9
  1. `git status` -> verify what files are modified
11
10
  2. `git add` -> never do `-A`, add your files and your files only
12
11
  3. `git commit -m` -> add a clear message
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openfox",
3
- "version": "2.0.48",
3
+ "version": "2.0.49",
4
4
  "description": "Local-LLM-first agentic coding assistant",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  VERSION,
3
3
  createServer
4
- } from "./chunk-YBNLQ2WX.js";
4
+ } from "./chunk-Z3TD43AO.js";
5
5
  import "./chunk-CZPX6AVB.js";
6
6
  import "./chunk-PTIF5OEJ.js";
7
7
  import "./chunk-GTY27MWS.js";
@@ -205,4 +205,4 @@ async function runServe(options) {
205
205
  export {
206
206
  runServe
207
207
  };
208
- //# sourceMappingURL=serve-H3AYWFSE.js.map
208
+ //# sourceMappingURL=serve-USAKHQQN.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createServer,
3
3
  createServerHandle
4
- } from "../chunk-YBNLQ2WX.js";
4
+ } from "../chunk-Z3TD43AO.js";
5
5
  import "../chunk-CZPX6AVB.js";
6
6
  import "../chunk-PTIF5OEJ.js";
7
7
  import "../chunk-GTY27MWS.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openfox",
3
- "version": "2.0.48",
3
+ "version": "2.0.49",
4
4
  "description": "Local-LLM-first agentic coding assistant",
5
5
  "type": "module",
6
6
  "bin": {