Skip to content
TopicTracker
来自 HackerNews查看原文
译文语言译文语言

从 Cursor 中使用 Claude Chrome 扩展

该项目提供了一种方法,让用户能够在 Cursor 编辑器环境中直接调用 Claude Chrome 扩展的功能,从而在编码时便捷地访问 Claude AI 助手的强大能力,提升开发效率。

背景速读

- Cursor是一款基于VS Code的AI编程IDE,深度集成了Claude等大语言模型来辅助写代码;它有自己的底层AI架构,用户通常只能在Cursor内部使用这些AI能力。 - 这个开源项目(bebrws/claude-chrome-extension-from-cursor)尝试反其道而行之:让Claude官方的Chrome浏览器扩展(可在任何网页上调用Claude对话)能够“借用”Cursor的AI推理后端来运行。 - 项目通过修改Cursor的底层配置和本地代理,使Chrome扩展与Cursor的AI服务对接,从而把Cursor的模型调用能力暴露给浏览器扩展使用。 - 这意味着用户可以在浏览器中直接使用Claude扩展,但背后实际消耗的是Cursor的API配额或订阅额度,绕过官方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.