mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
OAuth enabled but no valid token found. Starting authentication...
Found expired OAuth token, attempting refresh... Token refresh successful ## CHANGES - Added global hands-on time tracking with 5-minute idle timeout ⏱️ - Persist hands-on time to settings every 30 seconds automatically 💾 - Flushes tracked time safely on tab hide and app exit 🔒 - About modal now shows lifetime hands-on time across sessions 📊 - Reworked About modal props to stop depending on sessions directly 🧩 - Wired new tracker into main app initialization flow 🧠 - Exposed `useHandsOnTimeTracker` hook via session hooks index 🔌 - Updated Agent Settings shortcut to Opt+Cmd+, / Alt+Ctrl+, ⌨️ - Refreshed keyboard shortcuts docs with Agent Settings entry 📚 - Cleaned modal wiring so Process Monitor still receives sessions 🛠️
This commit is contained in:
@@ -26,6 +26,7 @@ The command palette is your gateway to nearly every action in Maestro. Press `Cm
|
||||
| Switch AI/Command Terminal | `Cmd+J` | `Ctrl+J` |
|
||||
| Show Shortcuts Help | `Cmd+/` | `Ctrl+/` |
|
||||
| Open Settings | `Cmd+,` | `Ctrl+,` |
|
||||
| Open Agent Settings | `Opt+Cmd+,` | `Alt+Ctrl+,` |
|
||||
| View All Agent Sessions | `Cmd+Shift+L` | `Ctrl+Shift+L` |
|
||||
| Jump to Bottom | `Cmd+Shift+J` | `Ctrl+Shift+J` |
|
||||
| Cycle Focus Areas | `Tab` | `Tab` |
|
||||
|
||||
Reference in New Issue
Block a user