feat: add JSON config file support

This commit is contained in:
coolxll
2026-03-25 22:45:15 +08:00
parent 8568557f50
commit dc04e425c6
4 changed files with 290 additions and 42 deletions

11
config.example.json Normal file
View File

@@ -0,0 +1,11 @@
{
"host": "127.0.0.1",
"port": 8095,
"mode": "chat",
"session_mode": "reuse",
"timeout": 120,
"cwd": "C:/Workspace/Personal/lingma-ipc-proxy",
"shell_type": "powershell",
"current_file_path": "",
"pipe": ""
}