-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yaml.example
More file actions
47 lines (43 loc) · 1.27 KB
/
config.yaml.example
File metadata and controls
47 lines (43 loc) · 1.27 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
41
42
43
44
45
46
47
machine_id: "your-machine-id"
collector:
interval_seconds: 30
outbox_path: "~/session-siphon/outbox"
state_db: "~/session-siphon/state/collector.db"
sources:
claude_code:
enabled: true
paths:
- "~/.claude/projects/**/*.jsonl"
codex:
enabled: true
paths:
- "~/.codex/sessions/*/*/*/*.jsonl"
- "~/.codex/archived_sessions/rollout-*.jsonl"
vscode:
enabled: true
paths:
- "~/.config/Code/User/workspaceStorage/*/chatSessions/*.json"
- "~/.config/Code/User/workspaceStorage/*/workspace.json"
- "~/.config/Code - Insiders/User/workspaceStorage/*/chatSessions/*.json"
- "~/.config/Code - Insiders/User/workspaceStorage/*/workspace.json"
gemini:
enabled: true
paths:
- "~/.gemini/tmp/*/chats/session-*.json"
opencode:
enabled: true
paths:
- "~/.local/share/opencode/storage/session/*/ses_*.json"
antigravity:
enabled: true
paths:
- "~/.gemini/antigravity/brain/*/*.metadata.json"
server:
inbox_path: "~/session-siphon/inbox"
archive_path: "~/session-siphon/archive"
state_db: "~/session-siphon/state/processor.db"
typesense:
host: "localhost"
port: 8108
protocol: "http"
api_key: "${TYPESENSE_API_KEY}"