ur-agent 1.22.5 → 1.22.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,20 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.22.6
4
+
5
+ ### Fixed
6
+ - Fixed Bash tool runtime execution failing every command with
7
+ `timeoutMs is not defined` by keeping the command hook timeout value in scope
8
+ before lifecycle hooks run.
9
+ - Fixed Edit/Update tool runtime execution failing with
10
+ `toolUseContext is not defined` by preserving the full tool context inside
11
+ file edit calls.
12
+
13
+ ### Verified
14
+ - Added lifecycle runtime regressions for both `BashTool.call` and
15
+ `FileEditTool.call`.
16
+ - Verified source and production bundle release checks for the `1.22.6` build.
17
+
3
18
  ## 1.22.3
4
19
 
5
20
  ### Added