From ae236a383ab01e872dc4e01313bd2eae656844a1 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Fri, 27 Feb 2026 12:09:10 -0500 Subject: [PATCH] Remove unused codergen_mode attribute from daytona-check report node Co-Authored-By: Claude Opus 4.6 --- pipelines/daytona-check/check.dot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/daytona-check/check.dot b/pipelines/daytona-check/check.dot index 6d5eef2f2..0821a1029 100644 --- a/pipelines/daytona-check/check.dot +++ b/pipelines/daytona-check/check.dot @@ -6,7 +6,7 @@ digraph DaytonaCheck { exit [shape=Msquare, label="Exit"] run_tests [label="Run Tests", shape=parallelogram, script="cargo test --workspace 2>&1 || true"] - report [label="Report", codergen_mode="one_shot", prompt="Summarize the test results"] + report [label="Report", prompt="Summarize the test results"] start -> run_tests -> report -> exit }