Agent Of Empires Daily: Parked Sessions Wake Up and Sidebar Deletes Get Scoped

Sessions stuck in rate-limit park now accept new prompts instead of queueing with no worker to run them, while sidebar actions are scoped to the visible row and shared worktrees are preserved. Related fixes correct model handling across respawns and agent switches.

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-09-23T20: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 morning, it's September 23rd, 2026, and you're listening to Agent of Empires Daily.

The headline today: a parked session that hit a provider rate limit could lock you out completely, and that path is now fixed to accept new work.

The core issue, in pull request 4079, was dispatch logic. Only one kind of parked session counted as sendable, so a prompt typed into an ordinary park became a queued row with no worker coming to run it. Auto-resume is off by default, and the manual resume option re-delivered the interrupted turn first. Now any live…

Related to that lifecycle work are two model bugs. Pull request 4071 fixes a respawn race where a model picked between the reconciler snapshot and the spawn build was ignored, then wrongly re-asserted after handshake. Pull request 4077 fixes the opposite: switching agents carried the old backend's model forward on…

Second, sidebar actions are now row-scoped. Pull request 4084 stops stop, start and delete from acting on the whole workspace when sessions are split across groups. That exposed a data-loss regression, fixed in 4095, where deleting one row removed a managed worktree and branch still in use. Purge now keeps shared…

Finally,…

Nearby episodes from Agent Of Empires Daily

  1. Surviving Restarts and Smarter Session Defaults
  2. Codebase Simplification and Session Reliability Fixes
  3. Resume Honesty and Terminal Agent Switching
  4. Account-Swap Continuity and Mobile Parity
  5. Closing the Web-TUI Gap
  6. Session Identity and Replay Fixes Ship in 1.16.1
  7. Status Signals and Stale State
  8. Sandbox Trust and Container Correctness