Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
d43f603
MAESTRO: feat: add description field to AITab interface
Feb 27, 2026
2be1f51
MAESTRO: feat: add unifiedInbox and tabDescription to EncoreFeatureFlags
Feb 27, 2026
8823150
MAESTRO: test: expand fuzzy search test coverage with 14 new cases
Feb 27, 2026
a770cdb
MAESTRO: feat: implement handleUpdateTabDescription handler in useTab…
Feb 27, 2026
22293f5
MAESTRO: perf: add fast-paths for fuzzy search engine
Feb 27, 2026
7dba842
MAESTRO: feat: add Unified Inbox and Tab Descriptions cards to Settin…
Feb 27, 2026
889040a
MAESTRO: feat: wire handleUpdateTabDescription through props chain to…
Feb 27, 2026
5d60333
MAESTRO: feat: gate keyboard shortcuts for agentInbox and directorNot…
Feb 27, 2026
72c1ec7
MAESTRO: feat: add description display/edit UI to tab hover overlay
Feb 27, 2026
0d5dd58
MAESTRO: feat: save description draft when tab overlay closes during …
Feb 27, 2026
5a5d60a
MAESTRO: feat: return focus to description button after save/cancel i…
Feb 27, 2026
2381c05
MAESTRO: port Unified Inbox with all CRITICAL fixes from review branches
Feb 27, 2026
3f2c297
MAESTRO: feat: gate AgentInbox modal rendering and handler props behi…
Feb 27, 2026
21bcf98
MAESTRO: test: add tab description handler and UI tests
Feb 27, 2026
060ba44
MAESTRO: fix: set tabDescription encore default to false for conventi…
Feb 27, 2026
24e5528
MAESTRO: replace setTimeout focus hack with double rAF in FocusModeView
Feb 27, 2026
3dae036
MAESTRO: add Unified Inbox toggle with ARIA in SettingsModal Encore s…
Feb 27, 2026
0f43314
MAESTRO: wire Unified Inbox into command palette (Cmd+K) with encore …
Feb 27, 2026
efb0f9f
MAESTRO: add useAgentInbox hook tests (filter, sort, truncation, time…
Feb 27, 2026
01888d9
MAESTRO: add AgentInbox component tests (render, filters, keyboard, f…
Feb 27, 2026
ee926c2
MAESTRO: fix modalStore test to match new updateModalData behavior
Feb 27, 2026
1c0b4b8
Merge branch 'feat/rebuild-encore-system' into feat/rebuild-tif-integ…
Feb 27, 2026
9ce4891
Merge branch 'feat/rebuild-tab-description' into feat/rebuild-tif-int…
Feb 27, 2026
60aa511
Merge branch 'feat/rebuild-unified-inbox' into feat/rebuild-tif-integ…
Feb 27, 2026
2c0b925
MAESTRO: add Unified Inbox and Director's Notes shortcuts to docs
Feb 27, 2026
e50f079
feat: integrate Encore System, Tab Description, Unified Inbox, and Fu…
Feb 27, 2026
5a90acf
fix: address CodeRabbit review findings for PR #476
Feb 27, 2026
9100dca
fix: address remaining CodeRabbit findings (round 2)
Feb 27, 2026
a86b2e1
fix: address CodeRabbit round 3 findings (focus styling, groupId, con…
Feb 27, 2026
cbf5ccc
fix: exclude aria-disabled elements from focusable header set
Feb 27, 2026
046307a
fix: lock tab hover overlay width to 220px to prevent horizontal expa…
Feb 27, 2026
45ae1d2
fix: constrain tab description within overlay without changing overla…
Feb 27, 2026
ed3a385
Revert "fix: constrain tab description within overlay without changin…
Feb 27, 2026
a6ee0bc
fix: constrain tab description without changing overlay width
Feb 27, 2026
ab46333
fix: narrow InboxItem.toolType to ToolType union and add description …
Feb 27, 2026
e6e2cd4
fix: unify Focus Mode header to match MainPanel and polish Inbox modal
Feb 27, 2026
13e313f
fix: prevent Focus Mode invasion when agents respond during inbox-zer…
Feb 27, 2026
bfa1ae3
fix: polish Focus Mode footer with inline shortcut badges and wider s…
Feb 27, 2026
6a28299
fix: use responsive 75vw width for Inbox modal instead of hardcoded 1…
Feb 27, 2026
061119d
fix: enable fuzzy search for slash command autocomplete in chat bar
Feb 28, 2026
c0a2758
feat: add Unified Inbox entry to hamburger menu
Feb 28, 2026
a28ac12
fix: resolve all CodeRabbit review comments on PR #476
Feb 28, 2026
1859d51
feat: add slash command autocomplete to Focus Mode reply input
Feb 28, 2026
0fcb4cb
fix: resolve remaining CodeRabbit review findings on PR #476
Feb 28, 2026
84ab90a
Guard app init when maestro bridge is unavailable
Feb 28, 2026
e34f4d0
fix: polish Focus Mode bubbles, LogViewer setState warning, Inbox sta…
Feb 28, 2026
9a8eba6
fix: prevent infinite loop in Focus Mode quick reply and fix stats-db…
Feb 28, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions docs/encore-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ Open **Settings** (`Cmd+,` / `Ctrl+,`) and navigate to the **Encore Features** t

## Available Features

| Feature | Shortcut | Description |
| ------------------------------------ | ------------------------------ | --------------------------------------------------------------- |
| [Director's Notes](./director-notes) | `Cmd+Shift+O` / `Ctrl+Shift+O` | Unified timeline of all agent activity with AI-powered synopses |

More features will be added here as they ship.
| Feature | Shortcut | Description |
| ------------------------------------ | ------------------------------ | ----------------------------------------------------------------- |
| [Director's Notes](./director-notes) | `Cmd+Shift+O` / `Ctrl+Shift+O` | Unified timeline of all agent activity with AI-powered synopses |
| Unified Inbox | `Opt+I` / `Alt+I` | Cross-agent inbox to triage and reply to all active conversations |

## For Developers

Expand Down
4 changes: 4 additions & 0 deletions docs/keyboard-shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ The command palette is your gateway to nearly every action in Maestro. Press `Cm
| Maestro Symphony | `Cmd+Shift+Y` | `Ctrl+Shift+Y` |
| Cycle Focus Areas | `Tab` | `Tab` |
| Cycle Focus Backwards | `Shift+Tab` | `Shift+Tab` |
| Unified Inbox \* | `Opt+I` | `Alt+I` |
| Director's Notes \* | `Cmd+Shift+O` | `Ctrl+Shift+O` |

\* Requires the corresponding [Encore Feature](./encore-features) to be enabled in Settings.

## Panel Shortcuts

Expand Down
Loading