mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-19 21:00:30 +00:00
docs: update changelog for PR #1271
This commit is contained in:
parent
b315abf998
commit
2fb9f90150
1 changed files with 4 additions and 0 deletions
|
|
@ -7,6 +7,10 @@
|
||||||
- API keys in `auth.json` now support shell command resolution (`!command`) and environment variable lookup, matching the behavior in `models.json`
|
- API keys in `auth.json` now support shell command resolution (`!command`) and environment variable lookup, matching the behavior in `models.json`
|
||||||
- Added `minimal-mode.ts` example extension demonstrating how to override built-in tool rendering for a minimal display mode
|
- Added `minimal-mode.ts` example extension demonstrating how to override built-in tool rendering for a minimal display mode
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed images being silently dropped when `prompt()` is called with both `images` and `streamingBehavior` during streaming. `steer()`, `followUp()`, and the corresponding RPC commands now accept optional images. ([#1271](https://github.com/badlogic/pi-mono/pull/1271) by [@aliou](https://github.com/aliou))
|
||||||
|
|
||||||
## [0.51.6] - 2026-02-04
|
## [0.51.6] - 2026-02-04
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue