GitHub Copilot: Cloud Agent for Linear Reaches General Availability
GitHub Copilot's cloud agent integration with Linear is now generally available, letting teams assign Linear issues directly to Copilot for autonomous work. The agent analyzes the issue, works in its own ephemeral GitHub Actions environment, streams progress into the Linear activity timeline, and opens a draft pull request for review. GA also introduces new controls for model selection, custom agents, branch targeting, and mid-session steering via comment mentions.
Key Takeaways
- Copilot can now be assigned Linear issues like a teammate, working autonomously without a human kicking off a session manually.
- Work happens in an ephemeral GitHub Actions environment, isolating each task and avoiding shared-state issues between runs.
- Session steering via Linear comments lets teams redirect an in-progress agent without restarting the whole task.
- GA adds per-workspace model and custom-agent selection, giving teams more control than the preview version offered.
- The integration requires dual admin approval: GitHub org owner permissions and Linear workspace admin access.
- It's available on all paid Copilot tiers (Pro through Enterprise), not gated to just Business/Enterprise.
Sources & Mentions
1 external resource covering this update
Assigning Work Straight From Linear
GitHub has moved the Copilot cloud agent's Linear integration from preview to general availability. Teams that manage engineering work in Linear can now assign an issue to Copilot the same way they'd assign it to a teammate, and the agent takes it from there.
How the Agent Works
Once assigned, Copilot analyzes the issue's contents and begins working autonomously inside its own ephemeral development environment, powered by GitHub Actions. Progress updates stream directly into the Linear activity timeline, so the team can follow along without leaving Linear. When the work is ready, Copilot opens a draft pull request and requests a review, closing the loop between issue tracker and codebase.
New Controls at GA
Alongside general availability, GitHub introduced several configuration options that can be set per-issue or workspace-wide:
- Model selection β choose which underlying model Copilot uses for the task
- Custom agents β point to repository-specific agent configurations to keep output aligned with a team's existing workflows
- Branch control β set the target and working branches for the resulting pull request
- Session steering β mention Copilot in a Linear comment mid-task to feed it new instructions without restarting the session
Availability and Setup
The integration is available on Copilot Pro, Pro+, Business, and Enterprise plans. To get started, teams install the GitHub Copilot for Linear app from the GitHub Marketplace; setup requires organization owner permissions on the GitHub side and workspace admin privileges in Linear.