-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmagic-context.jsonc
More file actions
39 lines (34 loc) · 865 Bytes
/
Copy pathmagic-context.jsonc
File metadata and controls
39 lines (34 loc) · 865 Bytes
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
{
"$schema": "https://raw.githubusercontent.com/cortexkit/magic-context/master/assets/magic-context.schema.json",
"enabled": true,
"cache_ttl": {
"default": "5m",
},
"execute_threshold_percentage": {
"default": 65,
},
"protected_tags": 10,
"toast_duration_ms": 12000,
"history_budget_percentage": 0.15,
"temporal_awareness": true,
"historian": {
"model": "openai/gpt-5.4",
},
"dreamer": {
"disabled": true
},
"embedding": {
"provider": "local"
},
"memory": {
"enabled": true,
"injection_budget_tokens": 4000,
"auto_promote": true,
"auto_search": { "enabled": true, "score_threshold": 0.6, "min_prompt_chars": 20 },
"git_commit_indexing": { "enabled": false, "since_days": 365, "max_commits": 2000 }
},
"sidekick": {
"model": "openai/gpt-5.4-mini",
"timeout_ms": 30000
}
}