@mariozechner/pi-coding-agent 0.45.0 → 0.45.1

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,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.45.1] - 2026-01-13
4
+
5
+ ### Changed
6
+
7
+ - `/share` now outputs `buildwithpi.ai` session preview URLs instead of `shittycodingagent.ai`
8
+
3
9
  ## [0.45.0] - 2026-01-13
4
10
 
5
11
  ### Added
@@ -8,6 +14,7 @@
8
14
  - `/scoped-models`: Alt+Up/Down to reorder enabled models. Order is preserved when saving with Ctrl+S and determines Ctrl+P cycling order. ([#676](https://github.com/badlogic/pi-mono/pull/676) by [@thomasmhr](https://github.com/thomasmhr))
9
15
  - Amazon Bedrock provider support (experimental, tested with Anthropic Claude models only) ([#494](https://github.com/badlogic/pi-mono/pull/494) by [@unexge](https://github.com/unexge))
10
16
  - Extension example: `sandbox/` for OS-level bash sandboxing using `@anthropic-ai/sandbox-runtime` with per-project config ([#673](https://github.com/badlogic/pi-mono/pull/673) by [@dannote](https://github.com/dannote))
17
+ - Print mode JSON output now emits the session header as the first line.
11
18
 
12
19
  ## [0.44.0] - 2026-01-12
13
20