Agent Of Empires Daily: The Plugin API Grows Up
A cluster of merges opened up the host to third-party plugins with real RPCs for skills, MCP, and sessions, while the terminal interface got a run of search and structured-view polish fixes. Fifteen merges landed today, most building toward a plugin ecosystem the team is actively wiring up.
Duration: PT2M26S
Episode overview
This episode is a short developer briefing from Agent Of Empires Daily.
It explains recent repository work in plain language.
- Show: Agent Of Empires Daily
- Published: 2026-07-21T20:00:31Z
- Audio duration: PT2M26S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good evening. It's July 21st, and today's codebase activity centers on one big push: turning the plugin system from scaffolding into something plugins can actually use.
Seluj78 shipped a run of connected work here. PR 2993 gives skills a real model and host RPCs, replacing what used to be just a directory copied into sandboxes. PR 2992 does the same for MCP, wiring up config-read and config-write capabilities that existed in name only until now. PR 3021 and PR 3030 build on that…
Second theme: the terminal interface got a concentrated set of search and structured-view fixes from njbrake. PR 3040 stopped a committed search from hijacking the new-session shortcut, PR 3042 kept the search bar visible so users can see what they searched for, and PR 3041 fixed a color collision where a running…
A few other notes worth flagging. PR 2975 lands runner-side control channel work for ACP, part of a multi-phase effort to fix silent-drop bugs on daemon reattach. PR 3018 adds a single-view command for what's actually running across substrates. And PR 3017 pins a cheaper model for session title generation, cutting…
What's next: watch for the remaining phases of the ACP control channel work, and…
Nearby episodes from Agent Of Empires Daily
- Terminal Session Recovery and Live-View Stability
- Plugin Platform Lays Its Foundation
- Trash, Status, and Session Reliability Hardening
- Chasing Down TUI Status and Input Bugs
- The Live Mode Overhaul
- Cleanup Day for Tmux, Config, and Test Debt
- Session Reliability and Live Terminal Fixes
- Structured View Gets Consistent