From 96f8007d53a43cfa0e6964f2ea3299b19254221c Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 19 Feb 2026 10:26:52 -0700 Subject: [PATCH] refactor: Changed the default session name for Sisyphus to temp (to require users to explicitly name sessions they wish to save) --- assets/agents/sisyphus/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/agents/sisyphus/config.yaml b/assets/agents/sisyphus/config.yaml index 0f0b91f..962c2de 100644 --- a/assets/agents/sisyphus/config.yaml +++ b/assets/agents/sisyphus/config.yaml @@ -4,7 +4,7 @@ version: 2.0.0 temperature: 0.1 top_p: 0.95 -agent_session: sisyphus +agent_session: temp auto_continue: true max_auto_continues: 25 inject_todo_instructions: true