Skip to content

Adds Cursor Cloud Agent environment#3606

Merged
JayShortway merged 4 commits into
mainfrom
cursor/add-cloud-agent-environment-729b
Jun 16, 2026
Merged

Adds Cursor Cloud Agent environment#3606
JayShortway merged 4 commits into
mainfrom
cursor/add-cloud-agent-environment-729b

Conversation

@JayShortway

@JayShortway JayShortway commented Jun 15, 2026

Copy link
Copy Markdown
Member

Description

Adds a Cursor Cloud Agent environment so Cloud Agents can verify their own work and run Gradle and stuff. It's just the same image we use in CI.

Open in Web Open in Cursor 

Note

Low Risk
Developer-tooling and ignore rules only; no app, auth, or runtime behavior changes.

Overview
Adds a Cursor Cloud Agent setup so agents can build and run Gradle in an environment aligned with CI.

A new .cursor/Dockerfile uses cimg/android:2025.04.1 (same as .circleci/config.yml) and extends PATH for Android cmdline-tools and platform-tools. .cursor/environment.json points the agent build at that Dockerfile with repo root as context.

.gitignore no longer ignores the whole .cursor/ directory; it ignores .cursor/* but keeps .cursor/environment.json and .cursor/Dockerfile tracked.

Reviewed by Cursor Bugbot for commit 45c8366. Bugbot is set up for automated code reviews on this repo. Configure here.

Co-authored-by: JayShortway <JayShortway@users.noreply.github.com>
@JayShortway JayShortway self-assigned this Jun 15, 2026
Co-authored-by: JayShortway <JayShortway@users.noreply.github.com>
@codecov

codecov Bot commented Jun 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.26%. Comparing base (39862fb) to head (45c8366).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3606   +/-   ##
=======================================
  Coverage   80.26%   80.26%           
=======================================
  Files         378      378           
  Lines       15449    15449           
  Branches     2144     2144           
=======================================
  Hits        12400    12400           
  Misses       2190     2190           
  Partials      859      859           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
@JayShortway JayShortway requested a review from a team June 15, 2026 17:27
@JayShortway JayShortway marked this pull request as ready for review June 15, 2026 17:27
@JayShortway JayShortway requested a review from a team as a code owner June 15, 2026 17:27
@JayShortway JayShortway changed the title Add Cursor Cloud Agent environment using CircleCI Android image Jun 15, 2026

@rickvdl rickvdl left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! ☁️🤖

@tonidero tonidero left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice improvement!

Comment thread .cursor/Dockerfile

@ajpallares ajpallares left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@JayShortway JayShortway added this pull request to the merge queue Jun 16, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jun 16, 2026
@JayShortway JayShortway added this pull request to the merge queue Jun 16, 2026
Merged via the queue into main with commit a19dd4a Jun 16, 2026
43 checks passed
@JayShortway JayShortway deleted the cursor/add-cloud-agent-environment-729b branch June 16, 2026 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

5 participants