Amp July 17, 2026 Changelog
What changed in Amp coding agent July 17, 2026, released 2026-07-17 — explained in plain English.
- Amp's AI assistants can now spin up other assistants to help out.
- These assistants can talk to each other and share files.
- You can assign them "side quests" to fix bugs or run tests while you keep working.
- They can work together across different projects, prototypes, and even other computers.
Want a heads-up when Amp updates?
We email you the moment a new Amp version drops — plus plain-English release notes like these. No spam.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
This update is a massive upgrade for anyone who uses Amp to manage big coding projects. Instead of just having one AI assistant doing one thing at a time, you can now act like a team manager, delegating tasks to multiple assistants across different computers and projects so you can stay focused on your main work.
What's new
- Agent-to-agent teamwork: Your AI agents (smart assistants) can now create and talk to other agents. They can send messages and files back and forth to collaborate.
- Side quests: You can have an agent work on an unrelated bug or task in an "orb" (a safe, isolated workspace on your computer) while you continue your main work uninterrupted.
- Parallel testing: You can spin up multiple low-power agents at the exact same time to test your software in different scenarios—like checking how a website looks at four different screen sizes in Chrome—and have them report back with screenshots.
- Recycling old work: You can pull files from a project you abandoned previously into your current workspace so your agent can mix the useful parts into what you are working on now.
- Remote machines: You can tell an agent on a completely different computer (like a cloud server) to take a file, run tests on it multiple times, and report back.
- Cross-project updates: If you change code in one project, you can spawn an agent in a different project (like your documentation site), send it the details, and have it write the documentation for you.
Improvements
- Workflows are much faster now because you don't have to wait for one task to finish before starting the next. You can fan out multiple tasks to different agents and let them handle the busywork.
Fixes
No fixes were mentioned in this release.
Breaking changes
No breaking changes in this release.
How to upgrade
Update to Amp July 17, 2026 by running:
npm install -g @ampcode/cli
This is our plain-language summary. Read the complete, official notes on the Amp official changelog ↗.
