fix: Update lock file in the action dir due to #118.

This commit is contained in:
Robin Tail
2026-01-20 06:47:27 +00:00
committed by pullfrog[bot]
parent ce123c9a57
commit cfd7f45db9
14 changed files with 2099 additions and 2 deletions
+2
View File
@@ -1,4 +1,5 @@
import type { Effort, Payload } from "../../external.ts";
import packageJson from "../../package.json" with { type: "json" };
/**
* Test fixture for Codex effort levels.
@@ -17,6 +18,7 @@ const efforts: Effort[] = ["mini", "auto", "max"];
export default efforts.map((effort) => ({
"~pullfrog": true,
version: packageJson.version,
agent: "codex",
prompt: "What is 2 + 2? Reply with just the number.",
event: {