@gencode/console 0.1.3 → 0.1.5

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,35 @@
1
1
  # @gencode/console
2
2
 
3
+ ## 0.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - e1882f4: Retry 200-stream LLM payload errors when upstream 5xx details survive only in the error message text.
8
+ - ace4220: Add thread goal audit events, live goal status updates, and objective-change steering across the goal control flow.
9
+ - Updated dependencies [5dec8b2]
10
+ - Updated dependencies [e1882f4]
11
+ - Updated dependencies [ace4220]
12
+ - Updated dependencies [1df854a]
13
+ - Updated dependencies [7cd5fcc]
14
+ - @gencode/cli@0.6.0
15
+ - @gencode/shared@0.2.0
16
+
17
+ ## Unreleased
18
+
19
+ ### Patch Changes
20
+
21
+ - Add `agent.model_request` event support in the console protocol and websocket mapper.
22
+ - Render `agent.model_request` in the event timeline with collapsible sections for `System Prompt`, `Tools`, and `Model Request JSON`.
23
+ - Update tool event rendering so `agent.tool_start` input and `agent.tool_end` output are collapsed by default and formatted as JSON when possible.
24
+
25
+ ## 0.1.4
26
+
27
+ ### Patch Changes
28
+
29
+ - b739cce: Fix the published CLI bundle so `aimax -V` no longer fails with a duplicate ESM declaration error.
30
+ - Updated dependencies [b739cce]
31
+ - @gencode/cli@0.5.2
32
+
3
33
  ## 0.1.3
4
34
 
5
35
  ### Patch Changes