Download Latest Version gh_2.80.0_linux_386.tar.gz (16.9 MB)
Email in envelope

Get an email when there's a new version of cli

Home / v2.80.0
Name Modified Size InfoDownloads / Week
Parent folder
gh_2.80.0_windows_arm64.msi 2025-09-23 16.8 MB
gh_2.80.0_windows_arm64.zip 2025-09-23 16.6 MB
gh_2.80.0_windows_386.msi 2025-09-23 17.6 MB
gh_2.80.0_windows_386.zip 2025-09-23 17.5 MB
gh_2.80.0_windows_amd64.msi 2025-09-23 18.5 MB
gh_2.80.0_windows_amd64.zip 2025-09-23 18.3 MB
gh_2.80.0_linux_armv6.rpm 2025-09-23 17.8 MB
gh_2.80.0_linux_armv6.tar.gz 2025-09-23 17.0 MB
gh_2.80.0_macOS_amd64.zip 2025-09-23 19.0 MB
gh_2.80.0_macOS_arm64.zip 2025-09-23 17.6 MB
gh_2.80.0_macOS_universal.pkg 2025-09-23 35.5 MB
gh_2.80.0_linux_arm64.deb 2025-09-23 17.4 MB
gh_2.80.0_linux_arm64.rpm 2025-09-23 17.4 MB
gh_2.80.0_linux_arm64.tar.gz 2025-09-23 16.7 MB
gh_2.80.0_linux_armv6.deb 2025-09-23 17.8 MB
gh_2.80.0_checksums.txt 2025-09-23 1.9 kB
gh_2.80.0_linux_386.deb 2025-09-23 17.7 MB
gh_2.80.0_linux_386.rpm 2025-09-23 17.7 MB
gh_2.80.0_linux_386.tar.gz 2025-09-23 16.9 MB
gh_2.80.0_linux_amd64.deb 2025-09-23 18.9 MB
gh_2.80.0_linux_amd64.rpm 2025-09-23 19.0 MB
gh_2.80.0_linux_amd64.tar.gz 2025-09-23 18.1 MB
GitHub CLI 2.80.0 source code.tar.gz 2025-09-23 15.8 MB
GitHub CLI 2.80.0 source code.zip 2025-09-23 17.4 MB
README.md 2025-09-23 1.3 kB
Totals: 25 Items   422.7 MB 10

:copilot: Manage GitHub Copilot Coding Agent From the GitHub CLI

This GitHub CLI release introduces the agent-task commandset for managing coding agent tasks in gh:

  • Create tasks: gh agent-task create "refactor the codebase"
  • List all your tasks: gh agent-task list
  • View task details: gh agent-task view 1234
  • View the task log in real-time: gh agent-task view 1234 --log --follow

For more information about command line flags and arguments, run gh agent-task <command> --help.

The agent-task commandset also ships with the following aliases for convenience:

  • gh agent-tasks
  • gh agent
  • gh agents

ℹ️ The agent-task commandset is in preview and is subject to change without notice.

Got feedback? Let us know what you like or don't like in an issue ❤️

What's Changed

:sparkles: Features

:bug: Fixes

Full Changelog: https://github.com/cli/cli/compare/v2.79.0...v2.80.0

Source: README.md, updated 2025-09-23