I posted mex here a few weeks ago, it crossed 700+ stars and outside contributors started shipping PRs. Just released v0.3 with a terminal dashboard, heartbeat checks, event logs, and agent-memory mode.
mex v0.3 is released, adding a terminal dashboard, heartbeat checks, event logs, and agent-memory mode. This tool provides structured markdown scaffolds for AI agents to load only relevant context, improving memory management for persistent workflows.
Hello! I posted about mex here a few weeks back and the response was honestly insane, first of all thanks. For anyone who wants to get to the real stuff straight away, links in the replies. Since then mex crossed 700+ stars, PRs started coming in from contributors I had never met, and I just released mex v0.3. What is mex? mex is a structured markdown scaffold that lives in `.mex/` in your project root. Instead of one giant context file, the agent starts with a tiny bootstrap file that points to a routing table. The routing table maps task types to the right context files. Working on architecture? Load the architecture context. Writing new code? Load conventions. Debugging? Load debugging notes. Need a repeatable workflow? Load patterns. The key idea is simple: the agent should load only the context it needs, not the whole damn project. In v0.2, mex was mainly a drift-aware scaffold CLI. It helped keep project memory accurate. v0.3 turns it into a lightweight operational memory layer for agents. there are loads of new things in this update, let me list out a few * Terminal dashboard: running `mex` now opens an interactive TUI with scaffold health, drift score, heartbeat status, recent events, and quick actions. * Agent-memory mode: `mex setup --mode agent-memory` creates a scaffold for persistent agents, with daily memory, task logs, decisions, heartbeat checks, and stronger GROW guidance. * Heartbeat checks: `mex heartbeat` checks whether memory is still fresh, including stale files and cleanup signals. The part I’m most excited about is the agent-memory mode. This is for workflows where the “project” is not just a codebase anymore. It could be a persistent local agent, a homelab, an OpenClaw-style operational workspace, Kubernetes/Docker/Ansible/Terraform runbooks, or any long-running context where the agent needs to preserve state over time. A nice way to frame it: mex v0.2 helped agents avoid stale project context. mex v0.3 helps agents maintain working memory over time. Install/update: npm install -g mex-agent@latest or: npx mex-agent@latest setup For agent-memory mode: npx mex-agent@latest setup --mode agent-memory mex heartbeat I’m still trying to make mex much better, especially for persistent agents and long-running AI workflows. If anyone here likes the idea and wants to contribute, please do. I’m actively reviewing PRs and trying not to make people wait. Once again, thank you.
Mercury 1.1.9 is a local-first agent workspace update featuring a web dashboard, agentic kanban boards, IDE, git-native AI commits, and a conscious+subconscious second brain system.
A developer shares enhancements for the Codex CLI, including multi-agent delegation, enhanced memory, better artifacts, and children AGENTS.md contextualization with optional runtime metrics.
agentmemory is an open-source persistent memory layer for AI coding agents (Claude Code, Cursor, Gemini CLI, Codex CLI, etc.) that uses knowledge graphs, confidence scoring, and hybrid search to give agents long-term memory across sessions via MCP, hooks, or REST API. Built on the iii engine, it requires no external databases and exposes 51 MCP tools.
Hermes Agent v0.13.0 ('The Tenacity Release') ships with durable Kanban, persistent goals, Checkpoints v2 with rollback, and 8 P0 security fixes, positioning itself as a runtime persistence layer alongside coding agents like Claude Code and Codex. The release coincides with cheap 1M-context models like DeepSeek V4-Pro and MiMo-V2.5-Pro, making long-running agentic software work more viable.
oMLX 0.3.9rc1, an LLM inference server optimized for Apple Silicon Macs, adds low-memory stability, chunked prefill, multi-tasking admin chat, and more.