- 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
- 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
- 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.
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
- Hobby: 24 hours
- Developer: 72 hours
- Team: (custom)
- Start hooks now run asynchronously and don’t block the engine from receiving messages
- Start hook outputs are logged to
~/.replicas/startHooks.logfor 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
Sending messages to sleeping workspaces will no longer require you to ‘come back’, instead just queueing the message.
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
replicas.jsonnow supportsstartHookfor running shell scripts on engine startup and customsystemPromptfor 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
- Coding agents now accept images in messages
- Dashboard chat supports image uploads
- Linear issues with images in descriptions are automatically passed to agents
- 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
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.
Added GPT-5.1 and GPT-5.1 Codex.
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.
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!
- 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.
- Capture any workspace as a reusable snapshot and boot future workspaces from that image!
- Ideal for large project installs (think
node_modulesor language toolchains) so you only pay the setup cost once.
- Run
replicas codex-authto sync your Codex credentials with Replicas once. All future workspaces inherit that authentication automatically, so you can start chatting immediately.
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
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.
RMI v0.1.2:
- Fixed an issue in the Replicas Machine Image where Docker would not start correctly and block SSH access.
- New
--skip-authflag - Added--skip-authoption toreplicas connectandreplicas codecommands to skip copying Codex authentication to workspaces when not needed
npm i -g replicas-cli@latestWe’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 toolscommand - 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
- Python 3.12.3
- pip 24
- Poetry 2.2.1
- uv 0.9.5
- 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
- gcc 13.3.0
- g++ 13.3.0
- make 4.3
- Perl 5.38.2
- git 2.43.0
- vim 9.1.697
- nano 7.2
- curl
- wget
- tmux
- Docker Engine
npm i -g replicas-cli@latestWe’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.jsonto 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
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.
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