-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
65 lines (65 loc) · 2.26 KB
/
opencode.json
File metadata and controls
65 lines (65 loc) · 2.26 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"$schema": "https://opencode.ai/config.json",
"model": "google/gemini-2.0-flash",
"instructions": [".opencode/instructions.md"],
"agent": {
"plan": {
"mode": "primary",
"permission": {
"timeline_add_clip": "deny",
"timeline_add_audio_clip": "deny",
"timeline_delete_clip": "deny",
"timeline_split_at_time": "deny",
"timeline_add_caption": "deny",
"timeline_add_overlay": "deny",
"navigate_seek_to": "deny",
"navigate_set_in_point": "deny",
"navigate_set_out_point": "deny",
"perception_undo_last_edit": "deny",
"perception_extract_frame": "deny",
"perception_extract_video_clip": "deny",
"tts_generate_tts": "deny",
"tts_generate_voiceover": "deny",
"download_download_video": "ask",
"perception_analyse_asset": "allow",
"story_story_set_script": "allow",
"story_story_set_segments": "allow",
"story_story_update_segment": "allow",
"story_story_remove_segment": "allow",
"story_story_set_summary": "allow",
"story_story_clear": "allow",
"story_story_get_plan": "allow",
"story_story_save_plan": "allow"
}
},
"build": {
"mode": "primary",
"permission": {
"timeline_add_clip": "ask",
"timeline_add_audio_clip": "ask",
"timeline_delete_clip": "ask",
"timeline_split_at_time": "ask",
"timeline_add_caption": "ask",
"timeline_add_overlay": "ask",
"navigate_seek_to": "ask",
"navigate_set_in_point": "ask",
"navigate_set_out_point": "ask",
"download_download_video": "ask",
"perception_undo_last_edit": "ask",
"perception_extract_frame": "ask",
"perception_extract_video_clip": "ask",
"perception_analyse_asset": "ask",
"tts_generate_tts": "ask",
"tts_generate_voiceover": "ask",
"story_story_set_script": "allow",
"story_story_set_segments": "allow",
"story_story_update_segment": "allow",
"story_story_remove_segment": "allow",
"story_story_set_summary": "allow",
"story_story_clear": "allow",
"story_story_get_plan": "allow",
"story_story_save_plan": "allow"
}
}
}
}