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
For more info on how to configure axoncode[**head over to our docs**](https://axoncode.ai/docs).
53
+
For more info on how to configure opencode[**head over to our docs**](https://opencode.ai/docs).
54
54
55
55
### Contributing
56
56
57
-
axoncode is an opinionated tool so any fundamental feature needs to go through a
57
+
opencode is an opinionated tool so any fundamental feature needs to go through a
58
58
design process with the core team.
59
59
60
60
> [!IMPORTANT]
@@ -74,7 +74,7 @@ Take a look at the git history to see what kind of PRs we end up merging.
74
74
> [!NOTE]
75
75
> If you do not follow the above guidelines we might close your PR.
76
76
77
-
To run axoncode locally you need.
77
+
To run opencode locally you need.
78
78
79
79
- Bun
80
80
- Golang 1.24.x
@@ -88,7 +88,7 @@ $ bun dev
88
88
89
89
#### Development Notes
90
90
91
-
**API Client**: After making changes to the TypeScript API endpoints in `packages/axoncode/src/server/server.ts`, you will need the axoncode team to generate a new stainless sdk for the clients.
91
+
**API Client**: After making changes to the TypeScript API endpoints in `packages/opencode/src/server/server.ts`, you will need the opencode team to generate a new stainless sdk for the clients.
92
92
93
93
### FAQ
94
94
@@ -97,14 +97,14 @@ $ bun dev
97
97
It's very similar to Claude Code in terms of capability. Here are the key differences:
98
98
99
99
- 100% open source
100
-
- Not coupled to any provider. Although Anthropic is recommended, axoncode 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.
101
-
- A focus on TUI. axoncode is built by neovim users and the creators of [terminal.shop](https://terminal.shop); we are going to push the limits of what's possible in the terminal.
102
-
- A client/server architecture. This for example can allow axoncode to run on your computer, while you can drive it remotely from a mobile app. Meaning that the TUI frontend is just one of the possible clients.
100
+
- 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.
101
+
- A focus on TUI. opencode is built by neovim users and the creators of [terminal.shop](https://terminal.shop); we are going to push the limits of what's possible in the terminal.
102
+
- A client/server architecture. This for example can allow opencode to run on your computer, while you can drive it remotely from a mobile app. Meaning that the TUI frontend is just one of the possible clients.
103
103
104
104
#### What's the other repo?
105
105
106
106
The other confusingly named repo has no relation to this one. You can [read the story behind it here](https://x.com/thdxr/status/1933561254481666466).
0 commit comments