Hey, thanks for the report and the detailed screenshots. I can see both images: Quick Fix with auto-import in a normal window vs an empty Quick Fix in the Agents Window on the same code.
This is a known limitation of the Agents Window (Glass). Extension-provided LSP features like go-to-definition, linting, diagnostics, and code actions like Quick Fix Cmd+. and auto-import are not fully integrated there yet. The LSP toggle in the file tab header enables basic functionality like syntax highlighting, but code actions are still being worked on.
This isn’t an issue with your config. For now, the workaround is to use the normal editor window for full TypeScript tooling, where everything works as before, and switch between it and the Agents Window as needed.
This is being discussed here if you want to follow along: Cursor Agents window LSP not working with Typescript
I can’t share an ETA for full extension support in the Agents Window yet, but it’s on the radar. Let me know if the LSP toggle is on and you still don’t get the basic features, then we can dig in separately.