refactor: rename remaining oh-my-opencode string literals

This commit is contained in:
YeonGyu-Kim
2026-03-17 13:56:15 +09:00
parent ffa3d43ccb
commit 8efbda9332
49 changed files with 218 additions and 199 deletions
+1 -1
View File
@@ -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 {