ur-agent 1.80.4 → 1.80.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.80.5
4
+
5
+ - Fixed the plan-mode/task-tracking deadlock introduced by the strict task
6
+ gate. Writing or editing only the active session plan file is now allowed
7
+ during plan mode, while project files remain protected and read-only.
8
+ - Plan approval now guarantees a visible execution board before coding starts.
9
+ Existing actionable tasks are preserved; otherwise UR derives a bounded,
10
+ deduplicated set of implementation tasks plus a dependent verification task
11
+ through the canonical `TaskCreate` lifecycle.
12
+ - `ExitPlanMode` can no longer be blocked for lacking the tasks it is
13
+ responsible for synchronizing. Plan prompts and recovery documentation now
14
+ describe the same lifecycle. Approve All remains unchanged.
15
+
3
16
  ## 1.80.4
4
17
 
5
18
  - Stopped runaway WebFetch loops on permanent HTTP 4xx responses. Failures are