Claude Code 支持 Artifacts,将工作进度转为实时共享网页
Claude Code now supports artifactsJune 18, 2026
Claude Code now supports artifacts
Claude Code 现已支持工件
Preview your in-progress work as a live, interactive web page—built from your full session context and shareable with your team.
将您进行中的工作预览为实时交互式网页——基于您的完整会话上下文构建,并可与团队共享。
- Category
- Product announcements
- Product
- Claude Code
- Date
- June 18, 2026
- Reading time
- 5
- min
- Share
- Copy link
- https://claude.com/blog/artifacts-in-claude-code
- 类别
- 产品公告
- 产品
- Claude Code
- 日期
- 2026年6月18日
- 阅读时间
- 5
- 分钟
- 分享
- 复制链接
- https://claude.com/blog/artifacts-in-claude-code
Starting today, Claude Code can capture work progress as an artifact, which turn Claude Code's work into live, shareable visual pages— including PR walkthroughs, system explainers, dashboards, and release checklists—that update themselves as your session works.
从今天起,Claude Code 可以将工作进度捕获为工件,将 Claude Code 的工作转化为实时、可共享的可视化页面——包括 PR 演示、系统说明、仪表板和发布清单——这些页面会随着您的会话工作而自动更新。
A Claude Code session can range from investigating an incident to refactoring a service to analyzing months of data. Artifacts translate the work into a web page anyone can open and explore, like a pull request walkthrough, a dashboard you can filter and sort, or even a release checklist that fills itself out as work gets done. Artifacts make it easier to collaborate on shared work, so teams can spend more time building and less time communicating status updates.
Claude Code 会话可以涵盖从调查事件到重构服务,再到分析数月数据等各种任务。工件将工作转化为任何人都能打开和探索的网页,例如拉取请求演示、可筛选和排序的仪表板,甚至是在工作完成时自动填写的发布清单。工件使得协作共享工作变得更加容易,让团队可以花更多时间构建,减少沟通状态更新的时间。
Built on the context from your session
基于您会话的上下文构建
Claude Code builds an artifact using the full context of your session, including your codebase, your connectors, and the conversation itself. A single incident page can bring together the failing test and the function behind it from your code, the error spike from a connected monitoring tool, and the root-cause reasoning from the session you just ran. With artifacts, you don't need to wire up data sources or stand up infrastructure. You ask for a page, and Claude Code builds it from what already exists.
Claude Code 使用您会话的完整上下文来构建工件,包括您的代码库、连接器和对话本身。一个单一的事件页面可以汇集来自您代码中的失败测试及其背后的函数、来自连接监控工具的错误峰值,以及您刚刚运行的会话中的根本原因推理。借助工件,您无需连接数据源或搭建基础设施。您只需请求一个页面,Claude Code 就会根据已有内容构建它。
Live pages that update in place
实时页面,原地更新
When Claude Code updates an artifact, the open page refreshes in place and teammates see the updates the moment they’re published. Every publish is a new version at the same link, with version history so you can restore at any time, and a gallery lets you browse and manage all artifacts you've made.
当 Claude Code 更新工件时,打开的页面会原地刷新,团队成员在发布后立即看到更新。每次发布都是同一链接上的新版本,并带有版本历史记录,以便您随时恢复;画廊功能让您可以浏览和管理您创建的所有工件。
From our internal testing, one of our most common use cases has been debugging. These typically look something like: An engineer kicks off an incident investigation before standup. Claude Code works through the logs and publishes an artifact: a timeline, the suspect commits, and an error-rate chart. She shares the link with her team from the page header. By the time standup begins, Claude has republished it twice as the investigation progressed, incorporating the latest information. With artifacts, team members and stakeholders don’t have to "walk us through what the agent found" because they're all looking at the same view, with the same context.
根据我们的内部测试,我们最常见的用例之一是调试。这些通常看起来像这样:工程师在站会前启动事件调查。Claude Code 处理日志并发布一个工件:时间线、可疑提交和错误率图表。她从页面头部与团队分享链接。到站会开始时,Claude 已随着调查进展重新发布了两次,融入了最新信息。借助工件,团队成员和利益相关者不必“向我们解释代理发现了什么”,因为他们都在查看相同的视图,拥有相同的上下文。
Private to your organization
对您的组织私有
Every artifact is private to its author by default. When you're ready, share it with your teammates and your organization directly from the page. Artifacts are viewable only by authenticated members of your org and cannot be made public. Admins manage access with an org-level toggle and role-based scoping, set retention policies, and get org-wide visibility through the compliance API.
默认情况下,每个工件仅对其作者私有。当您准备好时,直接从页面与您的队友和组织分享。工件仅对您组织的认证成员可见,且不能公开。管理员通过组织级开关和基于角色的范围管理访问权限,设置保留策略,并通过合规性 API 获得组织范围的可见性。
Getting started
开始使用
Ask your session for an artifact — or just ask for something visual, here are some ideas by role:
向您的会话请求一个工件——或者只是请求一些视觉内容,这里按角色提供一些想法:
- Legal / open source: A license audit of every dependency, flagging copyleft, straight from the repo. "Build an artifact listing every third-party dependency and its license, flagging anything copyleft."
- Privacy: A data-flow map of where personal data is collected, stored, and logged across the code. "Trace where we touch personal data across the codebase into an artifact for the privacy review."
- Security: Findings that link to the exact line, so the fix is unambiguous. "Build an artifact of the auth findings from this review, each linked to the code."
- FinOps / platform finance: Cloud resources and cost drivers mapped from your infrastructure-as-code. "Map our cloud resources from the Terraform into an artifact, grouped by service, with the big cost drivers."
- Software engineers: A PR or bug walkthrough reviewers can actually follow, pulled from the diff and the code around it. "Make an artifact walking through this PR — the diff, the reasoning, and what I tested."
- Designers & frontend engineers: Several UX directions for a screen, each built from your real components so the one you pick is shippable. "Give me an artifact with 5 UX variations of this signup form, built from our component library."
- Staff engineers & architects: A map of how a service actually fits together, drawn from the real import graph instead of a whiteboard. "Map how the payments service fits together into an artifact, from the code."
- SRE & on-call: An incident page that grows as you investigate and becomes the postmortem. "Turn this incident into an artifact — timeline, suspect commits, error spike from our monitoring — and republish as I work through it."
- Engineering managers: A page of what actually shipped, built from the merged PRs. "Build an artifact of what merged on my team this week from the PRs, grouped by project."
- 法律/开源:对每个依赖项进行许可证审计,直接从仓库中标记 copyleft。“构建一个工件,列出每个第三方依赖项及其许可证,标记任何 copyleft。”
- 隐私:数据流图,显示个人数据在代码中的收集、存储和记录位置。“将我们在代码库中接触个人数据的位置追踪到一个工件中,用于隐私审查。”
- 安全:发现链接到确切代码行,使修复明确无误。“构建一个工件,包含本次审查中的认证发现,每个都链接到代码。”
- FinOps/平台财务:从您的基础设施即代码映射云资源和成本驱动因素。“将我们的云资源从 Terraform 映射到一个工件中,按服务分组,突出主要成本驱动因素。”
- 软件工程师:一个 PR 或 bug 的走查,审查者可以实际跟随,从 diff 和周围代码中提取。“制作一个工件,走查这个 PR——diff、推理和我测试的内容。”
- 设计师和前端工程师:一个屏幕的多种 UX 方向,每种都基于您的真实组件构建,以便您选择的那个可以发布。“给我一个工件,包含这个注册表单的 5 种 UX 变体,基于我们的组件库构建。”
- 高级工程师与架构师:一张根据真实导入图而非白板绘制的服务实际组合方式地图。"将支付服务如何组合成一件制品的过程,从代码中映射出来。"
- SRE与值班人员:一张随着调查而增长并成为事后分析报告的 incident 页面。"将这次 incident 转化为一件制品——时间线、可疑提交、来自我们监控的错误峰值——并在处理过程中重新发布。"
- 工程经理:一张根据已合并的 PR 构建的实际发布内容的页面。"根据 PR 构建本周我团队合并内容的制品,按项目分组。"
Claude Code builds the page and gives you a link. Open it in your browser or the desktop app, share it from the header—updates publish to the same URL automatically.
Claude Code 构建页面并给你一个链接。在浏览器或桌面应用中打开它,从页头分享——更新会自动发布到同一 URL。
Availability
可用性
Artifacts is available in beta to Claude Team and Enterprise orgs, from the Claude Code CLI and desktop app, with pages viewable in any browser.
Artifacts 现以测试版形式提供给 Claude Team 和 Enterprise 组织,可通过 Claude Code CLI 和桌面应用使用,页面可在任何浏览器中查看。
Get started today with Claude Code.
立即开始使用 Claude Code。
No items found.
未找到项目。
PrevPrev
上一页上一页
0/5
0/5
NextNext
下一页下一页
eBook
电子书
FAQ
常见问题
No items found.
未找到项目。
Related posts
相关文章
Explore more product news and best practices for teams building with Claude.
探索更多产品新闻和团队使用 Claude 的最佳实践。
Aug 28, 2026
2026年8月28日
Claude for Teachers, now available for U.S. K-12 schools and districts
Claude for Teachers 现已面向美国 K-12 学校和学区推出
Product announcements
产品公告
Claude for Teachers, now available for U.S. K-12 schools and districtsClaude for Teachers, now available for U.S. K-12 schools and districts
Claude for Teachers 现已面向美国 K-12 学校和学区推出Claude for Teachers 现已面向美国 K-12 学校和学区推出
Claude for Teachers, now available for U.S. K-12 schools and districtsClaude for Teachers, now available for U.S. K-12 schools and districts
Claude for Teachers 现已面向美国 K-12 学校和学区推出Claude for Teachers 现已面向美国 K-12 学校和学区推出
Aug 26, 2026
2026年8月26日
Claude gets its own browser in Cowork
Claude 在 Cowork 中拥有了自己的浏览器
Product announcements
产品公告
Claude gets its own browser in CoworkClaude gets its own browser in Cowork
Claude 在 Cowork 中拥有了自己的浏览器Claude 在 Cowork 中拥有了自己的浏览器
Claude gets its own browser in CoworkClaude gets its own browser in Cowork
Claude在Cowork中获得自己的浏览器Claude在Cowork中获得自己的浏览器
Aug 26, 2026
2026年8月26日
Claude in Chrome is generally available
Claude在Chrome中正式可用
Product announcements
产品公告
Claude in Chrome is generally available Claude in Chrome is generally available
Claude在Chrome中正式可用 Claude在Chrome中正式可用
Claude in Chrome is generally available Claude in Chrome is generally available
Claude在Chrome中正式可用 Claude在Chrome中正式可用
Aug 11, 2026
2026年8月11日
Compliance API coverage extends to Claude Cowork and Claude Code
合规API覆盖范围扩展至Claude Cowork和Claude Code
Enterprise AI
企业AI
Compliance API coverage extends to Claude Cowork and Claude CodeCompliance API coverage extends to Claude Cowork and Claude Code
合规API覆盖范围扩展至Claude Cowork和Claude Code合规API覆盖范围扩展至Claude Cowork和Claude Code
Compliance API coverage extends to Claude Cowork and Claude CodeCompliance API coverage extends to Claude Cowork and Claude Code
合规API覆盖范围扩展至Claude Cowork和Claude Code合规API覆盖范围扩展至Claude Cowork和Claude Code
Transform how your organization operates with Claude
利用Claude改变您组织的运营方式
See pricing
查看定价
See pricingSee pricing
查看定价查看定价
Contact sales
联系销售
Contact salesContact sales
联系销售联系销售
Get the developer newsletter
获取开发者新闻通讯
Product updates, how-tos, community spotlights, and more. Delivered monthly to your inbox.
产品更新、操作指南、社区亮点等。每月发送到您的邮箱。
SubscribeSubscribe
订阅订阅
Please provide your email address if you'd like to receive our monthly developer newsletter. You can unsubscribe at any time.
如果您想接收我们的月度开发者新闻通讯,请提供您的电子邮件地址。您可以随时取消订阅。
Thank you! You’re subscribed.
谢谢!您已订阅。
Sorry, there was a problem with your submission, please try again later.
抱歉,您的提交出现问题,请稍后重试。
更进一步:量化金融体系
看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力