mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-21 17:53:30 +00:00
fix(core): update console server URL
This commit is contained in:
parent
7b89f06402
commit
40cd6989d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue