docs(readme): add links to agent install sections

Amolith created

Assisted-by: Kimi K2 Thinking via Crush

Change summary

README.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Detailed changes

README.md 🔗

@@ -140,7 +140,7 @@ changed. Command-line flags always override saved preferences.
 
 ### Claude Code
 
-Install: `curl -fsSL https://claude.ai/install.sh | bash`
+[Website](https://www.claude.com/product/claude-code), install with `curl -fsSL https://claude.ai/install.sh | bash`
 
 | Slot     | Default                                 |
 | -------- | --------------------------------------- |
@@ -169,7 +169,7 @@ synu claude --heavy hf:model -p "What does this code do?"
 
 ### OpenCode
 
-Install: `bun i -g opencode-ai`
+[Website](https://opencode.ai/), install with `bun i -g opencode-ai`
 
 | Slot  | Default              |
 | ----- | -------------------- |
@@ -185,7 +185,7 @@ synu opencode --model hf:other/model run "Help me refactor this"
 
 ### Aider
 
-Install: `uv tool install --force --python python3.12 --with pip aider-chat@latest`
+[Website](https://aider.chat/), install with `uv tool install --force --python python3.12 --with pip aider-chat@latest`
 
 | Slot   | Default                                 |
 | ------ | --------------------------------------- |
@@ -208,7 +208,7 @@ synu aider --model hf:architect/model --editor-model hf:editor/model
 
 ### llxprt
 
-Install: `bun i -g @vybestack/llxprt-code`
+[Repo](https://github.com/vybestack/llxprt-code), install with `bun i -g @vybestack/llxprt-code`
 
 | Slot  | Default              |
 | ----- | -------------------- |
@@ -227,7 +227,7 @@ synu llxprt --model hf:other/model "Explain this code"
 
 ### Qwen Code
 
-Install: `bun i -g @qwen-code/qwen-code@latest`
+[Repo](https://github.com/QwenLM/qwen-code), install with `bun i -g @qwen-code/qwen-code@latest`
 
 | Slot  | Default              |
 | ----- | -------------------- |