Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 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
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