Check if agent is installed on the system
@override Future<bool> isInstalled() async { // Check for OpenCode installation return await detectByCommand('which opencode'); }