You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
AI coding agent, built for the terminal.
4
4
5
-
⚠️ **Note:** version 0.1.x is a full rewrite and we do not have proper documentation for it yet. Should have this out week of June 17th 2025 📚
5
+
⚠️ **Note:** version 0.1.x is a full rewrite, and we do not have proper documentation for it yet. Should have this out week of June 17th 2025 📚
6
6
7
7
### Installation
8
8
@@ -20,9 +20,9 @@ paru -S opencode-bin # Arch Linux
20
20
21
21
### Providers
22
22
23
-
The recommended approach is to sign up for claude pro or max and do `opencode auth login` and select Anthropic. It is the most costeffective way to use this tool.
23
+
The recommended approach is to sign up for claude pro or max and do `opencode auth login` and select Anthropic. It is the most cost-effective way to use this tool.
24
24
25
-
Additionally opencode is powered by the provider list at [models.dev](https://models.dev) so you can use `opencode auth login` to configure api keys for any provider you'd like to use. This is stored in `~/.local/share/opencode/auth.json`
25
+
Additionally, opencode is powered by the provider list at [models.dev](https://models.dev) so you can use `opencode auth login` to configure api keys for any provider you'd like to use. This is stored in `~/.local/share/opencode/auth.json`
26
26
27
27
```bash
28
28
$ opencode auth login
@@ -47,7 +47,7 @@ If there are additional providers you want to use you can submit a PR to the [mo
47
47
48
48
### Project Config
49
49
50
-
Project configuration is optional. You can place an `opencode.json` file in the root of your repo and it will be loaded.
50
+
Project configuration is optional. You can place an `opencode.json` file in the root of your repo, and it will be loaded.
51
51
52
52
```json title="opencode.json"
53
53
{
@@ -118,7 +118,7 @@ $ bun run src/index.ts
118
118
119
119
#### How do I use this with OpenRouter
120
120
121
-
OpenRouter is not yet in the models.dev database but you can configure it manually.
121
+
OpenRouter is not yet in the models.dev database, but you can configure it manually.
0 commit comments