@github/copilot
Advanced tools
+10
-10
| { | ||
| "name": "@github/copilot", | ||
| "description": "GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal.", | ||
| "version": "1.0.69-0", | ||
| "version": "1.0.69-1", | ||
| "license": "SEE LICENSE IN LICENSE.md", | ||
@@ -27,14 +27,14 @@ "type": "module", | ||
| "buildMetadata": { | ||
| "gitCommit": "285d2e6362" | ||
| "gitCommit": "1b568f7f91" | ||
| }, | ||
| "optionalDependencies": { | ||
| "@github/copilot-linux-x64": "1.0.69-0", | ||
| "@github/copilot-linux-arm64": "1.0.69-0", | ||
| "@github/copilot-linuxmusl-x64": "1.0.69-0", | ||
| "@github/copilot-linuxmusl-arm64": "1.0.69-0", | ||
| "@github/copilot-darwin-x64": "1.0.69-0", | ||
| "@github/copilot-darwin-arm64": "1.0.69-0", | ||
| "@github/copilot-win32-x64": "1.0.69-0", | ||
| "@github/copilot-win32-arm64": "1.0.69-0" | ||
| "@github/copilot-linux-x64": "1.0.69-1", | ||
| "@github/copilot-linux-arm64": "1.0.69-1", | ||
| "@github/copilot-linuxmusl-x64": "1.0.69-1", | ||
| "@github/copilot-linuxmusl-arm64": "1.0.69-1", | ||
| "@github/copilot-darwin-x64": "1.0.69-1", | ||
| "@github/copilot-darwin-arm64": "1.0.69-1", | ||
| "@github/copilot-win32-x64": "1.0.69-1", | ||
| "@github/copilot-win32-arm64": "1.0.69-1" | ||
| } | ||
| } |