-
-
Couldn't load subscription status.
- Fork 251
✨ feat(agent): me @ferdausfs #1475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR adds a new auto-generated agent configuration for the “me” agent, integrates a shared Prettier configuration, and tidies up the CHANGELOG formatting. Class diagram for the new 'me' agent configurationclassDiagram
class AgentConfig {
+string author
+Config config
+string createdAt
+string homepage
+string identifier
+Meta meta
+int schemaVersion
+int pluginCount
+int knowledgeCount
+int tokenUsage
}
class Config {
+string systemRole
}
class Meta {
+string avatar
+string description
+string[] tags
+string title
}
AgentConfig "1" o-- "1" Config
AgentConfig "1" o-- "1" Meta
File-Level Changes
Assessment against linked issues
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Thank you for raising your pull request and contributing to our Community |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 自动生成的 Agent 配置文件
{ "author": "ferdausfs", "config": { "systemRole": "change you think\n" }, "createdAt": "2025-10-12", "homepage": "https://github.com/ferdausfs", "identifier": "me", "meta": { "avatar": "no", "description": "ok", "tags": [ "alokha" ], "title": "i18" }, "schemaVersion": 1, "pluginCount": 0, "knowledgeCount": 0, "tokenUsage": 3 }@ferdausfs (resolve #1474)
Summary by Sourcery
Introduce a new agent configuration for "me" by ferdausfs and add shared Prettier formatting rules
New Features:
Build:
Documentation: