|
|
@@ -14,7 +14,7 @@ import { Money } from "@opencode-ai/schema/money"
|
|
|
import { ConfigProviderOptionsV1 } from "../../v1/config/provider-options.js"
|
|
|
import { ConfigV1 } from "../../v1/config/config.js"
|
|
|
|
|
|
-const defaultServer = "https://console.opencode.ai"
|
|
|
+const defaultServer = "https://opencode.ai/console"
|
|
|
const clientID = "opencode-cli"
|
|
|
const methodID = Integration.MethodID.make("device")
|
|
|
const RemoteResponse = Schema.Struct({ config: ConfigV1.Info })
|