docs(coding-agent): add changelog attribution for #1720

This commit is contained in:
Mario Zechner 2026-03-02 22:51:00 +01:00
parent 8d4a49487a
commit 8344f3da49

View file

@ -4,7 +4,7 @@
### Added
- Added optional `promptSnippet` and `promptGuidelines` to `ToolDefinition`. `promptSnippet` customizes one-line entries in the default system prompt's `Available tools` section, and `promptGuidelines` appends tool-specific bullets to the default `Guidelines` section while the tool is active. Active extension tools now appear in `Available tools`, including tools registered dynamically after startup.
- Added optional `promptSnippet` and `promptGuidelines` to `ToolDefinition`. `promptSnippet` customizes one-line entries in the default system prompt's `Available tools` section, and `promptGuidelines` appends tool-specific bullets to the default `Guidelines` section while the tool is active. Active extension tools now appear in `Available tools`, including tools registered dynamically after startup ([#1720](https://github.com/badlogic/pi-mono/issues/1720)).
### Fixed