[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"similar-stagewise-io--stagewise":3,"tool-stagewise-io--stagewise":64},[4,18,26,39,48,56],{"id":5,"name":6,"github_repo":7,"description_zh":8,"stars":9,"difficulty_score":10,"last_commit_at":11,"category_tags":12,"status":17},6121,"gemini-cli","google-gemini\u002Fgemini-cli","gemini-cli 是一款由谷歌推出的开源 AI 命令行工具，它将强大的 Gemini 大模型能力直接集成到用户的终端环境中。对于习惯在命令行工作的开发者而言，它提供了一条从输入提示词到获取模型响应的最短路径，无需切换窗口即可享受智能辅助。\n\n这款工具主要解决了开发过程中频繁上下文切换的痛点，让用户能在熟悉的终端界面内直接完成代码理解、生成、调试以及自动化运维任务。无论是查询大型代码库、根据草图生成应用，还是执行复杂的 Git 操作，gemini-cli 都能通过自然语言指令高效处理。\n\n它特别适合广大软件工程师、DevOps 人员及技术研究人员使用。其核心亮点包括支持高达 100 万 token 的超长上下文窗口，具备出色的逻辑推理能力；内置 Google 搜索、文件操作及 Shell 命令执行等实用工具；更独特的是，它支持 MCP（模型上下文协议），允许用户灵活扩展自定义集成，连接如图像生成等外部能力。此外，个人谷歌账号即可享受免费的额度支持，且项目基于 Apache 2.0 协议完全开源，是提升终端工作效率的理想助手。",100752,2,"2026-04-10T01:20:03",[13,14,15,16],"插件","Agent","图像","开发框架","ready",{"id":19,"name":20,"github_repo":21,"description_zh":22,"stars":23,"difficulty_score":10,"last_commit_at":24,"category_tags":25,"status":17},4721,"markitdown","microsoft\u002Fmarkitdown","MarkItDown 是一款由微软 AutoGen 团队打造的轻量级 Python 工具，专为将各类文件高效转换为 Markdown 格式而设计。它支持 PDF、Word、Excel、PPT、图片（含 OCR）、音频（含语音转录）、HTML 乃至 YouTube 链接等多种格式的解析，能够精准提取文档中的标题、列表、表格和链接等关键结构信息。\n\n在人工智能应用日益普及的今天，大语言模型（LLM）虽擅长处理文本，却难以直接读取复杂的二进制办公文档。MarkItDown 恰好解决了这一痛点，它将非结构化或半结构化的文件转化为模型“原生理解”且 Token 效率极高的 Markdown 格式，成为连接本地文件与 AI 分析 pipeline 的理想桥梁。此外，它还提供了 MCP（模型上下文协议）服务器，可无缝集成到 Claude Desktop 等 LLM 应用中。\n\n这款工具特别适合开发者、数据科学家及 AI 研究人员使用，尤其是那些需要构建文档检索增强生成（RAG）系统、进行批量文本分析或希望让 AI 助手直接“阅读”本地文件的用户。虽然生成的内容也具备一定可读性，但其核心优势在于为机器",93400,"2026-04-06T19:52:38",[13,16],{"id":27,"name":28,"github_repo":29,"description_zh":30,"stars":31,"difficulty_score":10,"last_commit_at":32,"category_tags":33,"status":17},2268,"ML-For-Beginners","microsoft\u002FML-For-Beginners","ML-For-Beginners 是由微软推出的一套系统化机器学习入门课程，旨在帮助零基础用户轻松掌握经典机器学习知识。这套课程将学习路径规划为 12 周，包含 26 节精炼课程和 52 道配套测验，内容涵盖从基础概念到实际应用的完整流程，有效解决了初学者面对庞大知识体系时无从下手、缺乏结构化指导的痛点。\n\n无论是希望转型的开发者、需要补充算法背景的研究人员，还是对人工智能充满好奇的普通爱好者，都能从中受益。课程不仅提供了清晰的理论讲解，还强调动手实践，让用户在循序渐进中建立扎实的技能基础。其独特的亮点在于强大的多语言支持，通过自动化机制提供了包括简体中文在内的 50 多种语言版本，极大地降低了全球不同背景用户的学习门槛。此外，项目采用开源协作模式，社区活跃且内容持续更新，确保学习者能获取前沿且准确的技术资讯。如果你正寻找一条清晰、友好且专业的机器学习入门之路，ML-For-Beginners 将是理想的起点。",85092,"2026-04-10T11:13:16",[15,34,35,13,14,36,37,16,38],"数据工具","视频","其他","语言模型","音频",{"id":40,"name":41,"github_repo":42,"description_zh":43,"stars":44,"difficulty_score":45,"last_commit_at":46,"category_tags":47,"status":17},7525,"codex","openai\u002Fcodex","Codex 是 OpenAI 推出的一款轻量级编程智能体，专为在终端环境中高效运行而设计。它允许开发者直接在命令行界面与 AI 交互，完成代码生成、调试、重构及项目维护等任务，无需频繁切换至浏览器或集成开发环境，从而显著提升了编码流程的连贯性与专注度。\n\n这款工具主要解决了传统 AI 辅助编程中上下文割裂的问题。通过将智能体本地化运行，Codex 能够更紧密地结合当前工作目录的文件结构，提供更具针对性的代码建议，同时支持以自然语言指令驱动复杂的开发操作，让“对话即编码”成为现实。\n\nCodex 非常适合习惯使用命令行的软件工程师、全栈开发者以及技术研究人员。对于追求极致效率、偏好键盘操作胜过图形界面的极客用户而言，它更是理想的结对编程伙伴。\n\n其独特亮点在于灵活的部署方式：既可作为全局命令行工具通过 npm 或 Homebrew 一键安装，也能无缝对接现有的 ChatGPT 订阅计划（如 Plus 或 Pro），直接复用账户权益。此外，它还提供了从纯文本终端到桌面应用的多形态体验，并支持基于 API 密钥的深度定制，充分满足不同场景下的开发需求。",75220,1,"2026-04-14T14:40:34",[37,14,13],{"id":49,"name":50,"github_repo":51,"description_zh":52,"stars":53,"difficulty_score":10,"last_commit_at":54,"category_tags":55,"status":17},6520,"openai-cookbook","openai\u002Fopenai-cookbook","openai-cookbook 是 OpenAI 官方提供的一套实用代码示例与指南合集，旨在帮助开发者快速上手并掌握 OpenAI API 的核心用法。面对大模型应用中常见的提示词工程、函数调用、数据嵌入及复杂任务编排等挑战，新手往往难以找到标准化的实现路径。openai-cookbook 通过提供经过验证的代码片段和详细教程，有效解决了“如何从零开始构建应用”以及“如何最佳实践特定功能”的痛点。\n\n这套资源主要面向软件开发者和 AI 技术研究人员，同时也适合希望深入理解大模型能力的技术爱好者。虽然示例代码主要以 Python 编写，但其背后的设计思路和技术逻辑具有通用性，可轻松迁移至其他编程语言。其独特亮点在于内容紧跟官方最新特性更新，覆盖了从基础文本生成到高级代理（Agent）构建的全场景需求，且所有示例均支持在本地环境直接运行调试。作为开源项目，它采用宽松的 MIT 许可证，鼓励社区贡献与二次开发，是学习大模型应用开发不可或缺的实战手册。",72659,"2026-04-10T21:55:21",[37,13],{"id":57,"name":58,"github_repo":59,"description_zh":60,"stars":61,"difficulty_score":10,"last_commit_at":62,"category_tags":63,"status":17},51,"gstack","garrytan\u002Fgstack","gstack 是 Y Combinator CEO Garry Tan 亲自开源的一套 AI 工程化配置，旨在将 Claude Code 升级为你的虚拟工程团队。面对单人开发难以兼顾产品战略、架构设计、代码审查及质量测试的挑战，gstack 提供了一套标准化解决方案，帮助开发者实现堪比二十人团队的高效产出。\n\n这套配置特别适合希望提升交付效率的创始人、技术负责人，以及初次尝试 Claude Code 的开发者。gstack 的核心亮点在于内置了 15 个具有明确职责的 AI 角色工具，涵盖 CEO、设计师、工程经理、QA 等职能。用户只需通过简单的斜杠命令（如 `\u002Freview` 进行代码审查、`\u002Fqa` 执行测试、`\u002Fplan-ceo-review` 规划功能），即可自动化处理从需求分析到部署上线的全链路任务。\n\n所有操作基于 Markdown 和斜杠命令，无需复杂配置，完全免费且遵循 MIT 协议。gstack 不仅是一套工具集，更是一种现代化的软件工厂实践，让单人开发者也能拥有严谨的工程流程。",72386,"2026-04-14T23:08:45",[14,13],{"id":65,"github_repo":66,"name":67,"description_en":68,"description_zh":69,"ai_summary_zh":69,"readme_en":70,"readme_zh":71,"quickstart_zh":72,"use_case_zh":73,"hero_image_url":74,"owner_login":75,"owner_name":67,"owner_avatar_url":76,"owner_bio":77,"owner_company":78,"owner_location":78,"owner_email":79,"owner_twitter":80,"owner_website":81,"owner_url":82,"languages":83,"stars":107,"forks":108,"last_commit_at":109,"license":110,"difficulty_score":45,"env_os":111,"env_gpu":111,"env_ram":111,"env_deps":112,"category_tags":115,"github_topics":116,"view_count":10,"oss_zip_url":78,"oss_zip_packed_at":78,"status":17,"created_at":126,"updated_at":127,"faqs":128,"releases":159},7616,"stagewise-io\u002Fstagewise","stagewise","The coding agent built for the web. stagewise is a purpose-built browser for developers with a coding agent built right in.","stagewise 是一款专为开发者打造的智能浏览器，它将强大的 AI 编程助手直接集成在浏览环境中。传统开发流程中，开发者往往需要在浏览器查看效果、在 IDE 编写代码以及在不同工具间切换上下文，stagewise 通过“边浏览边构建”的模式彻底解决了这一痛点，让前端开发与调试在同一界面内无缝完成。\n\n这款工具特别适合前端工程师、全栈开发者以及希望快速原型设计的网页设计师使用。其核心亮点在于内置的编程代理拥有对当前标签页控制台和调试器的完全访问权限，不仅能执行临时的测试性修改，还能连接本地代码库进行永久性编辑。更独特的是，stagewise 支持逆向分析任意网站的组件结构、样式系统及配色方案，帮助开发者快速理解和学习优秀设计。此外，它还提供了与主流 IDE 的深度集成，方便用户将浏览器中的改动同步至喜爱的编辑器中，并支持用户自带 API 密钥以灵活接入各类大模型服务。无论是修复线上 Bug、探索竞品技术实现，还是加速新功能开发，stagewise 都能提供流畅高效的辅助体验。","\u003Cpicture>\n  \u003Csource media=\"(prefers-color-scheme: dark)\" srcset=\"https:\u002F\u002Fraw.githubusercontent.com\u002Fstagewise-io\u002Fstagewise\u002Frefs\u002Fheads\u002Fmain\u002Flogo-combo-dark.svg\">\n  \u003Cimg src=\"https:\u002F\u002Fraw.githubusercontent.com\u002Fstagewise-io\u002Fstagewise\u002Frefs\u002Fheads\u002Fmain\u002Flogo-combo.svg\" alt=\"stagewise\" height=\"60\" \u002F>\n\u003C\u002Fpicture>\n\n### The coding agent built for the web\n\n ![NPM License](https:\u002F\u002Fimg.shields.io\u002Fnpm\u002Fl\u002Fstagewise) [![GitHub Repo stars](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fstars\u002Fstagewise-io\u002Fstagewise)](https:\u002F\u002Fgithub.com\u002Fstagewise-io\u002Fstagewise)\n\n[![Join us on Discord](https:\u002F\u002Fimg.shields.io\u002Fdiscord\u002F1229378372141056010?label=Discord&logo=discord&logoColor=white)](https:\u002F\u002Fdiscord.gg\u002FgkdGsDYaKA) [![X (formerly Twitter) Follow](https:\u002F\u002Fimg.shields.io\u002Ftwitter\u002Ffollow\u002Fstagewise_io)](https:\u002F\u002Fx.com\u002Fstagewise_io)\n\n![stagewise demo](https:\u002F\u002Fraw.githubusercontent.com\u002Fstagewise-io\u002Fstagewise\u002Fmain\u002Fapps\u002Fbrowser\u002Fsrc\u002Fui\u002Fassets\u002Ffeature-images\u002Ffull-demo-dark.png)\n\n## About the project\n\n**stagewise** is a purpose-built browser for developers with a coding agent built right in.\n\n- **Browse and build** in the same tool — no context switching\n- **Work with a coding agent** that has **full access to your tab's console and debugger**\n- **Make temporary test changes** or **connect a codebase** for permanent edits\n- **Reverse-engineer** any website's components, style systems, and color palettes\n- **IDE integration** to view and apply code changes in your favorite editor\n- **Bring your own API key** — fully supported for all AI providers\n\n## Getting Started\n\nDownload stagewise from [stagewise.io](https:\u002F\u002Fstagewise.io) and follow the short onboarding guide to set up your account.\n\n## Pricing\n\n**Bring Your Own Key (BYOK)** for unlimited access to all providers.\n\n| **Plan** | **Price**     | **Limits**                      |\n| -------- | ------------- | ------------------------------- |\n| Free     | $0 \u002F month    | Limited access to all models    |\n| Pro      | $20 \u002F month   | 6x higher limits for all models |\n| Ultra    | $200 \u002F month  | 75x higher limits for all models|\n\n## License\n\nstagewise is developed by stagewise GmbH and offered under the AGPLv3 license.\n\nFor more information on the license model, visit the [FAQ about the GNU Licenses](https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-faq.html).\n\nFor use cases that fall outside the scope permitted by the AGPLv3 license, feel free to [contact us](mailto:sales@stagewise.io).\n\n## Issues\n\nFeel free to [open an issue](https:\u002F\u002Fgithub.com\u002Fstagewise-io\u002Fstagewise\u002Fissues\u002Fnew) if you found a bug or have a fresh idea.\n\n## Community & Support\n\n- [Join our Discord](https:\u002F\u002Fdiscord.gg\u002FgkdGsDYaKA)\n- Open an [issue on GitHub](https:\u002F\u002Fgithub.com\u002Fstagewise-io\u002Fstagewise\u002Fissues\u002Fnew) for dev support.\n","\u003Cpicture>\n  \u003Csource media=\"(prefers-color-scheme: dark)\" srcset=\"https:\u002F\u002Fraw.githubusercontent.com\u002Fstagewise-io\u002Fstagewise\u002Frefs\u002Fheads\u002Fmain\u002Flogo-combo-dark.svg\">\n  \u003Cimg src=\"https:\u002F\u002Fraw.githubusercontent.com\u002Fstagewise-io\u002Fstagewise\u002Frefs\u002Fheads\u002Fmain\u002Flogo-combo.svg\" alt=\"stagewise\" height=\"60\" \u002F>\n\u003C\u002Fpicture>\n\n### 专为 Web 打造的编码助手\n\n![NPM 许可证](https:\u002F\u002Fimg.shields.io\u002Fnpm\u002Fl\u002Fstagewise) [![GitHub 仓库星级](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fstars\u002Fstagewise-io\u002Fstagewise)](https:\u002F\u002Fgithub.com\u002Fstagewise-io\u002Fstagewise)\n\n[![加入我们的 Discord](https:\u002F\u002Fimg.shields.io\u002Fdiscord\u002F1229378372141056010?label=Discord&logo=discord&logoColor=white)](https:\u002F\u002Fdiscord.gg\u002FgkdGsDYaKA) [![X（原 Twitter）关注](https:\u002F\u002Fimg.shields.io\u002Ftwitter\u002Ffollow\u002Fstagewise_io)](https:\u002F\u002Fx.com\u002Fstagewise_io)\n\n![stagewise 演示](https:\u002F\u002Fraw.githubusercontent.com\u002Fstagewise-io\u002Fstagewise\u002Fmain\u002Fapps\u002Fbrowser\u002Fsrc\u002Fui\u002Fassets\u002Ffeature-images\u002Ffull-demo-dark.png)\n\n## 关于项目\n\n**stagewise** 是一款专为开发者打造的浏览器，内置了强大的编码助手。\n\n- 在同一工具中 **浏览与构建** — 无需切换上下文\n- 使用拥有 **对当前标签页控制台和调试器完全访问权限** 的编码助手\n- 可以进行 **临时测试性修改**，或 **连接代码库** 进行永久性编辑\n- 能够 **逆向工程** 任何网站的组件、样式系统和颜色方案\n- 支持 **IDE 集成**，方便在您喜爱的编辑器中查看并应用代码更改\n- 允许用户 **使用自己的 API 密钥** — 完全兼容所有 AI 提供商\n\n## 开始使用\n\n请从 [stagewise.io](https:\u002F\u002Fstagewise.io) 下载 stagewise，并按照简短的新手引导设置您的账户。\n\n## 定价\n\n采用 **自带密钥（BYOK）** 模式，即可无限制地访问所有模型。\n\n| **计划** | **价格**     | **限制**                      |\n| -------- | ------------- | ------------------------------- |\n| 免费     | $0 \u002F 月    | 对所有模型的访问权限有限    |\n| Pro      | $20 \u002F 月   | 所有模型的使用上限提高 6 倍 |\n| Ultra    | $200 \u002F 月  | 所有模型的使用上限提高 75 倍|\n\n## 许可证\n\nstagewise 由 stagewise GmbH 开发，并根据 AGPLv3 许可证提供。\n\n如需了解更多关于许可证的信息，请访问 [GNU 许可证常见问题解答](https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-faq.html)。\n\n对于超出 AGPLv3 许可证允许范围的使用场景，欢迎随时 [联系我们](mailto:sales@stagewise.io)。\n\n## 问题反馈\n\n如果您发现了 bug 或有任何新想法，欢迎 [提交问题](https:\u002F\u002Fgithub.com\u002Fstagewise-io\u002Fstagewise\u002Fissues\u002Fnew)。\n\n## 社区与支持\n\n- [加入我们的 Discord](https:\u002F\u002Fdiscord.gg\u002FgkdGsDYaKA)\n- 如需开发支持，请在 GitHub 上 [提交问题](https:\u002F\u002Fgithub.com\u002Fstagewise-io\u002Fstagewise\u002Fissues\u002Fnew)。","# Stagewise 快速上手指南\n\nStagewise 是一款专为开发者打造的浏览器，内置智能编码代理（Coding Agent）。它允许你在浏览网页的同时直接进行代码构建、调试和逆向工程，无需在浏览器与 IDE 之间频繁切换。\n\n## 环境准备\n\n*   **操作系统**：支持 Windows、macOS 和 Linux。\n*   **前置依赖**：\n    *   无需安装 Node.js 或其他开发环境即可运行浏览器主体。\n    *   若需使用“自带密钥 (BYOK)\"功能连接特定 AI 模型，请提前准备好对应服务商的 API Key（如 OpenAI, Anthropic 等）。\n    *   （可选）若需将修改同步回本地项目，建议安装你常用的代码编辑器（如 VS Code）。\n\n## 安装步骤\n\nStagewise 目前主要通过官方安装包进行部署，暂未提供 npm 全局命令或国内镜像源加速方案。\n\n1.  **访问官网下载**\n    打开浏览器访问 [stagewise.io](https:\u002F\u002Fstagewise.io)，点击页面上的下载按钮获取对应操作系统的安装包。\n\n2.  **安装应用**\n    *   **Windows**: 运行下载的 `.exe` 安装程序，按向导完成安装。\n    *   **macOS**: 打开 `.dmg` 文件，将 Stagewise 图标拖入应用程序文件夹。\n    *   **Linux**: 根据发行版选择 `.deb` (Debian\u002FUbuntu) 或 `.rpm` (Fedora\u002FRHEL) 包进行安装，或使用提供的 AppImage。\n\n3.  **初始化配置**\n    启动 Stagewise，跟随简短的引导流程创建或登录账户。\n\n## 基本使用\n\n### 1. 启动编码代理\n在 Stagewise 浏览器中打开任意网站（例如一个你想参考的 landing page）。点击侧边栏的代理图标激活 Coding Agent。\n\n### 2. 与页面交互\n你可以直接向代理发送指令，利用其对当前标签页控制台和调试器的完全访问权限进行操作。\n\n**示例指令：**\n> \"Extract the color palette from this website and generate a Tailwind CSS config file.\"\n> （从该网站提取配色方案并生成一个 Tailwind CSS 配置文件。）\n\n> \"Fix the layout bug in the navigation bar where items overlap on mobile.\"\n> （修复导航栏在移动端物品重叠的布局错误。）\n\n### 3. 应用代码变更\n*   **临时测试**：代理生成的修改会直接在浏览器中渲染，你可以立即看到效果并进行迭代。\n*   **永久保存**：\n    *   **连接本地代码库**：在设置中关联你的本地项目文件夹，代理可直接写入文件。\n    *   **IDE 集成**：使用内置的 IDE 集成功能，将更改一键发送到你喜欢的编辑器中进行审查和保存。\n\n### 4. 配置自带密钥 (BYOK)\n为了获得无限制的使用体验或访问特定模型，进入设置页面选择 \"Bring Your Own Key\"，输入你的 API Key 即可解锁全部功能。","前端工程师小李需要快速复刻一个竞品网站的精美登录页组件，并提取其配色方案整合到自家项目中。\n\n### 没有 stagewise 时\n- **频繁切换上下文**：需要在浏览器查看效果、在 IDE 编写代码、在开发者工具调试之间反复横跳，打断心流。\n- **手动逆向工程困难**：只能肉眼观察并手动复制 CSS 样式，难以准确提取复杂的嵌套结构或动态生成的颜色变量。\n- **调试效率低下**：遇到样式冲突时，需手动在控制台尝试修改，无法自动将调试成功的代码同步回本地文件。\n- **环境配置繁琐**：为了测试少量代码，往往需要搭建临时的沙盒环境或创建冗余的文件。\n\n### 使用 stagewise 后\n- **浏览即开发**：直接在 stagewise 浏览器中打开目标网页，内置的编码代理（Coding Agent）可即时读取页面结构并开始重构，无需切换窗口。\n- **智能逆向解析**：命令代理自动分析并提取整个组件的代码、样式系统及色板，一键生成可复用的 React\u002FVue 组件代码。\n- **全权限实时调试**：代理拥有控制台和调试器的完全访问权，能自动修复样式错误，并将验证通过的更改直接应用到连接的本地代码库。\n- **无缝 IDE 联动**：所有临时测试或永久修改均可实时同步至 VS Code 等编辑器，实现从“查看”到“落地”的零延迟闭环。\n\nstagewise 通过将浏览器与智能编码代理深度融合，彻底消除了前端开发中“看”与“写”的割裂感，让逆向工程和组件复用变得像对话一样简单。","https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fstagewise-io_stagewise_160394fc.png","stagewise-io","https:\u002F\u002Foss.gittoolsai.com\u002Favatars\u002Fstagewise-io_e1b24531.png","",null,"support@stagewise.io","stagewise_io","https:\u002F\u002Fstagewise.io","https:\u002F\u002Fgithub.com\u002Fstagewise-io",[84,88,92,96,100,103],{"name":85,"color":86,"percentage":87},"TypeScript","#3178c6",97.9,{"name":89,"color":90,"percentage":91},"CSS","#663399",1.1,{"name":93,"color":94,"percentage":95},"MDX","#fcb32c",0.8,{"name":97,"color":98,"percentage":99},"JavaScript","#f1e05a",0.1,{"name":101,"color":102,"percentage":99},"HTML","#e34c26",{"name":104,"color":105,"percentage":106},"Dockerfile","#384d54",0,6526,462,"2026-04-14T15:31:34","AGPL-3.0","未说明",{"notes":113,"python":111,"dependencies":114},"该工具是一个专为开发者构建的浏览器应用程序，而非传统的命令行 AI 模型。用户需从官网 (stagewise.io) 下载客户端并注册账号使用。支持自带 API Key (BYOK) 连接各类 AI 服务商。软件基于 AGPLv3 许可证开源。",[],[13],[117,118,119,120,121,122,123,124,125],"cursor","windsurf","browser","chromium","ide-integration","ide-plugin","vibe-coding","vs-code","web-development","2026-03-27T02:49:30.150509","2026-04-15T08:12:45.578025",[129,134,139,144,149,154],{"id":130,"question_zh":131,"answer_zh":132,"source_url":133},34108,"为什么只在 Cursor 中无法连接，必须同时打开 VS Code 才能正常使用？","这是一个已知的连接性问题，已在最新版本中修复。请更新 toolbar-SDK（如 @stagewise\u002Ftoolbar 或 @stagewise\u002Ftoolbar-next）到最新版本 0.4.6，并将 VS Code 扩展更新到 0.5.0。更新后，SDK 会记住您选择的 Cursor 窗口，无需再同时打开 VS Code。","https:\u002F\u002Fgithub.com\u002Fstagewise-io\u002Fstagewise\u002Fissues\u002F208",{"id":135,"question_zh":136,"answer_zh":137,"source_url":138},34109,"尝试在对话框（Dialog）或模态框（Modal）中选择元素时，框体为什么会消失？","该问题是由于工具栏的架构限制导致的。维护者已通过 PR #341 进行了深度的架构变更以解决样式和事件隔离问题，从而修复了此 bug。请确保您将项目更新到包含该修复的最新版本。","https:\u002F\u002Fgithub.com\u002Fstagewise-io\u002Fstagewise\u002Fissues\u002F87",{"id":140,"question_zh":141,"answer_zh":142,"source_url":143},34110,"安装 Stagewise 后，Cursor 没有自动提示安装 MCP 服务器，配置文件也是空的，如何解决？","目前 Stagewise MCP 服务器暂时被禁用。当前版本的扩展和工具栏可以在没有 MCP 服务器的情况下正常工作。团队计划在未来的版本中重新启用该功能（相关追踪见 Issue #179），因此目前无需手动配置 MCP。","https:\u002F\u002Fgithub.com\u002Fstagewise-io\u002Fstagewise\u002Fissues\u002F126",{"id":145,"question_zh":146,"answer_zh":147,"source_url":148},34111,"为什么从浏览器选择元素并提问后，发送到 Cursor 的消息不会自动执行，需要手动点击发送按钮？","此行为取决于 Cursor 编辑器本身的设置或限制，而非 Stagewise 的直接控制范围。维护者正在开发专有的后端和自定义 Agent 以提供更无缝的体验。建议加入官方 Discord 社区申请早期测试资格，或关注后续关于自定义 Agent 集成的更新。","https:\u002F\u002Fgithub.com\u002Fstagewise-io\u002Fstagewise\u002Fissues\u002F290",{"id":150,"question_zh":151,"answer_zh":152,"source_url":153},34112,"Stagewise 是否支持 Trae IDE？","是的，Trae IDE 的支持已经通过 PR #321 集成。用户可以尝试使用最新版本。如果之前遇到不支持的情况，是因为 Trae IDE 尚未提供可用的 API，但现在集成已完成，欢迎试用并提供反馈。","https:\u002F\u002Fgithub.com\u002Fstagewise-io\u002Fstagewise\u002Fissues\u002F119",{"id":155,"question_zh":156,"answer_zh":157,"source_url":158},34113,"在 Next.js 项目中运行时报错 'Cannot read properties of undefined (reading 'recentlyCreatedOwnerStacks')' 怎么办？","这是一个内部错误，通常与 React JSX 运行时或特定版本的 toolbar-next 包有关。虽然具体修复步骤未在评论中详细列出，但此类错误通常通过更新 @stagewise\u002Ftoolbar-next 到最新稳定版，或检查项目中 React 及相关依赖的版本兼容性来解决。建议查看该 Issue 的后续更新或升级所有 Stagewise 相关包。","https:\u002F\u002Fgithub.com\u002Fstagewise-io\u002Fstagewise\u002Fissues\u002F274",[160,165,170,175,180,185,190,195,200,205,210,215,220,225,230,235,240,245,250,255],{"id":161,"version":162,"summary_zh":163,"released_at":164},263997,"stagewise@1.0.0-alpha.57","## 1.0.0-alpha.57（2026-04-14）\n\n### 功能\n\n* 添加学习技能，用于创建和更新技能（ab1421d）\n\n### 错误修复\n\n* 修复所有模型的模型ID（c364f8c）\n* 修复询问用户工具（efa3a00）","2026-04-14T15:44:17",{"id":166,"version":167,"summary_zh":168,"released_at":169},263998,"stagewise@1.0.0-alpha.56","## 1.0.0-alpha.56（2026-04-13）\n\n### Bug修复\n\n* 修复文档搜索焦点问题（b1bb219）\n* 使用聊天模型作为压缩的回退方案（8e67a38）\n\n### 其他更改\n\n* 使浏览器适配新的后端要求（7851a62）","2026-04-13T17:16:47",{"id":171,"version":172,"summary_zh":173,"released_at":174},263999,"stagewise@1.0.0-alpha.55","## 1.0.0-alpha.55（2026-04-13）\n\n### 功能\n\n* 支持全局技能（d96ea43）\n\n### Bug 修复\n\n* 为全局技能添加文件监听器（24cd233）\n* 修正全局技能覆盖逻辑和路径匹配（e9850e5）\n* 修复‘isStagewise’中的拼写错误（5b1c088）\n* 界面有时无法显示（89eed4a）\n* 在应用启动界面显示加载动画（8b8ff5f）\n* 当服务器不可达时，不显示登录表单（d0ac0d5）","2026-04-13T13:52:43",{"id":176,"version":177,"summary_zh":178,"released_at":179},264000,"stagewise@1.0.0-alpha.54","## 1.0.0-alpha.54（2026-04-10）\n\n### Bug修复\n\n* 为代理添加删除确认弹窗（d3706f9）\n* 修复标签页排序问题（9aeffe6）\n* 从webcontents中移除分阶段日志（eac29d7）","2026-04-13T06:43:37",{"id":181,"version":182,"summary_zh":183,"released_at":184},264001,"stagewise@1.0.0-alpha.53","## 1.0.0-alpha.53（2026-04-10）\n\n### Bug修复\n\n* 修复Windows平台上的runtime-node问题（4007ea2）\n* 修复Windows平台上的isolated-fs路径解析问题（ed59ce6）","2026-04-10T11:26:28",{"id":186,"version":187,"summary_zh":188,"released_at":189},264002,"stagewise@1.0.0-alpha.52","## 1.0.0-alpha.52（2026-04-09）\n\n### Bug修复\n\n* 修复通知位置问题（6fedc35）\n* 修复工具调用输出中的附件显示问题（2364db0）\n* 修复直接使用Anthropic提供商时的模式错误（b9c58c0）\n* 允许发送1个字符的消息（ca87e94）","2026-04-09T11:09:17",{"id":191,"version":192,"summary_zh":193,"released_at":194},264003,"stagewise@1.0.0-alpha.51","## 1.0.0-alpha.51（2026-04-09）\n\n### 错误修复\n\n* 在系统提示中包含更详细的沙箱说明（227d2cf）","2026-04-09T09:23:19",{"id":196,"version":197,"summary_zh":198,"released_at":199},264004,"stagewise@1.0.0-alpha.50","## 1.0.0-alpha.50（2026-04-08）\n\n### Bug修复\n\n* 确保主模块的动态导入，以防止在Windows上发生崩溃（9a87fc5）\n* 修复通过滚动条滑块滚动时出现的滚动位置锁定问题（5b79c87）\n* 对齐设置页面各部分的布局（ed2447e）\n* 不允许更新通知叠加显示（cd439ad）\n* 修复自动更新功能，并在关于页面中添加手动更新按钮（4aad15e）\n\n### 其他更改\n\n* 将通知显示在聊天输入框上方，而非覆盖层之上（31cf81d）","2026-04-08T12:07:21",{"id":201,"version":202,"summary_zh":203,"released_at":204},264005,"stagewise@1.0.0-alpha.49","## 1.0.0-alpha.49（2026-04-08）\n\n### Bug修复\n\n* 下载弹出窗口的快捷键行为（80bedcf）\n* 修复将文件误判为二进制的问题（c9edd7f）\n* 将平面视图设置为只读（cf6f487）","2026-04-08T06:16:15",{"id":206,"version":207,"summary_zh":208,"released_at":209},264006,"stagewise@1.0.0-alpha.48","## 1.0.0-alpha.48（2026-04-06）\n\n### 功能\n\n* 在命令中添加 \u002Fpreview（35cfc09）","2026-04-06T11:22:16",{"id":211,"version":212,"summary_zh":213,"released_at":214},264007,"stagewise@1.0.0-alpha.47","## 1.0.0-alpha.47 (2026-04-06)\n\n### Bug Fixes\n\n* create dirs for agent runtime that may be missing (d3bd903)","2026-04-06T10:51:35",{"id":216,"version":217,"summary_zh":218,"released_at":219},264008,"stagewise@1.0.0-alpha.46","## 1.0.0-alpha.46 (2026-04-02)\n\n### Features\n\n* new file attachment pipeline (be78e29)\n\n### Bug Fixes\n\n* addressing review issues on #850 (0e98072)\n* fix performance-related bugs for #850 (711b685)\n* fix janks after edit-tool-streams (8ba90a6)\n* fix user-msg repositioning on send (40129c0)\n* fix stale 'tool-approval' messages after user-msg sent (d1b7e02)\n* performance and a11y fixes for pr-review on #850 (03451e5)\n* prevent unnecessary rerenders (e96dfef)\n* fix attachment-node positioning (d789c95)\n* move shiki-highlighting to a web-worker thread (59fe395)\n* fix further slash-command-id mismatches for \u002Fimplement (8d6295f)\n* fix slash-command-id mismatch for \u002Fimplement (83b0ca3)\n* remove legacy wsfile references and instructions (96e6b8c)\n* fix 'overwriteFile' reference in plan mode check (3d3043c)\n* fix tool-names for plan-toolparts (3f248e1)\n* more debug utilities and fixed unstable file context pipeline (e213326)\n* old call signatures in test cases (6bc8709)\n\n### Other Changes\n\n* collapse plan-section by default (b446a3a)\n* simplify read pipeline to always output content (3f560e5)\n* standardize and update env snapshot rendering (60714d8)\n* make file change env info more compact (e45c368)\n* re-structure system prompt and reintroduce ls tool (fb9c8c7)\n* convert dom elements into files in attachment folder (231db10)\n* convert text clips from extra attachments to files (82044a7)\n* standardize file reference and attachments format for both agents and users (417395b)","2026-04-02T21:09:17",{"id":221,"version":222,"summary_zh":223,"released_at":224},264009,"stagewise@1.0.0-alpha.45","## 1.0.0-alpha.45 (2026-03-30)\n\n### Bug Fixes\n\n* apply max-w- to chat-input (8752d87)\n* improve plan instructions on TODOs (14d583b)\n\n### Other Changes\n\n* update onboarding steps and feature images and explain the product (3e63d64)\n* rename 'commands' to 'skills' in types and functions (8f289de)\n* turn 'commands' into 'skills' with frontmatter properties (474b1ff)","2026-03-30T17:09:44",{"id":226,"version":227,"summary_zh":228,"released_at":229},264010,"stagewise@1.0.0-alpha.44","## 1.0.0-alpha.44 (2026-03-26)\n\n### Features\n\n* add skills and plugins to slash-items-popup (9dc08aa)\n* add hidden-commands and groups to slash suggestions (ffffc62)\n* add workspace-preview on @mention suggestions (f223ea7)\n* add 'restore checkpoint' to assistant messages (ae6a394)\n* add gitIgnore param to listFilesTool (3354d91)\n* add plan-mode via slash-command (3c21c2b)\n\n### Bug Fixes\n\n* fix truncation logic in suggestion popups (ce42296)\n* condense compounding context-compression-length (aa056e4)\n* fix preview-panel behaviour and esc handling in popups (77e4482)\n* reset attachments and selected elements before restoring message (41573c5)\n* remove hover effect on implement-message during isWorking (9f2b2a2)\n* properly parse mentions and attachments from expanded text-clips (49f387f)\n* move plans-explanation in system prompt, fix redundant '.stagewise' bullet (39bc2d4)\n* align padding and fix search-inputs in internal pages (602cbae)\n* align chat-history-content in center when increasing width (e87f30b)\n* make compression-llm use wsfile paths (2b5f13b)\n* force skill-use more prominently (f859ec1)\n* tighten plan-instructions - make plans self-contained (efe66ab)\n* align create-plan error UI with other tool part UIs (881812a)\n* make plan-prompts more concise, add 'command'-wrapper for slash command msgs (7416366)\n* fix divider color in footer-status-card sections (45a3e11)\n* make checkbox derive border (c582809)\n* add file-tree preview for directories as well (d3573e5)\n* handle readFile on directories gracefully (7ec81ed)\n* add .plan to 'usage-limit-reched' event (d625eac)\n\n### Other Changes\n\n* move 'revert-edits'-confirm dialog into shareable component (97a0801)\n* add 'hidden' to commands and use flat markdown-structure w\u002F frontmatter (89d8686)","2026-03-26T16:52:26",{"id":231,"version":232,"summary_zh":233,"released_at":234},264011,"stagewise@1.0.0-alpha.43","## 1.0.0-alpha.43 (2026-03-20)\n\n### Bug Fixes\n\n* increase timeout for compression-llm retries to 30s (33fb877)","2026-03-20T14:33:07",{"id":236,"version":237,"summary_zh":238,"released_at":239},264012,"stagewise@1.0.0-alpha.42","## 1.0.0-alpha.42 (2026-03-20)\n\n### Bug Fixes\n\n* account for truncation marker length in text cap budget (4c5730d)\n* truncate user-message as well (d1aca4a)\n* lower fraction of messagesKept to 0.2, account for metadata overhead (f3bc2d8)\n* handle edge cases in history compression (297a91d)\n* make compression respect context size for kept messages, reduce tool output cap (c4ff9ee)\n* fix tool-error message (handle 'noSuchTool', etc.) (79df676)","2026-03-20T11:46:55",{"id":241,"version":242,"summary_zh":243,"released_at":244},264013,"stagewise@1.0.0-alpha.41","## 1.0.0-alpha.41 (2026-03-19)\n\n### Features\n\n* solid tab badge handling (766329b)\n\n### Bug Fixes\n\n* make tab badges show when closed or browser restarted (dfc02c4)\n* fix buggy web frame error handling (44bbc9e)\n* default maxOutputTokens is undefined now to prevent api errors (1649343)\n* fix unchecked array access on tool input (1a652e4)\n\n### Other Changes\n\n* simplify and shorten env-changes strings (2aa3449)\n* make tab ids simple counter numerics like in chrome (25ac595)","2026-03-19T15:07:47",{"id":246,"version":247,"summary_zh":248,"released_at":249},264014,"stagewise@1.0.0-alpha.40","## 1.0.0-alpha.40 (2026-03-18)\n\n### Bug Fixes\n\n* better escaping of inputs for context compression prompt (f21a5b5)\n* make context compression and title generation more reliable (ec0afd7)","2026-03-18T21:54:56",{"id":251,"version":252,"summary_zh":253,"released_at":254},264015,"stagewise@1.0.0-alpha.38","## 1.0.0-alpha.38 (2026-03-18)\n\n### Features\n\n* add support for gpt 5.4 mini\u002F nano (c2ad158)","2026-03-18T10:44:22",{"id":256,"version":257,"summary_zh":258,"released_at":259},264016,"stagewise@1.0.0-alpha.37","## 1.0.0-alpha.37 (2026-03-18)\n\n### Bug Fixes\n\n* treat file-deletion with creation as modification (2512090)","2026-03-18T08:21:23"]