精选理由
这个原型解决了大文本粘贴后难以管理的痛点,做工具或 AI 交互设计的开发者可以直接参考 Codex 的快速实现思路。
Simon Willison 发现 Claude 网页端和桌面/移动端能自动将大段粘贴文本转为文件附件,体验很好。他让 Codex 桌面版为自己构建了一个原型工具,支持直接打开文件(包括图片缩略图)和拖拽文件。该工具用 JavaScript 实现,展示了 AI 辅助编程的快速原型能力。
AI 翻译 · 中文
Simon Willison 发现 Claude 网页端和桌面/移动端能自动将大段粘贴文本转为文件附件,体验很好。他让 Codex 桌面版为自己构建了一个原型工具,支持直接打开文件(包括图片缩略图)和拖拽文件。该工具用 JavaScript 实现,展示了 AI 辅助编程的快速原型能力。
Tool: Pasted File Editor I really like how you can paste a large volume of text into claude.ai (or the Claude desktop/mobile apps) and it will detect it as a large paste and turn it into a file attachment instead. I deci…