@vm0/runner 3.0.0 → 3.0.1
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/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -5759,7 +5759,7 @@ var unifiedRunRequestSchema = z6.object({
|
|
|
5759
5759
|
volumeVersions: z6.record(z6.string(), z6.string()).optional(),
|
|
5760
5760
|
// Debug flag to force real Claude in mock environments (internal use only)
|
|
5761
5761
|
debugNoMockClaude: z6.boolean().optional(),
|
|
5762
|
-
// Model provider for automatic
|
|
5762
|
+
// Model provider for automatic credential injection
|
|
5763
5763
|
modelProvider: z6.string().optional(),
|
|
5764
5764
|
// Required
|
|
5765
5765
|
prompt: z6.string().min(1, "Missing prompt")
|
|
@@ -10240,7 +10240,7 @@ var benchmarkCommand = new Command4("benchmark").description(
|
|
|
10240
10240
|
});
|
|
10241
10241
|
|
|
10242
10242
|
// src/index.ts
|
|
10243
|
-
var version = true ? "3.0.
|
|
10243
|
+
var version = true ? "3.0.1" : "0.1.0";
|
|
10244
10244
|
program.name("vm0-runner").version(version).description("Self-hosted runner for VM0 agents");
|
|
10245
10245
|
program.addCommand(startCommand);
|
|
10246
10246
|
program.addCommand(doctorCommand);
|