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/njbrake, https://github.com/Seluj78, and https://github.com/Eric162.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Persist web login sessions across daemon restart. Persist web login sessions across daemon restart. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Feature | Medium |
Add "New Session" to the project/group right-click menu. Add "New Session" to the project/group right-click menu. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Feature | Medium |
Add Snooze option to the session right-click context menu. Add Snooze option to the session right-click context menu. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Feature | Medium |
Offer to pull a newer sandbox image when one is available. Offer to pull a newer sandbox image when one is available. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Feature | Medium |
Add bare repository clone option to web dashboard. Add bare repository clone option to web dashboard. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Performance | Medium |
Cache diff contents and deduplicate server scan to reduce diff-switch lag. Cache diff contents and deduplicate server scan to reduce diff-switch lag. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Bugfix | Medium |
Show a cursor in the live-send preview. Show a cursor in the live-send preview. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Bugfix | Medium |
Keep wrapped‑agent idle status instead of masking to Unknown. Keep wrapped‑agent idle status instead of masking to Unknown. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Bugfix | Medium |
Run on_create hooks for sessions created via the web API. Run on_create hooks for sessions created via the web API. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Bugfix | Medium |
Drop stale last_error on healthy instance after recovery. Drop stale last_error on healthy instance after recovery. Source: llm_adapter@2026-06-10 Confidence: high |
— |
Full changelog
1.11.0 - 2026-06-10
Bug Fixes
- On create hooks in container in #1990 by @Davicittod (
10827e7) - tui: Show a cursor in the live-send preview in #2028 by @njbrake (
d0867e5) - tui: Calmer session archiving and right-click archive in #2025 by @njbrake (
8ae2770) - session: Keep wrapped-agent idle status instead of masking to Unknown in #2030 by @njbrake (
ce6d11c) - tui: Surface on_create hook output in creation failure dialog in #1992 by @markphilipp (
e624006) - theme: Make the theme a single global preference in #2031 by @njbrake (
72cdb9d) - tui: Drop phantom project header when only archived sessions remain in #2033 by @njbrake (
73f9677) - test: Gate harness helpers behind serve feature in #2034 by @jerome-benoit (
a77c61a) - web: Keep in-progress profile description edit across the async load by @njbrake (
6152cf6) - sandbox: Skip glob-like volume_ignores entries instead of mounting them literally in #2037 by @njbrake (
556175c) - hooks: Honor agent config-dir env vars when installing status hooks in #2038 by @uzi (
21983cd) - web: Drop orphaned split-diff files left over from #1969 rewrite by @njbrake (
a0c4dc1) - lint: Remove frontend ESLint warnings and max-warnings allowance in #2040 by @Eric162 (
0e26acd) - hooks: Ignore empty CODEX_HOME when resolving codex config path in #2043 by @uzi (
4918208) - build: Resolve git HEAD/index via rev-parse so worktree builds cache in #2050 by @njbrake (
5717203) - tui: Exit live mode when a select-only click moves to another session in #2057 by @njbrake (
fe1b776) - acp: Re-adopt live orphan runners so a failed handshake self-heals in #2053 by @njbrake (
3e14345) - server: Drop stale last_error on healthy instance after recovery in #2060 by @njbrake (
5f6a052) - tui: Unpin a project from every scope so empty headers clear in #2059 by @njbrake (
f2663ab) - server: Refresh recovery suppression marks so queued candidates don't age out in #2061 by @njbrake (
a08ed77) - tui: Boot live-send agent pane at the visible size to kill the resize race in #2064 by @njbrake (
178be86) - web: Run on_create hooks for sessions created via the web API in #2069 by @njbrake (
ced38b8) - tui: Keep the pull-image banner from clobbering itself mid-pull in #2073 by @njbrake (
5f372fd) - theme: Align theme color projection in #2074 by @jerome-benoit (
42e051d) - tui: Resolve empty project-header pin state by label so stale pins can be cleared in #2076 by @njbrake (
4e76d89) - theme: Centralize projected dashboard colors in #2080 by @jerome-benoit (
f253b4e) - tui: Move settings status into the footer with auto-dismiss in #2084 by @njbrake (
970bc38) - web: Keep the agent prompt visible under the mobile keyboard and keep streaming while reading scrollback in #2087 by @njbrake (
fb9306b)
Features
- acp: Forward agent-native MCP config via live read-through, merged under global in #1998 by @Seluj78 (
a6348f0) - serve: Persist web login sessions across daemon restart, fix devices page in #1999 by @Seluj78 (
de5bf9f) - build: Share dependency builds across worktrees via kache in #2000 by @Seluj78 (
dcaa28c) - tui: Anchor preview selection to scrollback so it spans pages in #1980 by @njbrake (
d178d06) - acp: Per-profile and trusted project-local MCP config layers in #2001 by @Seluj78 (
a62895a) - diff: Render diffs with @pierre/diffs (virtualized, worker-pool highlighting, in-diff find) in #1969 by @Eric162 (
1353293) - worktree: Tie session title and worktree directory name together in #1997 by @Seluj78 (
51fe1bd) - mcp: Unified MCP management surface (read model, conflict, keep-on-removal, CLI, web) in #2006 by @Seluj78 (
f4d7d74) - file-watch: Server consumer migration; AppState event-driven storage mirror in #1739 by @jerome-benoit (
d0bf6b0) - file-watch: TUI HomeView event-driven storage reload in #1740 by @jerome-benoit (
9af7f59) - tui: Configure command override + extra args in the restart dialog in #2041 by @Eric162 (
b19c2b1) - web: Single-source profile-settings write allowlist from the schema in #2049 by @njbrake (
a700fb1) - tui: Add "New Session" to the project/group right-click menu in #2051 by @njbrake (
467aa89) - sandbox: Expand glob volume_ignores at create time with a confirm gate in #2054 by @njbrake (
92b1710) - tui: Pin a project so it persists without sessions in #2055 by @njbrake (
d3784a0) - archive: Archive an entire project at once in #2052 by @njbrake (
83cab6d) - tui: Add Snooze to the session right-click context menu in #2058 by @njbrake (
2018c2b) - tui: Offer to pull a newer sandbox image when one is available in #2065 by @njbrake (
3541740) - acp: Bump claude-agent-acp floor to 0.44.0 in #2077 by @Seluj78 (
39e2a95) - web: Stale-PWA update banner, cache headers, and ETag revalidation in #2079 by @njbrake (
b9ab75d) - Add bare repository clone option to web dashboard in #2081 by @flpdorea (
0b52207) - web: Mobile terminals adopt the TUI's live-mode architecture (capture streaming, native scroll, no PTY) in #2085 by @njbrake (
21be4f2)
Other
- Format files to oxfmt spec by @Eric162 (
9f94141) - Enforce prettier in CI by @Eric162 (
12f4afc) - Merge pull request #1993 from Eric162/format-web-phase-2-3 in #1993 by @njbrake (
d81f654) - Merge pull request #2032 from agent-of-empires/fix/profiles-live-test-flake in #2032 by @njbrake (
8ac04e4) - Merge pull request #2024 from Eric162/format-web-phase-4 in #2024 by @njbrake (
24232ec)
Performance
New Contributors
- @blacksmith-sh[bot] made their first contribution in #2063
- @uzi made their first contribution in #2043
Full Changelog: https://github.com/agent-of-empires/agent-of-empires/compare/v1.10.1...v1.11.0
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]