mise 2026.7.5

Dev tools, env vars, and tasks in one CLI
1
2
3
4
5
6
7
8
aliases = ["copilot-cli"]
backends = [
  "aqua:github/copilot-cli",
  "github:github/copilot-cli",
  "npm:@github/copilot",
]
description = "GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal."
test = { cmd = "copilot --version", expected = "GitHub Copilot CLI {{version}}" }