Skip to content

Commit 9cd745a

Browse files
authored
Merge pull request #935 from web3dev1337/fix/worktree-slot-selection
Fix/worktree slot selection
2 parents b9c510d + 90f5dc4 commit 9cd745a

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Agent Workspace
22

33
[![Website](https://img.shields.io/badge/Website-agent--workspace.ai-00d4ff?style=for-the-badge)](https://agent-workspace.ai)
4-
[![Download](https://img.shields.io/badge/Download-Windows%20App-00d4ff?style=for-the-badge)](https://github.com/web3dev1337/agent-workspace/releases/latest)
4+
[![Download](https://img.shields.io/badge/Download-Latest%20Release-00d4ff?style=for-the-badge)](https://github.com/web3dev1337/agent-workspace/releases/latest)
55
[![Sponsor](https://img.shields.io/badge/Sponsor-GitHub%20Sponsors-ea4aaa?style=for-the-badge&logo=githubsponsors&logoColor=white)](https://github.com/sponsors/web3dev1337)
66
[![Follow on X](https://img.shields.io/badge/Follow-%40AIOnlyDeveloper-000000?style=for-the-badge&logo=x)](https://x.com/AIOnlyDeveloper)
77
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow?style=for-the-badge)](LICENSE)
@@ -30,6 +30,7 @@ Agent Workspace is a local-first orchestration layer for CLI coding agents.
3030
- **Can I use multiple repositories at once?** Yes, one workspace can include one or many repositories.
3131
- **Can I run server processes in the same worktree?** Yes, agent and server windows can run side by side.
3232
- **Can I jump straight to GitHub review pages?** Yes, the review flow supports direct links to GitHub PRs and diffs.
33+
- **Does anyone actually use this?** Yes. We built it over a few days in July 2025 and have used it ever since to ship websites and multiple games, with more than half a million plays across those projects. We have not opened an IDE since.
3334

3435
## Discovery Files
3536

@@ -90,7 +91,7 @@ Compatibility rule: if it can be launched from a terminal command in your worktr
9091
- **Task Integration** — Pull tasks from Trello and/or use local task records. GitHub Issues and Linear coming soon.
9192
- **Browser-like Tabs** — Multiple workspaces open simultaneously, each with its own terminals and state.
9293
- **Runs Locally** — Runs on your hardware. Access through the desktop app or the browser. No publisher-hosted telemetry by default.
93-
- **Windows Desktop App** — Native Tauri app with bundled Node.js. Mac app coming soon.
94+
- **Desktop Apps** — Native Tauri builds for Windows and macOS are published on the latest GitHub release.
9495

9596
## Tier System
9697

@@ -107,7 +108,7 @@ Keep work organized by priority with a dedicated tier lane (T1-T4), plus quick f
107108

108109
### Windows
109110

110-
[Download the latest release](https://github.com/web3dev1337/agent-workspace/releases/latest) — the app bundles everything, no dev tools needed.
111+
[Download the latest release](https://github.com/web3dev1337/agent-workspace/releases/latest) and grab the `.exe` or `.msi` installer — the app bundles everything, no dev tools needed.
111112

112113
Before running the installer, verify the published SHA-256 digest on the GitHub release. If a code-signing signature is present, verify that too. If verification fails, do not run the file.
113114

@@ -116,6 +117,14 @@ Get-FileHash .\downloaded-file.exe -Algorithm SHA256
116117
Get-AuthenticodeSignature .\downloaded-file.exe
117118
```
118119

120+
### macOS
121+
122+
[Download the latest release](https://github.com/web3dev1337/agent-workspace/releases/latest) and grab the `.dmg` build.
123+
124+
Current macOS releases are packaged as Apple Silicon (`aarch64`) disk images. Open the `.dmg`, drag **Agent Workspace** into `Applications`, then launch it from there.
125+
126+
If Gatekeeper blocks the first launch, right-click the app and choose **Open**, or allow it in **System Settings -> Privacy & Security**.
127+
119128
Or run from source:
120129

121130
```bash
@@ -187,3 +196,7 @@ See [SECURITY.md](SECURITY.md) for reporting vulnerabilities.
187196
## License
188197

189198
[MIT](LICENSE)
199+
200+
## Coming Soon
201+
202+
Productivity workflows, agent orchestration, and human context management tools built to help you ship.

site/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ <h3 class="feature-title">Quick Answers</h3>
304304
<p class="feature-desc"><strong>Where does model inference run?</strong> Through the AI provider CLIs and accounts you configure.</p>
305305
<p class="feature-desc"><strong>Can it manage multiple repositories and worktrees?</strong> Yes. You can run one or many repositories with multiple worktrees in the same workspace.</p>
306306
<p class="feature-desc"><strong>Can I jump straight to GitHub diffs and PRs?</strong> Yes. The review workflow supports direct links to GitHub diffs and PR pages.</p>
307+
<p class="feature-desc"><strong>Does anyone actually use this?</strong> Yes. We built it over a few days in July 2025 and have used it ever since to ship websites and multiple games, with more than half a million plays across those projects. We have not opened an IDE since.</p>
307308
</div>
308309
</article>
309310

site/llms-full.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Agent Workspace is an open-source, local-first orchestration layer for CLI codin
5050
Yes, via mixed-repository workspace configuration.
5151
- **Can users jump directly to GitHub PRs and diffs?**
5252
Yes, the review flow includes direct GitHub link actions.
53+
- **Does anyone actually use this?**
54+
Yes. We built it over a few days in July 2025 and have used it ever since to ship websites and multiple games, with more than half a million plays across those projects. We have not opened an IDE since.
5355

5456
## Installation
5557

0 commit comments

Comments
 (0)