Files
Maestro/build
Pedram Amini dc6f8f5912 ## 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 🎨
2025-12-31 15:21:12 -06:00
..
2025-12-31 15:21:12 -06:00
2025-12-30 15:27:09 -06:00
2025-12-31 15:21:12 -06:00
2025-12-31 15:21:12 -06:00
2025-12-31 15:21:12 -06:00
2025-11-23 19:00:08 -06:00

Build Assets

Place your application icons in this directory:

  • icon.icns - macOS app icon (512x512 or 1024x1024)
  • icon.ico - Windows app icon (256x256)
  • icon.png - Linux app icon (512x512)

You can generate these from a single source PNG using tools like:

Example using ImageMagick:

# Generate macOS icon
png2icns icon.icns icon.png

# Generate Windows icon
convert icon.png -define icon:auto-resize=256,128,96,64,48,32,16 icon.ico