Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Use Claude Chrome Extension from Cursor

The article provides guidance on using a Claude Chrome extension within the Cursor editor, enabling users to integrate Claude's AI capabilities directly into their Cursor development environment.

Background

- Cursor is an AI-powered code editor (a fork of VS Code) that integrates with multiple large language models (LLMs) such as Claude, GPT-4, and others. - This GitHub repo provides a Chrome extension that lets users route web-browsing context (e.g., documentation pages, Stack Overflow) from a Chrome browser directly into Cursor's AI chat interface. - The extension works by adding a "Send to Cursor" button that captures the current page's URL and content, then opens Cursor's AI panel with that context pre-loaded. - This matters because developers using Cursor often need to reference online resources while coding; manually copying and pasting web content into the AI assistant is tedious, so this extension streamlines the workflow by automating the transfer.

Related stories

  • Newer Claude models sometimes invent extra keys in tool call arguments, breaking validation in Pi's edit tool. The author suspects post-training for Claude Code's forgiving harness makes alternative schemas fail. This suggests closed RL training can degrade general tool-use reliability.

  • Simon Willison released llm-coding-agent 0.1a0, an experimental coding agent built on his LLM library. The agent provides tools for reading, editing, searching files and executing commands, and ships with a Python API and CLI. It was developed using Claude Code (Fable 5) via TDD with a spec-first approach, and is available as a slop-alpha on PyPI.

  • Truth Social remains an outlet primarily for Trump's own posts, while other administration officials continue using X. The platform functions as a blog-like channel for Trump's messages rather than a genuine social network competitor.