agl 22.0.3 → 23.0.0

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,25 @@
1
1
  # Changelog
2
2
 
3
+ ## 2026-08-22 - 23.0.0
4
+
5
+ ### Breaking Changes
6
+
7
+ - stream live Assistant output through exact bounded deltas (streaming)
8
+ - Bump the controller protocol to 23 and the private Flex IPC protocol to 15 for snapshot hydration, ordered deltas, UTF-8 coordinates, and stream-gap barriers.
9
+ - Preserve one canonical browser transcript while applying targeted text, reasoning, tool, and terminal-state updates without broad root renders.
10
+ - Defer Markdown parsing until streaming settles and keep conversation Archive/Delete actions in the sidebar rather than the chat toolbar.
11
+ - Upgrade FlexHarness to 5.0.0 and dees-catalog to 6.12.1 for the new delta and targeted refresh contracts.
12
+
13
+ ## 2026-08-21 - 22.0.4
14
+
15
+ ### Fixes
16
+
17
+ - surface Flex project tasks as session todos (flex)
18
+ - Add read-only Flex task reads that respect session generation fences without creating database state
19
+ - Populate Flex session detail todos from persisted project management tasks
20
+ - Enable the todos panel for Flex sessions and refresh auxiliary data when a busy session settles
21
+ - Bump Flex-related patch dependencies
22
+
3
23
  ## 2026-08-21 - 22.0.3
4
24
 
5
25
  ### Fixes