Skip to content

fix: nextjs-tracker agent hangs because it uses wrong repo name#691

Merged
southpolesteve merged 1 commit intomainfrom
fix/nextjs-tracker-repo
Mar 26, 2026
Merged

fix: nextjs-tracker agent hangs because it uses wrong repo name#691
southpolesteve merged 1 commit intomainfrom
fix/nextjs-tracker-repo

Conversation

@southpolesteve
Copy link
Collaborator

Summary

  • The first successful run of the nextjs-tracker agent (after fix: nextjs-tracker workflow fails because prompt_file is not a valid action input #687 fixed the prompt issue) hung for 30 minutes and was cancelled by the job timeout
  • Root cause: the agent ran gh issue list --repo anomalyco/vinext instead of cloudflare/vinext, the agent hallucinated the repo name since the instructions didn't specify one
  • The gh command hung waiting for access to a repo the token can't reach, consuming the entire timeout budget
  • Fix: explicitly instruct the agent to use --repo "$GITHUB_REPOSITORY" for all gh issue commands

Failed run: https://github.com/cloudflare/vinext/actions/runs/23584186851

The agent hallucinated the repo name as anomalyco/vinext instead of
cloudflare/vinext, causing the gh issue list command to hang for the
entire 30-minute timeout. Explicitly instruct the agent to use the
$GITHUB_REPOSITORY env var for all gh issue commands.
@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 26, 2026

Open in StackBlitz

npm i https://pkg.pr.new/vinext@691

commit: 7475330

@github-actions
Copy link

Example Preview Production Original
app-router-cloudflare preview production
pages-router-cloudflare preview production
app-router-playground preview production original
realworld-api-rest preview production
nextra-docs-template preview production
benchmarks preview production
hackernews preview production original

@southpolesteve southpolesteve merged commit 180ba79 into main Mar 26, 2026
30 checks passed
@southpolesteve southpolesteve deleted the fix/nextjs-tracker-repo branch March 26, 2026 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant