Add Bilig WorkPaper plugin#2451
Merged
crazywoola merged 5 commits intoMay 28, 2026
Merged
Conversation
crazywoola
approved these changes
May 27, 2026
Member
crazywoola
left a comment
There was a problem hiding this comment.
✅ LGTM
Decision: Approve
Local Check Results
| Check | Status | Detail | Required action |
|---|---|---|---|
PR content language |
✅ Pass | PR title/body CJK ratio=0.0% (zh=0, en=2050, ignored_zh=0, allowed_zh<=0) | None. |
Project structure |
✅ Pass | All expected files present: manifest.yaml, README.md, PRIVACY.md. _assets/: yes. | None. |
Manifest author |
✅ Pass | author is valid. | None. |
Icon validation |
✅ Pass | icon exists: _assets/icon.svg | None. |
Version check |
✅ Pass | version 0.1.2 is available. | None. |
README language |
✅ Pass | README.md CJK ratio=0.0% (zh=0, en=939, allowed_zh<=0) | None. |
PRIVACY.md |
✅ Pass | PRIVACY.md exists and is non-empty. | None. |
Dependency install |
✅ Pass | requirements installed successfully. | None. |
dify_plugin version |
✅ Pass | dify_plugin version 0.9.0 satisfies >= 0.5.0. | None. |
Install test |
✅ Pass | plugin install test passed. | None. |
Packaging test |
✅ Pass | packaging check passed. | None. |
crazywoola
previously approved these changes
May 27, 2026
Member
crazywoola
left a comment
There was a problem hiding this comment.
✅ LGTM
Decision: Approve
Local Check Results
| Check | Status | Detail | Required action |
|---|---|---|---|
PR content language |
✅ Pass | PR title/body CJK ratio=0.0% (zh=0, en=2050, ignored_zh=0, allowed_zh<=0) | None. |
Project structure |
✅ Pass | All expected files present: manifest.yaml, README.md, PRIVACY.md. _assets/: yes. | None. |
Manifest author |
✅ Pass | author is valid. | None. |
Icon validation |
✅ Pass | icon exists: _assets/icon.svg | None. |
Version check |
✅ Pass | version 0.1.2 is available. | None. |
README language |
✅ Pass | README.md CJK ratio=0.0% (zh=0, en=939, allowed_zh<=0) | None. |
PRIVACY.md |
✅ Pass | PRIVACY.md exists and is non-empty. | None. |
Dependency install |
✅ Pass | requirements installed successfully. | None. |
dify_plugin version |
✅ Pass | dify_plugin version 0.9.0 satisfies >= 0.9.0. | None. |
Install test |
✅ Pass | plugin install test passed. | None. |
Packaging test |
✅ Pass | packaging check passed. | None. |
crazywoola
requested changes
May 27, 2026
Member
crazywoola
left a comment
There was a problem hiding this comment.
❌ Request Changes
Decision: Request changes
Failed Checks
| Check | Status | Detail |
|---|---|---|
Install test |
❌ Fail | Command failed (1): /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-helper-8rj31r2n/.venv/bin/python /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-helper-8rj31r2n/toolkit/validator/test-plugin-install.py -d /var/folders/c5/ssq8b54n0rj6… |
Full Check Results
| Check | Status | Detail |
|---|---|---|
PR content language |
✅ Pass | PR title/body CJK ratio=0.0% (zh=0, en=2500, ignored_zh=0, allowed_zh<=0) |
Project structure |
✅ Pass | All expected files present: manifest.yaml, README.md, PRIVACY.md. _assets/: yes. |
Manifest author |
✅ Pass | author is valid. |
Icon validation |
✅ Pass | icon exists: _assets/icon.svg |
Version check |
✅ Pass | version 0.1.2 is available. |
README language |
✅ Pass | README.md CJK ratio=0.0% (zh=0, en=862, allowed_zh<=0) |
PRIVACY.md |
✅ Pass | PRIVACY.md exists and is non-empty. |
Dependency install |
✅ Pass | requirements installed successfully. |
dify_plugin version |
✅ Pass | dify_plugin version 0.8.0 satisfies >= 0.5.0. |
Install test |
❌ Fail | Command failed (1): /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-helper-8rj31r2n/.venv/bin/python /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-helper-8rj31r2n/toolkit/validator/test-plugin-install.py -d /var/folders/c5/ssq8b54n0rj6… |
Packaging test |
✅ Pass | packaging check passed. |
Required Fixes
- Install test: Command failed (1): /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-helper-8rj31r2n/.venv/bin/python /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-helper-8rj31r2n/toolkit/validator/test-plugin-install.py -d /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-helper-8rj31r2n/unpacked_plugin
ERROR:root:code for hash blake2b was not found.
Traceback (most recent call last):
File "/Users/minibanana/.pyenv/versions/3.12.7/lib/python3.12/hashlib.py", line 245, in
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/minibanana/.pyenv/versions/3.12.7/lib/python3.12/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/minibanana/.pyenv/versions/3.12.7/lib/python3.12/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/Users/minibanana/.pyenv/versions/3.12.7/lib/python3.12/hashlib.py", line 245, in
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/minibanana/.pyenv/versions/3.12.7/lib/python3.12/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/minibanana/.pyenv/versions/3.12.7/lib/python3.12/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
Please address these issues and push an update.
Contributor
Author
|
Pushed Root cause: Validation run locally: Result: The new PR workflow is currently |
crazywoola
approved these changes
May 28, 2026
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.
1. Metadata
2. Submission Type
3. Description
Adds the Bilig WorkPaper tool plugin for Dify. The plugin exposes
forecast_formula_readback, which edits a spreadsheet input cell through a configured Bilig WorkPaper OpenAPI endpoint, recalculates formulas, and returns JSON proof that the computed formula output changed and restored readback matches.This is meant for Dify workflows and agents that need spreadsheet-backed calculation without Excel UI automation or stale XLSX cached values.
4. Checklist
5. Documentation Checklist
6. Privacy Protection Information
Data Collection
The plugin sends the configured Bilig OpenAPI base URL the selected sheet name, cell address, value, and readback range required to run formula readback. It does not collect API keys, user identity, files, workbook uploads, or conversation history.
Privacy Policy
Validation
bilig_workpaper-0.1.2.difypkgwith the currentlanggenius/dify-plugin-daemonCLI.8bf2136ad8e3c6f3953c55107362b66f03523cbfd17a324ef4880d68118c95f2.manifest.yaml: authorproompteng, namebilig_workpaper, version0.1.2.README.md,PRIVACY.md, custom icon, provider, tool,requirements.txt, and no__pycache__or.pycfiles.requirements.txtpinsdify_plugin>=0.5.1,<0.9.0; this keeps Marketplace CI on the SDK line whose package metadata is detected asdify_pluginand whose install method supportsserverless.py_compileformain.py, provider, and tool files; YAML parsed for manifest/provider/tool definitions.pip listreportsdify_plugin 0.8.0, confirmed the CI-style version grep detects0.8.0, confirmedserverlessis accepted bydify_plugin, and imported the provider/tool modules.verified=true,after.expectedArr=96000,readbackChanged=true, andrestoredReadbackMatchesAfter=true.plugin version not foundforproompteng/bilig_workpaper/0.1.2, so this version does not appear to be already published.