Files
Maestro/symphony-registry.json
Pedram Amini a7f5ebf824 - Added main-process GitHub document fetching to bypass pesky CORS limits 🚀
- Exposed `fetchDocumentContent` through preload + typed Maestro API bridge 🔌
- Symphony issue docs now auto-preview first attachment when selected 
- Replaced document tabs with a cleaner dropdown document selector 🧭
- Added Cmd/Ctrl+Shift+[ / ] shortcuts to cycle preview documents ⌨️
- Markdown previews now use centralized prose styling + custom components 📝
- External links in markdown open safely via system browser integration 🌐
- Improved Symphony UI theming: consistent backgrounds, borders, and scroll layout 🎨
- Updated Marketplace left sidebar width to match Symphony layout guidance 📐
- Registry refreshed: Maestro now “AI agents” focused and recategorized 🏷️
2026-01-22 12:29:02 -06:00

22 lines
605 B
JSON

{
"schemaVersion": "1.0",
"lastUpdated": "2025-01-01T00:00:00Z",
"repositories": [
{
"slug": "pedramamini/Maestro",
"name": "Maestro",
"description": "Desktop app for managing multiple AI agents with a keyboard-first interface.",
"url": "https://github.com/pedramamini/Maestro",
"category": "ai-ml",
"tags": ["electron", "ai", "productivity", "typescript"],
"maintainer": {
"name": "Pedram Amini",
"url": "https://github.com/pedramamini"
},
"isActive": true,
"featured": true,
"addedAt": "2025-01-01"
}
]
}