Conversation
- Add pi.agents-anywhere plugin source and views - Add packaged pi.agents-anywhere-1.0.0.piplug - Register plugin in marketplace catalog.json - Add automated verification tests
|
@mazongYY is attempting to deploy a commit to the vastsa's projects Team on Vercel. A member of the Team first needs to authorize it. |
Owner
|
hi,现在插件可以直接在平台提交,自动审核:https://plugins.aiuo.net/ |
Author
|
Got it, thank you! I have the verified .piplug package and metadata ready and will submit it directly through the plugins.aiuo.net platform as advised. Closing this PR now. |
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.
What changed
Adds the Agents Anywhere Remote Plugin (
pi.agents-anywherev1.0.0) to the official PI-Desktop plugin marketplace:plugins/pi.agents-anywhere/withmanifest.json,main.js, and native Tailwind-styled status/pairing panelviews/panel.html.packages/pi.agents-anywhere-1.0.0.piplug(sha2565a0bdcda1cb0de47d1c9ae85d2a3be40c6ed486025cd7205710e15d3cc55c8fe, size 21.9 KB).catalog.jsonwith bilingual metadata, permission declarations (ui.view,net.fetch,net.websocket,desktop.control), and security boundaries.tests/agents-anywhere.test.mjsasserting manifest integrity, permissions, and catalog registration.Features
api.agents-anywhere.com,web.agents-anywhere.com) and inherits host permission gates for sensitive desktop operations.Validation
python scripts/security_audit.py --check-packages: Passed (0 blockers).python scripts/rebuild_catalog.py: Verified (26 plugins catalog generated).node --test tests/agents-anywhere.test.mjs: Passed (2/2 tests pass).