Launching today

Kote
Developer memory for AI sessions and Git history
5 followers
Developer memory for AI sessions and Git history
5 followers
Kote is a developer memory layer that automatically captures and organizes AI sessions, Git history, and development context into searchable knowledge. It helps developers remember past decisions, recover technical context, and ask questions about their projects using natural language instead of digging through chats, commits, or documentation. See more: https://github.com/pedroaugusto04/Kote











Hi everyone!
I wanted to share a project I've been working on called Kote. ( Yes, it's a The Name Of the Wind reference ).
It started from a problem I kept running into: I'd solve something with the help of an AI assistant, spend time debugging an issue, or make an architectural decision... and a few weeks later I couldn't remember where that information was. Most of the time I simply didn't bother saving it anywhere.
So I built Kote to capture that context automatically instead of relying on me to document it.
Right now it can automatically capture AI chats (Antigravity, Codex, Claude Code, OpenCode) from the VS Code extension or CLI, analyze Git pushes, retrieve historical context during Pull Requests, save quick text or voice notes through WhatsApp, and make everything searchable from the web app or directly from VS Code, so you can ask questions about your accumulated context instead of digging through old chats, commits, and docs. I originally added the Git push analysis and PR context features mostly as an experiment because I didn't expect them to be particularly useful, but they've been far more useful in practice than I expected.
Kote can be self-hosted and works with your own LLM provider, though I've primarily tested it with Gemini.
I'm curious how other people handle this. Do you guys use another tool or workflow to preserve this kind of info?