Skip to content

Commit af39f19

Browse files
authored
New version: GitHub.CopilotApp version 0.2.17 (microsoft#381662)
1 parent 66eba64 commit af39f19

3 files changed

Lines changed: 101 additions & 0 deletions

File tree

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Created by Anthelion using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: GitHub.CopilotApp
5+
PackageVersion: 0.2.17
6+
UpgradeBehavior: install
7+
ReleaseDate: 2026-05-30
8+
Installers:
9+
- Architecture: x64
10+
InstallerType: nullsoft
11+
Scope: user
12+
InstallerUrl: https://github.com/github/app/releases/download/v0.2.17/GitHub-Copilot-windows-x64-setup.exe
13+
InstallerSha256: 6795F70023129ADEFB868AE9ADC52D978DD04DDE9FFADC2B8EFBCB7B90BCB1A4
14+
ProductCode: GitHub Copilot
15+
AppsAndFeaturesEntries:
16+
- ProductCode: GitHub Copilot
17+
InstallationMetadata:
18+
DefaultInstallLocation: '%LocalAppData%\Programs\GitHub Copilot'
19+
- Architecture: x64
20+
InstallerType: wix
21+
Scope: machine
22+
InstallerUrl: https://github.com/github/app/releases/download/v0.2.17/GitHub-Copilot-windows-x64.msi
23+
InstallerSha256: 88D963BE65EEE456F20C4F3D47ADD81FD143660210A32A2DDCF8FD52A5577C0F
24+
InstallerSwitches:
25+
InstallLocation: INSTALLDIR="<INSTALLPATH>"
26+
ProductCode: '{8E0DE4F0-8407-45C8-87DD-03C300F1E6E9}'
27+
AppsAndFeaturesEntries:
28+
- ProductCode: '{8E0DE4F0-8407-45C8-87DD-03C300F1E6E9}'
29+
UpgradeCode: '{91C1652C-D75F-5DE7-92AE-9BB88EB110EE}'
30+
InstallationMetadata:
31+
DefaultInstallLocation: '%ProgramFiles%/GitHub Copilot'
32+
- Architecture: arm64
33+
InstallerType: nullsoft
34+
Scope: user
35+
InstallerUrl: https://github.com/github/app/releases/download/v0.2.17/GitHub-Copilot-windows-arm64-setup.exe
36+
InstallerSha256: 12EA55EDE49AFFF0C0A860EA33DB08906AE8F16E833082B2B57962C2AD6A6DDE
37+
ProductCode: GitHub Copilot
38+
AppsAndFeaturesEntries:
39+
- ProductCode: GitHub Copilot
40+
InstallationMetadata:
41+
DefaultInstallLocation: '%LocalAppData%\Programs\GitHub Copilot'
42+
- Architecture: arm64
43+
InstallerType: wix
44+
Scope: machine
45+
InstallerUrl: https://github.com/github/app/releases/download/v0.2.17/GitHub-Copilot-windows-arm64.msi
46+
InstallerSha256: 321A30D6908C462AE2FB2766A056170763A6C7B54850381F24882BB4192C1AC2
47+
InstallerSwitches:
48+
InstallLocation: INSTALLDIR="<INSTALLPATH>"
49+
ProductCode: '{C063BC4B-ECE0-4AC6-9B83-57AB73648D80}'
50+
AppsAndFeaturesEntries:
51+
- ProductCode: '{C063BC4B-ECE0-4AC6-9B83-57AB73648D80}'
52+
UpgradeCode: '{91C1652C-D75F-5DE7-92AE-9BB88EB110EE}'
53+
InstallationMetadata:
54+
DefaultInstallLocation: '%ProgramFiles%/GitHub Copilot'
55+
ManifestType: installer
56+
ManifestVersion: 1.12.0
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Created by Anthelion using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: GitHub.CopilotApp
5+
PackageVersion: 0.2.17
6+
PackageLocale: en-US
7+
Publisher: GitHub Inc.
8+
PublisherUrl: https://github.com/home/
9+
PublisherSupportUrl: https://support.github.com/
10+
Author: GitHub Inc.
11+
PackageName: GitHub Copilot
12+
PackageUrl: https://github.com/features/preview/github-app
13+
License: Proprietary
14+
ShortDescription: The GitHub Copilot app is a desktop application for agent-driven development that brings parallel workstreams, GitHub integration, and PR lifecycle management into one place.
15+
Description: |-
16+
The GitHub Copilot app is a desktop application purpose-built for agent-driven development. It gives you a single place to direct AI agents across parallel workstreams, work with GitHub issues and pull requests, and manage the full development lifecycle—without context-switching between terminals, IDEs, and browser tabs.
17+
18+
The app is built on GitHub Copilot CLI and integrates natively with GitHub, so your repositories, branches, and CI pipelines work out of the box. It's designed for workflows where you want to run multiple agents in parallel and stay focused on directing work rather than doing it all yourself.
19+
Moniker: copilot-app
20+
ReleaseNotes: |-
21+
What's new in v0.2.17
22+
23+
Added
24+
- Extensions can now be installed from a GitHub repository folder URL (e.g. https://github.com/{owner}/{repo}/tree/{ref}/{path}), in addition to gist URLs.
25+
- The agent can now edit GitHub Actions workflow files (.github/workflows/) directly using its OAuth token, without requiring separate local Git credentials or the gh CLI.
26+
27+
Changed
28+
- Workflow tool calls (such as renaming sessions, running SQL queries, storing memory, and navigating) are now visible in the conversation timeline instead of being hidden, so you can see more of what the agent is doing.
29+
30+
Fixed
31+
- Clicking the plan.md filename link in a Create/Edit tool-call card now opens the Plan tab instead of doing nothing.
32+
- Decision prompts (questions, plans, permission requests) no longer steal focus when they appear, preventing accidental option selection or dismissal while typing.
33+
- Fixed a floating "Loading conversation…" label that was incorrectly visible while pull request comments were loading; the text is now hidden visually but still announced to screen readers.
34+
- Model picker tooltip now correctly shows context window size and pricing details when connected to a cloud session.
35+
ReleaseNotesUrl: https://github.com/github/app/releases/tag/v0.2.17
36+
ManifestType: defaultLocale
37+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created by Anthelion using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: GitHub.CopilotApp
5+
PackageVersion: 0.2.17
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)