Agent Of Empires Daily: Account-Swap Continuity and Mobile Parity
Multi-account session handling drove the most critical fixes, with PR 4031 carrying conversations across account swaps and PR 4023 fixing false consent blocks for symlinked configs. Two web fixes from cwrau close desktop-mobile gaps for agents panels and session naming.
Duration: PT2M23S
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-19T20:00:04Z
- Audio duration: PT2M23S
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 Saturday, September 19th, 2026.
The lead story is reliability for developers running one agent under two accounts. Swapping accounts used to strand your conversation in the old account's folder, and related config checks were blocking legitimate setups.
First theme: keeping the session alive across accounts. PR 4031, fixing issue 4030, changes an account-only swap to carry the transcript forward. Instead of parking the session, it keeps the session identifiers and copies the conversation into the incoming account's folder before relaunch. The copy only happens when…
Closely related is PR 4023, fixing issues 3678 and 3257. The hook-path consent gate compared disclosed and resolved paths as text. Account switchers that keep credentials per-account but symlink settings back to a shared file were falsely blocked. It now compares by resolved target on disk, so two names for the same…
Second theme: web parity. PR 4039 restores the sub-agents panel on mobile, which had no route below the medium breakpoint, plus fixes for the files pane and capability gating in City Hall mode that desktop already respected. PR 4038 aligns the sidebar auto-name action with the terminal…
What'…