Skip to content

Conversation

@kubaflo
Copy link
Contributor

@kubaflo kubaflo commented Nov 18, 2025

Clarifies usage by splitting instructions into two options: GitHub Copilot CLI (local) and GitHub Copilot Agents (web). Adds step-by-step guidance for using the web interface.

Copilot AI review requested due to automatic review settings November 18, 2025 23:05
@kubaflo kubaflo self-assigned this Nov 18, 2025
@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label Nov 18, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR improves the documentation for using AI agents by restructuring the usage instructions into two distinct options: GitHub Copilot CLI for local usage and GitHub Copilot Agents for web-based usage.

Key Changes:

  • Splits usage instructions into two clearly labeled options
  • Adds comprehensive step-by-step guidance for the web interface option
  • Maintains existing CLI instructions while improving organization

@PureWeen
Copy link
Member

/rebase

@github-actions github-actions bot force-pushed the pr-reviewer-docs-update branch from 5063318 to d53cc12 Compare November 19, 2025 21:14
kubaflo and others added 3 commits November 19, 2025 15:49
Clarifies usage by splitting instructions into two options: GitHub Copilot CLI (local) and GitHub Copilot Agents (web). Adds step-by-step guidance for using the web interface.
# Conflicts:
#	.github/instructions/common-testing-patterns.md
@PureWeen PureWeen force-pushed the pr-reviewer-docs-update branch from b797bc2 to c25d876 Compare November 19, 2025 21:50
@kubaflo kubaflo changed the title Update AI agent usage instructions in README Improved pr-reviewer AI agent and modified the usage instructions in README Nov 19, 2025
@kubaflo
Copy link
Contributor Author

kubaflo commented Nov 19, 2025

I've just tested it on this PR #32741 via the CLI

The agent started by generating the tests, then attempted to verify their behavior. After running into some issues, it paused the fixes and first confirmed whether the original implementation was indeed broken. It encountered a few Appium-related problems but managed to work around them. Once the “before fix” tests were executed successfully, it switched to the “after fix” tests, completed their validation, and finally produced the full review document.

During the session I could observe the app launching several times on Android emulator and a few clicks performed on it

PureWeen
PureWeen previously approved these changes Nov 20, 2025
evgenygunko pushed a commit to evgenygunko/CopyWordsDA that referenced this pull request Dec 18, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Microsoft.Maui.Controls](https://github.com/dotnet/maui) | nuget | patch | `10.0.11` -> `10.0.20` |

---

### Release Notes

<details>
<summary>dotnet/maui (Microsoft.Maui.Controls)</summary>

### [`v10.0.20`](https://github.com/dotnet/maui/releases/tag/10.0.20): SR2

[Compare Source](dotnet/maui@10.0.11...10.0.20)

##### What's Changed

**Note:** This is a service release (SR2) tracking ongoing release/10.0.1xx-sr2 branch development. The version number 10.0.20 represents the second service release for .NET MAUI 10.

.NET MAUI 10.0.20 development introduces significant improvements across all platforms with focus on quality, performance, and developer experience. Current development includes enhancements to XAML Source Generator, iOS/macOS fixes, AppThemeBinding improvements, and improved developer tooling.

##### AI

-   PR Reviewer Agent by [@&#8203;PureWeen](https://github.com/PureWeen) in dotnet/maui#32340

-   \[AI] The Issue-Resolver agent by [@&#8203;kubaflo](https://github.com/kubaflo) in dotnet/maui#32804

-   \[AI] Fixed links for agents by [@&#8203;kubaflo](https://github.com/kubaflo) in dotnet/maui#32818

-   Add checkpoint/resume system for PR review agent by [@&#8203;kubaflo](https://github.com/kubaflo) in dotnet/maui#32774

-   Improved pr-reviewer AI agent and modified the usage instructions in README by [@&#8203;kubaflo](https://github.com/kubaflo) in dotnet/maui#32718

-   Agents scripts by [@&#8203;PureWeen](https://github.com/PureWeen) in dotnet/maui#32819

-   Simplify agent instructions and consolidate sandbox testing workflow by [@&#8203;Copilot](https://github.com/Copilot) in dotnet/maui#32950

##### Brushes

-   Fix SolidColorBrush.Equals to compare Color values instead of references by [@&#8203;StephaneDelcroix](https://github.com/StephaneDelcroix) in dotnet/maui#32956

    <details>
    <summary>🔧 Fixes</summary>

    -   [Using DynamicResource with OnPlatform<Color> causes infinite loop](dotnet/maui#27281)

    </details>

##### Data Binding

-   Fix CS8603 error for nullable reference types in SourceGen binding paths by [@&#8203;Copilot](https://github.com/Copilot) in dotnet/maui#32480

    <details>
    <summary>🔧 Fixes</summary>

    -   [error CS8603: Possible null reference return in generated code using SourceGen](dotnet/maui#32478)

    </details>

##### Docs

-   Add README-AI.md file by [@&#8203;PureWeen](https://github.com/PureWeen) in dotnet/maui#32502

-   Improve AI agent documentation and testing instructions by [@&#8203;Copilot](https://github.com/Copilot) in https://github.com/dotnet/maui/p...
@github-actions github-actions bot locked and limited conversation to collaborators Dec 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-ai community ✨ Community Contribution

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants