docs: refresh README wording and product messaging
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
[](https://www.patreon.com/openchamber)
|
||||
|
||||
> [!IMPORTANT]
|
||||
> 🏖️ I'm on vacation from 31 Aug to 4 Sep. I'll review issues and PRs when I'm back. Thanks for your patience.
|
||||
> I'm on vacation from 31 Aug to 4 Sep. I'll review issues and PRs when I'm back. Thanks for your patience.
|
||||
|
||||
## Run agent work. Keep control. Ship from anywhere.
|
||||
|
||||
**OpenChamber is an open-source workspace for running, supervising, and reviewing AI coding work across desktop, browser, editor, and mobile.**
|
||||
**OpenChamber is an open-source workspace for running and reviewing AI coding work on desktop, web, VS Code, and mobile.**
|
||||
|
||||
OpenChamber gives you one place to direct agent work, understand the changes, and move them toward release. Your projects stay available when you switch devices or step away.
|
||||
Start agent work, see what changed, and take it through review and release. Your projects and sessions remain available when you switch devices or step away.
|
||||
|
||||

|
||||
|
||||
@@ -32,7 +32,7 @@ OpenChamber gives you one place to direct agent work, understand the changes, an
|
||||
|
||||
### Goals that continue on their own
|
||||
|
||||
Give a session a finish line with **Session Goals**. OpenChamber checks the result after every turn and keeps the agent working until the goal is complete, blocked, or reaches the limit you set — even after you close the app.
|
||||
Give a session a finish line with **Session Goals**. OpenChamber checks the result after every turn and keeps the agent working until it completes the goal, gets blocked, or reaches the limit you set. It can continue after you close the app.
|
||||
|
||||
### Compare and combine runs
|
||||
|
||||
@@ -44,7 +44,7 @@ Use **Multi-run** to give the same task to up to five models, each in its own se
|
||||
|
||||
### Inspect a running app
|
||||
|
||||
Open your app beside the conversation with **Preview**. Point at an element and send the agent its screenshot, styles, position, and browser errors — all the context behind “this thing here.” Desktop brings the same workflow to any web page through its built-in browser.
|
||||
Open your app beside the conversation with **Preview**. Point at an element to send the agent its screenshot, styles, position, and browser errors. No more trying to explain "this thing here." The desktop app can do the same with any web page in its built-in browser.
|
||||
|
||||
### GitHub context from issue to pull request
|
||||
|
||||
@@ -78,7 +78,7 @@ Run a prompt once, daily, weekly, or on a cron schedule. Scheduled tasks can use
|
||||
|
||||
## Quick start
|
||||
|
||||
### Desktop — macOS, Windows, and Linux
|
||||
### Desktop for macOS, Windows, and Linux
|
||||
|
||||
Download the latest release from [GitHub Releases](https://github.com/openchamber/openchamber/releases/latest). Desktop bundles the matching OpenCode CLI, so no separate OpenCode installation is required.
|
||||
|
||||
@@ -93,9 +93,9 @@ Linux AppImages require FUSE (`libfuse.so.2`). Without FUSE, run with `APPIMAGE_
|
||||
|
||||
### VS Code
|
||||
|
||||
Install [OpenChamber from the Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=fedaykindev.openchamber), or search for “OpenChamber” in Extensions.
|
||||
Install [OpenChamber from the Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=fedaykindev.openchamber), or search for "OpenChamber" in Extensions.
|
||||
|
||||
### CLI — Web and PWA
|
||||
### CLI for Web and PWA
|
||||
|
||||
Requires Node.js 22+. CLI/Web and VS Code use your installed [OpenCode CLI](https://opencode.ai).
|
||||
|
||||
@@ -139,9 +139,9 @@ For self-hosting details, see the [reverse proxy guide](docs/REVERSE_PROXY.md).
|
||||
|
||||
## Why OpenCode?
|
||||
|
||||
OpenChamber uses [OpenCode](https://opencode.ai) to power its coding agents. We chose it because we believe it provides the best open-source agentic coding experience today: capable, extensible, and open by design.
|
||||
OpenChamber uses [OpenCode](https://opencode.ai) to run coding agents. We chose it because it is open source, has a solid API, and is easy to extend.
|
||||
|
||||
Around that foundation, OpenChamber brings together the work that happens before, during, and after an agent run — deciding what to try, keeping it on track, reviewing the result, connecting from anywhere, and getting the change shipped.
|
||||
OpenChamber handles the rest of the workflow. You can decide what to try, keep the agent on track, review the result, connect from another device, and ship the change.
|
||||
|
||||
OpenChamber is an independent project and is not affiliated with the OpenCode team.
|
||||
|
||||
@@ -153,11 +153,11 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for development setup and contribution
|
||||
|
||||
Special thanks to:
|
||||
|
||||
- [OpenCode](https://opencode.ai) for its excellent API and extensible open-source architecture
|
||||
- [Pierre](https://pierrejs-docs.vercel.app/) for its fast diff viewer and syntax highlighting
|
||||
- [OpenCode](https://opencode.ai) for the API and open-source architecture OpenChamber builds on
|
||||
- [Pierre](https://pierrejs-docs.vercel.app/) for the diff viewer and syntax highlighting
|
||||
- [Ghostty-web](https://github.com/coder/ghostty-web) for its Ghostty web renderer
|
||||
- [Yulia Ivashko](https://github.com/yulia-ivashko), who built the firework celebration that plays on every successful push
|
||||
- Every contributor who shaped OpenChamber with code, ideas, and attention to detail
|
||||
- Everyone who contributed code, reported bugs, or shared ideas
|
||||
|
||||
## License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user