Installs Cursor CLI for AI code assistance https://cursor.com/cli
"features": {
"ghcr.io/stu-bell/devcontainer-features/cursor-cli:0": {}
}Tested on Debian and Ubuntu.
Cursor CLI does not work on Alpine. See this forum discussion
Add the feature to your devcontainer.json:
{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/stu-bell/devcontainer-features/cursor-cli": {}
}
}Start your devcontainer, ssh in, and run: cursor-agent
Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.