()
| 1329 | * Get path to OpenCode auth file |
| 1330 | */ |
| 1331 | export function getOpenCodeAuthPath(): string { |
| 1332 | return path.join(getOpenCodeConfigDir(), OPENCODE_AUTH_FILENAME); |
| 1333 | } |
| 1334 | |
| 1335 | /** |
| 1336 | * Check if OpenCode CLI is installed and return its path |
no test coverage detected