Skip to main content
January 8, 2026
MCP servers + CLI replica commands
  • Added streamable HTTP MCP at https://api.replicas.dev/v1/mcp
  • Added stdio MCP client package (replicas-mcp).
  • Added CLI commands for replica management: list, get, create, send, delete, read
  • Added CLI command for listing repositories: repos list
See more information here
January 7, 2026
PR association bug fix
  • Added a public alpha for the Replicas API. See docs.
  • Fixed bug where comments on new PRs would spawn a new replica instead of routing to the original workspace when a replica created multiple PRs on different branches
December 24, 2025
CI/CD failure notifications + auto-close workspaces
  • Workspaces triggered from GitHub PRs will now automatically receive notifications when CI/CD checks fail. The agent will investigate the failure, fix the issues, and push updates.
  • Workspaces triggered from GitHub PRs will now automatically close when the associated PR is closed or merged.
December 21, 2025
Trigger from GitHub, extended workspace retention for paid plans
You can now trigger Replicas on any pull request by mentioning @tryreplicas in a PR comment, even if the PR wasn’t created by Replicas. When triggered, Replicas will:
  • Verify the repository belongs to your organization
  • Create a new workspace to work on the PR
  • Checkout the PR branch and address your request
  • Automatically associate the workspace with the PR for future interactions
We’ve also updated workspaces to exist longer before deletion for paid users.
  • Hobby: 24 hours
  • Developer: 72 hours
  • Team: (custom)
December 17, 2025
Start hooks improvements
  • Start hooks now run asynchronously and don’t block the engine from receiving messages
  • Start hook outputs are logged to ~/.replicas/startHooks.log for visibility
  • Start hooks only run once per workspace lifecycle (persisted across sleep/wake cycles)
  • Coding agents are informed when start hooks are running with instructions to check the log
December 14, 2025
Send messages upon waking
Sending messages to sleeping workspaces will no longer require you to ‘come back’, instead just queueing the message.
December 10, 2025
Bedrock for Claude
Bedrock credentials can now be set here for Claude Code.
December 8, 2025
Major feature updates and improvements
Linear Integration Enhancements & Organization Features
  • Invite members to organizations for team collaboration
  • Coding agents now respect pull request templates in repositories
  • Purchase credits directly from the dashboard in flat amounts
  • Workspaces now sleep after 1 hour of inactivity and permanently delete after 24 hours
  • Messages can queue in the engine while agents are working
Configuration & Credentials
  • replicas.json now supports startHook for running shell scripts on engine startup and custom systemPrompt for agent instructions
  • Update credentials to connect your own GitHub, Claude Code, and Codex accounts—enables workspaces to use personal credentials instead of organizational defaults
  • Fixed bug where Claude and Codex authentication would expire on sleeping workspaces
Agent Capabilities
  • Coding agents now accept images in messages
  • Dashboard chat supports image uploads
  • Linear issues with images in descriptions are automatically passed to agents
CLI & Workspace Improvements
  • CLI now displays notifications when updates are available
  • Fixed issue where CLI connection to workspaces would timeout silently without warnings
  • Workspaces that wake from sleep now properly persist thread and branch state
  • Organization names can now be edited in settings
December 1, 2025
Linear Agent integration
The Linear Agent integration is now available! Connect it to your Linear workspace in settings to assign tasks directly to Replicas. When you assign a task, Replicas will automatically spin up a workspace and create a PR for you.
November 27, 2025
GPT-5.1 Codex variants
Added GPT-5.1 and GPT-5.1 Codex.
November 24, 2025
Claude 4.5 Opus + GPT-5.1 Codex Max
Claude 4.5 Opus and GPT-5.1 Codex Max are now live in Replicas. Switch to the refreshed model selector to try the newest Claude release and OpenAI’s flagship Codex deployment with improved reasoning depth out of the box.
October 28, 2025
Replicas v0 launch
Replicas v0 is officially live! We’re making it easier to spin up production-grade development environments in minutes.GitHub-connected templates
  • Connect and authorize your GitHub account once, then build workspace templates straight from your repositories!
  • Workspaces inherit your Git credentials automatically, so git operations just work on first boot!
Dashboard messaging + presence
  • Chat with Codex directly from the dashboard without opening a terminal!
  • Active indicators now surface which workspaces are online! The dashboard is still evolving, and you’ll see rapid improvements over the next few weeks.
Workspace snapshots
  • Capture any workspace as a reusable snapshot and boot future workspaces from that image!
  • Ideal for large project installs (think node_modules or language toolchains) so you only pay the setup cost once.
Codex-ready by default
  • Run replicas codex-auth to sync your Codex credentials with Replicas once. All future workspaces inherit that authentication automatically, so you can start chatting immediately.
October 25, 2025
Instance pricing update
Updated instance types for better performance:
  • Standard: 2vCPU, 4GB RAM @ 2 credits/hour
  • Large: 2vCPU, 8GB RAM @ 4 credits/hour
  • Power: 4vCPU, 16GB RAM @ 8 credits/hour
Credit amounts remain the same, providing equivalent value with improved instance performance.
October 24, 2025
GitHub App integration
We’ve replaced GitHub authentication via personal access token with an official GitHub connection. This lets you automatically scope access to your own repositories.Unfortunately, old templates are no longer viable after this change, and should be replaced. You can configure your GitHub connection under Connections.
October 22, 2025
RMI and CLI improvements
RMI v0.1.2:
  • Fixed an issue in the Replicas Machine Image where Docker would not start correctly and block SSH access.
Replicas CLI v0.2.9
  • New --skip-auth flag - Added --skip-auth option to replicas connect and replicas code commands to skip copying Codex authentication to workspaces when not needed
Upgrade to v0.2.9 with: npm i -g replicas-cli@latest
October 21, 2025
Replicas Machine Image (RMI)
We’re excited to announce that all workspaces are now built on the Replicas Machine Image (RMI) - a standardized base VM that comes pre-configured with essential development tools and dependencies. Now, tooling comes pre-installed, making it faster and easier to get started with your projects.Other Updates
  • New replicas tools command - View the complete list of tools and dependencies available in RMI
  • Automatic agent setup - Codex, Claude Code, and Replicas CLI are now installed automatically on workspace setup
Replicas Machine Image v0.1.0 includes:Python
  • Python 3.12.3
  • pip 24
  • Poetry 2.2.1
  • uv 0.9.5
Node.js
  • Node.js 22.21.0
  • npm 10.9.4
  • nvm 0.40.3
  • Yarn 1.22.22
  • pnpm 10.18.3
  • ESLint 9.38.0
  • Prettier 3.6.2
C/C++
  • gcc 13.3.0
  • g++ 13.3.0
  • make 4.3
Perl
  • Perl 5.38.2
Other Tools
  • git 2.43.0
  • vim 9.1.697
  • nano 7.2
  • curl
  • wget
  • tmux
  • Docker Engine
Upgrade to v0.2.8 with: npm i -g replicas-cli@latest
October 20, 2025
Streamlined Codex Auth + Bug fixes
We’ve greatly simplified and fixed a bug with Codex authentication where tokens would not refresh as templates became too old.Replicas CLI v0.2.7
  • Automatic Codex authentication - The CLI now automatically copies ~/.codex/auth.json to your workspace when you connect, eliminating manual setup
  • Auto port forwarding - Port 1455 is now tunneled automatically, so you can login from the workspace.
  • Simplified templates - Codex CLI is now installed on every workspace by default. Templates no longer require agent authentication configuration
Upgrade to v0.2.7 with: npm i -g replicas-cli@latestOther changes:
  • The beta is no longer closed! We’ve added several more abuse protection layers, allowing us to be confident in a general availability much earlier than expected.
  • Fixed build issue with the CLI where tslib was missing.
October 19, 2025
Closed Beta Launch
We’re excited to announce that Replicas has officially launched into closed beta! We’re onboarding new signups on a rolling basis.Replicas CLIWe’ve released the Replicas CLI, making it super frictionless to work with your workspaces:
  • Automatic file synchronization - Copy your development files and environment variables seamlessly
  • SSH connectivity - Connect directly to your workspaces via SSH
  • IDE integration - Open your workspaces directly in your favorite IDE
  • Port tunneling - Easy access to services running in your workspaces
AI Coding Agent SupportWe’ve added support for Codex, with Claude Code and other coding agents coming soon.Ready to try Replicas? Sign up at replicas.dev.Check out our quickstart guide to learn how to configure your environment and start running agents in parallel.