Skip to main content
February 13, 2026
New models + SDK upgrades
  • Added Claude Opus 4.6 model.
  • Added GPT-5.3 Codex model.
February 13, 2026
Engine revamp
We revamped the engine running inside each sandbox to be more memory and network efficient when using the dashboard by adding streaming endpoints. Most notably, we added the ability to run multiple Claude Code or Codex chats.Try it now on the dashboard!
February 11, 2026
Slack PR merge reactions
  • Slack threads linked to GitHub pull requests now mark messages with a checkmark when the PR is merged.
February 10, 2026
Slack wake fix
  • Fixed Slack messages not waking sleeping workspaces.
February 6, 2026
Replicas Config Update
  • Repositories are now associated with only one organization. This also means that a replicas.json file with organizationId is no longer needed.
February 5, 2026
Workspace wake state fix
  • Fixed wake buttons staying in a pending state when switching between sleeping workspaces.
February 4, 2026
Turn interruption
  • Turns for both Codex and Claude Code can be interrupted. Messages that are queued are relayed back.
  • Removed GPT Codex Mini from the list of available Codex models as it is not available with ChatGPT/Codex subscriptions.
  • Fixed issue where pull requests created by agents were not being tracked in the database.
  • Slack mentions now map sender email to git co-author details when available.
February 6, 2026
PR Cleanup Preference
  • Added user and organization preferences to control whether workspaces close when linked pull requests close or merge.
February 3, 2026
Rename Workspaces
Workspaces can now be renamed inline. Click the workspace name in the chat header to edit it.
January 31, 2026
Admin Role Management
Admins can now change member roles directly from the Members settings page. Promotes members to admin or demotes admins to member, with safeguards against demoting the last admin.
January 28, 2026
Light Dashboard Fixes
Misc fixes for dashboard QOL:
  • Fixed agent chat to have proper scrolling.
  • Updated awoken workspaces to properly fetch plan.
January 26, 2026
Slack Image Attachments
Slack integration now supports image attachments. When you mention @Replicas with an image attached, the agent can now see and process the image.
January 25, 2026
Bedrock Authentication Fix
Fixed regression with Claude Code authentication for AWS Bedrock in workspaces.Misc:
  • Diff and Plan mode viewers now take up the full main area by hiding the chat input
January 23, 2026
Slack Integration
Added Slack integration for triggering Replicas from Slack channels. Read the docs!
  • Connect Slack workspace via OAuth in organization settings
  • Mention @Replicas in any channel to create a workspace
  • Interactive dropdown to select repository when multiple are available
  • Use [repo:name] syntax to specify repository inline (inclusive matching)
  • Agent replies directly in the thread when finished
  • Full thread context is passed to the agent for ongoing conversations
Misc:
  • Fixed issue where “Claude is thinking…” would persist indefinitely when using Plan Mode even when done
  • Disabled user-input tools (ExitPlanMode, AskUserQuestion) for background agents
January 22, 2026
Plan Mode
Introducing Plan Mode!Plan Mode lets agents explore the codebase and propose a plan before making changes. Plans are shareable and visible in the dashboard, and you can trigger Plan Mode by adding /plan in GitHub, Linear, or dashboard chat. Read here!Additional changes:
  • Linear no longer has a ‘middleman’ agent, instead spawning the workspace immediately.
  • Added organization setting to set the default coding agent between Claude and Codex. Try it here here.
  • Codex system prompts added by Replicas are inserted to config.toml, instead of prepending to the message.
  • Fixed bug where sleep/wake could create multiple active workspace sessions
  • Fixed bug where Codex would sometimes fail to trigger from Linear.
January 21, 2026
Faster Workspaces
Workspaces now start 90% faster than before, thanks to Daytona sandboxes!
January 19, 2026
Improved Sandboxes + GPT-5.2 Codex
As the first major update approaching Replicas V1, we migrated our sandbox infrastructure to Daytona (daytona.io) for sandboxes! Through our benchmarks, our replica creation -> agent working time went from ~1min to 5 seconds!No changes are required on your end.
  • Added GPT-5.2 Codex model support for the Codex agent
January 18, 2026
Developer plan pricing update
  • Updated Developer plan pricing from 35/monthto35/month to 50/month
January 13, 2026
GitHub Issues support
  • Added support for triggering Replicas tasks from GitHub issue comments (not just PR comments)
  • Workspaces can now be created directly from GitHub issues by mentioning @tryreplicas
  • When triggered from an issue, Replicas will create a PR and reply to the issue with the PR link and summary
  • Issue workspaces are automatically cleaned up when the issue is closed
January 12, 2026
Replica name validation
  • Added validation to prevent replica names with spaces in the CLI, MCP, and API
  • Fixed CLI build to avoid duplicate shebangs that crashed replicas login in Node 20+.
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.