1ba0014d47
- Create claude-code-tracker service to monitor and parse Claude Code conversations - Parse JSONL format with messages, tool calls, and metadata - Store in SQLite with full-text search support - Generate daily summaries using Claude API - Add Conversations UI with search, stats, and conversation browsing - Integrate with dashboard backend and frontend - Add sync script for Mac to NAS file transfer
7 lines
192 B
Bash
7 lines
192 B
Bash
ANTHROPIC_API_KEY=your_api_key_here
|
|
ANTHROPIC_BASE_URL=https://www.bytecatcode.org
|
|
SUMMARY_HOUR=23
|
|
COLLECT_INTERVAL=60
|
|
DB_PATH=/app/data/conversations.db
|
|
CONVERSATIONS_PATH=/app/conversations
|