Agent Of Empires Daily: Claude Config Regression and Daemon Auth Fixes
Two patch releases shipped fixes for a Claude settings regression and TUI CPU overhead, while local CLI commands gained passphrase daemon login. The dominant pattern is session identity and reliability repairs across spawn, resume, and polling.
Duration: PT2M39S
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-25T20:00:26Z
- Audio duration: PT2M39S
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 Friday, September 25th, 2026.
The lead story is session identity. A regression since version 1.17 made Claude forget familiar setup, and three related fixes now untangle how the default store is recognized.
First, PR 4122, shipped in 1.17.1. Every host Claude launch was pinning the Claude config directory, even for the normal default store. That sounds harmless, but it moved where Claude looked for its global config, so users saw first-run onboarding again and lost model context servers, trusted folders, and…
Second, daemon reliability and overhead. PR 3999 fixes local commands like prompt, history, status, and tail failing against passphrase-protected daemons. Those clients only sent a bearer token, which that daemon mode never writes. They now fall back to the same login handshake the web dashboard uses. On…
Third, web usability. PR 4130 adds Open File to the diff menu so binary assets open in the browser instead of just showing changed. PR 4099 adds unread and waiting counts to the sidebar toggle. PR 4132 lets the Ask User Question card submit on Enter, and PR 4089 lets plugins link back in-app with relative paths.
What's next: watch the open spawn, resume, and…
Nearby episodes from Agent Of Empires Daily
- Session Binding, Sandbox Isolation, and Safe Deletion
- Parked Sessions Wake Up and Sidebar Deletes Get Scoped
- Surviving Restarts and Smarter Session Defaults
- 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