Multica Agent Sync 1.0.0
First public release of the Codex-only Multica Agent Sync plugin.
Highlights:
- Install from the public Codex Git marketplace, including optional exact-tag installs.
- Bind one Codex Desktop task to one Multica issue with
/multica. - Private plugin-owned runtime data and ownership-aware cleanup.
- 26 functional and security tests, release validation, and macOS CI.
- English and Chinese documentation.
Normal installation — both steps are required the first time:
# Step 1 of 2: register the marketplace at the latest stable version.
codex plugin marketplace add zhongwangquan/multica-agent-sync
# Step 2 of 2: install and enable the plugin from that marketplace.
codex plugin add multica-codex-sync@multica-agent-syncOptional exact-version installation or rollback:
# Optional step 1 of 2: register the marketplace at v1.0.0.
codex plugin marketplace add zhongwangquan/multica-agent-sync --ref v1.0.0
# Step 2 of 2: install and enable that exact plugin version.
codex plugin add multica-codex-sync@multica-agent-syncNo extra package is required. Codex installs the plugin source from Git; GitHub provides source .zip and .tar.gz archives automatically.