agl 22.0.2 → 22.0.4

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,23 @@
1
1
  # Changelog
2
2
 
3
+ ## 2026-08-21 - 22.0.4
4
+
5
+ ### Fixes
6
+
7
+ - surface Flex project tasks as session todos (flex)
8
+ - Add read-only Flex task reads that respect session generation fences without creating database state
9
+ - Populate Flex session detail todos from persisted project management tasks
10
+ - Enable the todos panel for Flex sessions and refresh auxiliary data when a busy session settles
11
+ - Bump Flex-related patch dependencies
12
+
13
+ ## 2026-08-21 - 22.0.3
14
+
15
+ ### Fixes
16
+
17
+ - recognize wrapped OpenCode not-found errors (opencode)
18
+ - Detects OpenCode SDK errors where the 404 NotFoundError response is nested under cause.body.
19
+ - Adds coverage to ensure only wrapped 404 NotFoundError responses are treated as missing sessions.
20
+
3
21
  ## 2026-08-21 - 22.0.2
4
22
 
5
23
  ### Features