Check if agent is installed on the system
@override Future<bool> isInstalled() async { // Check for Claude Code by looking for the command return await detectByCommand('which claude'); }