From e18c74dda0f97fbf2c51a8cf5276026bc97d832e Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 2 Mar 2026 22:51:36 +0100 Subject: [PATCH] docs(coding-agent): reference #1237 in changelog attribution --- packages/coding-agent/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/coding-agent/CHANGELOG.md b/packages/coding-agent/CHANGELOG.md index 269bb2bd..92dfee14 100644 --- a/packages/coding-agent/CHANGELOG.md +++ b/packages/coding-agent/CHANGELOG.md @@ -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 ([#1720](https://github.com/badlogic/pi-mono/issues/1720)). +- 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), [#1237](https://github.com/badlogic/pi-mono/pull/1237)). ### Fixed