2026-03-26 18:04:31 +09:00
|
|
|
export const PLUGIN_NAME = "oh-my-openagent"
|
|
|
|
|
export const LEGACY_PLUGIN_NAME = "oh-my-opencode"
|
2026-04-10 11:15:42 +09:00
|
|
|
export const PUBLISHED_PACKAGE_NAME = LEGACY_PLUGIN_NAME
|
|
|
|
|
export const ACCEPTED_PACKAGE_NAMES = [PUBLISHED_PACKAGE_NAME, PLUGIN_NAME] as const
|
2026-03-26 18:04:31 +09:00
|
|
|
export const CONFIG_BASENAME = "oh-my-openagent"
|
|
|
|
|
export const LEGACY_CONFIG_BASENAME = "oh-my-opencode"
|
2026-03-14 13:52:57 +09:00
|
|
|
export const LOG_FILENAME = "oh-my-opencode.log"
|
|
|
|
|
export const CACHE_DIR_NAME = "oh-my-opencode"
|