### Describe the feature or problem you'd like to solve As a GHE user, I would like `copilot` to leverage my `ghe.com` session from `gh` like it does when I'm authenticated with my `github.com` session ### Proposed solution As a GitHub CLI user, I am authenticated with both GitHub.com and GHE accounts. `gh` determines the appropriate credentials based on various factors: 1. Local git repository remotes 2. Command line arguments that capture HOST/OWNER/REPO 3. `GH_HOST` env var The benefit is a uniform streamline experience for both GitHub Copilot CLI and GitHub CLI users. ### Example prompts or workflows _No response_ ### Additional context When I launch `copilot` authenticated to `github.com`: <img width="1512" height="945" alt="Screenshot of GitHub Copilot CLI showing I am logged in based on GitHub CLI credentials" src="https://github.com/user-attachments/assets/4bf3e08a-792f-4b5f-8778-8e2be825a4fa" /> When I launch `copilot` authenticated to GHE tenant: <img width="1512" height="945" alt="Screenshot of GitHub Copilot CLI showing I am not authenticated when GitHub CLI is logged into GHE" src="https://github.com/user-attachments/assets/aa056bf6-ffee-4bb5-b574-3bc599bfcda2" />