Agent Of Empires Daily: Sessions That Lied About Their Own State
Today's merges cluster around sessions and panes silently misreporting what's actually happening — from tmux mouse settings to stuck "Running" statuses to compaction going dark — plus a plugin API expansion that lays groundwork for richer pane UIs.
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-08-04T20:00:23Z
- 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 afternoon. It's August 4th, and today's theme is trust in status: several fixes landed because aoe was telling users one thing while doing another.
Start with tmux. PR 3227 fixes sessions that were always created with mouse mode on, ignoring a user's own config — because a session-level tmux setting quietly outranks the global one. Same author, njbrake, also shipped 3247, stopping the terminal display from double-applying output during startup, and 3246, which…
The ACP side had its own version of this problem. Seluj78 landed 3221 and 3236, which name the compact phase explicitly instead of treating it as generic "steering" — because compaction can silently run for over ninety seconds while the UI shows nothing, and cancelling it left sessions stuck reading Running. 3233…
Second theme: platform groundwork. PR 3244 expands the plugin pane vocabulary to API version 12, adding callout, ratio, and comparison layouts — and 3245 immediately pins the first plugin release built on it, GitHub plugin 2.0.0. Worth remembering if you're building plugins: the reserved namespace only resolves…
Smaller but notable: 3220 hardens the Nix embedded-asset checker after a same-day review turned up…
Wha…