Setup
- Go to Organization → Integrations
- Click Connect on the Linear row
- Authorize Replicas for your Linear workspace
Personal Account Connection
Connect your Linear account from Personal → Integrations to link your Linear user ID to your Replicas account. Replicas then uses your personal defaults and credentials even when your Linear email differs from your Replicas email. Email matching remains a fallback for members who have not connected an account.How It Works
When you assign an issue to Replicas:- Replicas Agent (an AI orchestrator) analyzes the issue
- If clarification is needed, it asks follow-up questions in a thread
- Once ready, it spawns a workspace with your chosen coding agent
- The agent works autonomously, streaming progress to the thread
- As work progresses, session links (workspace and PRs) appear in the Agent Session panel
- The agent’s final response completes the Linear session
Agent Selection
Replicas uses the triggering user’s agent defaults when their Linear account is connected or its email matches a Replicas user. Admins can also open Linear Settings under Integrations to set Linear-specific defaults before falling back to the organization defaults.Environment Selection
If your organization has multiple environments, Replicas auto-picks one from the issue context (repo names, file paths, issue title) when confident, and prompts in the agent session otherwise. The env’s binding determines what gets cloned. With a single env, a personal default, or an org default, the prompt is skipped. When the Linear user matches a Replicas user, their personal default takes precedence over the organization default.Context
The context provided to the agent are listed below:- Issue title
- Issue description (including images)
- Parent issue content
- Previous comments on the issue
- User message (if triggering using @Replicas in a comment)
Issue State Automation
Replicas keeps the Linear issue state in sync with what the agent is doing:- In Progress when a workspace is created or the agent re-engages on a new comment.
- In Review when the agent’s turn completes with a PR open.
- Blocked when waiting on human input (env picker), a workspace fails, or a security policy denies the request.
Closing the workspace
When you mark an issue as Done, Canceled, or Duplicate in Linear, Replicas automatically archives the associated workspace. Archived workspaces keep their conversation history and can be woken again.Intended Usage
Replicas works best with concise but direct instructions. Agents can typically crawl and search codebases well, so it is best to only provide a handful of sentences. Describe:- Where to look
- Functionality
- Any considerations
/plan to request a planning-only response with a plan link. See Plan Mode.