refactor: rename remaining oh-my-opencode string literals
This commit is contained in:
@@ -39,7 +39,7 @@ function getPlatformKey(): string {
|
||||
|
||||
function getInstallDir(): string {
|
||||
const homeDir = process.env.HOME || process.env.USERPROFILE || "."
|
||||
return join(homeDir, ".cache", "oh-my-opencode", "bin")
|
||||
return join(homeDir, ".cache", "oh-my-openagent", "bin")
|
||||
}
|
||||
|
||||
function getRgPath(): string {
|
||||
|
||||
Reference in New Issue
Block a user