mirror of
https://github.com/sst/opencode.git
synced 2025-07-07 16:14:59 +00:00
docs: readme
This commit is contained in:
parent
fe05edaa79
commit
cdb26f6d83
1 changed files with 9 additions and 0 deletions
|
@ -138,3 +138,12 @@ OpenRouter is not yet in the models.dev database, but you can configure it manua
|
|||
}
|
||||
}
|
||||
```
|
||||
|
||||
#### How is this different than claude code?
|
||||
|
||||
It is very similar to claude code in terms of capability - here are the key differences:
|
||||
|
||||
- 100% open source
|
||||
- Not coupled to any provider. Although anthropic is recommended opencode can be used with openai, google or even local models. As models evolve the gaps between them will close and pricing will drop so being provider agnostic is important.
|
||||
- TUI focus - opencode is built by neovim users and the creators of https://terminal.shop - we are going to push the limits of what's possible in the terminal
|
||||
- client/server architecture - this means the tui frontend is just the first of many. For example, opencode can run on your computer and you can drive it remotely from a mobile app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue