@gencode/console 0.1.4 → 0.1.6

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