diff --git a/README.md b/README.md index 7461d40..a1eb4d3 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ A registry of agents and extensions implementing the [Agent Client Protocol, ACP | [Gemini CLI](https://github.com/google-gemini/gemini-cli) | Google's official CLI for Gemini | | [GitHub Copilot](https://github.com/github/copilot-language-server-release) | GitHub's AI pair programmer | | [Mistral Vibe](https://github.com/mistralai/mistral-vibe) | Mistral's open-source coding assistant | +| [Nova](https://www.npmjs.com/package/@compass-ai/nova) | Compass AI's fully-fledged software engineer | | [OpenCode](https://github.com/sst/opencode) | The open source coding agent | | [Qwen Code](https://github.com/QwenLM/qwen-code) | Alibaba's Qwen coding assistant | diff --git a/nova/agent.json b/nova/agent.json new file mode 100644 index 0000000..3f748eb --- /dev/null +++ b/nova/agent.json @@ -0,0 +1,20 @@ +{ + "id": "nova", + "name": "Nova", + "version": "1.0.44", + "description": "Nova by Compass AI - a fully-fledged software engineer at your command", + "repository": "https://github.com/Compass-Agentic-Platform/nova", + "authors": [ + "Compass AI" + ], + "license": "proprietary", + "icon": "./icon.svg", + "distribution": { + "npx": { + "package": "@compass-ai/nova@1.0.44", + "args": [ + "acp" + ] + } + } +} diff --git a/nova/icon.svg b/nova/icon.svg new file mode 100644 index 0000000..495402f --- /dev/null +++ b/nova/icon.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + +