ur-agent 1.65.9 → 1.65.10

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,26 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.65.10
4
+
5
+ - Reworked approved-plan execution into a capability-aware task graph. Plans
6
+ now split separately completable outcomes, keep genuinely atomic work whole,
7
+ express review-to-fix and verification dependencies, and launch only ready,
8
+ non-conflicting work in parallel waves of at most eight. The handoff uses
9
+ `TaskCreate`/`TaskUpdate`, `TodoWrite`, or the numbered plan according to the
10
+ tools actually available, and never advertises a worker that is not active.
11
+ - Made the built-in Explore and Plan agents available in the standard CLI with
12
+ structurally read-only tools. Parent and child execution boundaries reject
13
+ mutations even after permission-hook rewrites, custom agents cannot inherit
14
+ the exemption by reusing a name, and team creation/deletion rechecks live
15
+ plan mode before changing state.
16
+ - Task tools now accept positive safe-integer JSON task IDs as well as strings
17
+ and normalize them to canonical persisted strings, fixing smaller models
18
+ that call `TaskUpdate` with `taskId: 1`.
19
+ - Exact edit failures now return a bounded preview and a verified line anchor
20
+ for a fresh, smaller contiguous match. Large cross-section replacements fail
21
+ closed with actionable recovery instead of retrying unchanged or applying a
22
+ risky fuzzy edit.
23
+
3
24
  ## 1.65.9
4
25
 
5
26
  - Fixed the plan-file/task-list deadlock. While plan mode is active, the exact