Files
oh-my-opencode/src/hooks/legacy-plugin-toast/plugin-entry-migrator.ts
T
YeonGyu-Kim f03c6700d4 fix(hooks): reuse shared legacy plugin migration helper
Replace the legacy toast regex writer with the shared atomic helper and route legacy plugin call sites through small wrappers so existing mock.module tests stop leaking across the suite.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-04-04 01:32:59 +09:00

2 lines
84 B
TypeScript

export { migrateLegacyPluginEntry } from "../../shared/migrate-legacy-plugin-entry"