MCPcopy Create free account
hub / github.com/QodeXcli/QodeX /

Class

vscode-extension/src/extension.ts:288–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286 * the agent. (A future enhancement could return a WorkspaceEdit for an in-place
287 * diff preview, but that needs a structured headless "propose-a-patch" mode from
288 * the CLI; for now the agent fixes on disk, which reuses all its verification.)
289 */
290class QodexCodeActionProvider implements vscode.CodeActionProvider {
291 static readonly metadata: vscode.CodeActionProviderMetadata = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected