File size: 541 Bytes
d86b25e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "windows_pipe_config": {
    "STD_INPUT_HANDLE": -10,
    "STD_OUTPUT_HANDLE": -11,
    "BUFFER_SIZE": 4096
  },
  "logging_config": {
    "log_level": "INFO",
    "log_file": "canrun_g_assist.log"
  },
  "canrun_config": {
    "cache_dir": "cache",
    "enable_llm": true,
    "cache_duration_minutes": 15
  },
  "plugin_info": {
    "name": "CanRun G-Assist Plugin",
    "version": "6.0.0",
    "author": "leksval",
    "description": "Complete game compatibility analysis with S-tier performance assessment"
  }
}