We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb0e05d commit a02fefeCopy full SHA for a02fefe
1 file changed
packages/opencode/src/server/server.ts
@@ -111,7 +111,7 @@ export namespace Server {
111
112
if (input.startsWith("http://localhost:")) return input
113
if (input.startsWith("http://127.0.0.1:")) return input
114
- if (input === "tauri://localhost") return input
+ if (input === "tauri://localhost" || input === "http://tauri.localhost") return input
115
116
// *.opencode.ai (https only, adjust if needed)
117
if (/^https:\/\/([a-z0-9-]+\.)*opencode\.ai$/.test(input)) {
0 commit comments