Create the cursor-cli module that installs the cursor CLI and uses the agentapi module.
Additionally, add the subdomain parameter to support running cursor-cli under a subdomain with agentapi version >= v0.3.3. This will cause AGENTAPI_CHAT_BASE_PATH to be exported to the correct value and be picked up by the module run script.
See the relevant PR for the goose module for reference (note that it already uses the agentapi module): #299.
Create the
cursor-climodule that installs the cursor CLI and uses theagentapimodule.Additionally, add the
subdomainparameter to support runningcursor-cliunder a subdomain with agentapi version >= v0.3.3. This will causeAGENTAPI_CHAT_BASE_PATHto be exported to the correct value and be picked up by the module run script.See the relevant PR for the
goosemodule for reference (note that it already uses theagentapimodule): #299.cursor-climodule that installs the AgentAPI.non-interactivemode.Note
See the https://github.com/coder/registry/tree/main/registry/coder/modules/goose module as a reference