feat: Add preview content about agent mode#13
Merged
chriswblake merged 32 commits intomainfrom Mar 25, 2025
Merged
Conversation
FidelusAleksander
requested changes
Mar 24, 2025
FidelusAleksander
requested changes
Mar 24, 2025
Co-authored-by: Aleksander Fidelus <63016446+FidelusAleksander@users.noreply.github.com>
…e version of extension.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds a new bonus activity for GitHub Copilot Agent mode and updates the workflow to support it. The most important changes include the addition of a new markdown file for the bonus activity, updates to existing markdown files to reference the new activity, and the creation of a new workflow to handle the bonus activity.
New Bonus Activity for Copilot Agent Mode:
.github/steps/3b-copilot-agent-mode.md: Added a new markdown file that introduces and guides users through testing GitHub Copilot Agent mode. This includes detailed instructions and prompts for various tasks.Updates to Existing Markdown Files:
.github/steps/3-copilot-edits.md: Modified prompts to improve clarity and added a new section with a tip to ask about Copilot Agent mode. [1] [2]Workflow Changes:
.github/workflows/2-first-introduction.yml: Enabled the new Step 3b workflow..github/workflows/3b-copilot-agent-mode.yml: Created a new workflow to handle the bonus activity for Copilot Agent mode, including checking issue comments for specific keywords and posting the step content.