agl 22.0.0 → 22.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/changelog.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## 2026-08-21 - 22.0.1
4
+
5
+ ### Fixes
6
+
7
+ - remove legacy terminal layout references and retry stale archive enumerations (sessions)
8
+ - Add a v24 persisted-state migration that removes historical terminal IDs from session groups and ungrouped layouts while preserving ordering and revisions.
9
+ - Fail closed on invalid or concurrently changed layout rows before replacing migrated documents.
10
+ - Invalidate shared harness session enumerations during archive finalization and use OpenCode session snapshots for archive preflight.
11
+ - Show project-scoped session layout load errors in the sidebar without dropping confirmed groups.
12
+
3
13
  ## 2026-08-20 - 22.0.0
4
14
 
5
15
  ### Breaking Changes