@gencode/web 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @gencode/web
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 [e1882f4]
10
+ - Updated dependencies [ace4220]
11
+ - Updated dependencies [7cd5fcc]
12
+ - @gencode/console@0.1.5
13
+ - @gencode/shared@0.2.0
14
+
15
+ ## 0.1.4
16
+
17
+ ### Patch Changes
18
+
19
+ - b739cce: Fix the published CLI bundle so `aimax -V` no longer fails with a duplicate ESM declaration error.
20
+ - Updated dependencies [b739cce]
21
+ - @gencode/console@0.1.4
22
+
3
23
  ## 0.1.3
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gencode/web",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -13,8 +13,8 @@
13
13
  "CHANGELOG.md"
14
14
  ],
15
15
  "dependencies": {
16
- "@gencode/console": "0.1.3",
17
- "@gencode/shared": "0.1.2"
16
+ "@gencode/console": "0.1.5",
17
+ "@gencode/shared": "0.2.0"
18
18
  },
19
19
  "devDependencies": {},
20
20
  "scripts": {