[PR #691] [MERGED] fix: nextjs-tracker agent hangs because it uses wrong repo name #774

Closed
opened 2026-05-06 13:10:02 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/cloudflare/vinext/pull/691
Author: @southpolesteve
Created: 3/26/2026
Status: Merged
Merged: 3/26/2026
Merged by: @southpolesteve

Base: mainHead: fix/nextjs-tracker-repo


📝 Commits (1)

  • 7475330 fix: explicitly pass --repo "$GITHUB_REPOSITORY" in nextjs-tracker agent

📊 Changes

1 file changed (+4 additions, -2 deletions)

View changed files

📝 .opencode/agents/nextjs-tracker.md (+4 -2)

📄 Description

Summary

  • The first successful run of the nextjs-tracker agent (after #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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cloudflare/vinext/pull/691 **Author:** [@southpolesteve](https://github.com/southpolesteve) **Created:** 3/26/2026 **Status:** ✅ Merged **Merged:** 3/26/2026 **Merged by:** [@southpolesteve](https://github.com/southpolesteve) **Base:** `main` ← **Head:** `fix/nextjs-tracker-repo` --- ### 📝 Commits (1) - [`7475330`](https://github.com/cloudflare/vinext/commit/7475330625811e391bcffdb9c2600d8dd8080879) fix: explicitly pass --repo "$GITHUB_REPOSITORY" in nextjs-tracker agent ### 📊 Changes **1 file changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.opencode/agents/nextjs-tracker.md` (+4 -2) </details> ### 📄 Description ## Summary - The first successful run of the nextjs-tracker agent (after #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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:10:02 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vinext#774
No description provided.