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

Skip to content

Tags: github/gh-aw

Tags

v0.42.2

Toggle v0.42.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Normalize file paths to Unix format in compiled .lock.yml files (#13853)

v0.42.1

Toggle v0.42.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Align compiler step name capitalization: "copilot" → "Copilot" (#13843)

v0.42.0

Toggle v0.42.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add 5-minute timeout to docker pull commands (#13767)

* Initial plan

* Initial plan: Add timeout wrapper to docker pull

Co-authored-by: lpcox <[email protected]>

* Add 5-minute timeout to docker pull commands

Co-authored-by: lpcox <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: lpcox <[email protected]>
Co-authored-by: Peli de Halleux <[email protected]>

v0.41.1

Toggle v0.41.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Playwright MCP --allowed-hosts to use comma separator per spec (#…

…13667)

v0.41.0

Toggle v0.41.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Download agent file from GitHub on demand with version-aware URL patc…

…hing (#13612)

v0.40.1

Toggle v0.40.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix changesets workflow - Remove duplicate tag creation and update jo…

…b dependencies (#13592)

* Initial plan

* Fix changeset script - remove duplicate tag creation

The changeset.js script was trying to create a git tag that already exists,
causing the GitHub Actions workflow to fail. The workflow's release job creates
the tag first, then the changesets job calls changeset.js which tried to create
the same tag again.

Changes:
- Removed tag creation (git tag -a) from changeset.js
- Removed tag push (git push origin <tag>) from changeset.js
- Updated error recovery instructions to not mention tag operations
- Added documentation clarifying the script expects tags to be pre-created

The script now only updates CHANGELOG.md, deletes changeset files, commits
changes, and pushes to main - no tag operations.

Co-authored-by: pelikhan <[email protected]>

* Update changesets job to depend on agent job

The changesets job now runs after the agent job completes, ensuring
release highlights are generated before the CHANGELOG is updated.

Before: agent -> depends on changesets
After: changesets -> depends on agent

This allows the agent to generate release highlights first, then the
CHANGELOG can be updated with the full context.

Co-authored-by: pelikhan <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: pelikhan <[email protected]>
Co-authored-by: Peli de Halleux <[email protected]>

v0.40.0

Toggle v0.40.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: replace npm copilot-cli installation with built-in gh copilot c…

…ommand (#13381)

* Initial plan

* docs: replace copilot-cli installation with gh copilot extension

Co-authored-by: pelikhan <[email protected]>

* docs: clarify gh copilot is built into GitHub CLI

Co-authored-by: pelikhan <[email protected]>

* docs: remove skill file and simplify copilot CLI details

Co-authored-by: pelikhan <[email protected]>

* docs: revert agent-factory-status.mdx to original state

Co-authored-by: pelikhan <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: pelikhan <[email protected]>
Co-authored-by: Peli de Halleux <[email protected]>

v0.39.4

Toggle v0.39.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use XML comment markers for agentic workflow detection (#13309)

v0.39.3

Toggle v0.39.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update target-repo in smoke-project workflow (#13281)

v0.39.2

Toggle v0.39.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update MCP gateway container to v0.0.90 (#13197)

* Initial plan

* Update MCP gateway container version to v0.0.90

Co-authored-by: lpcox <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: lpcox <[email protected]>