Thanks to visit codestin.com
Credit goes to docs.github.com

Skip to main content

Using Copilot cloud agent on GitHub Mobile

Start and track Copilot 클라우드 에이전트 sessions from the GitHub Mobile app.

누가 이 기능을 사용할 수 있나요?

Copilot 클라우드 에이전트 는 모든 유료 Copilot 플랜에 사용할 수 있습니다.

에이전트는 GitHub가 소유하고 명시적으로 비활성화된 리포지토리를 제외한, 관리형 사용자 계정에 저장된 모든 리포지토리에서 사용할 수 있습니다.
Sign up for Copilot

Starting a session

  1. In GitHub Mobile, tap the icon in the bottom right corner of the screen, then tap New Session.

  2. Using the dropdown menu in the prompt field, select the repository you want Copilot to work in.

  3. Enter a prompt describing your request.

    For example: Implement a user friendly message for common errors.

    If you want Copilot to open a pull request, you can ask in your prompt, for example Open a pull request to implement a user friendly message for common errors.

  4. Optionally, select a base branch for Copilot's changes. Copilot will create a new branch based on this branch.

  5. 필요에 따라 드롭다운 메뉴에서 특수 동작 및 도구가 있는 사용자 지정 에이전트를 선택합니다. 자세한 내용은 에 대한 사용자 지정 에이전트 만들기 Copilot 클라우드 에이전트을(를) 참조하세요.

  6. 필요에 따라 드롭다운 메뉴를 사용하여 사용할 모델을 Copilot 선택할 수 있습니다. 자세한 내용은 GitHub Copilot 클라우드 에이전트에 대한 AI 모델 변경을(를) 참조하세요.

  7. Click the submit button.

    Copilot will start a new session, work on the task, and push any code changes.

Assigning an issue to Copilot

  1. In GitHub Mobile, navigate to the repository that contains the issue you want to assign to Copilot.
  2. Click Issues.
  3. Open the issue that you want to assign to Copilot.
  4. Tap the icon.
  5. Beside "Assignees", tap Edit.
  6. Beside "Copilot", click the plus sign.
  7. Click Done.

Tracking your sessions

You can see a list of your running and past pull requests generated by agents in GitHub Mobile.

  1. In the "Agents" section on the GitHub Mobile Home page, tap Agent Tasks.

    A list of the currently open pull requests, that you asked Copilot to generate, is displayed.

  2. Use the buttons at the top of the list to filter the list of pull requests.

    For example, to show only merged tasks, tap Open and then, in the dropdown, tap Merged.

    Screenshot of the status dropdown list with a check mark against 'Open'.

Further reading