docs(coding-agent): add hidden thinking label to New Features section

This commit is contained in:
Mario Zechner
2026-03-29 21:34:25 +02:00
parent de022ceba7
commit f1929c825b

View File

@@ -5,6 +5,7 @@
### New Features
- Extensions and SDK callers can attach a `prepareArguments` hook to any tool definition, letting them normalize or migrate raw model arguments before schema validation. The built-in `edit` tool uses this to transparently support sessions created with the old single-edit schema. See [docs/extensions.md](docs/extensions.md)
- Extensions can customize the collapsed thinking block label via `ctx.ui.setHiddenThinkingLabel()`. See [examples/extensions/hidden-thinking-label.ts](examples/extensions/hidden-thinking-label.ts) ([#2673](https://github.com/badlogic/pi-mono/issues/2673))
### Breaking Changes