-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode-notifier.json
More file actions
35 lines (35 loc) · 946 Bytes
/
Copy pathopencode-notifier.json
File metadata and controls
35 lines (35 loc) · 946 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
{
"sound": false,
"notification": false,
"timeout": 10,
"showProjectName": true,
"suppressWhenFocused": false,
"command": {
"enabled": true,
"path": "/bin/sh",
"args": [
"-c",
"curl -s --connect-timeout 1 -X POST http://host.docker.internal:5454/notify -H 'Content-Type: application/json' -d \"{\\\"title\\\":\\\"[$DDEV_SITENAME] ${DDEV_TUI_TITLE:-OpenCode}\\\",\\\"message\\\":\\\"{message}\\\"}\""
],
"minDuration": 0
},
"events": {
"permission": true,
"complete": true,
"subagent_complete": false,
"error": true,
"question": true,
"plan_exit": true,
"interrupted": false,
"user_cancelled": false,
"session_started": false,
"user_message": false,
"client_connected": false
},
"messages": {
"permission": "Needs your permission",
"complete": "Task completed",
"error": "Error detected",
"question": "Waiting for your response"
}
}