ur-agent 1.44.3 → 1.44.4

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.44.4
4
+
5
+ - The agent now learns from every run automatically — no `/learn run` needed.
6
+ ci-loop, arena, escalation, and test-first completions fold their pass/fail
7
+ outcome (per task category and model) into `.ur/learning/stats.json` as a
8
+ pure JSON update: zero model calls, zero tokens, idempotent, and failure of
9
+ the store can never break the run that produced the outcome.
10
+ - The `auto` routing strategy consumes that evidence: when a model has a
11
+ proven track record for a task's category (≥ 3 recorded runs, ≥ 60% pass
12
+ rate) and is currently selectable, it is chosen directly. Categories that
13
+ history shows a cheap local model handles reliably stop paying for the
14
+ strong tier — tokens go down because of evidence, not guesswork. With thin
15
+ or absent evidence, routing falls through to the exact previous heuristics,
16
+ so behavior can never degrade below today's.
17
+ - `/escalate` keeps consuming the same store (learned difficulty bias), which
18
+ now grows by itself, so tier selection sharpens run over run.
19
+ - New `autoMemoryExtractionInterval` setting: run the auto-memory extraction
20
+ agent every N eligible turns instead of every turn. The default (1) is
21
+ unchanged; the extraction is a forked agent call on the session model, so
22
+ this is an explicit token/compute dial for long sessions.
23
+
3
24
  ## 1.44.3
4
25
 
5
26
  - Make thinking visually distinct from answers: thinking blocks are labeled