FOR DEVELOPERS WHO USE AI

"WHERE WAS THAT CODE CLAUDE WROTE FOR ME?"

47 sessions this week. The solution is buried in #23... or #31?
STOP DIGGING. START FINDING.

3 CLI TOOLS
/
SESSIONS
/
0 LOST CONVOS
THE PROBLEM

SOUND FAMILIAR?

01

"I KNOW CLAUDE SOLVED THIS..."

You remember the conversation but can't find it. Yesterday? Last week? Which folder?

~/.claude/projects/*/sessions/*.jsonl 127 files • 2.3GB
02

"MY SESSIONS ARE EVERYWHERE"

Claude Code here, OpenCode there, Antigravity somewhere else. No unified view.

📁 ~/.claude/
📁 ~/.opencode/
📁 ~/.antigravity/
03

"WHAT WAS THIS SESSION?"

Session names like "01JHHK9X2M..." tell you nothing. Open each one hoping it's right.

01JHHK9X2MPQR5... 01JHHKB3NWXY7Z... 01JHHKD8KABC12...

DEVELOPERS LOSE 15-30 MIN/DAY SEARCHING FOR PAST AI CONVERSATIONS.

THAT'S 2+ HOURS/WEEK OF PRODUCTIVITY GONE.

THE SOLUTION

CMDTRACE BRINGS ORDER TO CHAOS

A native macOS app that understands how you work with AI coding assistants.

CmdTrace
CmdTrace main interface
🔍

FIND IN SECONDS

Search by content, title, tag, or project.

🏷️

YOUR ORGANIZATION

Custom names, tags with bulk rename, favorites.

INSTANT RESUME

Jump back into any session with one click.

📊

USAGE INSIGHTS

Track your AI usage, costs, and burn rate.

FEATURES

BUILT FOR HOW YOU WORK

SEARCH

FIND ANYTHING, INSTANTLY

Powerful search operators for laser-precise results.

content:authentication → Search inside conversations
tag:backend project:api → Filter by tag and project
title:refactor date:today → Find today's refactoring
Search feature
MULTI-CLI

ALL YOUR AI TOOLS, ONE PLACE

Switch between Claude Code, OpenCode, and Antigravity instantly.

CLAUDE CODE ~/.claude/projects/*/sessions/
OPENCODE ~/.opencode/sessions/
ANTIGRAVITY ~/.antigravity/sessions/
CLI switcher
MONITORING

KNOW YOUR USAGE

Real-time monitoring with burn rate predictions.

  • ✓ Token usage by model (Opus, Sonnet, Haiku)
  • ✓ Cost tracking with burn rate projection
  • ✓ Plan limits for Pro, Max5, Max20
  • ✓ Integrates with ccusage & claude-monitor
Dashboard
AI POWERED

AI-GENERATED SUMMARIES

Let AI analyze sessions and generate meaningful titles.

  • ✓ Auto-generate session titles from content
  • ✓ Smart summaries for quick context
  • ✓ Multiple AI providers supported
AI summary
HOW IT WORKS

3 STEPS

1

DOWNLOAD & LAUNCH

Install CmdTrace. It auto-finds your AI session folders.

2

ORGANIZE YOUR WAY

Add names, tags, favorites. AI can auto-generate titles.

3

FIND & RESUME

Search, browse, jump back into any session instantly.

Resume session
CmdTrace

STOP LOSING CONVERSATIONS.
START FINDING THEM.

Free and open source. Your data stays on your machine.

v2.4.1 macOS 14+ Native SwiftUI

6.6 MB each • DMG installer

⚠️
"App is damaged" warning?

Run this command in Terminal:

xattr -cr /Applications/CmdTrace.app
🔐
Resume not working?

System Settings → Privacy → Automation → CmdTrace → Terminal ✓

BUILD FROM SOURCE:
git clone https://github.com/johnfkoo951/CmdTrace cd CmdTrace && ./build-app.sh