New feature in Claude Code: What is it about?
In the latest version of Claude Code, separate sessions running in parallel can identify and communicate with each other without direct developer intervention. In practice, an agent refactoring an API endpoint can automatically compose and send a brief message to another agent building the frontend client:
“I changed the response structure for the
/usersendpoint. The returned object now contains atenant_idfield instead ofgroup_id. Please update your types before finishing the component.”
Previously, achieving this required the developer to constantly switch between terminal windows, copy-paste information, or maintain temporary shared files (like notes.md) that the second agent had to poll periodically.



