Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,20 @@ Example `settings.json` override for compatible API proxies:
| One-click install | ✅ | ❌ | ✅ |
| API key in OS keychain | ✅ | ❌ | ⚠️ varies |

## Custom Agents (.agent.md)

- Use this exact syntax for the `model` field, with the lowercase vendor name 'deepseek' in parenthesis

```yaml
model: 'DeepSeek V4 Flash (deepseek)'
```

- If using both Pro and Flash

```yaml
model: ['DeepSeek V4 Flash (deepseek)', 'DeepSeek V4 Pro (deepseek)']
```

## License

[MIT](LICENSE)