Skip to content

Releases: RunMaestro/Maestro

v0.15.2 | Maestro Symphony

12 Mar 04:12
3e0710e

Choose a tag to compare

Major 0.15.x Additions

๐ŸŽถ Maestro Symphony โ€” Contribute to open source with AI assistance! Browse curated issues from projects with the runmaestro.ai label, clone repos with one click, and automatically process the relevant Auto Run playbooks. Track your contributions, streaks, and stats. You're contributing CPU and tokens towards your favorite open source projects and features.

๐ŸŽฌ Director's Notes โ€” Aggregates history across all agents into a unified timeline with search, filters, and an activity graph. Includes an AI Overview tab that generates a structured synopsis of recent work. Off by default, gated behind a new "Encore Features" panel under settings. This is a precursor to an eventual plugin system, allowing for extensions and customizations without bloating the core app.

๐Ÿท๏ธ Conductor Profile โ€” Available under Settings > General. Provide a short description on how Maestro agents should interface with you.

๐Ÿง  Three-State Thinking Toggle โ€” The thinking toggle now cycles through three modes: off, on, and sticky. Sticky mode keeps thinking content visible after the response completes. Cycle with CMD/CTRL+SHIFT+K.

๐Ÿค– Factory.ai Droid Support โ€” Added support for the Factory.ai droid agent. Full session management and output parsing integration.

Change in v0.15.2

Patch release with bug fixes, UX improvements, and cherry-picks from the 0.16.0 RC.

New Features

  • Cmd+0 โ†’ Last Tab: Remapped Cmd+0 to jump to last tab; Cmd+Shift+0 now resets font size
  • Unsent draft protection: Confirm dialog before closing tabs with unsent draft input
  • Read-only CLI flag: Added --read-only flag to maestro-cli send command
  • Gemini read-only enforcement: Gemini -y flag now works in read-only mode
  • Capability-based providers: Replaced hardcoded agent ID checks with capability flags and shared metadata

Bug Fixes

  • Sticky overlay scroll: Fixed sticky overlays breaking tab scroll-into-view
  • Director's Notes stats: Count only agents with entries in lookback window
  • SSH remote config: Check sessionSshRemoteConfig as primary SSH remote ID source
  • .maestro file tree: Always show .maestro directory even when dotfiles are hidden
  • Provider hardening: Prototype safety, capability gates, stale map cleanup
  • Session search: Per-session error resilience and metadata-based title matching
  • File tree stale loads: Load sequence counter prevents stale file tree updates
  • File tree Unicode: NFC normalization prevents duplicate entries
  • File tree duplicates: Tree-structured data resolves duplicate entries
  • File tree auto-refresh: Timer no longer destroyed on right panel tab switch
  • Menu z-index: Branding header menu renders above sidebar content
  • Dropdown clipping: Fixed hamburger menu and live overlay dropdown clipping
  • Font size shortcuts: Restored Cmd+/- font size shortcuts lost with custom menu
  • Draft input preservation: Replaying a previous message no longer discards current draft
  • SSH directory collision: Skip warning when agents are on different SSH hosts
  • IPC error handling: Handle expected IPC errors gracefully
  • Auto-focus on mode switch: Input field auto-focuses when toggling AI/Shell mode
  • OpenCode parser: Preserve JSON error events; reset resultEmitted on step_start
  • NDJSON performance: Eliminated triple JSON parsing on hot path
  • Agent config overrides: Apply config overrides in context groomer before spawning
  • Stale closure fix: Resolved model not saving in wizard agent config

Visual Polish

  • Light theme contrast: Improved syntax highlighting contrast across all light themes
  • Context warning sash: Dark text colors in light mode for readability
  • Session name dimming: Use textMain color to prevent visual dimming
  • Session name pill: Allow shrinking so date doesn't collide with type pill
  • Scroll-to-bottom arrow: Removed noisy indicator from terminal output view

Full Changelog: v0.15.1...v0.15.2

v0.15.1 | Maestro Symphony

03 Mar 06:36
9a826af

Choose a tag to compare

๐ŸŽถ Maestro Symphony - Contribute to open source with AI assistance! Browse curated issues from projects with the runmaestro.ai label, clone repos with one click, and automatically process the relevant Auto Run playbooks. Track your contributions, streaks, and stats. You're contributing CPU and tokens towards your favorite open source projects and features. NOTE: Making changes here active based on user feedback ๐Ÿ™

๐ŸŽฌ Director's Notes. Aggregates history across all agents into a unified timeline with search, filters, and an activity graph. Includes an AI Overview tab that generates a structured synopsis of recent work. Off by default, gated behind a new "Encore Features" panel under settings. This is a precursor to an eventual plugin system. Allowing for extensions and customizations without bloating the core app.

๐Ÿท๏ธ Conductor Profile - Available under Settings > General. Provide a short description on how Maestro agents should interface with you.

๐Ÿง  Three-State Thinking Toggle - The thinking toggle now cycles through three modes: off, on, and sticky. Sticky mode keeps thinking content visible after the response completes. Cycle with CMD/CTRL+SHIFT+K โŒจ๏ธ (#165).

๐Ÿค– Factory.ai Droid Support - Added support for the Factory.ai droid agent. Full session management and output parsing integration (#223).

๐Ÿ”ง Windows and SSH Stability Improvements - Major fixes for remote agent execution including wizard support, synopsis generation, and proper shell profile sourcing across platforms. (#131, #156, #159, #187, #195).

Security Fixes

Addressed some security issues, all thanks to @VVX7

  • #421 History panel stored XSS
  • #422 Stored XSS to reverse shell
  • #423 Stored XSS to SSRF

Smaller Changes in 0.15.x

  • Added safety controls around agent working directory deletion ๐Ÿ”’ (#206)
  • Added /skills command for enumerate Claude Code skills ๐Ÿงฐ (#154)
  • Renamed "Audio Notifications" to "Custom Notifications" ๐Ÿ”” (#168)
  • Auto-scroll now respects user scroll position in AI mode ๐Ÿ“œ (#237)
  • Spec-Kit and OpenSpec commands now accept arguments properly โš™๏ธ (#238)
  • You can now @ message entire groups of agents in Group Chat. ๐Ÿ‘ฅ
  • Group chats can be archived. ๐Ÿ“ฆ
  • You can now swap the provider behind an agent. โ†ช๏ธ
  • Added ability to scroll to latest messages as they are streamed from the agent. ๐Ÿ“œ
  • Expanded maestro-cli to include agent message send on new or resumed sessions, this means you can control any agent behind Maestro easily ๐Ÿงต
  • Added VSCode-style semantic icon mapping in the file explorer โœ…
  • New tabs are automatically named by default, this can be disabled under settings ๐Ÿท๏ธ
  • Added WakaTime integration โฑ๏ธ
  • Added window chrome options to toggle off the header bar ๐ŸชŸ
  • Broke Settings > General up, there's now a Settings > Display โš™๏ธ
  • Added a table of contents jump menu for markdown files being previewed ๐Ÿ“„
  • Added option to open document preview from within the graph view ๐Ÿ“ˆ
  • Added configuration options to ignore remote file patterns over SSH connections ๐Ÿšฏ
  • Fixed context consumption calculation bugs ๐Ÿงฎ
  • AI responses can now be saved to markdown on disk ๐Ÿ’พ
  • Hide Empty "Ungrouped Agents" Folder ๐Ÿ“
  • File preview detects updates on disk and shows refresh button โ†ช๏ธ
  • Auto Run task calculation is now dynamic to count tasks added mid-flight โœˆ๏ธ
  • When you stop an Auto Run, you can now force kill the running task ๐Ÿ”ช
  • Web interface synchronization improvements ๐ŸŒ
  • Added shortcuts to all panel search under command palette ๐Ÿ”
  • All sorts of other bug fixes and usability improvements ๐Ÿ›
  • Enhanced batch runner with agent prompt validation for task references โ˜‘๏ธ
  • Added recovery mechanism for expired group chat sessions automatically ๐Ÿ”„
  • Improved history help modal with SSH remote session limitations notice ๐Ÿ“
  • The wand glyph on the upper right sparkles if any agent is working โœจ

... and of course tons of other little fixes and creature comforts too numerous to enumerate here.

Full Changelog: v0.14.5...v0.15.1

v0.15.0 | Maestro Symphony (RC)

01 Mar 20:44
ba80730

Choose a tag to compare

๐ŸŽถ Maestro Symphony - Contribute to open source with AI assistance! Browse curated issues from projects with the runmaestro.ai label, clone repos with one click, and automatically process the relevant Auto Run playbooks. Track your contributions, streaks, and stats. You're contributing CPU and tokens towards your favorite open source projects and features. NOTE: Making changes here active based on user feedback ๐Ÿ™

๐ŸŽฌ Director's Notes. Aggregates history across all agents into a unified timeline with search, filters, and an activity graph. Includes an AI Overview tab that generates a structured synopsis of recent work. Off by default, gated behind a new "Encore Features" panel under settings. This is a precursor to an eventual plugin system. Allowing for extensions and customizations without bloating the core app.

๐Ÿท๏ธ Conductor Profile - Available under Settings > General. Provide a short description on how Maestro agents should interface with you.

๐Ÿง  Three-State Thinking Toggle - The thinking toggle now cycles through three modes: off, on, and sticky. Sticky mode keeps thinking content visible after the response completes. Cycle with CMD/CTRL+SHIFT+K โŒจ๏ธ (#165).

๐Ÿค– Factory.ai Droid Support - Added support for the Factory.ai droid agent. Full session management and output parsing integration (#223).

๐Ÿ”ง Windows and SSH Stability Improvements - Major fixes for remote agent execution including wizard support, synopsis generation, and proper shell profile sourcing across platforms. (#131, #156, #159, #187, #195).

Security Fixes

Addressed some security issues, all thanks to @VVX7

  • #421 History panel stored XSS
  • #422 Stored XSS to reverse shell
  • #423 Stored XSS to SSRF

Smaller Changes in 0.15.x

  • Added safety controls around agent working directory deletion ๐Ÿ”’ (#206)
  • Added /skills command for enumerate Claude Code skills ๐Ÿงฐ (#154)
  • Renamed "Audio Notifications" to "Custom Notifications" ๐Ÿ”” (#168)
  • Auto-scroll now respects user scroll position in AI mode ๐Ÿ“œ (#237)
  • Spec-Kit and OpenSpec commands now accept arguments properly โš™๏ธ (#238)
  • You can now @ message entire groups of agents in Group Chat. ๐Ÿ‘ฅ
  • Group chats can be archived. ๐Ÿ“ฆ
  • You can now swap the provider behind an agent. โ†ช๏ธ
  • Added ability to scroll to latest messages as they are streamed from the agent. ๐Ÿ“œ
  • Expanded maestro-cli to include agent message send on new or resumed sessions, this means you can control any agent behind Maestro easily ๐Ÿงต
  • Added VSCode-style semantic icon mapping in the file explorer โœ…
  • New tabs are automatically named by default, this can be disabled under settings ๐Ÿท๏ธ
  • Added WakaTime integration โฑ๏ธ
  • Added window chrome options to toggle off the header bar ๐ŸชŸ
  • Broke Settings > General up, there's now a Settings > Display โš™๏ธ
  • Added a table of contents jump menu for markdown files being previewed ๐Ÿ“„
  • Added option to open document preview from within the graph view ๐Ÿ“ˆ
  • Added configuration options to ignore remote file patterns over SSH connections ๐Ÿšฏ
  • Fixed context consumption calculation bugs ๐Ÿงฎ
  • AI responses can now be saved to markdown on disk ๐Ÿ’พ
  • Hide Empty "Ungrouped Agents" Folder ๐Ÿ“
  • File preview detects updates on disk and shows refresh button โ†ช๏ธ
  • Auto Run task calculation is now dynamic to count tasks added mid-flight โœˆ๏ธ
  • When you stop an Auto Run, you can now force kill the running task ๐Ÿ”ช
  • Web interface synchronization improvements ๐ŸŒ
  • Added shortcuts to all panel search under command palette ๐Ÿ”
  • All sorts of other bug fixes and usability improvements ๐Ÿ›
  • Enhanced batch runner with agent prompt validation for task references โ˜‘๏ธ
  • Added recovery mechanism for expired group chat sessions automatically ๐Ÿ”„
  • Improved history help modal with SSH remote session limitations notice ๐Ÿ“
  • The wand glyph on the upper right sparkles if any agent is working โœจ

... and of course tons of other little fixes and creature comforts too numerous to enumerate here.

Full Changelog: v0.14.5...v0.15.0-RC

What's Changed

  • refactor: extract app lifecycle modules from main/index.ts by @reachraza in #230
  • BUG FIX: dev server port must be configured via VITE_PORT by @ksylvan in #234
  • refactor: extracted process listeners from main/index.ts by @reachraza in #240
  • refactor: restructure web-server module with security and memory leakโ€ฆ by @reachraza in #244
  • refactor: consolidate agents module and reorganize test structure by @reachraza in #247
  • refactor: decompose stats-db into focused modules by @reachraza in #252
  • perf: reduce typing lag with multiple agents on large repos by @reachraza in #255
  • Windows Enhancement and Fixes for 0.15.0-RC by @chr1syy in #264
  • fix: Windows compatibility, PATH handling, and SSH execution improvements by @pedramamini in #268
  • feat: Fix inline wizard for Windows cmd.exe and add OpenCode support by @chr1syy in #270
  • fix: correct context usage calculation to include cacheRead tokens anโ€ฆ by @reachraza in #280
  • In-Tab File Preview by @pedramamini in #281
  • 0.15.0 rc by @pedramamini in #282
  • feat: Add Symphony token donation system for open source contributions by @pedramamini in #122
  • Fix: Remote SSH Agent Sessions (Windows) by @chr1syy in #188
  • Add Factory.ai droid support by @VVX7 in #225
  • Add @chr1syy as Windows Contributor and tester by @chr1syy in #286
  • fix(file-preview): resolve image flickering under heavy parallel agenโ€ฆ by @reachraza in #287
  • fix(windows): Shell interpration of % in git log format string by @chr1syy in #288
  • feat: add conservative context growth estimation during multi-tool turns by @reachraza in #289
  • Round of Polishing by @pedramamini in #297
  • 0.15.0 polish by @pedramamini in #299
  • 0.15.0 polish by @pedramamini in #305
  • Add Conductor Profile by @pedramamini in #304
  • Fix Windows wizard failure by sending prompt via stdin for stream-json mode by @dmaynor in #302
  • 0.15.0 polish by @pedramamini in #308
  • fix: Jump to Bottom shortcut (Cmd+Shift+J) now works by @ThanhNguyxn in #279
  • Upgrade GitHub Actions for Node 24 compatibility by @salmanmkc in #278
  • Windows enhancements and fixes by @chr1syy in #306
  • refactor: revamp state management logic. Moving from React Context API to Zustand stores ensuring SRP-Driven modules by @reachraza in #312
  • fix: ensure --input-format stream-json is added when sending images by @reachraza in #314
  • Fix ssh remote Agents & dev:win script by @chr1syy in #313
  • 0.15.0 polish by @pedramamini in #321
  • fix: rename tab/instance/group modals broken by modalStore migration by @pedramamini in #322
  • 0.15.0 polish by @pedramamini in #324
  • CLI enhancements by @pedramamini in #329
  • refactor: replace SessionContext with Zustand sessionStore and tabStore by @reachraza in #332
  • 0.15.0 polish by @pedramamini in #334
  • refactor: added agentStore for agent related state management. useAgentListeners hook has replaced IPC listener code in App.tsx by @reachraza in #341
  • refactor: create fileExplorerStore, consolidate scattered file explorโ€ฆ by @reachraza in #344
  • polish: UI refinements, file preview enhancements, and Command K search by @pedramamini in #336
  • 0.15.0 polish: bug fixes and UX improvements by @pedramamini in #349
  • fix: Inline Wizard SSH execution by propagating session custom path overrides by @rnwolfe in #345
  • fix: await process.kill() in killBatchRun to prevent race condition by @pedramamini in #352
  • fix: stop overriding SSH ControlMaster/ControlPath/ControlPersist configs by @rnwolfe in #350
  • fix: correct regex for UUID tab IDs in WebSocket session output broadโ€ฆ by @EEmayank in #337
  • Fix: Opencode Model Discovery on SSH + .opencode PATH added by @chr1syy in #353
  • refactor: added groupChatStore, operationStore, batchStore by @reachraza in #363
  • feat: CSV table rendering + fix: group chat write race & SSH spawn by @pedramamini in #364
  • feat: increase defa...
Read more

v0.14.5 | Doc Graphs, SSH Agents, Inline Wizard

24 Jan 11:15
8be8a8e

Choose a tag to compare

Changes in this point release include:

  • Desktop app performance improvements (more to come on this, we want Maestro blazing fast) ๐ŸŒ
  • Added local manifest feature for custom playbooks ๐Ÿ“–
  • Agents are now inherently aware of your activity history as seen in the history panel ๐Ÿ“œ (this is built-in cross context memory!)
  • Added markdown rendering support for AI responses in mobile view ๐Ÿ“ฑ
  • Bugfix in tracking costs from JSONL files that were aged out ๐Ÿฆ
  • Added BlueSky social media handle for leaderboard ๐Ÿฆ‹
  • Added options to disable GPU rendering and confetti ๐ŸŽŠ
  • Better handling of large files in preview ๐Ÿ—„๏ธ
  • Bug fix in Claude context calculation ๐Ÿงฎ
  • Addressed bug in OpenSpec version reporting ๐Ÿ›

The major contributions to 0.14.x remain:

๐Ÿ—„๏ธ Document Graphs. Launch from file preview or from the FIle tree panel. Explore relationships between Markdown documents that contain links between documents and to URLs.

๐Ÿ“ถ SSH support for agents. Manage a remote agent with feature parity over SSH. Includes support for Git and File tree panels. Manage agents on remote systems or in containers. This even works for Group Chat, which is rad as hell.

๐Ÿง™โ€โ™‚๏ธ Added an in-tab wizard for generating Auto Run Playbooks via /wizard or a new button in the Auto Run panel.

Smaller Changes in 014.x

  • Improved User Dashboard, available from hamburger menu, command palette or hotkey ๐ŸŽ›๏ธ
  • Leaderboard tracking now works across multiple systems and syncs level from cloud ๐Ÿ†
  • Agent duplication. Pro tip: Consider a group of unused "Template" agents โœŒ๏ธ
  • New setting to prevent system from going to sleep while agents are active ๐Ÿ›๏ธ
  • The tab menu has a new "Publish as GitHub Gist" option ๐Ÿ“
  • The tab menu has options to move the tab to the first or last position ๐Ÿ”€
  • Maestro-Playbooks can now contain non-markdown assets ๐Ÿ“™
  • Improved default shell detection ๐Ÿš
  • Added logic to prevent overlapping TTS notifications ๐Ÿ’ฌ
  • Added "Toggle Bookmark" shortcut (CTRL/CMD+SHIFT+B) โŒจ๏ธ
  • Gist publishing now shows previous URLs with copy button ๐Ÿ“‹

Thanks for the contributions: @t1mmen @aejfager @Crumbgrabber @whglaser @b3nw @deandebeer @shadown @breki @charles-dyfis-net @ronaldeddings @jlengrand @ksylvan

Full Changelog: v0.14.4...v0.14.5

v0.14.4 | Doc Graphs, SSH Agents, Inline Wizard

11 Jan 06:08
fddea07

Choose a tag to compare

Changes in this point release include:

  • Improved the new agent wizard to allow for specification of remote host prior to commencing โ˜๏ธ
  • Fixed a bug where the default thinking state was not being honored for the initial tab in a new agent ๐Ÿง 
  • Addressed some SSH gaps (#176 and #177) ๐Ÿ›๐Ÿœ
  • Desktop app performance improvements ๐Ÿš…
  • Addressed bug in leaderboard submissions (#174)๐Ÿ†
  • Addressed bug in wizard (hopefully) ๐Ÿง™โ€โ™‚๏ธ
  • The /wizard command now respects your configured Auto Run directory (#169) ๐Ÿ“‚

The major contributions to 0.14.x remain:

๐Ÿ—„๏ธ Document Graphs. Launch from file preview or from the FIle tree panel. Explore relationships between Markdown documents that contain links between documents and to URLs.

๐Ÿ“ถ SSH support for agents. Manage a remote agent with feature parity over SSH. Includes support for Git and File tree panels. Manage agents on remote systems or in containers. This even works for Group Chat, which is rad as hell.

๐Ÿง™โ€โ™‚๏ธ Added an in-tab wizard for generating Auto Run Playbooks via /wizard or a new button in the Auto Run panel.

Smaller Changes in 014.x

  • Improved User Dashboard, available from hamburger menu, command palette or hotkey ๐ŸŽ›๏ธ
  • Leaderboard tracking now works across multiple systems and syncs level from cloud ๐Ÿ†
  • Agent duplication. Pro tip: Consider a group of unused "Template" agents โœŒ๏ธ
  • New setting to prevent system from going to sleep while agents are active ๐Ÿ›๏ธ
  • The tab menu has a new "Publish as GitHub Gist" option ๐Ÿ“
  • The tab menu has options to move the tab to the first or last position ๐Ÿ”€
  • Maestro-Playbooks can now contain non-markdown assets ๐Ÿ“™
  • Improved default shell detection ๐Ÿš
  • Added logic to prevent overlapping TTS notifications ๐Ÿ’ฌ
  • Added "Toggle Bookmark" shortcut (CTRL/CMD+SHIFT+B) โŒจ๏ธ
  • Gist publishing now shows previous URLs with copy button ๐Ÿ“‹

Thanks for the contributions: @t1mmen @aejfager @Crumbgrabber @whglaser @b3nw @deandebeer @shadown @breki @charles-dyfis-net

Full Changelog: v0.14.3...v0.14.4

v0.14.3 | Doc Graphs, SSH Agents, Inline Wizard

09 Jan 18:20
5a8c128

Choose a tag to compare

Changes in this point release include:

  • Added logic to prevent overlapping TTS notifications ๐Ÿ’ฌ
  • Bug fixes in history panel rendering ๐Ÿœ
  • Improved markdown rendering of large tables โœจ
  • Addressed #161 where local path was overriding remote path for SSH agents ๐Ÿ“
  • Fixed "Jump to Bottom" shortcut โŒจ๏ธ
  • Added "Toggle Bookmark" shortcut (CTRL/CMD+SHIFT+B) โŒจ๏ธ
  • Fixed leaderboard updating issue ๐Ÿ†
  • Changes in the file tree are now reflected immediately ๐ŸŒด
  • Fixed Windows auto-update issue ๐ŸชŸ
  • Added unique installation ID generated for better crash tracking ๐Ÿ†”
  • Gist publishing now shows previous URLs with copy button ๐Ÿ“‹

The major contributions to 0.14.x remain:

๐Ÿ—„๏ธ Document Graphs. Launch from file preview or from the FIle tree panel. Explore relationships between Markdown documents that contain links between documents and to URLs.

๐Ÿ“ถ SSH support for agents. Manage a remote agent with feature parity over SSH. Includes support for Git and File tree panels. Manage agents on remote systems or in containers. This even works for Group Chat, which is rad as hell.

๐Ÿง™โ€โ™‚๏ธ Added an in-tab wizard for generating Auto Run Playbooks via /wizard or a new button in the Auto Run panel.

Smaller Changes in 014.x

  • Improved User Dashboard, available from hamburger menu, command palette or hotkey ๐ŸŽ›๏ธ
  • Leaderboard tracking now works across multiple systems and syncs level from cloud ๐Ÿ†
  • Agent duplication. Pro tip: Consider a group of unused "Template" agents โœŒ๏ธ
  • New setting to prevent system from going to sleep while agents are active ๐Ÿ›๏ธ
  • The tab menu has a new "Publish as GitHub Gist" option ๐Ÿ“
  • The tab menu has options to move the tab to the first or last position ๐Ÿ”€
  • Maestro-Playbooks can now contain non-markdown assets ๐Ÿ“™
  • Improved default shell detection ๐Ÿš

Thanks for the contributions: @t1mmen @aejfager @Crumbgrabber @whglaser @b3nw @deandebeer @shadown @breki @charles-dyfis-net

Full Changelog: v0.14.2...v0.14.3

v0.14.2 | Doc Graphs, SSH Agents, Inline Wizard

07 Jan 10:27
7fa60ea

Choose a tag to compare

Changes in this point release include:

  • Fixed a regression in OpenCode that we introduced in 0.14.1 that broke, well, everything ๐Ÿ”จ
  • Maestro-Playbooks can now contain non-markdown assets ๐Ÿ“™
  • Improved default shell detection ๐Ÿš

The major contributions to 0.14.x remain:

๐Ÿ—„๏ธ Document Graphs. Launch from file preview or from the FIle tree panel. Explore relationships between Markdown documents that contain links between documents and to URLs.

๐Ÿ“ถ SSH support for agents. Manage a remote agent with feature parity over SSH. Includes support for Git and File tree panels. Manage agents on remote systems or in containers. This even works for Group Chat, which is rad as hell.

๐Ÿง™โ€โ™‚๏ธ Added an in-tab wizard for generating Auto Run Playbooks via /wizard or a new button in the Auto Run panel.

Smaller Changes in 014.x

  • Improved User Dashboard, available from hamburger menu, command palette or hotkey ๐ŸŽ›๏ธ
  • Leaderboard tracking now works across multiple systems and syncs level from cloud ๐Ÿ†
  • Agent duplication. Pro tip: Consider a group of unused "Template" agents โœŒ๏ธ
  • New setting to prevent system from going to sleep while agents are active ๐Ÿ›๏ธ
  • The tab menu has a new "Publish as GitHub Gist" option ๐Ÿ“
  • The tab menu has options to move the tab to the first or last position ๐Ÿ”€

Thanks for the contributions: @t1mmen @aejfager @Crumbgrabber @whglaser @b3nw @deandebeer @shadown @breki @charles-dyfis-net

What's Changed

New Contributors

Full Changelog: v0.14.1...v0.14.2

v0.14.1 | Doc Graphs, SSH Agents, Inline Wizard

06 Jan 19:05
b92fa04

Choose a tag to compare

This point release brings enhancements to the new agent Wizard as well as a new "inline" or in-tab wizard that can be triggered via /wizard. Additionally:

  • The tab menu has a new "Publish as GitHub Gist" option ๐Ÿ“
  • The tab menu has options to move the tab to the first or last position ๐Ÿ”€
  • Improved context compaction with multi-pass consolidation ๐Ÿ“š
  • Addressed some keyboard shortcut and pathing issues specific to Windows ๐ŸชŸ
  • Added caching layer to Document Graph view ๐Ÿ’จ
  • Addressed a bug in sending context from one agent to another ๐Ÿค
  • Bugfix in custom path detection for new agents ๐Ÿ›
  • You can now edit any text file from within Maestro ๐Ÿ“„
  • Files and folders can be renamed/deleted from the file tree ๐Ÿ“
  • Proper leaderboard sync for folks who use multiple instances of Maestro ๐Ÿ†
  • Addressed regression where OpenCode was not launching in YOLO mode ๐Ÿœ

The other major contributions to 0.14.x remain:

๐Ÿ—„๏ธ Document Graphs. Launch from file preview or from the FIle tree panel. Explore relationships between Markdown documents that contain links between documents and to URLs.

๐Ÿ“ถ SSH support for agents. Manage a remote agent with feature parity over SSH. Includes support for Git and File tree panels. Manage agents on remote systems or in containers. This even works for Group Chat, which is rad as hell.

Other Changes in 0.14.x

  • Improved User Dashboard, available from hamburger menu, command palette or hotkey ๐ŸŽ›๏ธ
  • Leaderboard tracking now works across multiple systems ๐Ÿ†
  • Agent duplication. Pro tip: Consider a group of unused "Template" agents โœŒ๏ธ
  • New setting to prevent system from going to sleep while agents are active ๐Ÿ›๏ธ
  • Added debug package to the wizard process, if you have issues there, please share the logs! ๐Ÿง™โ€โ™‚๏ธ

Thanks for the contributions: @t1mmen @aejfager @Crumbgrabber @whglaser @b3nw @deandebeer @shadown @breki

What's Changed

  • Add inline /wizard command for Auto Run document creation by @pedramamini in #112

Full Changelog: v0.14.0...v0.14.1

v0.14.0 | Document Graphs and Agents over SSH

02 Jan 04:20
34d4b7d

Choose a tag to compare

Two major features in this release:

๐Ÿ—„๏ธ The first is Document Graphs. Launch from file preview or from the FIle tree panel. Explore relationships between Markdown documents that contain links between documents and to URLs.

๐Ÿ“ถ The second is SSH support for agents. Manage a remote agent with feature parity over SSH. Includes support for Git and File tree panels. Manage agents on remote systems or in containers. This even works for Group Chat, which is rad as hell.

๐ŸŽ›๏ธ Also, made hefty changes to the User Dashboard, check it out from the hamburger menu, command palette, or hotkey. Get global insights across all providers and agents.

Other Changes

  • Leaderboard tracking now works across multiple systems ๐Ÿ†
  • Windows WSL compatibility improvements ๐ŸชŸ
  • Agent duplication. Pro tip: Consider a group of unused "Template" agents โœŒ๏ธ
  • New setting to prevent system from going to sleep while agents are active ๐Ÿ›๏ธ
  • We were not correctly tallying user interactions in the new usage dashboard ๐Ÿงฎ
  • Added debug package to the wizard process, if you have issues there, please share the logs! ๐Ÿง™โ€โ™‚๏ธ
  • Performance improvement in Auto Run panel editor ๐Ÿƒโ€โ™‚๏ธ

Thanks for the contributions: @t1mmen @aejfager @Crumbgrabber @whglaser @b3nw @deandebeer

What's Changed

New Contributors

Full Changelog: v0.13.2...v0.14.0

v0.13.2 | Playbook Exchange & Usage Dashboard

29 Dec 20:22
d52660f

Choose a tag to compare

  • TAKE TWO! Fixed Linux ARM64 build architecture contamination issues ๐Ÿ—๏ธ

v0.13.1 Changes

  • Fixed Linux ARM64 build architecture contamination issues ๐Ÿ—๏ธ
  • Enhanced error handling for Auto Run batch processing ๐Ÿšจ

v0.13.0 Changes

  • Added a global usage dashboard, data collection begins with this install ๐ŸŽ›๏ธ
  • Added a Playbook Exchange for downloading pre-defined Auto Run playbooks from Maestro-Playbooks ๐Ÿ“•
  • Bundled OpenSpec commands for structured change proposals ๐Ÿ“
  • Added pre-release channel support for beta/RC updates ๐Ÿงช
  • Implemented global hands-on time tracking across sessions โฑ๏ธ
  • Added new keyboard shortcut for agent settings (Opt+Cmd+, | Ctrl+Alt+,) โŒจ๏ธ
  • Added directory size calculation with file/folder counts in file explorer ๐Ÿ“Š
  • Added sleep detection to exclude laptop sleep from time tracking โฐ

Full Changelog: v0.13.0...v0.13.1

Full Changelog: v0.13.1...v0.13.2