bump nalv plugin to version 0.1.5 - #3037
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
|
@crazywoola Hi — thank you again for reviewing and merging the NALV 0.1.5 update. It looks like the post-merge Marketplace publication failed after the PR was successfully merged. The
The preceding validation steps —
Failed workflow: For reference, the package had already passed the submission-side validation:
One potentially relevant detail: the reviewer note on this PR says NALV 0.1.5 therefore still does not appear to have been published to the Marketplace. Could you please check whether the production upload can be rerun, or let me know if the I haven't bumped the version or changed the package since the merged submission, so the investigation can stay scoped to the failed post-merge publication. Thanks! |
|
Please submit a new pull request and bump the version in the manifest. |
Plugin Submission
Plugin information
Submission type
What changed
Version update from 0.1.4 to 0.1.5.
Adds the Run Release Check Tool and Tool-first onboarding.
Users can select a conversational Dify app and run one of three frozen release checks:
On first use, the Tool returns Connect NALV. The user follows the link, authorizes NALV with Google, returns to Dify, and runs the check again.
Normal setup does not require an API key or API Endpoint.
The existing Connect NALV Endpoint remains available as a manual/fallback path.
Supported targets are conversational Dify apps, primarily Chatflow. Workflow targets are not supported.
This update does not remove the existing 0.1.4 Endpoint workflow.
Risk level
Required checks
.envfiles,.gitdirectories, virtual environments, caches, logs, or IDE files.PRIVACY.mdor a hosted privacy policy, andmanifest.yamlreferences it.Primary live certification for 0.1.5 was performed on Dify Cloud. Community Edition was not separately retested for this release. No Community Edition-specific behavior is intentionally relied upon.
Security and privacy notes
Connect NALV uses Google OpenID Connect on the NALV web app. Google tokens do not enter or get stored by the Dify plugin. The plugin stores a scoped NALV surface token in Dify plugin storage. Test conversation content and observed replies are sent to the fixed https://app.nalv.ai service for verification. Destination is fixed, not user-configurable. See packaged PRIVACY.md.
High risk: authentication data (scoped NALV surface token and short-lived Connect exchange secret) and outbound check transcripts.
Refund Boundary is a support-behavior verification check. It tests whether the bot stays within a configured refund eligibility boundary. The plugin does NOT process payments, issue refunds, transfer money, or transfer assets. This clarification is included because the Marketplace keyword scanner may flag the word "refund".
Local validation
Official dify-marketplace-toolkit: 0 blocking errors.
dify-plugin 0.10.2: PASS
dify-plugin 0.9.0: PASS
Package SHA-256: a605025e9b443660d070201dec33277d6bad0d47074011eaf99addbcaf038df4
Reviewer notes
Single-file version update. nalv-0.1.4.difypkg is unchanged. Source: https://github.com/nalv-ai/nalv-dify-plugin at 425b796.
Made with Cursor