GitHub Issues
silo.github-issues
GitHub issues for workspace repos in a side panel โ status, labels, assignees, and drill-in details, with quick copy for handing work to an agent.
GitHub Issues
Browse open and recently closed issues for the GitHub repos in your workspace โ labels, assignees, and drill-in details โ without leaving Silo.
What you get
- Side panel listing issues for every unique GitHub remote in the active workspace (worktrees of the same repo collapse into one list)
- Filters: Assigned to me (default), Created by me, All open, Recently closed
- Click a row for description, labels, assignees, milestone, and comment activity
- Close (with a reason โ completed or not planned) or Reopen from the detail view
- Colored label chips, matching each label's GitHub color
- Copy issue URL, issue number, or a ready-to-paste agent prompt (
#N: Title+ description + URL) โ hand a task straight to a coding agent - Polls active and background workspaces automatically (no settings page yet โ intervals aren't configurable)
Requirements
Install the gh CLI and run gh auth login.
Installing
From a GitHub Release
- Go to Releases.
- Right-click the
.tgzasset โ Copy link address. - In Silo: Settings โ Extensions, paste the URL and click Install.
From source
git clone https://github.com/silo-code/silo-extensions
cd silo-extensions/github-issues
npm install
npm run build
Then in Silo: Settings โ Extensions โ Install from folder, point at this directory.
Usage
Open the ISSUES panel on the right. The default filter is Assigned to me. Switch filters from the header menu; Recently closed fetches on demand.
Click a row for details. Use Close or Reopen on the detail header to update status (Close asks whether to mark the issue completed or not planned; both are confirmed before they run). Use the overflow menu to copy the issue URL, number, or a formatted prompt for an agent.
If monitoring was turned off for a workspace, use Enable in the panel gate to turn it back on.
Permissions
Declared in package.json under silo.permissions:
processโ rungh/gitto resolve remotes, list issues, and check authentication
Building
npm install
npm run build # one-shot
npm run build:watch # watch mode
Versions
| Version | Published | Permissions | Build | sha256 |
|---|---|---|---|---|
| v0.1.1 | 2026-07-26 | process | โ | c51c189b9550โฆ |