chore: add prism plugin

This commit is contained in:
Haileyesus
2026-06-08 15:55:40 +03:00
parent f4a1614a0a
commit 01dbe2a8bf
3 changed files with 17 additions and 1 deletions

View File

@@ -1,7 +1,8 @@
import fs from 'fs';
import path from 'path';
import os from 'os';
import { spawn } from 'child_process';
import { spawn } from 'cross-spawn';
const PLUGINS_DIR = path.join(os.homedir(), '.claude-code-ui', 'plugins');
const PLUGINS_CONFIG_PATH = path.join(os.homedir(), '.claude-code-ui', 'plugins.json');