Skip to content

Conversation

@shiwuliya
Copy link
Contributor

@shiwuliya shiwuliya commented Dec 21, 2025

Summary by CodeRabbit

  • New Features
    • Added GsCore Adapter as an available plugin for karin

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Dec 21, 2025

Walkthrough

A new plugin entry for "@puniyu/karin-adapter-gscore" has been added to the plugins.json manifest file. The entry includes metadata such as plugin type (npm), description, home URL, license information, timestamp, author details, and repository references. Valid JSON structure is preserved.

Changes

Cohort / File(s) Summary
Plugin Registry Entry
plugins.json
Added new plugin object for "@puniyu/karin-adapter-gscore" with complete metadata including type, description, license (GPL-3.0-only), authors (puniyu, shiwuliya), and npm/GitHub repository references.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

  • Verify JSON syntax correctness and proper array integration
  • Validate metadata fields (license URL, repository URLs, author references)
  • Confirm timestamp formatting consistency

Possibly related PRs

Poem

🐰 A new plugin arrives, so grand and so bright,
Gscore Adapter joins the list in the night,
With authors and repos all properly placed,
The manifest grows—another gem in this space! ✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the main change: adding a new plugin entry (karin-adapter-gscore) to the plugins manifest file.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between d62e91b and 95947d2.

📒 Files selected for processing (1)
  • plugins.json (1 hunks)
🔇 Additional comments (2)
plugins.json (2)

652-652: LGTM!

The trailing comma is correctly placed to separate the previous plugin entry from the new one, maintaining valid JSON array syntax.


653-685: Cannot verify the plugin resources are publicly accessible.

The GitHub repository and NPM package referenced in this entry could not be found through web searches. Confirm that the package has been published to NPM and that the GitHub repository is public before merging.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@gemini-code-assist
Copy link

Summary of Changes

Hello @shiwuliya, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

此拉取请求旨在通过在 plugins.json 文件中引入一个新的插件配置,来扩展系统的功能。这个新添加的插件是 @puniyu/karin-adapter-gscore,它将作为 Karin 框架的一个 GsCore 适配器,从而丰富了可用的集成选项。

Highlights

  • 新增插件: 此PR在 plugins.json 文件中添加了一个名为 @puniyu/karin-adapter-gscore 的新插件条目。该插件被描述为 Karin 的 GsCore 适配器,并包含了其NPM和GitHub仓库信息、许可证(GPL-3.0-only)以及作者信息(puniyu 和 shiwuliya)。

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@github-actions
Copy link
Contributor

✅ 验证通过 (自动触发)

验证输出

> @karinjs/plugins-list@1.19.1 validate
> node scripts/validate.js

✅ 验证通过

📦 更新后的 package.json

点击查看内容
{
  "name": "@karinjs/plugins-list",
  "version": "1.19.1",
  "description": "",
  "keywords": [],
  "license": "MIT",
  "author": "",
  "type": "module",
  "exports": {
    ".": "./types.ts"
  },
  "files": [
    "types.ts"
  ],
  "scripts": {
    "cp": "node scripts/cp.js",
    "validate": "node scripts/validate.js",
    "pub": "npm publish --access public",
    "sync": "curl -X PUT \"https://registry-direct.npmmirror.com/-/package/@karinjs/plugins-list/syncs\""
  },
  "plugins": [
    {
      "name": "@karinjs/plugin-basic",
      "type": "npm",
      "description": "karin plugin basic",
      "home": "https://github.com/karinjs/karin-plugin-basic",
      "license": {
        "name": "MIT",
        "url": "https://github.com/karinjs/karin-plugin-basic/blob/main/LICENSE"
      },
      "time": "2025-01-19 10:00:00",
      "author": [
        {
          "name": "shijin",
          "home": "https://github.com/sj817"
        }
      ],
      "repo": [
        {
          "type": "github",
          "url": "https://github.com/karinjs/karin-plugin-basic",
          "branch": "main"
        }
      ]
    },
    {
      "name": "@karinjs/plugin-puppeteer",
      "type": "npm",
      "description": "karin plugin puppeteer",
      "home": "https://github.com/karinjs/puppeteer",
      "license": {
        "name": "MIT",
        "url": "https://github.com/karinjs/puppeteer/blob/main/LICENSE"
      },
      "time": "2025-01-19 10:00:00",
      "author": [
        {
          "name": "shijin",
          "home": "https://github.com/sj817"
        }
      ],
      "repo": [
        {
          "type": "github",
          "url": "https://github.com/karinjs/puppeteer",
          "branch": "main"
        }
      ]
    },
    {
      "name": "@karinjs/plugin-ffmpeg",
      "type": "npm",
      "description": "为 Karin 提供开箱即用的 FFmpeg,免去给系统安装 FFmpeg 的繁琐步骤",
      "home": "https://github.com/KarinJS/karin-plugin-ffmpeg",
      "license": {
        "name": "MIT",
        "url": "https://github.com/KarinJS/karin-plugin-ffmpeg/blob/main/LICENSE"
      },
      "time": "2025-10-31 19:12:00",
      "author": [
        {
          "name": "Karin",
          "home": "https://github.com/KarinJS"
        }
      ],
      "repo": [
        {
          "type": "github",
          "url": "https://github.com/KarinJS/karin-plugin-ffmpeg",
          "branch": "main"
        }
      ]
    },
    {
      "name": "karin-plugin-kkk",
      "type": "npm",
      "description": "Karin 的「抖音」「B 站」视频解析/动态推送插件",
      "home": "https://github.com/ikenxuan/karin-plugin-kkk",
      "license": {
        "name": "GPL-3.0",
        "url": "https://github.com/ikenxuan/karin-plugin-kkk/blob/main/LICENSE"
      },
      "time": "2025-01-25 22:47:37",
      "author": [
        {
          "name": "ikenxuan",
          "home": "https://github.com/ikenxuan"
        }
      ],
      "repo": [
        {
          "type": "github",
          "url": "https://github.com/ikenxuan/karin-plugin-kkk",
          "branch": "main"
        },
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/karin-plugin-kkk",
          "branch": ""
        }
      ]
    },
    {
      "name": "karin-plugin-ling",
      "type": "npm",
      "description": "提供多种功能",
      "home": "https://github.com/yusheng929/karin-plugin-ling",
      "license": {
        "name": "GPL-3.0",
        "url": "https://github.com/yusheng929/karin-plugin-ling/blob/main/LICENSE"
      },
      "time": "2025-02-02 10:00:00",
      "author": [
        {
          "name": "yusheng929",
          "home": "https://github.com/yusheng929"
        }
      ],
      "repo": [
        {
          "type": "github",
          "url": "https://github.com/yusheng929/karin-plugin-ling",
          "branch": "main"
        },
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/karin-plugin-ling",
          "branch": ""
        }
      ]
    },
    {
      "name": "karin-plugins-alijs",
      "type": "app",
      "description": "一个用于 Karin 的插件集合",
      "home": "https://github.com/Aliorpse/karin-plugins-alijs",
      "license": {
        "name": "MIT",
        "url": "https://github.com/Aliorpse/karin-plugins-alijs/blob/main/LICENSE"
      },
      "time": "2025-02-16 11:45:14",
      "author": [
        {
          "name": "Aliorpse",
          "home": "https://github.com/Aliorpse"
        }
      ],
      "repo": [
        {
          "type": "github",
          "url": "https://github.com/Aliorpse/karin-plugins-alijs",
          "branch": "main"
        }
      ],
      "files": [
        {
          "name": "B站链接解析",
          "description": "解析B站链接,获取视频信息。",
          "url": "https://raw.githubusercontent.com/Aliorpse/karin-plugins-alijs/refs/heads/main/js/BiliParser.js"
        },
        {
          "name": "Minecraft 服务器状态获取",
          "description": "获取Minecraft服务器状态。",
          "url": "https://raw.githubusercontent.com/Aliorpse/karin-plugins-alijs/refs/heads/main/js/MCMotd.js"
        },
        {
          "name": "快捷执行指令",
          "description": "快捷执行指令。",
          "url": "https://raw.githubusercontent.com/Aliorpse/karin-plugins-alijs/refs/heads/main/js/RunCMD.js"
        }
      ]
    },
    {
      "name": "karin-plugin-teamspeak",
      "type": "npm",
      "description": "连接teamspeak,并提示用户进出服务器信息。",
      "home": "https://github.com/jacksixth/karin-plugin-teamspeak3",
      "license": {
        "name": "GPL-3.0",
        "url": "https://github.com/jacksixth/karin-plugin-teamspeak3/blob/main/LICENSE"
      },
      "time": "2025-01-05 22:00:00",
      "author": [
        {
          "name": "jacksixth",
          "home": "https://github.com/jacksixth"
        }
      ],
      "repo": [
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/karin-plugin-teamspeak",
          "branch": ""
        },
        {
          "type": "github",
          "url": "https://github.com/jacksixth/karin-plugin-teamspeak3",
          "branch": "build"
        }
      ]
    },
    {
      "name": "karin-plugin-mc-rcon",
      "type": "npm",
      "description": "有关mc服务器相关功能。",
      "home": "https://github.com/jacksixth/karin-plugin-mc-rcon",
      "license": {
        "name": "GPL-3.0",
        "url": "https://github.com/jacksixth/karin-plugin-mc-rcon/blob/main/LICENSE"
      },
      "time": "2025-03-05 22:00:00",
      "author": [
        {
          "name": "jacksixth",
          "home": "https://github.com/jacksixth"
        }
      ],
      "repo": [
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/karin-plugin-mc-rcon",
          "branch": ""
        },
        {
          "type": "github",
          "url": "https://github.com/jacksixth/karin-plugin-mc-rcon",
          "branch": "build"
        }
      ]
    },
    {
      "name": "@ys7zts/karin-plugin-nekostatus",
      "type": "npm",
      "description": "提供服务器状态相关",
      "home": "https://github.com/ys7zTS/karin-plugin-nekostatus",
      "license": {
        "name": "MIT",
        "url": "https://github.com/ys7zTS/karin-plugin-nekostatus/blob/main/LICENSE"
      },
      "time": "2025-11-30 23:42:00",
      "author": [
        {
          "name": "ys7zTS",
          "home": "https://github.com/ys7zTS"
        }
      ],
      "repo": [
        {
          "type": "github",
          "url": "https://github.com/ys7zTS/karin-plugin-nekostatus",
          "branch": "main"
        },
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/@ys7zts/karin-plugin-nekostatus",
          "branch": ""
        }
      ]
    },
    {
      "name": "@karinjs/adapter-icqq",
      "type": "npm",
      "description": "karin plugin icqq",
      "home": "https://github.com/KarinJS/karin-plugin-adapter-icqq",
      "license": {
        "name": "MIT",
        "url": "https://github.com/KarinJS/karin-plugin-adapter-icqq/blob/main/LICENSE"
      },
      "time": "2025-01-19 10:00:00",
      "author": [
        {
          "name": "shijin",
          "home": "https://github.com/sj817"
        }
      ],
      "repo": [
        {
          "type": "github",
          "url": "https://github.com/KarinJS/karin-plugin-adapter-icqq",
          "branch": "main"
        }
      ]
    },
    {
      "name": "karin-plugin-chaite",
      "type": "npm",
      "description": "karin plugin chaite, 多功能ai插件",
      "home": "https://github.com/ikechan8370/karin-plugin-chaite",
      "license": {
        "name": "MIT",
        "url": "https://github.com/ikechan8370/karin-plugin-chaite/blob/main/LICENSE"
      },
      "time": "2025-04-29 14:33:00",
      "author": [
        {
          "name": "ikechan8370",
          "home": "https://github.com/ikechan8370"
        }
      ],
      "repo": [
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/karin-plugin-chaite",
          "branch": ""
        },
        {
          "type": "github",
          "url": "https://github.com/ikechan8370/karin-plugin-chaite",
          "branch": "main"
        }
      ]
    },
    {
      "name": "karin-plugin-orchid",
      "type": "npm",
      "description": "karin plugin orchid, 兰插件,娱乐功能和rss推送等",
      "home": "https://github.com/ikechan8370/karin-plugin-orchid",
      "license": {
        "name": "GPL-3.0",
        "url": "https://github.com/ikechan8370/karin-plugin-orchid/blob/main/LICENSE"
      },
      "time": "2025-04-29 14:33:00",
      "author": [
        {
          "name": "ikechan8370",
          "home": "https://github.com/ikechan8370"
        }
      ],
      "repo": [
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/karin-plugin-orchid",
          "branch": ""
        },
        {
          "type": "github",
          "url": "https://github.com/ikechan8370/karin-plugin-orchid",
          "branch": "main"
        }
      ]
    },
    {
      "name": "@candriajs/karin-plugin-meme",
      "type": "npm",
      "description": "一个Karin版的表情包合成插件, 本地版",
      "home": "https://github.com/CandriaJS/karin-plugin-meme",
      "license": {
        "name": "GNU General Public License v3.0",
        "url": "https://github.com/CandriaJS/karin-plugin-meme/blob/main/LICENSE"
      },
      "time": "2025-05-10 19:20:00",
      "author": [
        {
          "name": "CandriaJS",
          "home": "https://github.com/CandriaJS"
        },
        {
          "name": "shiwuliya",
          "home": "https://github.com/shiwuliya"
        }
      ],
      "repo": [
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/@candriajs/karin-plugin-meme",
          "branch": ""
        },
        {
          "type": "github",
          "url": "https://github.com/CandriaJS/karin-plugin-meme",
          "branch": "main"
        }
      ]
    },
    {
      "name": "@candriajs/karin-plugin-meme-api",
      "type": "npm",
      "description": "一个Karin版的表情包合成插件, api版",
      "home": "https://github.com/CandriaJS/karin-plugin-meme",
      "license": {
        "name": "GNU General Public License v3.0",
        "url": "https://github.com/CandriaJS/karin-plugin-meme/blob/main/LICENSE"
      },
      "time": "2025-08-26 20:30:00",
      "author": [
        {
          "name": "CandriaJS",
          "home": "https://github.com/CandriaJS"
        },
        {
          "name": "shiwuliya",
          "home": "https://github.com/shiwuliya"
        }
      ],
      "repo": [
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/@candriajs/karin-plugin-meme",
          "branch": ""
        },
        {
          "type": "github",
          "url": "https://github.com/CandriaJS/karin-plugin-meme",
          "branch": "main"
        }
      ]
    },
    {
      "name": "karin-plugin-picture-game",
      "type": "npm",
      "description": "一个Karin版的图片游戏插件",
      "home": "https://github.com/pohgxz/karin-plugin-picture-game",
      "license": {
        "name": "GNU General Public License v3.0",
        "url": "https://github.com/pohgxz/karin-plugin-picture-game/blob/main/LICENSE"
      },
      "time": "2025-05-11 14:04:00",
      "author": [
        {
          "name": "pohgxz",
          "home": "https://github.com/pohgxz"
        }
      ],
      "repo": [
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/@pohgxz/karin-plugin-picture-game",
          "branch": ""
        },
        {
          "type": "github",
          "url": "https://github.com/pohgxz/karin-plugin-picture-game",
          "branch": "main"
        }
      ]
    },
    {
      "name": "@karinjs/plugin-markdown",
      "type": "npm",
      "description": "一个Karin版的markdown转图片插件",
      "home": "https://github.com/karinjs/plugin-markdown",
      "license": {
        "name": "MIT",
        "url": "https://github.com/karinjs/plugin-markdown/blob/main/LICENSE"
      },
      "time": "2025-05-21 21:53:00",
      "author": [
        {
          "name": "shijin",
          "home": "https://github.com/sj817"
        }
      ],
      "repo": [
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/@karinjs/plugin-markdown",
          "branch": ""
        },
        {
          "type": "github",
          "url": "https://github.com/karinjs/plugin-markdown",
          "branch": "main"
        }
      ]
    },
    {
      "name": "@candriajs/karin-plugin-emojimix",
      "type": "npm",
      "description": "一个Karin版的emoji合成插件",
      "home": "https://github.com/CandriaJS/karin-plugin-emojimix",
      "license": {
        "name": "GNU General Public License v3.0",
        "url": "https://github.com/CandriaJS/karin-plugin-emojimix/blob/main/LICENSE"
      },
      "time": "2025-06-01 22:00:00",
      "author": [
        {
          "name": "CandriaJS",
          "home": "https://github.com/CandriaJS"
        },
        {
          "name": "shiwuliya",
          "home": "https://github.com/shiwuliya"
        }
      ],
      "repo": [
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/@candriajs/karin-plugin-emojimix",
          "branch": ""
        },
        {
          "type": "github",
          "url": "https://github.com/CandriaJS/karin-plugin-emojimix",
          "branch": "main"
        }
      ]
    },
    {
      "name": "@candriajs/karin-plugin-imagetools",
      "type": "npm",
      "description": "一个Karin版的图片操作插件",
      "home": "https://github.com/CandriaJS/karin-plugin-imagetools",
      "license": {
        "name": "GNU General Public License v3.0",
        "url": "https://github.com/CandriaJS/karin-plugin-imagetools/blob/main/LICENSE"
      },
      "time": "2025-06-08 15:22:00",
      "author": [
        {
          "name": "CandriaJS",
          "home": "https://github.com/CandriaJS"
        },
        {
          "name": "shiwuliya",
          "home": "https://github.com/shiwuliya"
        }
      ],
      "repo": [
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/@candriajs/karin-plugin-imagetools",
          "branch": ""
        },
        {
          "type": "github",
          "url": "https://github.com/CandriaJS/karin-plugin-imagetools",
          "branch": "main"
        }
      ]
    },
    {
      "name": "karin-plugin-gamepush",
      "type": "npm",
      "description": "自动监控游戏版本更新并推送通知, 支持原神、崩坏3、崩坏星穹铁道、绝区零、鸣朝",
      "home": "https://github.com/rainbowwarmth/karin-plugin-gamepush",
      "license": {
        "name": "MIT License",
        "url": "https://github.com/rainbowwarmth/karin-plugin-gamepush/blob/main/LICENSE"
      },
      "time": "2025-09-20 19:22:00",
      "author": [
        {
          "name": "rainbowwarmth",
          "home": "https://github.com/rainbowwarmth"
        }
      ],
      "repo": [
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/karin-plugin-gamepush",
          "branch": ""
        },
        {
          "type": "github",
          "url": "https://github.com/rainbowwarmth/karin-plugin-gamepush",
          "branch": "main"
        }
      ]
    },
    {
      "name": "karin-plugin-yysls",
      "type": "npm",
      "description": "Karin 腌🐟十六升「信息查询」「签到」插件",
      "home": "https://github.com/babanbang/karin-plugin-yysls",
      "license": {
        "name": "GPL-3.0",
        "url": "https://github.com/babanbang/karin-plugin-yysls/blob/main/LICENSE"
      },
      "time": "2025-10-07 11:45:14",
      "author": [
        {
          "name": "babanbang",
          "home": "https://github.com/babanbang"
        }
      ],
      "repo": [
        {
          "type": "github",
          "url": "https://github.com/babanbang/karin-plugin-yysls",
          "branch": "main"
        },
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/karin-plugin-yysls",
          "branch": ""
        }
      ]
    },
    {
      "name": "@karinjs/plugin-playwright",
      "type": "npm",
      "description": "karin的 playwright截图、渲染插件",
      "home": "https://github.com/KarinJS/plugin-playwright",
      "license": {
        "name": "MIT",
        "url": "https://github.com/KarinJS/plugin-playwright/blob/main/LICENSE"
      },
      "time": "2025-11-02 21:38:00",
      "author": [
        {
          "name": "Karin",
          "home": "https://github.com/KarinJS"
        }
      ],
      "repo": [
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/@karinjs/plugin-playwright",
          "branch": ""
        },
        {
          "type": "github",
          "url": "https://github.com/KarinJS/plugin-playwright",
          "branch": "main"
        }
      ]
    },
    {
      "name": "@candriajs/karin-plugin-git",
      "type": "npm",
      "description": "一个Karin版的git仓库订阅推送",
      "home": "https://github.com/CandriaJS/karin-plugin-git",
      "license": {
        "name": "GNU General Public License v3.0",
        "url": "https://github.com/CandriaJS/karin-plugin-git/blob/main/LICENSE"
      },
      "time": "2025-11-09 22:15:00",
      "author": [
        {
          "name": "CandriaJS",
          "home": "https://github.com/CandriaJS"
        },
        {
          "name": "shiwuliya",
          "home": "https://github.com/shiwuliya"
        }
      ],
      "repo": [
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/@candriajs/karin-plugin-git",
          "branch": ""
        },
        {
          "type": "github",
          "url": "https://github.com/CandriaJS/karin-plugin-git",
          "branch": "main"
        }
      ]
    },
    {
      "name": "@puniyu/karin-adapter-gscore",
      "type": "npm",
      "description": "GsCore Adapter for karin",
      "home": "https://github.com/puniyu/karin-adapter-gscore",
      "license": {
        "name": "GPL-3.0-only",
        "url": "https://github.com/puniyu/karin-adapter-gscore/blob/main/LICENSE"
      },
      "time": "2025-12-21 21:43:00",
      "author": [
        {
          "name": "puniyu",
          "home": "https://github.com/puniyu"
        },
        {
          "name": "shiwuliya",
          "home": "https://github.com/shiwuliya"
        }
      ],
      "repo": [
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/@puniyu/karin-adapter-gscore",
          "branch": ""
        },
        {
          "type": "github",
          "url": "https://github.com/puniyu/karin-adapter-gscore",
          "branch": "main"
        }
      ]
    }
  ]
}

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

本次 PR 向 plugins.json 文件中添加了一个新的插件 @puniyu/karin-adapter-gscore。新条目的结构基本正确。但是,相关的 npm 包尚未发布到 npm 仓库,这将导致验证脚本失败。这是一个关键问题,需要在合并前解决。

Comment on lines +653 to 685
{
"name": "@puniyu/karin-adapter-gscore",
"type": "npm",
"description": "GsCore Adapter for karin",
"home": "https://github.com/puniyu/karin-adapter-gscore",
"license": {
"name": "GPL-3.0-only",
"url": "https://github.com/puniyu/karin-adapter-gscore/blob/main/LICENSE"
},
"time": "2025-12-21 21:43:00",
"author": [
{
"name": "puniyu",
"home": "https://github.com/puniyu"
},
{
"name": "shiwuliya",
"home": "https://github.com/shiwuliya"
}
],
"repo": [
{
"type": "npm",
"url": "https://www.npmjs.com/package/@puniyu/karin-adapter-gscore",
"branch": ""
},
{
"type": "github",
"url": "https://github.com/puniyu/karin-adapter-gscore",
"branch": "main"
}
]
}

Choose a reason for hiding this comment

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

critical

@puniyu/karin-adapter-gscore 这个 npm 包似乎尚未发布到 npm 仓库。访问 https://registry.npmjs.com/@puniyu/karin-adapter-gscore/latest 会返回 404 Not Found 错误。

根据 scripts/validate.js 中的验证逻辑,这会导致验证失败。

请在合并此 PR 之前,先将该包发布到 npm。

@yusheng929 yusheng929 merged commit 82012ca into KarinJS:main Dec 21, 2025
2 checks passed
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.

2 participants