Merge pull request #20 from Kilo-Org/change-docs-link

chore: change docs link to point to kilo docs
This commit is contained in:
Catriel Müller
2026-01-27 09:41:11 +01:00
committed by GitHub
+2 -2
View File
@@ -488,7 +488,7 @@ function App() {
title: "Open docs",
value: "docs.open",
onSelect: () => {
open("https://opencode.ai/docs").catch(() => {})
open("https://kilo.ai/docs").catch(() => {}) // kilocode_change
dialog.clear()
},
category: "System",
@@ -720,7 +720,7 @@ function ErrorComponent(props: {
})
const [copied, setCopied] = createSignal(false)
const issueURL = new URL("https://github.com/anomalyco/opencode/issues/new?template=bug-report.yml")
const issueURL = new URL("https://github.com/Kilo-Org/kilo-cli/issues/new?template=bug-report.yml")
// Choose safe fallback colors per mode since theme context may not be available
const isLight = props.mode === "light"