From e4bf2cfd7553fbd4f27d1077be5492fda5700d71 Mon Sep 17 00:00:00 2001 From: William Easton Date: Thu, 2 Oct 2025 11:17:56 -0500 Subject: [PATCH] Add progress tracking, remove websearch for now --- .github/workflows/marvin-issue-triage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/marvin-issue-triage.yml b/.github/workflows/marvin-issue-triage.yml index 2969eb5cc..e6a4b9e3b 100644 --- a/.github/workflows/marvin-issue-triage.yml +++ b/.github/workflows/marvin-issue-triage.yml @@ -137,9 +137,10 @@ jobs: bot_name: "Marvin Context Protocol" prompt: ${{ steps.triage-prompt.outputs.PROMPT }} anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY_FOR_CI }} + track_progress: true claude_args: | --model claude-sonnet-4-5-20250929 - --allowedTools WebSearch,WebFetch,mcp__repository-summary,mcp__code-search,mcp__github-research + --allowedTools mcp__repository-summary,mcp__code-search__search_code,mcp__github-research__get_repository,mcp__github-research__get_issue,mcp__github-research__get_pull_request,mcp__github-research__search_issues,mcp__github-research__search_pull_requests,mcp__github-research__get_files, --mcp-config /tmp/mcp-config/mcp-servers.json settings: | {