Pipeline/backend/app
null 28e103452b feat: add Claude Code session detail page with message thread and timeline navigation
- Implemented the ClaudeSessionDetailPage component to display session details, including messages and timeline navigation.
- Created SessionHeroHeader for displaying session metadata and status.
- Added SessionMessageThread to render individual messages and their details.
- Introduced SessionTimelineNav for quick navigation through messages.
- Developed ToolCallBlock to show tool usage details within messages.
- Integrated API functions for fetching session and message data.
2026-05-24 16:31:18 -05:00
..
api feat: add Claude Code session detail page with message thread and timeline navigation 2026-05-24 16:31:18 -05:00
core feat(runtime-usage): add provider usage scrapers as optional local adapters (batch 3, #32) 2026-05-20 20:55:05 -05:00
db fix(db): fix logger calls in schema drift check (standard logging API) 2026-05-20 22:41:15 -05:00
models feat(users): add Forgejo profile synchronization and related fields 2026-05-22 20:29:13 -05:00
schemas feat: add Claude Code session detail page with message thread and timeline navigation 2026-05-24 16:31:18 -05:00
services feat: add Claude Code session detail page with message thread and timeline navigation 2026-05-24 16:31:18 -05:00
__init__.py feat: initialize Pipeline from Mission Control base (v0.0.4) 2026-05-19 01:17:58 -05:00
main.py feat(claude-code): integrate Claude Code API with session tracking, config scanning, and CLI detection 2026-05-22 04:23:27 -05:00