fix: 升级 @deepseek-ai/dsh-tools 依赖到 ^0.1.0-rc.6 对齐宿主运行时 ABI - #2
Open
taonokenshin wants to merge 1 commit into
Open
fix: 升级 @deepseek-ai/dsh-tools 依赖到 ^0.1.0-rc.6 对齐宿主运行时 ABI#2taonokenshin wants to merge 1 commit into
taonokenshin wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
宿主 DSH 0.1.0-rc.6 将 ToolRegistry/TOOL_REGISTRY_SCHEDULER 更名为 ToolRuntime/TOOL_RUNTIME_SCHEDULER。本插件原先依赖 ^0.0.1-rc.1,导致 pnpm 在 profile 中 hoist 出第二份 dsh-tools,其调度器 Symbol 与宿主运行时不一致,宿主 agent-loop 在首个工具调用时崩溃(Cannot read properties of undefined (reading 'prepare')),并留下未闭合的 tool_calls(后续请求 400 INVALID_REQUEST)。本 PR 将依赖升级到 ^0.1.0-rc.6。
Fixes #1