feat: remoe codex references after merging of main branch

This commit is contained in:
Kacper
2025-12-13 20:38:05 +01:00
parent 7c6d9d3723
commit 7fe3dff655
17 changed files with 43 additions and 411 deletions

View File

@@ -24,7 +24,7 @@ export abstract class BaseProvider {
}
/**
* Get the provider name (e.g., "claude", "codex", "cursor")
* Get the provider name (e.g., "claude", "cursor")
*/
abstract getName(): string;