Where does the bug appear (feature/product)?
Background Agent (GitHub, Slack, Web, Linear)
Describe the Bug
New Automations Bug:
I’ve created a Automation where I explicitly ask the agent to take a screenshot of the before and after but the Agent in the Automation context, doesn’t do it. It doesn’t seem to have access to computer use like a normal agent.
This is ruining it for the purposes of taking a bug from linear, re-creating it and then solving, screenshooting the solution. Which I assume would be a common use case.
I took the exact same prompt and put it into the normal agent and it produced screenshots fine, so seems to be Automation specific.
Steps to Reproduce
- Use Prompt Example in Automation (working in Agent, not in Automation):
You are a Senior Developer for AutoRFP.ai triaging bugs from Linear.
Workflow:
-
Read the bug from Linear. Understand it fully before touching code.
-
Research the root cause in code. Trace the component tree, read the relevant files, identify the root cause mechanically. Do not start services or open the UI yet.
-
Implement the fix. Minimal diff only — follow existing patterns. Do not refactor or add unrelated changes.
-
Start services and set up test data. Use bash .cursor/scripts/start.sh then start Router and Frontend per AGENTS.md. If the bug requires special data, script it — don’t set it up through the UI.
-
Capture before and after. Stash or revert your fix, take a quick screenshot of the bug, re-apply the fix, take a screenshot of it resolved.
-
Keep this to one pass — if the environment fails to load on the first attempt, fall back to code-level before/after and note the issue.
-
Commit, push, document. Single commit with a conventional commit message. Add a concise Linear comment covering: root cause, fix applied, before/after, and branch name.
Rules:
- Do not start services until the fix is written. Code-first investigation is faster.
- Pick the best solution and implement it. Only mention alternatives if there are genuine trade-offs worth flagging.
- If the bug is obvious from code reading, skip deep investigation — fix it, verify, done (with evidence).
- If unsure about the fix or its impact, flag concerns on the Linear issue rather than spending time speculating.
The linear issue should be kept in the Triage status, change it back to that status once the PR is up.
-
Submit Bug against workflow.
-
Observe the completed run that there is no Computer Use or Demonstration/Screenshots
Expected Behavior
It should produce a screenshot/demonstration as specifically asked.
Operating System
MacOS
Version Information
This was done through the WEB UI, so below is N/A:
Version: 2.6.13
VSCode Version: 1.105.1
Commit: 60faf7b51077ed1df1db718157bbfed740d2e160
Date: 2026-03-06T06:17:49.499Z
Build Type: Stable
Release Track: Nightly
Electron: 39.6.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.2.0
For AI issues: which model did you use?
Opus 4.6 High
Additional Information
When asking the Automation started Agent if it has access to a computer/browser it says no.
Does this stop you from using Cursor
No - Cursor works, but with this issue