feat: rebrand as Open Claude and harden OpenAI REPL
This commit is contained in:
@@ -245,7 +245,7 @@ export function getLogoDisplayData(): {
|
||||
billingType: string
|
||||
agentName: string | undefined
|
||||
} {
|
||||
const version = process.env.DEMO_VERSION ?? MACRO.VERSION
|
||||
const version = process.env.DEMO_VERSION ?? MACRO.DISPLAY_VERSION ?? MACRO.VERSION
|
||||
const serverUrl = getDirectConnectServerUrl()
|
||||
const displayPath = process.env.DEMO_VERSION
|
||||
? '/code/claude'
|
||||
|
||||
Reference in New Issue
Block a user