File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -149,8 +149,8 @@ Check some examples:
149149 "approval": {
150150 "byDefault": "allow",
151151 "allow": {
152- "eca_shell_command": {"argsMatchers" {"command" [".*rm.*",
153- ".*mv.*"]}}
152+ "eca_shell_command": {"argsMatchers": {"command": [".*rm.*",
153+ ".*mv.*"]}}
154154 }
155155 }
156156 }
@@ -165,8 +165,8 @@ Check some examples:
165165 "approval": {
166166 "byDefault": "allow",
167167 "deny": {
168- "eca_shell_command": {"argsMatchers" {"command" [".*rm.*",
169- ".*mv.*"]}}
168+ "eca_shell_command": {"argsMatchers": {"command": [".*rm.*",
169+ ".*mv.*"]}}
170170 }
171171 }
172172 }
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ Only set this when your provider uses a different path or expects query paramete
182182 ```javascript
183183 {
184184 "providers": {
185- "openrouter ": {
185+ "deepseek ": {
186186 "api": "openai-chat",
187187 "url": "https://api.deepseek.com", // or "urlEnv"
188188 "key": "your-api-key", // or "keyEnv"
You can’t perform that action at this time.
0 commit comments