AIAny
AI Client2026
Icon for item

AgentRecall

Centralizes indexing and management of local AI coding-agent sessions so you can search, view full context, migrate, resume, and restore conversations across agents and devices. Supports extensible local sources, AI summaries, optional Supabase sync, and Skills management.

Introduction

Most AI coding workflows scatter conversation history across agent-specific files and folders, which makes reuse, auditing, and cross-device recovery painful. This tool treats those fragmented session files as searchable, portable artifacts and gives you a single local UI to find, inspect, and continue work done by different coding agents.

What Sets It Apart
  • Unified local indexing: reads many agent formats (Claude Code / Codex by default; optional sources include CodeBuddy, CodeWiz, Cursor Agent, Trae, OpenCode, OpenClaw, Hermes, Qoder, and various CLI hooks) so you can search across otherwise incompatible session stores.
  • Resume & migrate workflows: can write portable session copies to target agent directories and return a resume command so you can continue a session in another agent or on another device without manually reconstructing context.
  • Configurable compression and AI-assisted retrieval: long sessions are automatically summarized using a configurable summary provider (custom API, built-in codex/claude fallbacks, or local truncation), and AI summaries/search help locate relevant exchanges inside long histories.
  • Optional cross-device sync under user control: uses the user's Supabase project and anon key for manual or hook-driven upload/restore; sync is opt-in and designed for single-user projects without sharing-sensitive defaults.
Who It's For and Trade-offs

Great fit if you routinely use multiple local or remote coding agents and need to recover or migrate past conversations, keep shared Skill assets in sync across machines, or analyze historical tool usage. Works well for developers who keep local session files and want a non-cloud-first, privacy-preserving index. Look elsewhere if you require a multi-tenant managed cloud service out of the box, need enterprise-grade RLS defaults for shared databases (the Supabase setup defaults to single-user patterns and requires manual hardening), or expect fully automated terminal launches when migrating sessions (the tool returns resume commands you run yourself).

Where It Fits

Acts as a desktop/local client for session management and lightweight MDM for agent assets: it complements agent runtimes (Claude Code, Codex, etc.) rather than replacing them, and is most useful when paired with an explicit sync workflow (Supabase hooks) or when you need searchable local archives of agent activity.

Information

  • Websitegithub.com
  • Authorszszz3, Blue-Berrys, G-Pegasus, mesakurax, LANSGANBS, forbbiden1, MeloMei
  • Published date2026/06/01

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.