feat(ql3): execute copilot diagnosis tools

This commit is contained in:
whyour
2026-08-15 16:39:19 +08:00
parent 0163c94be7
commit 9c90c6ce82
25 changed files with 2952 additions and 27 deletions
@@ -125,6 +125,11 @@
"require": "./dist/trusted-tool/key-management/toolResultProjectedKeyring.js",
"default": "./dist/trusted-tool/key-management/toolResultProjectedKeyring.js"
},
"./trusted-tool-invocation-keyring": {
"types": "./dist/trusted-tool/key-management/toolInvocationProjectedKeyring.d.ts",
"require": "./dist/trusted-tool/key-management/toolInvocationProjectedKeyring.js",
"default": "./dist/trusted-tool/key-management/toolInvocationProjectedKeyring.js"
},
"./remote-completion": {
"types": "./dist/remote-execution/remoteWorkerCompletionService.d.ts",
"require": "./dist/remote-execution/remoteWorkerCompletionService.js",