返回
RCreddit.com
18
·19小时前·开发者社区 · RSS

Claude Code sessions can message each other now. Here's how I'm using it to give them shared memory

查看原文
Claude开源代码

热度趋势

新上榜
最近 24 小时与此前 24 小时对比 · 7 天曲线

百分比基于当前可用热度信号,而非评论数或独立用户人数。

推荐理由

这条记录涉及编程工具或代码能力更新,适合开发者评估工作流变化和可复用价值。

If you haven't seen it yet, Anthropic shipped cross-session messaging for Claude Code last week so your sessions can now find each other and talk. A session working a feature branch can tell your review session what just landed. It's a really cool feature and I think it needs more fanfare.

I've been experimenting with a setup to get the most out of it, by having sessions use messages for live coordination, and logging the stuff worth keeping to a local tracker. That way the next fresh session reads the tracker and just continues where the last one left off.

I wrote up how I'm using it here: https://www.getpad.dev/blog/multi-session-claude-code

(Disclosure: the tracker in the write-up is Pad, which I build, but the pattern works with anything your sessions can read and write, i.e. Notion, Obsidian, etc.)