Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 917 Bytes

File metadata and controls

42 lines (24 loc) · 917 Bytes

Cursor CLI (via cursor.com/install) (cursor-cli)

Installs Cursor CLI for AI code assistance https://cursor.com/cli

Example Usage

"features": {
    "ghcr.io/stu-bell/devcontainer-features/cursor-cli:0": {}
}

Supported OS

Tested on Debian and Ubuntu.

Cursor CLI does not work on Alpine. See this forum discussion

Get Started

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.