Skip to content

Commit eb0d8d6

Browse files
committed
feat: complete Console overhaul with global dashboard, inline project filters, and context-mode integration
- Redesign Console dashboard: 8 clickable stat cards (Projects, Sessions, Active, Memories, Extensions, Requirements, Specifications, Changes), Recent Specifications and Recent Memories cards - Flatten sidebar navigation: single nav list with inline ProjectFilter dropdowns per view - Add TopbarSpecs: active spec pills in top bar across all projects - Add notification navigation with project switching and clear-all support - Add session resume workflow: copy session ID, /resume deep-linking - Memory cards: show linked session, click to navigate, remove clutter - Cross-project APIs: /api/plans/active/all, /api/extensions?all=true - Project list from project_roots table (filtered to real git repos) - Update branding: Make Claude Code production-ready - Add context-mode integration for token-optimized context management - Update README, Docusaurus docs, and marketing site BREAKING CHANGE: Console UI completely restructured — sidebar flattened, project selector removed from sidebar and replaced with per-view inline filters, dashboard cards redesigned, PlanStatus and GitStatus widgets removed
1 parent 07042a3 commit eb0d8d6

98 files changed

Lines changed: 784 additions & 442 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,3 +269,4 @@ bun.lock
269269
# Kiro
270270
.kiro/
271271
.worktrees/
272+
.env*.local

README.md

Lines changed: 62 additions & 61 deletions
188 Bytes
Binary file not shown.
555 Bytes
Binary file not shown.
63 Bytes
Binary file not shown.
685 Bytes
Binary file not shown.
358 Bytes
Binary file not shown.
1.34 KB
Binary file not shown.
543 Bytes
Binary file not shown.
1.88 KB
Binary file not shown.

0 commit comments

Comments
 (0)