Skip to content
Merged
Show file tree
Hide file tree
Changes from 114 commits
Commits
Show all changes
130 commits
Select commit Hold shift + click to select a range
a97fd0d
[ci] Add copilot CI
rmarinho Dec 12, 2025
539bdcf
Install GH
rmarinho Dec 12, 2025
62109e9
Try again
rmarinho Dec 12, 2025
e0e367a
skip codeql
rmarinho Dec 12, 2025
55c0331
Pipe the output
rmarinho Dec 12, 2025
3a81e85
Cleanup file
rmarinho Dec 12, 2025
69326b2
fix prompt
rmarinho Jan 23, 2026
ca59d6d
Fixx
rmarinho Jan 23, 2026
e8fc0a3
Fix it again
rmarinho Jan 23, 2026
f7b5a58
add provisioning
rmarinho Jan 23, 2026
6339ba8
again
rmarinho Jan 23, 2026
25f4df2
try update
rmarinho Jan 23, 2026
747523e
skip certs
rmarinho Jan 23, 2026
4370f80
skip certs
rmarinho Jan 23, 2026
23486ca
comment
rmarinho Jan 23, 2026
d4f77f0
try again
rmarinho Jan 23, 2026
7acc340
Update script
rmarinho Jan 23, 2026
26447f2
Try again
rmarinho Jan 23, 2026
bc5e3f1
Try list first
rmarinho Jan 23, 2026
cc81674
even before
rmarinho Jan 23, 2026
98223da
again
rmarinho Jan 23, 2026
4b50a0b
Again
rmarinho Jan 23, 2026
6ff306b
Enhance Copilot PR review and comment steps
kubaflo Jan 30, 2026
de8f70d
Updated the prompt
kubaflo Jan 30, 2026
0e720a2
Cache PR review prompt before checkout
kubaflo Jan 31, 2026
12a788e
Improve iOS simulator auto-selection logic
kubaflo Jan 31, 2026
44b2755
Cherry-pick PR commits onto current branch
kubaflo Jan 31, 2026
7ab081c
Build MSBuild tasks in CI for MAUI
kubaflo Jan 31, 2026
4a4f213
Remove agent sessions
kubaflo Jan 31, 2026
06a01d8
Create iPhone Xs simulator for iOS 18.5
kubaflo Jan 31, 2026
96334e7
Enable provisionator in CI pipeline
kubaflo Feb 1, 2026
b7f0ad4
Add maui-provisionator variable group
kubaflo Feb 1, 2026
598a48c
Detect host/simulator arch and use iOS RID
kubaflo Feb 1, 2026
7d0a336
Make the build faster for testing
kubaflo Feb 1, 2026
a74865e
Update provision.yml
kubaflo Feb 1, 2026
eb7df64
Update provision.yml
kubaflo Feb 1, 2026
65c2cf8
Update provision.yml
kubaflo Feb 1, 2026
4c56f32
Update pr-review-prompt.md
kubaflo Feb 1, 2026
18f36da
Update ci-copilot.yml to use Review-PR.ps1 script
PureWeen Feb 1, 2026
5fd118d
Add Android/JDK provisioning steps to provision.yml
PureWeen Feb 1, 2026
03a33c3
Add Android emulator provisioning and boot step
PureWeen Feb 1, 2026
3ed6c2f
It should work
kubaflo Feb 2, 2026
d75e77f
Enable Android emulators and set API level to 34
kubaflo Feb 3, 2026
ffe9ebf
Improve ADB reliability and Appium setup
kubaflo Feb 3, 2026
8a34f17
Add verify-tests-fail step to CI pipeline
kubaflo Feb 3, 2026
789eda3
Update ci-copilot.yml
kubaflo Feb 3, 2026
50aee9f
Add verbose Android emulator and test steps
kubaflo Feb 3, 2026
d464c4c
Increase emulator timeout and adjust CI steps
kubaflo Feb 3, 2026
a503a97
Make AVD list safe and add PR cherry-pick step
kubaflo Feb 3, 2026
b4e4ead
Fix Android emulator start: add -no-window flag, use adb wait-for-device
kubaflo Feb 3, 2026
7c81b1e
Simplify Android build and emulator scripts
kubaflo Feb 3, 2026
8e39317
Update ci-copilot.yml
kubaflo Feb 3, 2026
917649f
Update ci-copilot.yml
kubaflo Feb 3, 2026
7bc8410
Fix Android emulator boot by using ARM64 macOS image
PureWeen Feb 3, 2026
ac0039d
Fix Android emulator startup with better timeout handling and diagnos…
kubaflo Feb 3, 2026
e189817
Fix 'Boot Android Emulator' step with same improvements
PureWeen Feb 3, 2026
f3c9398
Disable hardware acceleration for Android emulator on Azure hosted ag…
PureWeen Feb 3, 2026
f9f7db1
Force TCG software emulation for Android emulator (-qemu -accel tcg)
PureWeen Feb 3, 2026
b9b799a
Add QEMU_ACCEL=tcg environment variable to force TCG emulation
PureWeen Feb 3, 2026
9492729
Switch to Intel macOS agent (macOS-15) for Android emulator support
PureWeen Feb 3, 2026
e980847
Switch to macOS-14 and increase emulator boot timeout to 180s
PureWeen Feb 3, 2026
31f5485
Skip Platform APIs and Common SDKs provisioning (pre-installed on mac…
PureWeen Feb 3, 2026
299b678
Increase emulator boot timeout to 300s/15min
PureWeen Feb 3, 2026
465e22f
Increase emulator timeout to 30 minutes
PureWeen Feb 3, 2026
7ce6e14
Remove redundant steps, reduce emulator timeout to 15min
PureWeen Feb 3, 2026
88cff89
Remove Build and Run HostApp step (PR Reviewer handles this)
PureWeen Feb 4, 2026
3a61aec
Wait for package manager service before declaring emulator ready
PureWeen Feb 4, 2026
28173a3
Increase emulator timeout to 30 minutes
PureWeen Feb 4, 2026
4078332
Restart emulator just before PR Reviewer to ensure freshness
PureWeen Feb 4, 2026
ae2f366
Fix Android device ID parsing in Start-Emulator.ps1
PureWeen Feb 4, 2026
f536f49
Increase Android emulator boot timeout to 600s (10 min)
PureWeen Feb 4, 2026
e4cbf17
Restore AVD auto-detection, pass Emulator_34 explicitly in CI
PureWeen Feb 4, 2026
92dd3a1
Use Review-PR.ps1 switches for posting comments
PureWeen Feb 4, 2026
88a7084
Switch to AcesShared pool (ARM64 macOS)
PureWeen Feb 4, 2026
8fca884
Enable Android SDK provisioning for AcesShared pool
PureWeen Feb 4, 2026
a9fdae1
Add PATH setup for Android SDK tools on AcesShared pool
PureWeen Feb 4, 2026
ada17da
Use ##vso[task.prependpath] to persist PATH for Android SDK tools
PureWeen Feb 5, 2026
8f8b910
Add ai-summary-comment fallback step and improve skill discovery
PureWeen Feb 5, 2026
73d24e1
Configure git identity for merge operations on self-hosted agents
PureWeen Feb 5, 2026
5f642f4
Add mandatory cleanup between try-fix attempts and common errors section
PureWeen Feb 5, 2026
d3c4162
Fix ai-summary-comment invocation and fallback
PureWeen Feb 6, 2026
26f7a14
Remove generic fallback comment - only use post-ai-summary-comment.ps1
PureWeen Feb 6, 2026
1c0ba83
Pass -StateFile to fallback when using alternative path (codex review…
PureWeen Feb 6, 2026
ccb7521
Fallback: restore clean tree before running script, use -PRNumber
PureWeen Feb 6, 2026
b4cf64d
Fix AI summary comment: prevent state file overwrite, run script dire…
Feb 6, 2026
2708fb5
Fix Copilot CLI auth: use COPILOT_GITHUB_TOKEN to avoid GH_TOKEN conf…
Feb 6, 2026
262e932
Increase job timeout to 180 min (Phase 1 takes ~90 min)
Feb 6, 2026
cc3657b
Fix: stop try-fix from committing state file (causes git checkout rev…
PureWeen Feb 6, 2026
021b8a2
Fix: use 'git checkout HEAD -- .' to restore deleted files between ph…
PureWeen Feb 6, 2026
d0fe9e7
Add diagnostics and harden phase transitions
PureWeen Feb 6, 2026
ffe42e5
Fix step hanging: replace tee pipe with Start-Transcript
PureWeen Feb 6, 2026
d9df388
Fix step hanging: stop orphaned copilot/node processes at exit
PureWeen Feb 6, 2026
20a70fb
Fix step hang: cleanup orphans at both PS and bash levels
PureWeen Feb 6, 2026
bf3f617
Fix: only cleanup copilot processes, not ADO agent node process
PureWeen Feb 6, 2026
0f8ba01
Remove unused pr-review-prompt.md
PureWeen Feb 7, 2026
efdfe5c
Add iOS platform support to ci-copilot pipeline
PureWeen Feb 8, 2026
6ca0fbe
Skip Xcode version check on AcesShared agents
PureWeen Feb 8, 2026
ae31c11
Enhance PR review: finalize output & comments
kubaflo Feb 9, 2026
2305bb3
Increase multi-model try-fix to 6 models
PureWeen Feb 9, 2026
854a10a
Address PR review: Windows compat, cleanup consistency, and code qual…
PureWeen Feb 9, 2026
920f256
Switch Android emulator to API 30 to match maui-pr pipeline
PureWeen Feb 9, 2026
03d6199
Fix: Extract Report content from '## Final Recommendation' heading fa…
kubaflo Feb 10, 2026
ec221c2
Add agent workflow metrics labels (s/agent-* prefix)
kubaflo Feb 10, 2026
d508f11
Use hardware GPU for Android emulator on macOS (match maui-pr pipeline)
PureWeen Feb 10, 2026
807d9fb
Install both Appium drivers (agent may switch platforms for platform-…
PureWeen Feb 10, 2026
9b9b1a3
Collect UI test screenshots and page source in CopilotLogs artifact
PureWeen Feb 11, 2026
7ce5e3f
Fix: Always update AI Summary comment instead of skipping when one ex…
PureWeen Feb 11, 2026
544b35d
Fix: Prevent fallback comment step from hanging on stdin
PureWeen Feb 11, 2026
655bdd6
Add PRAgent outputs and CI autonomous behavior
kubaflo Feb 12, 2026
3194e28
Require PRNumber, adjust PR script log path
kubaflo Feb 12, 2026
4c2c32f
Use PRAgent subdir for PRState try-fix paths
kubaflo Feb 12, 2026
2d7afec
Clarify autonomous execution wording
kubaflo Feb 12, 2026
66788a1
Revert labels logic
kubaflo Feb 12, 2026
ef0f542
Always auto-load PRAgent phase files
kubaflo Feb 13, 2026
4519bc6
Pin restore point and restore git state between phases
kubaflo Feb 13, 2026
28bc3cc
Add agent label automation and docs
kubaflo Feb 14, 2026
4d804b2
Add unified mode for PR finalization comments
kubaflo Feb 14, 2026
6299ffd
Use version-specific iOS preferred devices
kubaflo Feb 16, 2026
b3539ff
Shutdown other booted iOS simulators
kubaflo Feb 17, 2026
4896e12
Fix iOS simulator fallback: try iPhone 11 Pro when iPhone Xs device t…
kubaflo Feb 17, 2026
005dd38
ci-copilot: set pipeline run title early using build.updatebuildnumbe…
Copilot Feb 20, 2026
cc37d34
[ci] Fix variables
rmarinho Feb 20, 2026
31a95a7
Merge branch 'copilot-ci-rui' into copilot-ci
rmarinho Feb 20, 2026
1dfaf81
[ci] Publish-Build-Assets just for pack/release build
rmarinho Feb 20, 2026
11c40ba
Merge branch 'copilot-ci-rui' into copilot-ci
rmarinho Feb 20, 2026
66a705a
Update ci-copilot.yml
kubaflo Feb 20, 2026
a447b11
Revert "Add agent label automation and docs"
kubaflo Feb 25, 2026
9c8824a
Merge branch 'main' into copilot-ci
kubaflo Feb 26, 2026
f103c32
Adjust simulator and Android emulator defaults
kubaflo Feb 26, 2026
006a4de
Merge branch 'main' into copilot-ci
kubaflo Feb 26, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
136 changes: 0 additions & 136 deletions .github/agent-pr-session/issue-33352.md

This file was deleted.

202 changes: 0 additions & 202 deletions .github/agent-pr-session/pr-32289.md

This file was deleted.

Loading