✨ feat(agent): ms-copilot-unofficial @buzz-lightsnack-2007#1486
Open
lobehubbot wants to merge 2 commits intomainfrom
Open
✨ feat(agent): ms-copilot-unofficial @buzz-lightsnack-2007#1486lobehubbot wants to merge 2 commits intomainfrom
lobehubbot wants to merge 2 commits intomainfrom
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideAdds a new ms-copilot-unofficial agent configuration, introduces a shared Prettier config, and normalizes CHANGELOG list formatting for the latest release section. Class diagram for ms-copilot-unofficial agent configurationclassDiagram
class AgentDefinition {
string author
AgentConfig config
string createdAt
string homepage
string identifier
AgentMeta meta
number schemaVersion
number pluginCount
number knowledgeCount
number tokenUsage
}
class AgentConfig {
string systemRole
}
class AgentMeta {
string avatar
string description
string[] tags
string title
}
AgentDefinition "1" --> "1" AgentConfig
AgentDefinition "1" --> "1" AgentMeta
File-Level Changes
Assessment against linked issues
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Member
Author
|
Thank you for raising your pull request and contributing to our Community |
There was a problem hiding this comment.
Hey there - I've reviewed your changes - here's some feedback:
- The changelog bullets were switched from
*to-only in this section; it would be better to keep the list marker style consistent with the surrounding entries and existing convention in the file. - The
systemRoleinms-copilot-unofficial.jsononly references an externalprompt.mdlink; consider inlining or snapshotting the key prompt content so the agent remains stable if the external file changes or becomes unavailable.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The changelog bullets were switched from `*` to `-` only in this section; it would be better to keep the list marker style consistent with the surrounding entries and existing convention in the file.
- The `systemRole` in `ms-copilot-unofficial.json` only references an external `prompt.md` link; consider inlining or snapshotting the key prompt content so the agent remains stable if the external file changes or becomes unavailable.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
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.
🤖 自动生成的 Agent 配置文件
{ "author": "buzz-lightsnack-2007", "config": { "systemRole": "See [prompt.md](https://github.com/user-attachments/files/23844274/prompt.md). This prompt is based on extracted prompt at [0xeb/TheBigPromptLibrary](https://github.com/0xeb/TheBigPromptLibrary/blob/main/SystemPrompts/Copilot/microsoft_copilot_website_09192025.md).\n" }, "createdAt": "2025-12-01", "homepage": "https://github.com/buzz-lightsnack-2007", "identifier": "ms-copilot-unofficial", "meta": { "avatar": "https://copilot.microsoft.com/static/cmc/favicon.svg", "description": "Unofficial Microsoft Copilot is your companion to inform, entertain and inspire. Get advice, feedback and straightforward answers.", "tags": [ "ai", "companion" ], "title": "Copilot" }, "schemaVersion": 1, "pluginCount": 0, "knowledgeCount": 0, "tokenUsage": 69 }@buzz-lightsnack-2007 (resolve #1485)
Summary by Sourcery
Add a new unofficial Microsoft Copilot agent configuration and set up shared Prettier formatting, with minor changelog formatting adjustments.
New Features:
Enhancements: