From eeeb33e1b5099586049036791336215904b81b31 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Wed, 16 Sep 2026 14:55:55 +0900 Subject: [PATCH] docs(changelog): drop the #1754 entry from the released 2026.9.16 section The fix for #1754 landed after v2026.9.16 was cut, so its entry does not belong to that published release; PR #1756 records it under [Unreleased]. Refs #1754 --- packages/senpi-codemode/CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/senpi-codemode/CHANGELOG.md b/packages/senpi-codemode/CHANGELOG.md index 298201918..4a3c76356 100644 --- a/packages/senpi-codemode/CHANGELOG.md +++ b/packages/senpi-codemode/CHANGELOG.md @@ -31,8 +31,6 @@ ### Fixed -- A host tool called from a running JavaScript eval cell now sees that cell's kernel-tool capability on `ExtensionContext.kernelTools`, including the `agent()` bridge a host task tool serves. The capability was entered only around the awaited run chain, while the worker's message loop dispatches host tool calls from outside it, so every real tool call read an empty store and refused kernel-tool grants with `tools_unavailable`. The capability is now entered per host tool call for exactly that call's duration; Python, Ruby and Julia cells still have none, and a call made outside a live cell still reads `undefined` ([#1754](https://github.com/code-yeongyu/senpi/issues/1754), [#1647](https://github.com/code-yeongyu/senpi/issues/1647)). - ### Removed ## [2026.9.15-2] - 2026-09-15