-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
33 lines (33 loc) · 1.03 KB
/
Copy pathconfig.example.json
File metadata and controls
33 lines (33 loc) · 1.03 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
{
"db_path": "~/Library/Messages/chat.db",
"poll_interval": "3s",
"run_timeout": "120s",
"self_handles": ["you@icloud.com", "+15551234567"],
"allow_from": [],
"agent": "claude",
"routes": [
{ "thread": "self:you@icloud.com", "agent": "codex" }
],
"assistant": {
"name": "push",
"tone": "short, direct, and useful",
"business": "Describe your business or work context here.",
"projects": ["push"],
"preferences": ["Prefer concise replies.", "Use the configured agent tools instead of gateway plugins."]
},
"claude_bin": "claude",
"claude_permission_mode": "bypassPermissions",
"claude_tools": null,
"claude_allowed_tools": [],
"claude_disallowed_tools": [],
"codex_bin": "codex",
"codex_sandbox": "workspace-write",
"codex_approval_policy": "never",
"codex_model": null,
"sessions_dir": "~/.push/sessions",
"state_path": "~/.push/state.json",
"audit_log_path": "~/.push/audit.jsonl",
"audit_log_content": false,
"assistant_dir": "./assistant",
"reply_marker": "\n\n-- sent by push"
}