Add ZeroTwo to compatible clients - #51
Open
EmilyThaHuman wants to merge 1 commit into
Open
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
|
@EmilyThaHuman is attempting to deploy a commit to the Vercel Labs Team on Vercel. A member of the Team first needs to authorize it. |
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.
Summary
ZeroTwo now loads Agent Plugins 1.0 packages. This adds it to the Compatible Clients list so plugin authors can see that skills and MCP servers packaged for the spec work on zerotwo.ai.
Surface
One listing for the ZeroTwo product family. Agent Plugins support is available today in ZeroTwo Work on the web and in ZeroTwo Work / ZeroCode in the ZeroTwo desktop app. Users install plugins from the Plugins directory, then start a new chat to use bundled skills and MCP tools.
Evidence
plugin.json(https://agent-plugins.org/schemas/1.0.0/plugin.schema.json) discover immediateskills/*/SKILL.mdchildren. Invalid skills are skipped without disabling the rest of the package.mcp.jsonservers withtype: "stdio"are loaded.${PLUGIN_ROOT}/${PLUGIN_DATA}tokens are expanded, and./-relative commands are resolved against the plugin root.type: "streamable-http"servers withurland optionalheadersare loaded from the samemcp.json.type: "sse"servers are loaded from the samemcp.json(legacy HTTP+SSE).A malformed MCP document disables only MCP. Unsupported client extensions are ignored. An invalid root
plugin.jsonrejects the package.Logos
Official ZeroTwo mark SVGs used on zerotwo.ai and in the ZeroTwo app: dark fill for light backgrounds, white fill for dark backgrounds.
Made with Cursor