Thread is a Moss-backed memory layer for Claude Code and Codex sessions that records what a coding agent has inspected, changed, executed, and decided, then surfaces relevant prior context before repeated actions.

Stars

5

7-day growth

No data

Forks

0

Open issues

0

License

No data

Last updated

2026-07-30

AI repository intelligence
FR-AI / ANALYSIS

Why it is worth attention

It gives coding agents a fast, semantically searchable session memory with a local daemon, deterministic compact summaries, and optional AI enrichment, while remaining non-blocking and fail-open.

Who it is for

  • Developers running long Claude Code or Codex agent sessions
  • Teams that want to resume or hand off coding session context across terminals or machines
  • Moss users looking for session memory and persistence
  • Maintainers of AI coding workflows who want to reduce redundant agent exploration

Use cases

  • Recall previously inspected files and functions before an agent re-reads them
  • Resume a named Moss session in another terminal, conversation, or machine
  • Track commands, edits, explorations, and decisions in a session status dashboard
  • Reduce token spend and latency in long agentic coding sessions

Strengths

  • Local hot path via a long-lived daemon with real-time Moss SessionIndex updates
  • Deterministic file, edit, command, and decision summaries work without an LLM
  • Non-blocking reminders never deny, rewrite, or auto-approve tool calls
  • Optional OpenRouter enrichment is off by default and asynchronous, with graceful degradation

Considerations

  • Current daemon uses a Unix socket, so Windows is not supported
  • Semantic query, push, and cross-machine resume require Moss credentials; the local mirror is not semantic search
  • Codex PreToolUse systemMessage is user-visible but not guaranteed to be injected into model context

README quick start

Installation

Related repositories

Similar projects matched by category, topics, and programming language.

Jakubantalik
Featured
Jakubantalik GitHub avatar

thinking-orbs

A React component library that renders six hand-tuned animated thought orb loading indicators on a plain 2D canvas, with two purpose-tuned sizes and automatic theme detection for AI and agent UIs.

AI & Machine LearningAI Agents
1,191
makecindy
Featured
makecindy GitHub avatar

cindy

Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.

AI & Machine LearningLarge Language Models
958
mereyabdenbekuly-ctrl
Featured
mereyabdenbekuly-ctrl GitHub avatar

clodex-ide

Clodex is an open-source, local-first agentic IDE that combines persistent AI tasks, code, terminal, browser, Git, models, memory, and governed execution in one Electron workspace, currently in technical preview.

AI & Machine LearningAI Agents
859