chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-11 15:21:20 +00:00
parent 4bae84c8b0
commit 19fce2bc6f
2 changed files with 9 additions and 3 deletions

View File

@@ -1925,7 +1925,9 @@ it.live("injects metadata for configured reference file attachments", () =>
const synthetic = stored.parts.filter(
(part): part is MessageV2.TextPart => part.type === "text" && part.synthetic === true,
)
const reference = synthetic.find((part) => part.text.startsWith("Referenced configured reference @docs/README.md."))
const reference = synthetic.find((part) =>
part.text.startsWith("Referenced configured reference @docs/README.md."),
)
expect(reference?.metadata?.reference).toMatchObject({
name: "docs",