-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgui_config.example.json
More file actions
40 lines (40 loc) · 1.26 KB
/
Copy pathgui_config.example.json
File metadata and controls
40 lines (40 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"_comment": "Public example only. Copy to gui_config.json for local use and keep the real file untracked.",
"theme": "dark",
"window_geometry": {
"width": 1200,
"height": 800,
"x": 100,
"y": 100
},
"last_api_provider": "custom",
"auto_refresh": true,
"refresh_interval": 5,
"batch_max_parallel": 2,
"auto_confirm_spec_review": true,
"code_quality_profile": "economy",
"code_novelty_threshold": 0.35,
"code_file_novelty_budget": 0.35,
"code_project_novelty_threshold": 0.32,
"code_rewrite_candidates": 1,
"code_max_rewrite_rounds": 1,
"code_heavy_search_ratio": 0.2,
"code_enable_project_novelty_gate": false,
"code_max_risky_files": 8,
"code_max_syntax_fail_files": 4,
"code_min_ai_line_ratio": 0.1,
"code_enforce_file_gate": false,
"code_enforce_file_gate_on_obfuscation": false,
"code_max_failed_files": 8,
"code_max_llm_attempts_per_file": 2,
"code_llm_text_retries": 1,
"code_max_total_llm_calls": 12,
"code_max_total_llm_failures": 4,
"code_disable_llm_on_budget_exhausted": true,
"code_disable_llm_on_failures": true,
"code_enable_embedding_similarity": false,
"code_embedding_similarity_weight": 0.15,
"code_embedding_max_chars": 2400,
"code_llm_provider_override": "",
"code_llm_model_override": ""
}