fix(auto-update): use canonical package name oh-my-openagent instead of legacy oh-my-opencode
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user