Add CompozyOS to compatible clients - #56
Open
pedronauck wants to merge 1 commit into
Open
Conversation
CompozyOS ingests Agent Plugins 1.0.0 packages as extensions with no product-specific manifest, contributing skills and MCP servers over stdio and streamable-http. Support shipped in compozy/compozy#419 and is public in v0.3.0-beta.18. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
@pedronauck 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.
CompozyOS is the system around the agent, already built: it keeps AI agents
working continuously, without the scripts, cron jobs, and glue code people
otherwise assemble and maintain. It is an operating system for the agent CLIs
people already use.
Surface
One listing, one surface: the CompozyOS daemon. The web app and the
compozyCLI are two views over that same runtime, share one install, and carry the same
plugin behavior, so they do not warrant separate entries.
CompozyOS is not another agent. It runs the ACP-compatible agent CLIs people
already use (Claude Code, OpenClaw, Hermes) as drivers, and an Agent Plugin
installs into the host, not into any one of those CLIs.
Agent Plugins are ingested as extensions with no product-specific manifest:
detection is automatic, and a root
plugin.jsonselects the portable formatwhen no native
extension.tomlorextension.jsonis present. A plainconformant third-party plugin therefore installs with no Compozy-specific
metadata added. Support shipped in compozy/compozy#419 and is public in
v0.3.0-beta.18
(published 2026-08-18, signed binaries and packages attached), so it is
available to users today.
Evidence
skills/are ingested asextension-kit skills, with per-component failure isolation: a malformed skill
is recorded and skipped without failing the plugin. Implementation in
internal/extension/agentplugin/; user docs atAgent Plugins interoperability.
PLUGIN_ROOTandPLUGIN_DATAinjection and${PLUGIN_ROOT}/${PLUGIN_DATA}placeholderexpansion, with
./-relative commands andcwdresolved against the pluginroot and rejected when they escape it
(
internal/extension/agentplugin/paths.go).typeandheadersare honored andnormalized onto the native HTTP transport. Live-verified in an isolated QA
lab: a remote MCP fixture returned 401 without its bound header and 200 with
it, recorded in
docs/qa/evidence/2026-08-16-agent-plugins/provider-matrix.json.mcp.jsonare recorded asskipped rather than loaded, so the record omits the transport.
plugin.schema.jsonandmcp.schema.json1.0.0 identifiers select local validation rules and schemasare never fetched during load. A different version under the
agent-plugins.org/schemas/prefix is classified as an unsupported version andrefused with a targeted error, never interpreted as 1.0.0
(
internal/extension/agentplugin/classify.go). Conformance run recorded indocs/qa/evidence/2026-08-16-agent-plugins/conformance-checklist.json.Happy to provide a screenshot or a walkthrough of an install if that helps
verification.
Logos
Official CompozyOS logo (symbol plus wordmark) as used across compozy.com and
the product, exported from the brand component at
packages/ui/src/components/custom/logo.tsxin the MIT-licensed source repository; light and dark SVG variants differ only
in the wordmark ink. The mark is a 5.54:1 lockup, which renders shorter than the
other wordmarks on the page at the default width, so the record carries
scale: 1.3to bring it in line with them.pnpm buildpasses.