This release keeps dependencies and maintenance posture current for teams operating this tool.
✓ No known CVEs patched in this version
Topics
+13 more
Summary
AI summaryBroad release touches Bug Fixes, https://github.com/Seluj78, https://github.com/njbrake, and https://github.com/jerome-benoit.
Full changelog
1.11.1 - 2026-06-17
Bug Fixes
- web: Keep structured-view composer above the iOS soft keyboard in #2014 by @njbrake (
d5741f3) - tui: Advance the cursor to the next session on archive in #2107 by @njbrake (
5d9c3c2) - Block tied-worktree rename while a sandbox container holds the mount in #2117 by @njbrake (
e6ffdab) - session: Skip a corrupt row in Storage::load in #2119 by @markphilipp (
7e877a8) - tui: Forward the wheel to full-screen live-send agents instead of dead scrollback in #2123 by @njbrake (
884186a) - serve: Run session deletion bookkeeping in a detached task in #2127 by @Seluj78 (
bac8cd7) - web: Suppress working spinner while a question or approval card is pending in #2151 by @Seluj78 (
823880a) - recovery: Propagate on_launch hook timeouts as Status::Error in #2169 by @jerome-benoit (
0a1f374) - nix: Pin rustc via rust-overlay so the Cachix build tracks stable in #2181 by @njbrake (
c6d7394) - hooks: Rewrite installed hook strings on startup so existing agent configs pick up shell hardening in #2168 by @jerome-benoit (
bcc809f) - web: Clean and markdown-render synthesize-mode memory recall card in #2165 by @Seluj78 (
86116a5) - web: Name diff base in empty changes panel in #2180 by @Seluj78 (
0f79b25) - web: Render structured-view tool-card file paths repo-relative in #2162 by @Seluj78 (
61c7fa2) - acp: Stop silent-orphan watchdog killing monitor turns in #2183 by @Seluj78 (
a20b130) - serve: Persist recent projects so a deleted-session project stays in the wizard in #2157 by @Seluj78 (
1e81784) - session: Tear down all tmux sessions on archive in #2179 by @jerome-benoit (
42eb3b1) - git: Diff against origin tip when local base is stale in #2194 by @Seluj78 (
2a2ba24) - tui: Clear screen without a cursor-position query in #2204 by @peteski22 (
9f040c6) - tui: Run session restart off the event loop in #2202 by @njbrake (
716fcd3) - projects: Unpin keeps the saved project; decouple pin from the registry in #2225 by @Seluj78 (
443f4ba) - session: Keep archived sessions out of Error when their tmux is gone in #2227 by @Seluj78 (
073a2a6) - acp: Reliable structured-view stop, turn-end, and session recovery in #2239 by @Seluj78 (
17d5430) - serve: Heal structured session status out of a stale Stopped in #2253 by @Seluj78 (
6043a35) - tui: Keep diff file list selection visible in #2254 by @MTGVim (
679eebb) - web: Portal the sidebar tooltip so it is not clipped at the panel edge in #2217 by @Seluj78 (
2306474) - web: Tolerate finger jitter on sidebar long-press so the session menu opens on Android in #2234 by @Seluj78 (
604797f) - web: Allow archive and snooze on pinned sessions in #2235 by @Seluj78 (
b5cfa14) - session: Preserve sid on ambiguous resume failure in #2224 by @jerome-benoit (
33f4b2d) - web: Differentiate the two new-session button tooltips in #2215 by @Seluj78 (
70dd5c6)
Features
- web: Server-side UI state sync, session Stop action, and dashboard/dev polish in #2106 by @njbrake (
5180953) - acp: AskUserQuestion in the web structured view via ACP elicitation in #2100 by @Seluj78 (
6f036b3) - file-watch: Config live-reload migration; HomeView config kicks via watcher in #1741 by @jerome-benoit (
c366594) - file-watch: Dispatch Action::SetTheme on watcher-driven config refresh in #2116 by @jerome-benoit (
20fb965) - tui: Optional branch rename in the tied worktree rename dialog in #2118 by @njbrake (
3508830) - sandbox: Host-side before_start hooks that inject env into the container in #2114 by @njbrake (
9624744) - sandbox: Per-session input + repo slug for before_start hooks in #2121 by @njbrake (
e0daa74) - sandbox: Per-session input + repo slug for before_start hooks (re-land #2121) in #2149 by @njbrake (
4dfb0eb) - telemetry: Wire the session-create counter into the TUI surface in #2122 by @markphilipp (
31eb255) - structured-view: Recall and edit queued prompts with ArrowUp/ArrowDown in #2155 by @Seluj78 (
e7ce7be) - Add "New Session" to the session right-click menu (TUI and web) in #2195 by @Seluj78 (
f24b469) - serve: Notify on AskUserQuestion with a dedicated push and chime in #2158 by @Seluj78 (
af7b090) - web: Render structured-view history recent-first with Load earlier in #2161 by @Seluj78 (
4ddd738) - web: Dedicated tool cards for ToolSearch, Monitor, TaskStop in #2167 by @Seluj78 (
afc6eb9) - web: Pin a project so it persists in the sidebar without sessions in #2193 by @Seluj78 (
5b696ad) - web: Show saved projects in new-session wizard Recent tab in #2166 by @Seluj78 (
92d9a30) - Allow registering non-git directories as projects in #2182 by @plainlystated (
039de77) - web: Move Profiles into a Settings tab, drop the sidebar button in #2218 by @Seluj78 (
432e6f4) - serve: Single live size-owner across TUI, web, and mobile in #2115 by @njbrake (
d349b6f) - web: Surface individual settings in the command palette in #2197 by @Seluj78 (
2be8a05) - serve: Web UI to install or update a missing or out-of-date ACP agent in #2198 by @Seluj78 (
a06be42) - web: Restore last session on PWA relaunch in #2200 by @Seluj78 (
592d39b) - serve: Smart-rename structured view sessions from the first message in #2201 by @Seluj78 (
7cacf57) - settings: Full-text settings search on the web, fuzzy matching on both surfaces in #2223 by @Seluj78 (
313c869) - cli: Add aoe killall panic command to force-stop daemon, workers, and tmux sessions in #2156 by @Seluj78 (
269d4ff) - web: Rework sidebar project rows, drop grab bar, hover-swap icon/chevron, add session count in #2216 by @Seluj78 (
20e8b17) - acp: Show answered AskUserQuestion in the structured-view transcript in #2228 by @Seluj78 (
b260a90) - web: Tap anywhere to open the keyboard on mobile (terminal and structured view) in #2249 by @Seluj78 (
5b2dec3) - web: Rework new-session wizard into a single smart screen with progressive disclosure in #2247 by @Seluj78 (
fd5d0f1) - web: Recent-first structured-view history with auto-load on scroll-up in #2240 by @Seluj78 (
d40b122) - web: Move the projects page into a dedicated sidebar section in #2226 by @Seluj78 (
e946d39)
Other
- Revert "feat(sandbox): per-session input + repo slug for before_start hooks (#2121)" in #2148 by @njbrake (
0ef30a4) - Update Dependabot labels from 'area:acp' to 'area:web' in #2136 by @Seluj78 (
91100ad)
Reverts
New Contributors
- @MTGVim made their first contribution in #2254
- @plainlystated made their first contribution in #2182
Full Changelog: https://github.com/agent-of-empires/agent-of-empires/compare/v1.11.0...v1.11.1
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Track I've implemented multi-repo workspace support in Agent of Empires
Get notified when new releases ship.
Sign up freeAbout I've implemented multi-repo workspace support in Agent of Empires
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]