Maestro Daily: Verified Plugin Relay and Orderly Agent Queues
The biggest signal is tighter trust for agent-to-agent calls, led by PR 1652's verified resumable relay API, paired with fixes that make busy agents queue instead of overlapping. Small UX and release reliability work rounds out the day.
Duration: PT2M8S
Episode overview
This episode is a short developer briefing from Maestro Daily.
It explains recent repository work in plain language.
- Show: Maestro Daily
- Published: 2026-09-27T11:00:30Z
- Audio duration: PT2M8S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, it's Sunday, September 27th, 2026.
The lead insight: Maestro is locking down who can drive another agent, while making multi-agent work actually wait its turn.
First theme is verified plugin-to-agent calls. In PR 1652, a new agents send call lets a trusted, allowlisted plugin run a headless provider turn and get back the answer plus the provider session ID for resumable follow-ups. The existing asynchronous dispatch contract is unchanged. A host-issued run proof is now…
Second theme is orderly orchestration. Sending context to a busy agent no longer spawns immediately and bypasses the one-turn-at-a-time rule. It now opens a new tab and queues until the current turn finishes, with a separate force send option when forced parallel execution is on. Related to that, the command line…
Elsewhere, practical friction fixes: a queue flag loads audio and video paused for the user to start, the left bar now follows agent switches, Auto Run gains Save and Exit with dated auto-named playbooks, chart labels size to long agent names, and remote Codex login uses device auth over SSH.
What's next: if you build plugins, plan for allowlisting and storing that session ID, and if you script…