refactor: remove --continue flag (now redundant) (#1458)

Co-authored-by: Letta Code <noreply@letta.com>
This commit is contained in:
Devansh Jain
2026-03-19 17:54:12 -07:00
committed by GitHub
parent 232e24940c
commit 8a505569fd
9 changed files with 7 additions and 290 deletions

View File

@@ -61,7 +61,6 @@ const SCENARIOS: ScenarioConfig[] = [
args: [
"-p",
"What is 3+3? Reply with just the number.",
"--continue",
"--yolo",
"--output-format",
"json",
@@ -73,7 +72,6 @@ const SCENARIOS: ScenarioConfig[] = [
args: [
"-p",
"What is 5+5? Reply with just the number.",
"--continue",
"--yolo",
"--output-format",
"json",