Skip to main content

Module client

Module client 

Source
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§

DetectedClient
Information about a detected AI coding client.

Enums§

ClientType
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).