@gencode/server 0.3.15 → 0.3.17

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 +19 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @gencode/server
2
2
 
3
+ ## 0.3.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - Updated dependencies [f3e27cb]
9
+ - Updated dependencies [c7a72ae]
10
+ - @gencode/cli@0.17.0
11
+ - @gencode/agents@0.19.0
12
+
13
+ ## 0.3.16
14
+
15
+ ### Patch Changes
16
+
17
+ - 3602bdf: HITL approval responses that select `deny` now skip the protected tool execution without marking the run as failed. CLI, callback, websocket, console, web, and one-shot server consumers will receive a normal completed result for the resumed run instead of a top-level error event, while the final text still states that the tool execution was skipped.
18
+ - Updated dependencies [3602bdf]
19
+ - @gencode/agents@0.18.3
20
+ - @gencode/cli@0.16.4
21
+
3
22
  ## 0.3.15
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gencode/server",
3
- "version": "0.3.15",
3
+ "version": "0.3.17",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "aimax-server": "./dist/bin.js"
@@ -19,8 +19,8 @@
19
19
  "access": "public"
20
20
  },
21
21
  "dependencies": {
22
- "@gencode/agents": "0.18.2",
23
- "@gencode/cli": "0.16.3"
22
+ "@gencode/agents": "0.19.0",
23
+ "@gencode/cli": "0.17.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "^22.0.0",