Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
20 changes: 20 additions & 0 deletions nova/agent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"id": "nova",
"name": "Nova",
"version": "1.0.43",
"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.43",
"args": [
"acp"
]
}
}
}
23 changes: 23 additions & 0 deletions nova/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.