* 更新工具状态
(toolName: string, state: any)
| 246 | * 更新工具状态 |
| 247 | */ |
| 248 | public updateToolState(toolName: string, state: any): void { |
| 249 | this.ensureReady(); |
| 250 | this.contextManager!.updateToolState(toolName, state); |
| 251 | this.log(`更新工具状态: ${toolName}`); |
| 252 | } |
| 253 | |
| 254 | /** |
| 255 | * 更新工作空间信息 |
nothing calls this directly
no test coverage detected