Commit Graph

7 Commits

Author SHA1 Message Date
felix.zoesch
8adeece5c3 Fix SQLAlchemy 2.0 compatibility
- Wrap PRAGMA statement with text() for SQLAlchemy 2.0
- Fixes ObjectNotExecutableError on database initialization
2025-12-15 10:19:03 +01:00
felix.zoesch
e8af18114f Fix TypeScript build errors
- Remove unused Event import from client.ts
- Fix fractionalSecondDigits incompatibility in EventCard.tsx
- Manually format milliseconds for timestamp display
2025-12-15 10:04:55 +01:00
felix.zoesch
1328d6287f Add package-lock.json for reproducible builds
- Generated package-lock.json for frontend dependencies
- Fixes Docker build issue with npm ci
- Ensures consistent dependency versions across environments
2025-12-15 10:00:42 +01:00
73f021e38f Bildschirmfoto 2025-12-15 um 08.28.44.png gelöscht 2025-12-15 10:53:08 +01:00
183d69dc8b Bildschirmfoto 2025-12-15 um 08.28.35.png gelöscht 2025-12-15 10:53:04 +01:00
5ce4a19edd Bildschirmfoto 2025-12-15 um 08.28.17.png gelöscht 2025-12-15 10:52:59 +01:00
felix.zoesch
f6ef7ff5d3 Initial commit: Claude Code Monitor v1.0.0
Complete real-time monitoring dashboard for Claude Code

Features:
- FastAPI backend with REST API and WebSocket
- React + TypeScript frontend with dark theme
- SQLite database for event storage
- 6 hook scripts for Claude Code events
- Docker deployment setup
- Real-time event tracking and statistics
- Event filtering (ALL, TOOLS, AGENTS, PROMPTS, SESSIONS)
- Connection status indicator
- Reset stats functionality

Tech Stack:
- Backend: Python 3.11, FastAPI, SQLAlchemy, WebSockets
- Frontend: React 18, TypeScript, Vite
- Database: SQLite
- Deployment: Docker, Docker Compose

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-15 09:49:06 +01:00