From a4aa0e6f8db0e43452521b04f8ca620ba28d5ab6 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 30 Jun 2025 10:56:38 -0400 Subject: [PATCH] docs: readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0c9af344..24841799 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,9 @@ For more info on how to configure opencode [**head over to our docs**](https://o For any new features we'd appreciate it if you could open an issue first to discuss what you'd like to implement. We're pretty responsive there and it'll save you from working on something that we don't end up using. No need to do this for simpler fixes. +> **Note**: Please talk to us via github issues before spending time working on +> a new feature + To run opencode locally you need. - Bun @@ -67,10 +70,6 @@ It's very similar to Claude Code in terms of capability. Here are the key differ - 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. - 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. -#### What about Windows support? - -There are some minor problems blocking opencode from working on windows. We are working on on them now. You'll need to use WSL for now. - #### What's the other repo? 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).