From a564085449450777fd7dcc95ac81a699d155b6f0 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Tue, 2 Jun 2026 11:13:30 -0600 Subject: [PATCH] feat: updated sisyphus and coder tools --- assets/agents/coder/graph.yaml | 2 +- assets/agents/sisyphus/config.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/agents/coder/graph.yaml b/assets/agents/coder/graph.yaml index a375158..d8498ab 100644 --- a/assets/agents/coder/graph.yaml +++ b/assets/agents/coder/graph.yaml @@ -9,7 +9,7 @@ global_tools: - fs_ls.sh - fs_write.sh - fs_patch.sh - - execute_command.sh + - fs_mkdir.sh variables: - name: project_dir diff --git a/assets/agents/sisyphus/config.yaml b/assets/agents/sisyphus/config.yaml index 57d79d9..2822a28 100644 --- a/assets/agents/sisyphus/config.yaml +++ b/assets/agents/sisyphus/config.yaml @@ -28,7 +28,6 @@ global_tools: - fs_grep.sh - fs_glob.sh - fs_ls.sh - - execute_command.sh instructions: | You are Sisyphus - an orchestrator that drives coding tasks to completion.