You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(P060): drop dead loadDocument, derive ClientToolName, clean comments
- Remove unused bridge.loadDocument + LoadDocumentInput + 'LOAD_DOCUMENT'
from BridgeRequestType + matching arm in getRequestTimeoutMs. The
copilot demo loads documents via URL params, never via postMessage —
the method had no callers.
- Derive ClientToolName from `keyof typeof LLM_STATIC_TOOLS | 'submit' |
'download'`. Drop the redundant CLIENT_TOOL_NAMES array. isClientToolName
uses a derived ReadonlySet for the runtime guard. CLIENT_TOOL_NAMES is
no longer exported from the barrel (it was internal only).
- Stale "LLM dispatcher" comment wording → "LLM tool registry" (dispatch.ts
has been gone for a while).
0 commit comments