Skip to content
TopicTracker
出典 HackerNews原文を表示
翻訳言語翻訳言語

CursorからClaude Chrome拡張機能を使用する

このGitHubリポジトリ「bebrws/claude-chrome-extension-from-cursor」は、CursorエディターからClaudeのChrome拡張機能を利用するためのツールや設定を提供します。開発者がCursor内でClaudeの機能をシームレスに活用できるようにすることを目的としています。

背景メモ

- Cursor は VS Code ベースの AI コードエディタで、内部で Anthropic の Claude や OpenAI の GPT モデルを利用できる。しかし標準状態では、ブラウザの開発者ツールやデバッグ用の Chrome 拡張機能を直接操作できないという制限がある。 - このリポジトリは、Cursor から Claude 用 Chrome 拡張機能(Claude の回答をブラウザ上で表示・補完するツール)を呼び出せるようにするハック方法を提供している。具体的には、Cursor のカスタムコマンド設定や拡張機能のローカルロード手順を解説。 - ターゲット読者は「AI コード補完を使いながら、Claude のブラウザ拡張も同時に活用したい開発者」。通常は別々に使う二つのツールを連携させるニッチながら実用的なワークアラウンド集。

関連記事

  • 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.