We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 044b2c2 commit 3974367Copy full SHA for 3974367
1 file changed
README.md
@@ -98,10 +98,10 @@ You need at least one provider API key:
98
- `ANTHROPIC_API_KEY` for Claude models; or
99
- `OPENAI_API_KEY` for OpenAI models.
100
101
-Optional but recommended:
+Optional:
102
103
-- `ripgrep` for fast code search through the `search_code` tool;
104
-- `MORPH_API_KEY` for the optional `morph_edit_file` fast edit tool.
+- `ripgrep` (recommended) for fast code search through the `search_code` tool;
+- `MORPH_API_KEY` for the `morph_edit_file` fast edit tool.
105
106
### Prebuilt binary
107
0 commit comments