-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.toml
More file actions
28 lines (23 loc) · 718 Bytes
/
Copy pathdefault.toml
File metadata and controls
28 lines (23 loc) · 718 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
[general]
default_run_mode = "output"
[projects]
roots = ["~/Development"]
scan_depth = 2
scan_interval_hours = 1
[ai]
protocol = "openai"
base_url = "https://api.openai.com/v1"
model = ""
api_key = ""
api_key_env = "OPENAI_API_KEY"
[stats]
enabled = false
db_path = "__default__"
[do.agents]
codex = "codex --sandbox workspace-write --ask-for-approval on-request -c approvals_reviewer=auto_review exec"
claude = "claude --permission-mode auto -p"
[learn]
# When true, `qr learn` mines bash/exec commands from coding-agent session
# histories (Claude, Codex, Pi, omp, OpenCode) for the current project.
# Default off — enable during `qr init` or set QR_LEARN_MINE_AGENT_HISTORY=true.
mine_agent_history = false