docs: share page hide patch part
Some checks are pending
deploy / deploy (push) Waiting to run
publish / publish (push) Waiting to run

This commit is contained in:
Jay V 2025-07-28 20:04:00 -04:00
parent 4506e5a824
commit 99dfe65862

View file

@ -342,6 +342,7 @@ export default function Share(props: {
msg.parts.filter((x, index) => {
if (x.type === "step-start" && index > 0) return false
if (x.type === "snapshot") return false
if (x.type === "patch") return false
if (x.type === "step-finish") return false
if (x.type === "text" && x.synthetic === true) return false
if (x.type === "tool" && x.tool === "todoread") return false