fix(auto-update): use canonical package name oh-my-openagent instead of legacy oh-my-opencode

This commit is contained in:
YeonGyu-Kim
2026-04-05 08:27:09 +09:00
parent 1b25a85d7e
commit 3df5497784
+1 -1
View File
@@ -3,7 +3,7 @@ import * as os from "node:os"
import { getOpenCodeCacheDir } from "../../shared/data-path"
import { getOpenCodeConfigDir } from "../../shared/opencode-config-dir"
export const PACKAGE_NAME = "oh-my-opencode"
export const PACKAGE_NAME = "oh-my-openagent"
export const NPM_REGISTRY_URL = `https://registry.npmjs.org/-/package/${PACKAGE_NAME}/dist-tags`
export const NPM_FETCH_TIMEOUT = 5000