Files
oh-my-openagent/src/shared/plugin-identity.ts
2026-03-17 15:16:54 +09:00

6 lines
240 B
TypeScript

export const PLUGIN_NAME = "oh-my-opencode"
export const LEGACY_PLUGIN_NAME = "oh-my-openagent"
export const CONFIG_BASENAME = "oh-my-opencode"
export const LOG_FILENAME = "oh-my-opencode.log"
export const CACHE_DIR_NAME = "oh-my-opencode"