ur-agent 1.78.9 → 1.78.11

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,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## 1.78.9
3
+ ## 1.78.11
4
4
 
5
5
  - Provider-reported context overflow now triggers one bounded automatic
6
6
  compaction-and-retry in the shipped build instead of immediately showing
@@ -9,25 +9,34 @@
9
9
  recovery itself; the original transcript remains unchanged. Automatic
10
10
  recovery still respects the user's disable setting and never recurses inside
11
11
  compact/session-memory workers.
12
- - Live answer streaming no longer paints partial model self-talk and removes it
13
- a moment later. The undecided trailing paragraph stays buffered; once
14
- internal planning is identified, one stable `Reasoning in progress` rail is
15
- shown until the finalized answer replaces it. Provider-native thinking is
16
- also private on the normal screen and remains available only in an explicitly
17
- opened transcript or verbose diagnostics. This is presentation-only and uses
18
- a monotonic incremental scan, so model context, reasoning depth, and streaming
19
- throughput remain intact.
20
-
21
- - Every real user work turn now appears in the live task board immediately,
22
- even before a model emits `TaskCreate`. The first explicit model task
23
- atomically replaces that automatic seed, so parallel task creation does not
24
- duplicate or lose work. A simple successful turn completes its seed; an
25
- aborted turn leaves it pending for honest recovery.
12
+ - The normal screen no longer paints live answer drafts or completed
13
+ "I'll inspect..." tool preludes. It shows stable tool progress and the final
14
+ answer instead; the complete provider text remains untouched in transcript
15
+ history, exports, verbose diagnostics, and future model context. The
16
+ `◭ Mashoofing…` activity row is now independent from streamed content and
17
+ remains mounted throughout active work, so hiding narration never hides
18
+ liveness. Its primary line now includes the live task-board activity after
19
+ the ellipsis, width-bounded to stay on one row.
20
+ - Ollama Cloud streams now tolerate five minutes of silence during large-model
21
+ prefill or tool planning instead of failing after two. The deadline still
22
+ measures inactivity rather than total runtime and remains configurable with
23
+ `UR_STREAM_IDLE_TIMEOUT_MS`; remote sessions and cloud non-streaming fallback
24
+ keep their two-minute bounds, and real dead streams still terminate.
25
+
26
+ - A new work board appears immediately, even before a model emits `TaskCreate`.
27
+ Its internal seed now renders as a neutral `Planning tasks…` state and never
28
+ stores or flashes the user's prompt as a task title or description. The first
29
+ explicit model task atomically replaces that seed, so parallel creation does
30
+ not duplicate or lose work. Corrective replies—including `no` / `still`
31
+ feedback—and interruptions resume the existing seed or explicit unfinished
32
+ board. A successful simple turn completes its seed; an aborted turn leaves it
33
+ pending for honest recovery.
26
34
  - User interruptions no longer archive pending or in-progress tasks into an
27
35
  apparently empty list. The next prompt advances the generation while keeping
28
- unfinished work visible, adds the new request, and instructs the agent to
29
- reconcile, skip superseded work, and continue updating statuses. Completed
30
- or otherwise terminal lists still move to readable history.
36
+ unfinished work visible and instructs the agent to reconcile, update relevant
37
+ work, skip superseded work, and continue statuses. Completed terminal lists
38
+ move to readable history only for genuinely new work; corrective follow-ups
39
+ reopen the relevant active board.
31
40
  - Crew concurrency tests now declare their branches read-only, matching the
32
41
  runtime policy that unknown shared-checkout work serializes. The artifact
33
42
  HTTP integration test also distinguishes a managed sandbox's blanket socket