This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+13 more
ReleasePort's take
Light signalv1.6.2 adds multi‑repo workspace support and introduces the `aoe logs` command for formatted log viewing.
Why it matters: Plan to adopt v1.6.2 in upcoming releases; test new workspace initialization before production rollout.
Summary
AI summaryAdd multi-repo workspace support and introduce the aoe logs command for viewing formatted logs.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Web terminal panes auto-respawn when dead Web terminal panes auto-respawn when dead Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
init_submodules configuration option skips recursive init init_submodules configuration option skips recursive init Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Feature | Medium |
Debug build state isolated from release builds Debug build state isolated from release builds Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Feature | Medium |
Cockpit adds SQLite persistence Cockpit adds SQLite persistence Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Feature | Medium |
Cockpit session resume and load resume functionality Cockpit session resume and load resume functionality Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Feature | Medium |
Cockpit tool and markdown rendering improvements Cockpit tool and markdown rendering improvements Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Feature | Medium |
Cockpit supports offline state Cockpit supports offline state Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Feature | Medium |
Qwen Code language model support added Qwen Code language model support added Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Feature | Medium |
Post-checkout hook failures tolerated gracefully Post-checkout hook failures tolerated gracefully Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Feature | Medium |
AOE serve command adds --open flag AOE serve command adds --open flag Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Feature | Medium |
New aoe logs command views debug and serve logs New aoe logs command views debug and serve logs Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Feature | Low |
`init_submodules` config option allows skipping recursive submodule initialization `init_submodules` config option allows skipping recursive submodule initialization Source: granite4.1:30b@2026-05-23-audit Confidence: low |
— |
| Dependency | Medium |
Dependency similar bumped to 3.1.0 Dependency similar bumped to 3.1.0 Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Dependency | Medium |
Dependency rusqlite bumped to 0.39.0 Dependency rusqlite bumped to 0.39.0 Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Dependency | Low |
Dependency similar upgraded from 3.0.0 to 3.1.0 Dependency similar upgraded from 3.0.0 to 3.1.0 Source: granite4.1:30b@2026-05-23-audit Confidence: low |
— |
| Dependency | Low |
Dependency rusqlite upgraded from 0.32.1 to 0.39.0 Dependency rusqlite upgraded from 0.32.1 to 0.39.0 Source: granite4.1:30b@2026-05-23-audit Confidence: low |
— |
| Performance | Medium |
Workspace creation now parallelized Workspace creation now parallelized Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Performance | Low |
Workspace creation runs in parallel for faster init Workspace creation runs in parallel for faster init Source: granite4.1:30b@2026-05-23-audit Confidence: low |
— |
| Bugfix | Medium |
Web UI debug logging noise reduced, session branch deletion idempotent Web UI debug logging noise reduced, session branch deletion idempotent Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
Web terminal logging fixed in serve command Web terminal logging fixed in serve command Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
CLI error message improved when add path missing CLI error message improved when add path missing Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
Sidebar sorting behavior fixed Sidebar sorting behavior fixed Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
Browse directory memory state fixed Browse directory memory state fixed Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
Container execution test reliability improved Container execution test reliability improved Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Bugfix | Medium |
AOE URL handling fixed AOE URL handling fixed Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Bugfix | Medium |
AOE URL processing issues resolved AOE URL processing issues resolved Source: granite4.1:30b@2026-05-23-audit Confidence: low |
— |
Full changelog
What's Changed
- fix: webui debug log noise + idempotent session branch deletion by @Seluj78 in https://github.com/njbrake/agent-of-empires/pull/992
- feat: isolate debug-build state from release (#985) by @Seluj78 in https://github.com/njbrake/agent-of-empires/pull/995
- Cockpit polish: SQLite persistence, session/load resume, tool/markdown rendering, offline state by @Seluj78 in https://github.com/njbrake/agent-of-empires/pull/1008
- fix(serve): web terminal logging + auto-respawn dead pane (#1009) by @Seluj78 in https://github.com/njbrake/agent-of-empires/pull/1011
- chore(deps): bump cachix/cachix-action from 1eb2ef646ac0255473d23a5907ad7b04ce94065c to 5f2d7c5294214f71b873db4b969586b980625e71 by @dependabot[bot] in https://github.com/njbrake/agent-of-empires/pull/989
- chore(deps): bump similar from 3.0.0 to 3.1.0 by @dependabot[bot] in https://github.com/njbrake/agent-of-empires/pull/990
- chore(deps): bump rusqlite from 0.32.1 to 0.39.0 by @dependabot[bot] in https://github.com/njbrake/agent-of-empires/pull/991
- ci: cache Rust build artifacts to speed up CI by @njbrake in https://github.com/njbrake/agent-of-empires/pull/1019
- fix(cli): cleaner error when add path does not exist by @Seluj78 in https://github.com/njbrake/agent-of-empires/pull/987
- Add Qwen Code support and improve container exec test reliability by @ellecer in https://github.com/njbrake/agent-of-empires/pull/626
- perf(worktree): parallel workspace creation + tolerate post-checkout hook failures by @Seluj78 in https://github.com/njbrake/agent-of-empires/pull/994
- docs: complete README guide links and missing features by @Seluj78 in https://github.com/njbrake/agent-of-empires/pull/1001
- Batch fixes: sidebar sort, browse-dir memory, aoe url, aoe serve --open by @Seluj78 in https://github.com/njbrake/agent-of-empires/pull/1012
- feat(cli): add
aoe logsto view debug/serve logs with a pretty viewer by @Seluj78 in https://github.com/njbrake/agent-of-empires/pull/1014 - feat(worktree): add init_submodules config to skip recursive submodule init by @mguthaus in https://github.com/njbrake/agent-of-empires/pull/1021
New Contributors
- @ellecer made their first contribution in https://github.com/njbrake/agent-of-empires/pull/626
Full Changelog: https://github.com/njbrake/agent-of-empires/compare/v1.6.1...v1.6.2
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]