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
null
b16e9bb3c8
feat(users): add Forgejo profile synchronization and related fields
2026-05-22 20:29:13 -05:00
null
b01c11fb05
feat(navbar): enhance reset label formatting to include full reset date
2026-05-22 17:44:14 -05:00
null
fded1d16da
feat(dashboard): simplify sidebar navigation by removing redundant header
2026-05-22 17:13:14 -05:00
null
f0f53bcc73
feat(dashboard): refactor navigation items to use NavItem component and enhance styling
2026-05-22 16:45:09 -05:00
null
bbfde53fe9
feat(forgejo-metrics): enhance heatmap metrics to include line contributions and adjust time frame to last 6 months
2026-05-22 16:04:32 -05:00
null
99965330b5
feat(provider-credentials): add endpoint to rescan local credentials and update tokens
...
feat(usage): enhance reset time formatting and display full reset date in UI
2026-05-22 15:19:04 -05:00
null
f0eb706d82
fix(ui): top navbar
2026-05-21 21:02:03 -05:00
null
9fada7dd5c
feat: Add Board-Level Linked Issues Panel
2026-05-20 03:27:14 -05:00
null
ad5ca38a86
bug: shadcn ui merge
2026-05-20 01:41:15 -05:00
null
a97331ae3f
bug: streamline shadcn
2026-05-20 00:21:34 -05:00
null
72b873845f
feat: auth token env bypass
2026-05-19 22:28:34 -05:00
null
d6d094a67d
Feat: Settings git
2026-05-19 21:18:18 -05:00
null
d56ccb31da
feat(forgejo): batch 3 — board-repo links, agent issue APIs, close service, sync/validate UI, issues page (batch 3.0.0)
2026-05-19 03:32:54 -05:00
null
83241a304f
feat(forgejo): add DB models, CRUD APIs, client service, and Git Projects nav (Issues 1-4, FI2)
...
Backend:
- ForgejoConnection + ForgejoRepository SQLModel models with migration
- Admin CRUD API for connections (GET/POST/PATCH/DELETE)
- Admin CRUD API for repositories (GET/POST/PATCH/DELETE)
- Token redaction, URL normalization, duplicate prevention
- ForgejoAPIClient service (httpx async, list_issues, close_issue, get_repository)
- Removed stale feast import that crashed startup
Frontend:
- Git Projects sidebar nav item (FolderGit icon)
- /git-projects shell page with empty/loading/error states
Verified: all endpoints live, CRUD tested, migration applied.
2026-05-19 02:46:27 -05:00
null
827d62c05e
feat(brand): rebrand from Mission Control to Pipeline
...
- Project name: openclaw-mission-control → pipeline
- DB name: mission_control → pipeline
- Package names: pipeline-frontend, pipeline-backend
- UI text: all Mission Control references → Pipeline
- New PipelineIcon component replaces old brand mark
- Landing hero, sidebar, loading, auth, settings all rebranded
- ThemeToggle and ThemeProvider components added
- uv.lock updated for pipeline-backend package rename
2026-05-19 01:48:38 -05:00
null
8c0a196f69
feat: initialize Pipeline from Mission Control base (v0.0.4)
2026-05-19 01:17:58 -05:00