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
+2 -2
View File
@@ -48,9 +48,9 @@ function main() {
);
}
console.log(`✓ oh-my-opencode binary installed for ${platform}-${arch} (${resolvedPackage})`);
console.log(`✓ oh-my-openagent binary installed for ${platform}-${arch} (${resolvedPackage})`)
} catch (error) {
console.warn(`⚠ oh-my-opencode: ${error.message}`);
console.warn(`⚠ oh-my-openagent: ${error.message}`)
console.warn(` The CLI may not work on this platform.`);
// Don't fail installation - let user try anyway
}