fix(coding-agent): support all-argument prompt defaults closes #6695

This commit is contained in:
David Brailovsky
2026-07-17 13:52:32 +02:00
parent ce48d9b4ef
commit 64f83c85d9
4 changed files with 17 additions and 5 deletions
+1
View File
@@ -8,6 +8,7 @@
### Fixed
- Fixed prompt-template defaults for all arguments (`${@:-default}` and `${ARGUMENTS:-default}`) ([#6695](https://github.com/earendil-works/pi/issues/6695)).
- Fixed obsolete custom UI, custom tool, and custom editor examples in the extension documentation ([#6735](https://github.com/earendil-works/pi/issues/6735)).
- Fixed Kimi Coding sessions to show API-equivalent implied costs with the subscription indicator.
- Fixed OpenAI Responses early stream endings to trigger automatic retry instead of ending the agent run ([#6727](https://github.com/earendil-works/pi/issues/6727)).