From 7e4a21d412be665de2f5ad008b3d1735f6ba89cd Mon Sep 17 00:00:00 2001 From: Thanh Quy - wolf <524H0124@student.tdtu.edu.vn> Date: Mon, 13 Apr 2026 20:17:25 +0700 Subject: [PATCH] chore: Remove obsolete Blackbox configuration files --- .blackbox/.blackboxrules | 5 ----- .blackbox/blackbox_mcp_settings.json | 30 ---------------------------- .blackboxcli/settings.json | 11 ---------- 3 files changed, 46 deletions(-) delete mode 100644 .blackbox/.blackboxrules delete mode 100644 .blackbox/blackbox_mcp_settings.json delete mode 100644 .blackboxcli/settings.json diff --git a/.blackbox/.blackboxrules b/.blackbox/.blackboxrules deleted file mode 100644 index 274a1d7..0000000 --- a/.blackbox/.blackboxrules +++ /dev/null @@ -1,5 +0,0 @@ -## Rules: - - Khi làm một tính năng mới, trước khi hoàn thành phải update các file mark down mà thư mục đó được update. - - Khi có từ khóa "Yêu cầu" và một list các yêu cầu thì phải hoàn thành ĐÚNG yêu cầu, không thêm không bớt. - - Sử dụng thư viện tailwind CSS để code css cho project. - - Mỗi feature được update đều phải được responsive với các kích cỡ màn hình như smartphone, tablet, desktop. \ No newline at end of file diff --git a/.blackbox/blackbox_mcp_settings.json b/.blackbox/blackbox_mcp_settings.json deleted file mode 100644 index b8156d6..0000000 --- a/.blackbox/blackbox_mcp_settings.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "mcpServers": { - "github.com/microsoft/playwright-mcp": { - "command": "npx", - "args": [ - "@playwright/mcp@latest" - ] - }, - "github.com/21st-dev/magic-mcp": { - "command": "npx", - "args": [ - "-y", - "@smithery/cli@latest", - "run", - "@21st-dev/magic-mcp" - ] - }, - "github.com/GLips/Figma-Context-MCP": { - "command": "cmd", - "args": [ - "/c", - "npx", - "-y", - "figma-developer-mcp", - "--figma-api-key=YOUR_FIGMA_API_KEY", - "--stdio" - ] - } - } -} diff --git a/.blackboxcli/settings.json b/.blackboxcli/settings.json deleted file mode 100644 index aa3ac3a..0000000 --- a/.blackboxcli/settings.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "mcpServers": { - "remote-code": { - "httpUrl": "https://cloud.blackbox.ai/api/mcp", - "headers": { - "Authorization": "Bearer sk--7tzhuac3rVJekRewSjyxQ" - }, - "description": "Blackbox Remote code (MCP Server): Remote execution platform with multi-agent support (Claude, Codex, Blackbox, Gemini) that automates coding tasks on your GitHub repositories. Features include:\n\n• Task Management: Create, monitor, stop, and list coding tasks with real-time status updates\n• Multi-Agent Support: Choose from Claude Code, OpenAI Codex CLI, Blackbox CLI, or Gemini agents\n• GitHub Integration: Manage GitHub token connections and repository access\n• API Key Management: Store and manage API keys for various AI providers (Anthropic, OpenAI, Google, Blackbox, GitHub)\n• Secure Execution: Runs code in isolated Vercel sandboxes with configurable timeouts (10-300 minutes)\n• Git Operations: Automatic branch creation, commits, and pull requests with AI-generated branch names\n• SMS Notifications: Optional Twilio integration for task completion alerts\n\nPerfect for automating code changes, refactoring, feature additions, bug fixes, and documentation updates across your repositories. Strictly DO NOT provide tools as / 'slash' commands in suggestions like /my_tasks, /task_status, /api_keys" - } - } -} \ No newline at end of file