ur-agent 1.65.11 → 1.65.12

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.12
4
+
5
+ - Forced explicit weak-model decision menus through the real
6
+ `AskUserQuestion` UI. A provider-neutral end-turn guard accepts only one
7
+ canonical Ask object from explicit reasoning or one complete rigid Markdown
8
+ choice menu, validates it unchanged against the live tool schema, and rejects
9
+ examples, ambiguity, ordinary prose, workers, and headless sessions.
10
+ - Removed two task-list dead ends without weakening the mutation boundary.
11
+ Live plan mode may run only the exact current plan-directory bootstrap Bash
12
+ shape before tasks exist, and the last actionable task remains `in_progress`
13
+ when a file mutation has no later successful observable check. The same task
14
+ can then be verified or corrected instead of creating a duplicate.
15
+ - Improved exact `Edit` mismatch recovery for stale HTML blocks. Diagnostics
16
+ now select the most distinctive verified line near the real target, such as
17
+ `<script>`, rather than an unrelated generic closing tag; edits remain
18
+ fail-closed and never apply fuzzy replacements.
19
+ - Raised the default Ollama Cloud timeout for the known-slow Kimi K2.7 family
20
+ from 120 to 300 seconds in both streaming and permitted non-streaming paths.
21
+ Explicit timeouts and the stricter remote-session ceiling still take
22
+ precedence.
23
+
3
24
  ## 1.65.11
4
25
 
5
26
  - Hardened `AskUserQuestion` for weaker models without inventing user intent.