Commit Graph

29 Commits

Author SHA1 Message Date
null bd153b7a87 table polish 2026-05-25 14:18:32 -05:00
null fb9d4a907f Colored provider chips 2026-05-25 13:43:32 -05:00
null ea113fcacb Replaced 30s setInterval with a persistent fetch + ReadableStream SSE consumer 2026-05-25 13:33:04 -05:00
null 90a4abde30 Runtime gateway sessions (Claude CLI, Codex, GPT, Ollama) are fetched via fetch_recent_events for all org gateways, 2026-05-25 12:35:00 -05:00
null ea62e387a4 dded cutoff = utcnow() - timedelta(minutes=15) 2026-05-25 12:27:02 -05:00
null c71b96421f ui upgrade 2026-05-25 12:15:52 -05:00
null e6c2989c64 main dashboard 2026-05-24 22:38:26 -05:00
null fc24ec933b navbar is now explicitly local-first 2026-05-24 20:49:45 -05:00
null d406beec56 feat: update caching logic and improve provider usage fetching intervals 2026-05-24 19:05:30 -05:00
null 7d297df9aa feat: implement credential selection logic for provider credentials 2026-05-24 18:38:47 -05:00
null 9f8b2906c4 feat: enhance credential selection logic in ProviderNavbarStatus component 2026-05-24 18:36:11 -05:00
null e26f3aa068 refactor: migrate Claude Code components to Agent Sessions
- Updated session detail page to use agent session API and handle different sources.
- Refactored SessionHeroHeader to accept agent session data and provider label.
- Adjusted SessionMessageThread and SessionTimelineNav to utilize new agent session types.
- Modified ToolAnalyticsPanel and ToolFrequencyChart to reflect changes in session terminology.
- Created new agent-sessions API module to manage agent session data and analytics.
- Updated DashboardSidebar to rename Claude Code to Agent Sessions.
2026-05-24 18:23:02 -05:00
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