@caupulican/pi-adaptative 0.80.82 → 0.80.84

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,3 +1,18 @@
1
+ ## [0.80.84] - 2026-06-29
2
+
3
+ ### Added
4
+
5
+ - Added a configurable `autonomy.maxStallTurns` setting, defaulting to 20, that caps foreground
6
+ goal-loop provider rounds and is editable from `/settings` → **Autonomy**.
7
+
8
+ ## [0.80.83] - 2026-06-28
9
+
10
+ ### Changed
11
+
12
+ - Model Router model selection now defaults to searchable pickers populated from authenticated/configured
13
+ provider models, with manual entry only as an explicit fallback; profile creation now also prompts for
14
+ a profile model from the same authenticated model list.
15
+
1
16
  ## [0.80.82] - 2026-06-28
2
17
 
3
18
  ### Added