docs: add missing changelog entries for v0.50.0

- ai: tool call ID normalization for cross-provider handoffs (#821)
- coding-agent: photon WASM loading in standalone binaries
- coding-agent: fix attributions for #762 (@cv) and #829 (@terrorobe)
This commit is contained in:
Mario Zechner 2026-01-19 00:22:15 +01:00
parent 037cc9c3f0
commit 83adb15dbb
2 changed files with 8 additions and 2 deletions

View file

@ -10,6 +10,10 @@
- Split `OpenAICompat` into `OpenAICompletionsCompat` and `OpenAIResponsesCompat` for type-safe API-specific compat settings
### Fixed
- Fixed tool call ID normalization for cross-provider handoffs (e.g., Codex to Antigravity Claude) ([#821](https://github.com/badlogic/pi-mono/issues/821))
## [0.49.0] - 2026-01-17
### Changed