Expand description
AI coding client detection and configuration paths.
This module provides functionality to detect installed AI coding clients (Claude, Cursor, Windsurf, VS Code) and locate their configuration files.
Structs§
- Detected
Client - Information about a detected AI coding client.
Enums§
- Client
Type - Supported AI coding clients.
Functions§
- detect_
client - Detects a specific client type.
- detect_
installed_ clients - Detects all installed AI coding clients on the system.
- list_
installed_ clients - Lists all installed clients (even without configuration files).