ignore: make issue button send opencode version too

pull/3670/head
Aiden Cline 2025-11-12 10:40:48 -06:00
parent a0f469095c
commit b19fd14f80
1 changed files with 2 additions and 0 deletions

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)