promptarc
v0.0.4
Published
Local-first viewer for AI coding agent sessions. Browse, search, and share your Claude Code, Codex, and Cursor sessions as inspectable timelines.
Maintainers
Readme
promptarc
See what your AI coding agent actually did. Browse, search, share, and generate PR descriptions from Claude Code, Codex, and Cursor sessions.
npx promptarcEvery command works standalone from the terminal. The dashboard is optional for visual browsing.
Commands
npx promptarc Open the visual dashboard
npx promptarc context What do I need to know? Past sessions + AI briefing
npx promptarc context --files Include recently changed files in the search
npx promptarc share <id> Share a session to the cloud (private, no dashboard needed)
npx promptarc pr Generate a PR description from the current session
npx promptarc pr --share Generate + share session (includes link in description)
npx promptarc pr --copy Generate + copy to clipboard
npx promptarc pull <slug> Download a shared session to this machine for resume
npx promptarc login Sign in via GitHub (auto-triggered when needed)
npx promptarc logout Delete the saved auth token
npx promptarc whoami Print the signed-in account
npx promptarc --version Print the CLI versionWhat it does
- Session prep.
promptarc contextscans your local sessions + cloud archive and generates an AI briefing with what's unfinished, a copy-pasteable resume prompt, and warnings from past failures. - Share from terminal.
promptarc share <id>builds the artifact locally, redacts secrets, and uploads directly. No dashboard needed. Auto-signs in if needed. - PR descriptions.
promptarc prgenerates structured PR descriptions (What / Why / How / Notes) from your session. Pipe togh pr create. - Multi-agent. Reads
~/.claude/(Claude Code),~/.codex/(Codex), and~/.cursor/(Cursor) in one dashboard with tabs. - Live updates. Open a running session and it refreshes within ~300ms of every new message.
- Cloud sync. Back up sessions to your account. Search across your history from any machine.
- AI summaries. Every shared session gets an AI-generated summary, searchable via full-text search.
- Redaction. Secrets, API keys, home-directory paths, and thinking blocks are stripped before any upload.
- Private by default. New shares are private. You promote to public/unlisted when ready.
Privacy
- The dashboard binds to 127.0.0.1 only. Nothing on your LAN can reach it.
promptarc shareredacts secrets locally before uploading. Raw session data never leaves your machine.promptarc prsends only a condensed summary (~2K tokens) to the server. No code content, no secrets.- The auth token (
~/.promptarc/auth.json, mode 0600) is only sent topromptarc.dev.
Requirements
- Node.js 20+
- At least one of:
~/.claude/,~/.codex/, or~/.cursor/
Feedback
License
MIT
