| 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 | */ |
| 290 | class QodexCodeActionProvider implements vscode.CodeActionProvider { |
| 291 | static readonly metadata: vscode.CodeActionProviderMetadata = { |
nothing calls this directly
no outgoing calls
no test coverage detected