Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit b19fd14

Browse files
committed
ignore: make issue button send opencode version too
1 parent a0f4690 commit b19fd14

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/opencode/src/cli/cmd/tui

packages/opencode/src/cli/cmd/tui/app.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,8 @@ function ErrorComponent(props: { error: Error; reset: () => void; onExit: () =>
488488
)
489489
}
490490

491+
issueURL.searchParams.set("opencode-version", Installation.VERSION)
492+
491493
const copyIssueURL = () => {
492494
Clipboard.copy(issueURL.toString()).then(() => {
493495
setCopied(true)

0 commit comments

Comments
 (0)