Issuebeam is not tied to a single IDE. The core is always the same: Python CLI + agent instructions + GitHub Issues. Only the file your tool auto-loads changes.
Full documentation: MkDocs — Platforms
Describe bugs and tasks in natural language — from Cursor, VS Code, terminal, …
Reads AGENTS.md or the platform-specific file and runs github_issue.py.
Official issues with labels, web templates, and close via Fixes #N.
| Platform | Instruction file | Notes |
|---|---|---|
| Cursor | .cursor/rules/github-issues.mdc | Best-tested path · alwaysApply |
| Claude Code | CLAUDE.md · AGENTS.md | VS Code, CLI, or desktop |
| GitHub Copilot | .github/copilot-instructions.md | VS Code and Visual Studio |
| Windsurf | .windsurfrules | Copy from AGENTS.md |
| Cline | .clinerules | Custom instructions in VS Code |
| Continue.dev | .continue/rules | YAML config or project rules |
| Gemini CLI | GEMINI.md | Copy from AGENTS.md |
| Codex CLI | AGENTS.md | OpenAI convention |
| Aider | AGENTS.md / CONVENTIONS.md | /read AGENTS.md on start |
| Manual | — | CLI only, no AI agent |
adopt.py into your repo.GITHUB_TOKEN and tracker/github_repo.github-issues.mdc is already active.CLAUDE.md and AGENTS.md..github/copilot-instructions.md.For Windsurf, Cline, Continue, Gemini CLI, Codex CLI, and Aider: copy AGENTS.md into the format your tool expects (see table above). Requirements are always the same: Python, token, repo slug, shell access.