@f-o-h/cli 0.1.17 → 0.1.18
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 +25 -25
- package/dist/foh.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ AI-operator provisioning CLI for Front Of House.
|
|
|
4
4
|
|
|
5
5
|
Public mirror: https://github.com/iiko38/front-of-house-cli
|
|
6
6
|
|
|
7
|
-
Current published baseline: `@f-o-h/cli@0.1.
|
|
7
|
+
Current published baseline: `@f-o-h/cli@0.1.18`
|
|
8
8
|
|
|
9
9
|
This mirror is a generated release artifact. The private product monorepo is not
|
|
10
10
|
published here, and no open-source license is granted unless stated separately.
|
|
@@ -144,30 +144,30 @@ After dry-run review, one controlled Codex run can be launched explicitly with
|
|
|
144
144
|
`run.json` even on timeout or non-zero exit:
|
|
145
145
|
|
|
146
146
|
```bash
|
|
147
|
-
foh eval external-agent execute \
|
|
148
|
-
--runner codex \
|
|
149
|
-
--batch test-results/external-agent-runs/<one-model-batch>/batch.json \
|
|
150
|
-
--timeout-minutes 30 \
|
|
151
|
-
--live \
|
|
152
|
-
--json
|
|
153
|
-
```
|
|
154
|
-
|
|
155
|
-
For Linux eval hosts where Codex's default Bubblewrap sandbox cannot configure
|
|
156
|
-
loopback networking, keep sandboxing enabled and select the legacy Landlock
|
|
157
|
-
backend explicitly:
|
|
158
|
-
|
|
159
|
-
```bash
|
|
160
|
-
foh eval external-agent execute \
|
|
161
|
-
--runner codex \
|
|
162
|
-
--batch test-results/external-agent-runs/<one-model-batch>/batch.json \
|
|
163
|
-
--codex-sandbox-backend legacy-landlock \
|
|
164
|
-
--codex-network-access \
|
|
165
|
-
--timeout-minutes 30 \
|
|
166
|
-
--live \
|
|
167
|
-
--json
|
|
168
|
-
```
|
|
169
|
-
|
|
170
|
-
## Local Scenario Suites
|
|
147
|
+
foh eval external-agent execute \
|
|
148
|
+
--runner codex \
|
|
149
|
+
--batch test-results/external-agent-runs/<one-model-batch>/batch.json \
|
|
150
|
+
--timeout-minutes 30 \
|
|
151
|
+
--live \
|
|
152
|
+
--json
|
|
153
|
+
```
|
|
154
|
+
|
|
155
|
+
For Linux eval hosts where Codex's default Bubblewrap sandbox cannot configure
|
|
156
|
+
loopback networking, keep sandboxing enabled and select the legacy Landlock
|
|
157
|
+
backend explicitly:
|
|
158
|
+
|
|
159
|
+
```bash
|
|
160
|
+
foh eval external-agent execute \
|
|
161
|
+
--runner codex \
|
|
162
|
+
--batch test-results/external-agent-runs/<one-model-batch>/batch.json \
|
|
163
|
+
--codex-sandbox-backend legacy-landlock \
|
|
164
|
+
--codex-network-access \
|
|
165
|
+
--timeout-minutes 30 \
|
|
166
|
+
--live \
|
|
167
|
+
--json
|
|
168
|
+
```
|
|
169
|
+
|
|
170
|
+
## Local Scenario Suites
|
|
171
171
|
|
|
172
172
|
`foh test run --suite <file>` runs deterministic widget-runtime checks for a
|
|
173
173
|
specific agent. The suite format supports reply text checks plus structured
|
package/dist/foh.js
CHANGED
|
@@ -32681,7 +32681,7 @@ var StdioServerTransport = class {
|
|
|
32681
32681
|
};
|
|
32682
32682
|
|
|
32683
32683
|
// src/lib/cli-version.ts
|
|
32684
|
-
var CLI_VERSION = "0.1.
|
|
32684
|
+
var CLI_VERSION = "0.1.18";
|
|
32685
32685
|
|
|
32686
32686
|
// src/commands/mcp-serve.ts
|
|
32687
32687
|
var DEFAULT_TIMEOUT_MS = 12e4;
|