Skip to content

Commit 3ed9dc0

Browse files
authored
Merge pull request #107 from editor-code-assistant/fix-docs
Fix configuration docs JSON syntax and deepseek provider key
2 parents 94a2d8a + 8a567e4 commit 3ed9dc0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

docs/models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)