mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
## CHANGES
- Explore markdown relationships with the new interactive Document Graph view 🕸️ - Jump into Document Graph from explorer, quick actions, and file preview ⌨️ - Navigate graphs keyboard-first with depth control, search, and node positioning 🧭 - Optionally surface external-link domains as nodes for instant reference 🔗 - Group Chat now mixes local and SSH-remote agents for cross-machine teamwork 🛰️ - SSH Remote Execution docs revamped with clearer setup, mapping, and status cues 🛠️ - Remote sessions now fully support File Explorer, Auto Run, worktrees, and terminal 🧰 - File explorer context menu adds “Document Graph” for markdown files only 📁 - Edit Agent modal lets you copy session ID from a slick custom header 🪪 - Freshened app branding with updated icons across platforms 🎨
This commit is contained in:
@@ -124,15 +124,16 @@ In AI mode, use `@` to reference files in your prompts:
|
||||
|
||||
## Navigation & Search
|
||||
|
||||
| Action | Key |
|
||||
|--------|-----|
|
||||
| Navigate Agents | `Up/Down Arrow` while in sidebar |
|
||||
| Select Agent | `Enter` while in sidebar |
|
||||
| Open Session Filter | `Cmd+F` while in sidebar |
|
||||
| Navigate Files | `Up/Down Arrow` while in file tree |
|
||||
| Open File Tree Filter | `Cmd+F` while in file tree |
|
||||
| Open File Preview | `Enter` on selected file |
|
||||
| Close Preview/Filter/Modal | `Esc` |
|
||||
| Action | macOS | Windows/Linux |
|
||||
|--------|-------|---------------|
|
||||
| Go to File (fuzzy finder) | `Cmd+G` | `Ctrl+G` |
|
||||
| Navigate Agents | `Up/Down Arrow` while in sidebar | `Up/Down Arrow` while in sidebar |
|
||||
| Select Agent | `Enter` while in sidebar | `Enter` while in sidebar |
|
||||
| Open Session Filter | `Cmd+F` while in sidebar | `Ctrl+F` while in sidebar |
|
||||
| Navigate Files | `Up/Down Arrow` while in file tree | `Up/Down Arrow` while in file tree |
|
||||
| Open File Tree Filter | `Cmd+F` while in file tree | `Ctrl+F` while in file tree |
|
||||
| Open File Preview | `Enter` on selected file | `Enter` on selected file |
|
||||
| Close Preview/Filter/Modal | `Esc` | `Esc` |
|
||||
|
||||
## File Preview
|
||||
|
||||
@@ -140,9 +141,20 @@ In AI mode, use `@` to reference files in your prompts:
|
||||
|--------|-------|---------------|
|
||||
| Copy File Path | `Cmd+P` | `Ctrl+P` |
|
||||
| Open Search | `Cmd+F` | `Ctrl+F` |
|
||||
| Open Document Graph | `Cmd+Shift+G` | `Ctrl+Shift+G` |
|
||||
| Scroll | `Up/Down Arrow` | `Up/Down Arrow` |
|
||||
| Close | `Esc` | `Esc` |
|
||||
|
||||
## Document Graph
|
||||
|
||||
| Action | Key |
|
||||
|--------|-----|
|
||||
| Navigate to connected nodes | `Arrow Keys` |
|
||||
| Focus/select a node | `Enter` |
|
||||
| Open the selected document | `O` |
|
||||
| Cycle through connected nodes | `Tab` |
|
||||
| Close the graph | `Esc` |
|
||||
|
||||
## Customizing Shortcuts
|
||||
|
||||
Most shortcuts can be remapped to fit your workflow:
|
||||
|
||||
Reference in New Issue
Block a user