Agent Of Empires Daily: Sessions That Forget Where They Live
Today's work centers on session state drifting out of sync with reality — stale worktree paths, mismatched conversation stores, and dead tmux sessions that pollers won't let go of — alongside a cluster of TUI performance fixes.
Duration: PT2M51S
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-27T20:00:44Z
- Audio duration: PT2M51S
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 August 27th, and today's briefing has a clear throughline: sessions losing track of where they actually are.
The biggest example is PR 3531, from Seluj78, which teaches Agent of Empires to reconcile a worktree's recorded path when the directory moves outside the tool — say, from a manual git worktree move in another shell. Before this, attach, status detection, and diff all kept acting on a path that no longer existed, and…
That same family of bugs shows up twice more. PR 3556, still open from Chiyo-no-sake, closes a gap where opencode sessions lose their pinned conversation when two sessions share a working directory — the same root cause pattern as several earlier issues. And PR 3558 from Eric162 fixes session-id pollers that never…
Second theme: TUI responsiveness. Eric162 also shipped two performance fixes — 3559 stops the preview pane from needlessly re-forking tmux's capture-pane every quarter second on an idle screen, and 3557 cuts a six-second delay opening Settings by memoizing repeated agent probes. Separately, PR 3540 fixes UTF-8…
Rounding out the day: PR 3563 tightens approval-prompt detection in tmux to avoid false positives, and PR 3561 makes the ACP…
W…