mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 11:02:17 +00:00
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:
parent
037cc9c3f0
commit
83adb15dbb
2 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -10,13 +10,15 @@
|
|||
|
||||
### Changed
|
||||
|
||||
- Share URLs now use hash fragments (`#`) instead of query strings (`?`) to prevent session IDs from being sent to buildwithpi.ai ([#828](https://github.com/badlogic/pi-mono/issues/828))
|
||||
- API keys in `models.json` can now be retrieved via shell command using `!` prefix (e.g., `"apiKey": "!security find-generic-password -ws 'anthropic'"` for macOS Keychain) ([#697](https://github.com/badlogic/pi-mono/issues/697))
|
||||
- Share URLs now use hash fragments (`#`) instead of query strings (`?`) to prevent session IDs from being sent to buildwithpi.ai ([#829](https://github.com/badlogic/pi-mono/pull/829) by [@terrorobe](https://github.com/terrorobe))
|
||||
- API keys in `models.json` can now be retrieved via shell command using `!` prefix (e.g., `"apiKey": "!security find-generic-password -ws 'anthropic'"` for macOS Keychain) ([#762](https://github.com/badlogic/pi-mono/pull/762) by [@cv](https://github.com/cv))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed IME candidate window appearing in wrong position when filtering menus with Input Method Editor (e.g., Chinese IME). Components with search inputs now properly propagate focus state for cursor positioning. ([#827](https://github.com/badlogic/pi-mono/issues/827))
|
||||
- Fixed extension shortcut conflicts to respect user keybindings when built-in actions are remapped. ([#826](https://github.com/badlogic/pi-mono/pull/826) by [@richardgill](https://github.com/richardgill))
|
||||
- Fixed photon WASM loading in standalone compiled binaries.
|
||||
- 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue