move from iframe to embed

This commit is contained in:
simosmik
2026-03-05 12:16:02 +00:00
parent 2588851746
commit c9694f9eb6
2 changed files with 127 additions and 73 deletions

View File

@@ -7,7 +7,7 @@ const PLUGINS_DIR = path.join(os.homedir(), '.claude-code-ui', 'plugins');
const PLUGINS_CONFIG_PATH = path.join(os.homedir(), '.claude-code-ui', 'plugins.json');
const REQUIRED_MANIFEST_FIELDS = ['name', 'displayName', 'entry'];
const ALLOWED_TYPES = ['iframe', 'react'];
const ALLOWED_TYPES = ['iframe', 'react', 'module'];
const ALLOWED_SLOTS = ['tab'];
export function getPluginsDir() {