Agent Of Empires Daily: Surviving Restarts and Smarter Session Defaults
Five fixes target state lost across worker respawns and restarts, while three new settings add per-project and interface control. Reliability after restart is the day's dominant theme.
Duration: PT2M15S
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-09-22T20:00:29Z
- Audio duration: PT2M15S
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 Tuesday, September twenty-second, twenty twenty-six.
The lead story is survival. Across five separate changes, the team fixed different ways a live session could silently lose state when its worker stopped, restarted, or reloaded from disk.
First, model picks. In pull request 4065, a structured session's chosen model was persisted for respawn, but never re-applied after the handshake, so idle timeouts, snoozes, daemon restarts and crash respawns fell back to the settings file default. The fix re-asserts the saved model after every establish path,…
Related reliability fixes cover background work and queue state. Pull request 4043 revives the monitoring badge after a worker replacement by queuing a reminder turn so the new process can re-arm its watch. Pull request 4069 fixes a race where a disk reload could overwrite a queued mid-turn prompt in memory, making…
Second theme: more granular defaults. Pull request 4040 adds per-project overrides for worktree mode and smart rename, with generic plumbing for future settings. Pull request 4062 makes the T-U-I sidebar position configurable left or right, with persistence and divider handling. Pull request 4025 adds a…
Finally…
Nearby episodes from Agent Of Empires Daily
- Codebase Simplification and Session Reliability Fixes
- Resume Honesty and Terminal Agent Switching
- Account-Swap Continuity and Mobile Parity
- Closing the Web-TUI Gap
- Session Identity and Replay Fixes Ship in 1.16.1
- Status Signals and Stale State
- Sandbox Trust and Container Correctness
- Session Identity and Test Reliability