Package the proxy for Docker Compose deployments and add Lingma bootstrap, session restore, and runtime status support for containerized remote usage. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"host": "127.0.0.1",
|
|
"port": 8095,
|
|
"backend": "remote",
|
|
"transport": "auto",
|
|
"mode": "chat",
|
|
"model": "kmodel",
|
|
"session_mode": "auto",
|
|
"timeout": 300,
|
|
"remote_fallback_enabled": true,
|
|
"remote_fallback_models": [
|
|
"kmodel",
|
|
"mmodel",
|
|
"dashscope_qwen3_coder",
|
|
"dashscope_qmodel",
|
|
"dashscope_qwen_max_latest",
|
|
"dashscope_qwen_plus_20250428_thinking"
|
|
],
|
|
"cwd": "C:/Workspace/Personal/lingma-ipc-proxy",
|
|
"shell_type": "powershell",
|
|
"current_file_path": "",
|
|
"pipe": "",
|
|
"websocket_url": "",
|
|
"remote_auth_file": "/secrets/credentials.json",
|
|
"lingma_bootstrap_enabled": true,
|
|
"lingma_source_type": "marketplace",
|
|
"lingma_vsix_url": "",
|
|
"lingma_marketplace_publisher": "Alibaba-Cloud",
|
|
"lingma_marketplace_extension": "tongyi-lingma",
|
|
"lingma_binary_path": "/app/data/bin/Lingma",
|
|
"lingma_bootstrap_output_dir": "/app/data/bin/release",
|
|
"lingma_bootstrap_always": true,
|
|
"lingma_force_refresh": false,
|
|
"lingma_work_dir": "/app/data/.lingma/vscode/sharedClientCache",
|
|
"lingma_session_bundle": "",
|
|
"lingma_session_bundle_file": "/secrets/session.bundle"
|
|
}
|