Skip to content

feat:启舟插件#13

Open
meirong114 wants to merge 12 commits intoSeaLantern-Studio:mainfrom
latt-tech:main
Open

feat:启舟插件#13
meirong114 wants to merge 12 commits intoSeaLantern-Studio:mainfrom
latt-tech:main

Conversation

@meirong114
Copy link

@meirong114 meirong114 commented Feb 26, 2026

已删除其余内容,仅保留了manifest跟icon。
圖片
圖片

Summary by Sourcery

新功能:

  • 在 Latt Tech 插件命名空间下引入 Auto Arknights 插件定义。
Original summary in English

Summary by Sourcery

New Features:

  • Introduce the Auto Arknights plugin definition under the Latt Tech plugin namespace.

@sourcery-ai
Copy link

sourcery-ai bot commented Feb 26, 2026

审阅者指南(在小型 PR 上折叠显示)

审阅者指南

新增一个「启舟」(auto-arknights)插件定义,仅保留其 manifest 和图标,并将其接入中央插件注册表。

文件级变更

变更 详情 文件
在全局插件注册表中注册新的 auto-arknights 插件
  • 在主 plugins.json 注册表中为 latt-tech/auto-arknights 添加新的插件条目
  • 配置基础插件元数据(id/name/paths),指向新的 manifest 和图标资源
api/plugins.json
为 auto-arknights 插件引入最小化的 manifest
  • 创建描述 auto-arknights 插件的插件 manifest
  • 通过移除其他实现文件、仅保留必要的元数据和图标引用,使 manifest 保持最小化
plugins/latt-tech/auto-arknights/auto-arknights.json

提示与命令

与 Sourcery 交互

  • 触发新一次审阅: 在 Pull Request 中评论 @sourcery-ai review
  • 继续讨论: 直接回复 Sourcery 的审阅评论。
  • 从审阅评论生成 GitHub Issue: 在某条审阅评论下回复,要求 Sourcery 从该评论创建一个 issue。你也可以直接回复 @sourcery-ai issue 来从该评论创建 issue。
  • 生成 Pull Request 标题: 在 Pull Request 标题的任意位置写上 @sourcery-ai,即可随时生成标题。你也可以在 Pull Request 中评论 @sourcery-ai title 来(重新)生成标题。
  • 生成 Pull Request 总结: 在 Pull Request 正文的任意位置写上 @sourcery-ai summary,即可在你希望的位置生成 PR 总结。你也可以在 Pull Request 中评论 @sourcery-ai summary 来(重新)生成总结。
  • 生成审阅者指南: 在 Pull Request 中评论 @sourcery-ai guide,即可随时(重新)生成审阅者指南。
  • 一次性解决所有 Sourcery 评论: 在 Pull Request 中评论 @sourcery-ai resolve,即可将所有 Sourcery 评论标记为已解决。如果你已经处理完所有评论且不想再看到它们,这会很有用。
  • 一次性忽略所有 Sourcery 审阅: 在 Pull Request 中评论 @sourcery-ai dismiss,即可忽略所有现有的 Sourcery 审阅。如果你想从头开始新一轮审阅,这尤其有用 —— 记得再评论 @sourcery-ai review 来触发新的审阅!

自定义你的使用体验

访问你的 控制面板 以:

  • 启用或禁用审阅功能,例如 Sourcery 生成的 Pull Request 总结、审阅者指南等。
  • 更改审阅语言。
  • 添加、删除或编辑自定义审阅说明。
  • 调整其他审阅设置。

获取帮助

Original review guide in English
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Adds a new '启舟' (auto-arknights) plugin definition, keeping only its manifest and icon, and wires it into the central plugins registry.

File-Level Changes

Change Details Files
Register new auto-arknights plugin in the global plugin registry
  • Add new plugin entry for latt-tech/auto-arknights in the main plugins.json registry
  • Configure basic plugin metadata (id/name/paths) to point to the new manifest and icon assets
api/plugins.json
Introduce minimal manifest for the auto-arknights plugin
  • Create plugin manifest describing the auto-arknights plugin
  • Keep manifest minimal by removing other implementation files and retaining only essential metadata and icon reference
plugins/latt-tech/auto-arknights/auto-arknights.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

嗨——我已经审阅了你的改动,一切看起来都很棒!


Sourcery 对开源项目是免费的——如果你觉得我们的代码审查有帮助,欢迎分享 ✨
帮我变得更有用!请在每条评论上点 👍 或 👎,我会根据你的反馈来改进以后的审查。
Original comment in English

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@meirong114
Copy link
Author

@xingwangzhe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant