Merge branch 'main' into feature/chat-completion-notifications

This commit is contained in:
Simos Mikelatos
2026-06-09 18:13:42 +02:00
committed by GitHub
5 changed files with 56 additions and 5 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');