Bump bilibili_search plugin to 0.0.4#2641
Merged
Merged
Conversation
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.
Plugin Submission
Plugin information
Submission type
What changed
Adds version 0.0.4 of the Bilibili Search tool plugin. The plugin searches Bilibili videos and retrieves Bilibili video information using user-provided Bilibili cookies configured in Dify credentials.
Risk level
The plugin handles user-provided Bilibili authentication cookies. Network calls are intended for Bilibili APIs; it does not execute commands/code, run SQL, operate on filesystems, automate browsers, or bundle executables.
Required checks
.envfiles,.gitdirectories, virtual environments, caches, logs, or IDE files.PRIVACY.mdandmanifest.yamlreferences it.Security and privacy notes
The package handles user-provided Bilibili cookies as Dify credentials and sends requests to Bilibili. No secrets or local credentials are included in the package. No command execution, code execution, SQL, SSH/SFTP, filesystem operations, browser automation, arbitrary URL proxying, bundled binaries, or webhooks are included.
Local validation
/Users/minibanana/Program/dify-plugin-Bilibili-Search/bilibili_search-0.0.4.difypkg.manifest.yaml:author=jingfelix,name=bilibili_search,version=0.0.4,icon=icon.svg,privacy=PRIVACY.md..scripts/validator/check-pkg-paths.pywith the single changed file path.jingfelix/bilibili_search/0.0.4; response wasplugin version not found..scripts/validator/test-plugin-install.py -d <unpacked_plugin>with the venv first onPATH; result:Plugin test result: success..scripts/uploader/upload-package.py -d <unpacked_plugin> -t placeholder --plugin-daemon-path .scripts/dify-plugin-darwin-arm64 -u https://marketplace.dify.ai -f --test; result: packaged successfully and skipped upload in test mode.Local limitation: this validation did not include manual testing on Dify Community Edition or Dify Cloud. Local Python 3.12.7 emitted non-fatal
hashlibblake2 warnings during validation, but dependency install, plugin startup, and package dry run completed successfully.Reviewer notes
This PR intentionally adds only
jingfelix/bilibili_search/bilibili_search-0.0.4.difypkgto satisfy the version-update requirement that a PR contain a single new package file.