ignore: make issue button send opencode version too

This commit is contained in:
Aiden Cline
2025-11-12 10:40:48 -06:00
parent a0f469095c
commit b19fd14f80

View File

@@ -488,6 +488,8 @@ function ErrorComponent(props: { error: Error; reset: () => void; onExit: () =>
)
}
issueURL.searchParams.set("opencode-version", Installation.VERSION)
const copyIssueURL = () => {
Clipboard.copy(issueURL.toString()).then(() => {
setCopied(true)