@oh-my-pi/pi-coding-agent 16.1.5 → 16.1.7

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,19 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [16.1.7] - 2026-06-20
6
+
7
+ ### Fixed
8
+
9
+ - Fixed custom `models.yml` providers rejecting the `compat.supportsImageDetailOriginal` override, so Responses-compatible proxies that reject snapcompact's native-resolution image hint can clamp frames to `detail: "auto"`. ([#3092](https://github.com/can1357/oh-my-pi/issues/3092))
10
+
11
+ ## [16.1.6] - 2026-06-20
12
+
13
+ ### Added
14
+
15
+ - Enabled inline prompts with `/loop` commands (e.g., `/loop 10 fix the bug`)
16
+ - Added support for compound duration formats in `/loop` (e.g., `1h30m`)
17
+
5
18
  ## [16.1.5] - 2026-06-19
6
19
 
7
20
  ### Changed