Cursor 1.0 ignores input from stagewise

Hi there.

I use cursor and devcontainer as an environment for my pet project web app and found here on the forum it’s possible to use stagewise (GitHub - stagewise-io/stagewise: What if Cursor, Github Copilot and Windsurf could actually interact with your browser? 💬 Comment on any DOM element 🧠 We send the real context to Windsurf ⚡ Save time manually selecting files Setup in 30 seconds, fully open-source, works first prompt. Supports every framework with first party support for React, Next.js, Vue and Nuxt.js) to improve developer experience. After extension installation I tried to install stagewise toolbar with command palette and just got hint with text “Triggered agent for prompt.” while an agent didn’t get any input. I embed it manually and in my browser I can see the command palette but after prompt input I get the hint only again with no prompt in the chat, which probably means communication between webapp and extension is ok, but extension couldn’t resend the prompt into the chat.
I have only one cursor window and no background ones.

Has anybody faced to a similar issues?

devcontainer.json:

{
	"name": "Debian",
	// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
	"image": "mcr.microsoft.com/devcontainers/base:bookworm",
	"features": {
		"ghcr.io/devcontainers/features/go:1": {
			"version": "1.24"
		},
		"ghcr.io/devcontainers-extra/features/typescript:2": {},
		"ghcr.io/brokeyourbike/devcontainer-features/mockery-go:0": {},
		"ghcr.io/devcontainers-extra/features/npm-package:1": {}
	},
	"customizations": {
		"vscode": {
			"extensions": [
				"stagewise.stagewise-vscode-extension"
			]
		}
	}
	// Features to add to the dev container. More info: https://containers.dev/features.
	// "features": {},
	// Use 'forwardPorts' to make a list of ports inside the container available locally.
	// "forwardPorts": [],
	// Configure tool-specific properties.
	// "customizations": {},
	// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
	// "remoteUser": "root"
}
Version: 1.0.0
VSCode Version: 1.96.2
Commit: 53b99ce608cba35127ae3a050c1738a959750860
Date: 2025-06-04T19:21:22.523Z
Electron: 34.5.1
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Darwin arm64 24.3.0

Unfortunately, we are unable to support individual extensions, especially ones that try to automate inputs into Cursor!

I’d recommend raising this with the developer of the extension.