Now, as artificial intelligence programming tools continue to evolve, the official team at Anthropic recently announced on social media that their product, the Claude Code programming assistant, has undergone a significant upgrade, with the version officially updated to v2.1.224. The core point of this update is the introduction of a message sharing feature between sessions, allowing different dialog windows to send and receive information, significantly improving the efficiency of developers when handling multiple tasks in parallel or collaborating on projects.

According to the official documentation, this new session-to-session messaging function has many practical scenarios. In actual development, if adjusting code in one session may potentially break another building module, the AI will display a warning before the user notices. Additionally, after successfully solving a difficult problem in another session, the answer will be directly synchronized to the necessary sessions.

In addition, Anthropic points out that this feature is particularly suitable for transferring specific research results, adjusting the parallel progress of complex work trees, obtaining the latest status of long-running tasks, and achieving smooth responses across machines.