Introducing Edda — Automatic Session Memory for Claude Code #87
fagemx
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is Edda?
Edda adds automatic cross-session memory to Claude Code. When you work across multiple sessions, context resets — the agent forgets what it decided, retries rejected paths, and loses momentum.
Edda fixes this by hooking into Claude Code's lifecycle:
No manual recording needed. Everything runs in the background after
edda init.Multi-Agent Coordination
When multiple Claude Code agents work on the same repo, Edda coordinates them automatically:
edda watchshows all sessions in a TUIKey Design Choices
.edda/(SQLite + local files), no cloudQuick Start
That's it. Start a Claude Code session and Edda works in the background.
Useful Commands
Integration
edda mcp serveLinks
Feedback, questions, and feature requests are welcome. Feel free to open an issue or start a discussion.
Beta Was this translation helpful? Give feedback.
All reactions