Replay coding-agent sessions on a 3D codebase map
Mindwalk replays coding-agent sessions on a 3D map of your codebase, letting developers visualize and debug agent actions spatially. It uses LLMs to power the coding agent whose sessions are replayed, helping developers understand agent behavior and codebase structure.
Visit project ↗Related
CleanSlate IDE with built-in agent manager for multi-agent coding workflows
CleanSlate is an IDE that integrates an agent manager directly, allowing developers to create, manage, and switch between multiple coding agents without leaving the editor. It solves the friction of toggling between separate agent management tools and the IDE, enabling seamless context preservation and multi-agent orchestration for developers working with LLM-powered coding agents.
odek: AI agent with long-term semantic memory across sessions
odek is an AI agent that maintains a structured, semantic long-term memory across sessions, remembering user preferences, codebases, and goals without requiring re-explanation. It uses LLMs to process and store information in a three-tier memory system, solving the problem of session-only memory for users who need continuity in their interactions.
Local-first coding agent for long autonomous runs
Grinta is a local-first coding agent designed for long autonomous runs. It uses LLMs to autonomously plan and execute coding tasks, solving the problem of needing constant human supervision for extended development sessions.
Developer reports AI coding agent with persistent memory across cold reboots
A developer on Reddit reports that their AI coding agent retained full context—including decisions, boundaries, and past mistakes—across a complete PC shutdown and fresh terminal session. The agent continued mid-thought without re-explanation or warm-up, suggesting a breakthrough in long-term memory persistence for coding assistants.
Local semantic memory for coding agents with Telegram bot and cron playbooks
memgrep is a local semantic memory system for coding agents that stores reusable playbooks in a SQLite + HNSW database with on-device embeddings. It includes a Telegram bot that drives a Cursor agent against a project folder, and supports cron-scheduled playbooks to avoid reinventing workflows. The tool solves the problem of LLMs rediscovering procedures and burning tokens on repetitive tasks.