Ditto: mine your own LLM coding sessions into a file for your agent
Ditto extracts only the user's typed messages from local Claude Code and Codex session logs, stripping tool output and assistant replies, and compiles them into a file that an AI agent can read first. It solves the problem of losing personal work patterns and context across many coding sessions, giving the agent a honest record of how the user actually works.
Visit project ↗Entities
Related
Mine AI chat logs into a local you.md agent profile
Ditto mines your Claude Code, Codex, and Cursor chat logs to build a local you.md profile that captures your thinking patterns, preferences, and definition of done. It solves the problem of AI agents lacking context about your work style by creating a persistent, honest record of how you actually work.
Upload project folder to get optimized markdown for LLM context
A web tool that lets users upload an entire project folder and receive a single, clean, optimized markdown file ready to paste into Claude or Codex. It solves the problem of manually preparing context for LLMs by automatically consolidating and formatting code files. All processing is done client-side for privacy.
Confessor: Analyzes Claude Code transcripts to show what the AI agent did on your computer
Confessor is an open-source tool that reads the JSONL log files Claude Code leaves on disk and generates a human-readable report of every action the AI agent performed, including tool calls, file reads, and shell commands. It helps developers understand and audit the behavior of AI coding agents on their machines.
ddiff: LLM-generated diff format for isolating feature sets in code
ddiff is a format for isolating feature sets in code using LLM-generated diffs. It works by prompting an LLM to produce a diff of analysis of intents and code changes related to specific features, which can then be used by another LLM to implement the feature natively. The creator provides a live chat to Telegram group and a markdown WYSIWYG editor with rich uploads.
Coder: CLI tool to delegate coding tasks to background LLM agents
Coder is a CLI/plugin that lets developers dispatch coding tasks to background agents powered by Claude CLI or Codex CLI. It keeps the main session context clean and distributes workload across existing subscriptions. Built entirely with Claude Code, it is free and open source.
