@@ -11,47 +11,36 @@ import { useState, useEffect } from "react";
1111
1212const FEATURES = [
1313 {
14- category : "General & UI " ,
14+ category : "System & Infrastructure " ,
1515 items : [
16- { name : "Native macOS & Windows app" , community : true , pro : true } ,
17- { name : "Modern Dark UI & Animations" , community : true , pro : true } ,
18- { name : "VS Code / Cursor Integration" , community : true , pro : true } ,
16+ { name : "System monitoring" , community : true , pro : true } ,
17+ { name : "Process manager" , community : true , pro : true } ,
18+ { name : "Port monitor" , community : true , pro : true } ,
19+ { name : "Docker viewer" , community : true , pro : true } ,
20+ { name : "Docker cleanup tools" , community : false , pro : true } ,
21+ { name : "Smart cleanup" , community : false , pro : true } ,
1922 ]
2023 } ,
2124 {
22- category : "Local Repositories " ,
25+ category : "Workspace & Version Control " ,
2326 items : [
24- { name : "Scan & View Local Projects " , community : true , pro : true } ,
25- { name : "Open in Editor/Terminal " , community : true , pro : true } ,
26- { name : "Find unused & stale repos " , community : false , pro : true } ,
27- { name : "1-Click node_modules cleanup " , community : false , pro : true } ,
28- { name : "Identify broken dependencies " , community : false , pro : true } ,
27+ { name : "Project discovery " , community : true , pro : true } ,
28+ { name : "Script runner " , community : true , pro : true } ,
29+ { name : "Git basic operations " , community : true , pro : true } ,
30+ { name : "Advanced git tools " , community : false , pro : true } ,
31+ { name : "Dev environment insights " , community : false , pro : true } ,
2932 ]
3033 } ,
3134 {
32- category : "Docker & Infrastructure " ,
35+ category : "Search & Intelligence " ,
3336 items : [
34- { name : "View Running Containers" , community : true , pro : true } ,
35- { name : "Start/Stop Containers" , community : true , pro : true } ,
36- { name : "Cross-container Insights" , community : false , pro : true } ,
37- { name : "Database Schema Visualizer" , community : false , pro : true } ,
38- ]
39- } ,
40- {
41- category : "System & Network" ,
42- items : [
43- { name : "View Active Ports" , community : true , pro : true } ,
44- { name : "Kill Processes holding ports" , community : true , pro : true } ,
45- { name : "CPU & Memory Analytics" , community : true , pro : true } ,
46- { name : "Time-series Resource Tracking" , community : false , pro : true } ,
47- ]
48- } ,
49- {
50- category : "AI & Intelligence" ,
51- items : [
52- { name : "Local LLM Orchestration" , community : false , pro : true } ,
53- { name : "Smart Environment Analytics" , community : false , pro : true } ,
54- { name : "Auto-fix Dependency Errors" , community : false , pro : true } ,
37+ { name : "Global search" , community : true , pro : true } ,
38+ { name : "AI chat" , community : true , pro : true } ,
39+ { name : "Repository indexing (max 3)" , community : true , pro : true } ,
40+ { name : "Unlimited repo indexing" , community : false , pro : true } ,
41+ { name : "AI explanations" , community : false , pro : true } ,
42+ { name : "Dependency auto fixes" , community : false , pro : true } ,
43+ { name : "Repo content search" , community : false , pro : true } ,
5544 ]
5645 }
5746] ;
0 commit comments