Integrations
GitHub issues → agent
Turn any open GitHub issue into a working agent. Pick an issue and NeuralCode creates a workspace and starts an agent with a prompt built from the issue.
GitHub issues · 2xlabs
Search issues…
#412 Login redirect drops the return URL
bugauth
#408 Add fuzzy search to the command palette
feature
#401 Flaky test in checkout.spec.ts
bugci
Opening issues#
Click the bug icon next to a projectin the sidebar. NeuralCode fetches the repo's open issues via the GitHub CLI and lists them with their number, title, and labels. A search box filters by title, issue number, or label.
Note
This requires the GitHub CLI to be installed and authenticated, since it reads issues from your repo.
Fix this#
- 1Pick an issueFind the issue you want and click Fix this. (You can also open it on GitHub first via the external-link icon.)
- 2Workspace createdNeuralCode creates a new workspace and branch for the issue.
- 3Agent startsAn agent is seeded with a prompt built from the issue — its title and body, plus instructions to investigate the codebase, implement a fix following the project's conventions, run checks, and summarize.
From issue to PR#
Once the agent finishes, you review the diff, let it self-review, and then open a PR — closing the loop from an open issue to a proposed fix without leaving NeuralCode.