Agent Of Empires Daily: The Live Mode Overhaul

Today's activity centers on a major hardening pass to the TUI's live terminal mode, plus a release ship of version 1.13.0 and a cluster of fixes to the agent client's turn-tracking logic.

Duration: PT2M43S

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-16T20:00:29Z
  • Audio duration: PT2M43S

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 July 16th, and this is Agent Of Empires Daily.

The headline today: live mode, the direct terminal passthrough feature, got a coordinated overhaul across nearly a third of today's merges — moving it from an experimental, env-var-gated feature to something meant to be trusted and documented.

Start with PR 2910, which replaces the undocumented live-VT environment flag with a proper settings toggle and user docs — a sign this feature is graduating from internal testing to a supported surface. But graduating means the rough edges had to get fixed first. PR 2907 corrects the cursor snapping to the wrong…

Second theme: turn-lifecycle correctness in the agent client. Three separate PRs from Seluj78 — 2891, 2901, and 2900 — all fix cases where the system either missed or mishandled the end of an agent's turn: stale notifications between prompts, a missing terminal "stopped" signal on resumed turns, and a watchdog that…

Related: PR 2909 and PR 2865 both address status getting stuck or wrongly latched — one for Claude sessions stuck on "Running," the other for tmux connectivity blips falsely marking sessions dead. Status accuracy across the board was clearly a focus.

Rounding…

Nearby episodes from Agent Of Empires Daily

  1. Cleanup Day for Tmux, Config, and Test Debt
  2. Session Reliability and Live Terminal Fixes
  3. Structured View Gets Consistent
  4. Quieting False Alarms
  5. Weekly Recap - Session Reliability & Interface Polish
  6. Structured View Reliability Sweep