-
-
Notifications
You must be signed in to change notification settings - Fork 653
Expand file tree
/
Copy pathsettings.json
More file actions
49 lines (49 loc) · 1.11 KB
/
settings.json
File metadata and controls
49 lines (49 loc) · 1.11 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
48
49
{
"$schema": "https://raw.githubusercontent.com/google-gemini/gemini-cli/main/packages/core/src/schema/settings-schema.json",
"hooks": {
"BeforeTool": [
{
"matcher": "run_shell_command|read_file|read_many_files|grep_search|search_file_content|web_fetch|activate_skill|mcp__plugin_context-mode",
"hooks": [
{
"type": "command",
"command": "context-mode hook gemini-cli beforetool"
}
]
}
],
"AfterTool": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "context-mode hook gemini-cli aftertool"
}
]
}
],
"PreCompress": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "context-mode hook gemini-cli precompress"
}
]
}
],
"SessionStart": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "context-mode hook gemini-cli sessionstart"
}
]
}
]
}
}