canrun / config.json
grasant's picture
Upload 24 files
d86b25e verified
raw
history blame contribute delete
541 Bytes
{
"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"
}
}