Agent Of Empires Daily: Release Day, and the Session Truth Problem
Version 1.14.0 shipped, packaging a week of fixes that all circle one issue — sessions and their environments drifting out of sync with reality — alongside a major new skills-sharing system across TUI, web, and CLI.
Duration: PT2M48S
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-08-05T20:00:29Z
- Audio duration: PT2M48S
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 August 5th, and this is Agent Of Empires Daily.
Today's release, version 1.14.0, closes out a week where the dominant theme was sessions losing track of themselves — and a coordinated push to fix that at every layer.
Start with session identity. PR 3226 self-heals agent session IDs when a session is launched purely from the CLI, no daemon, no TUI — closing a gap the earlier fix in PR 3169 couldn't reach because opencode writes its session record lazily, after the launch window closes. Related: PR 3261 flags a case where Codex…
Environment correctness got the same treatment. PR 3266 finally forwards the desktop display environment to structured-view agents, closing a bug that survived an earlier partial fix in PR 3079. And the host_hooks before_session work, landed by hairbui76 and detailed in commit c4b032a, adds a way to mint fresh…
Small but sharp: PR 3249 fixes a shell-quoting bug where a model name containing brackets could abort a session launch outright — a one-character glob match killing the whole command line.
Second theme: operational trust. PR 3231 stops aoe update from treating an inconclusive daemon check as proof nothing is running, a 22-comment fix…