Skip to content

feat: add Snowflake Cortex Code to ACP registry#242

Merged
anna239 merged 5 commits intoagentclientprotocol:mainfrom
kameshsampath:cortex-code
Apr 28, 2026
Merged

feat: add Snowflake Cortex Code to ACP registry#242
anna239 merged 5 commits intoagentclientprotocol:mainfrom
kameshsampath:cortex-code

Conversation

@kameshsampath
Copy link
Copy Markdown
Contributor

Summary

  • Adds cortex-code v1.0.58 to the ACP registry as a new agent entry
  • Binary distribution across all 6 platforms (macOS arm64/x86_64,
    Linux arm64/x86_64, Windows arm64/x86_64) via Snowflake's public S3 CDN
  • Official Snowflake brand icon — 16x16 SVG, monochrome with currentColor
    for automatic light/dark theming

Notes

  • Version bumps are manual (non-GitHub CDN); bump by checking
    https://sfc-repo.snowflakecomputing.com/cortex-code-cli/a4643c4278/stable_version.txt
  • The -c connection flag is optional; omitting it uses default_connection_name
    from ~/.snowflake/config.toml
  • npm package (@snowflakedb/cortex-code) not yet published — npx distribution
    will be added once available, which will enable automated version tracking

Test plan

  • Schema validation: SKIP_URL_VALIDATION=1 uv run --with jsonschema .github/workflows/build_registry.py --dry-run
  • Full validation with URL checks: uv run --with jsonschema .github/workflows/build_registry.py --dry-run
  • Icon renders correctly at 16x16 in light and dark contexts

kameshsampath and others added 2 commits April 18, 2026 10:29
Registers cortex-code v1.0.58 with binary distribution across all 6
platforms (macOS, Linux, Windows - arm64 + x86_64) via Snowflake's S3
CDN. Includes official Snowflake brand icon (monochrome, currentColor).

Generated with [Cortex Code](https://docs.snowflake.com/en/user-guide/cortex-code/cortex-code)

Co-Authored-By: Cortex Code <noreply@snowflake.com>
@kameshsampath kameshsampath marked this pull request as draft April 19, 2026 16:04
@kameshsampath kameshsampath marked this pull request as ready for review April 20, 2026 03:45
@kameshsampath
Copy link
Copy Markdown
Contributor Author

PLS dont merge yet, will add updates to help with update-versions. 🙏🏽

@anna239 anna239 enabled auto-merge (squash) April 28, 2026 17:32
@anna239 anna239 merged commit afa6221 into agentclientprotocol:main Apr 28, 2026
31 checks passed
@yeskunall
Copy link
Copy Markdown

Hey @kameshsampath -- dropping a note here because zed-industries/zed#55356 traces back to this entry and the symptom is pretty specific. Wanted to surface what I’m seeing in case I’m missing something obvious --

The error from a clean Zed install of cortex-code is:

Missing command .../external_agents/registry/cortex-code/v_1.0.58_.../cortex after extraction

That message comes from this check in Zed -- cmd is interpreted relative to the extraction root, so "./cortex" resolves to <version_dir>/cortex.

When I list the darwin-arm64 archive, though, every entry is nested inside a top-level directory:

$ curl -sL "https://sfc-repo.snowflakecomputing.com/cortex-code-cli/a4643c4278/1.0.58%2B183258.b9d8c6466577/coco-1.0.58%2B183258.b9d8c6466577-darwin-arm64.tar.gz" | tar -tzf - | head -5
coco-1.0.58+183258.b9d8c6466577-darwin-arm64/
coco-1.0.58+183258.b9d8c6466577-darwin-arm64/cortex
coco-1.0.58+183258.b9d8c6466577-darwin-arm64/CHANGELOG.md
coco-1.0.58+183258.b9d8c6466577-darwin-arm64/browser_daemon/
coco-1.0.58+183258.b9d8c6466577-darwin-arm64/bundled_skills/

So after extraction the binary lands at <version_dir>/coco-1.0.58+183258.b9d8c6466577-darwin-arm64/cortex, not <version_dir>/cortex, and the ensure check fails. I confirmed the same nested layout on a real install locally:

image

For comparison, tar -tzf on the codex-acp asset linked from https://github.com/agentclientprotocol/registry/blob/afa62218e3f1de96942426fbc70cf3defae9f9c0/codex-acp/agent.json prints codex-acp at the root with no wrapper directory, which is why its identical-looking "./codex-acp" resolves just fine in Zed. The two agent.json files match in shape; the difference seems to be in the archive layout.

image

--

Thanks for reading and hope you guys have a great weekend!

@sfc-gh-ksampath
Copy link
Copy Markdown

sfc-gh-ksampath commented May 1, 2026 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants