@oh-my-pi-zen/pi-coding-agent 16.3.6-zen.1 → 16.3.6-zen.3

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
@@ -2,6 +2,20 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [16.3.6-zen.3] - 2026-07-04
6
+
7
+ ### Added
8
+
9
+ - Added ordered model role chains: comma-separated `modelRoles.<role>` entries now act as provider fallback chains, and the model selector shows/edit them with zero-based badges like `ROLE#0`, `ROLE#1`, etc.
10
+ - Added `statusLine.segmentOptions.model.showProvider` so custom-provider model names can render as `provider/Model Name` in the status line.
11
+ - Added `anysearch` web search provider, supporting both credentials-based and anonymous MCP search fallbacks.
12
+
13
+ ### Fixed
14
+
15
+ - Fixed `omitThinking` settings propagation so settings-aware streams request hidden thinking summaries when users explicitly enable the option.
16
+ - Fixed Zen prerelease builds checking the upstream `@oh-my-pi-zen/pi-coding-agent` stable channel and falsely reporting `16.3.6` as newer than `16.3.6-zen.N`.
17
+ - Fixed the model selector offering `Add ROLE fallback` for a model that is already present in that role's ordered fallback chain.
18
+
5
19
  ## [16.3.6] - 2026-07-04
6
20
 
7
21
  ### Changed