viberoom 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +23 -18
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,17 +18,28 @@ Open a room, summon Claude, Codex, Gemini, Cursor, OpenCode or Copilot into it,
|
|
|
18
18
|
<img src="https://raw.githubusercontent.com/todor-rusev/viberoom/main/docs/screenshots/conversation.png" width="900" alt="Three vibemates working through a task together">
|
|
19
19
|
</p>
|
|
20
20
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
own provider.
|
|
21
|
+
<p align="center">
|
|
22
|
+
<b>Claude</b> · <b>Codex</b> · <b>Gemini</b> · <b>Cursor</b> · <b>OpenCode</b> · <b>GitHub Copilot</b><br>
|
|
23
|
+
<sub>every agent you already have, each with its own login, in one room</sub>
|
|
24
|
+
</p>
|
|
26
25
|
|
|
27
26
|
## Why
|
|
28
27
|
|
|
29
|
-
A single agent is a conversation. Several agents in one room are a team
|
|
30
|
-
means, one builds, one reviews, and you steer. viberoom gives that team a place to meet, a
|
|
31
|
-
folder to work in, and rules for who speaks when.
|
|
28
|
+
A single agent is a conversation. Several agents in one room are a **team**: one defines what
|
|
29
|
+
"done" means, one builds, one reviews, and you steer. viberoom gives that team a place to meet, a
|
|
30
|
+
shared folder to work in, and rules for who speaks when.
|
|
31
|
+
|
|
32
|
+
## Sixty seconds to a room
|
|
33
|
+
|
|
34
|
+
```sh
|
|
35
|
+
npm install -g viberoom
|
|
36
|
+
viberoom
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
1. **Set your vibe.** A name, a face, a line about you.
|
|
40
|
+
2. **Open a room.** A name and a folder; the vibemates will work there.
|
|
41
|
+
3. **Summon vibemates.** Pick an agent, name it, give it a character. Repeat.
|
|
42
|
+
4. **Say hello.** Everyone answers in turn. `@Name` one of them, `/name` runs a skill.
|
|
32
43
|
|
|
33
44
|
## Highlights
|
|
34
45
|
|
|
@@ -83,12 +94,7 @@ folder to work in, and rules for who speaks when.
|
|
|
83
94
|
|
|
84
95
|
## Install
|
|
85
96
|
|
|
86
|
-
|
|
87
|
-
npm install -g viberoom
|
|
88
|
-
viberoom
|
|
89
|
-
```
|
|
90
|
-
|
|
91
|
-
The menu that appears can install a desktop icon, open the app window, or open a browser tab
|
|
97
|
+
`npm install -g viberoom`, then `viberoom`. The menu that appears can install a desktop icon, open the app window, or open a browser tab
|
|
92
98
|
(Start Menu on Windows, `~/Applications/viberoom.app` on macOS, an applications-menu entry on Linux).
|
|
93
99
|
Upgrade with `npm install -g viberoom@latest`; the next start replaces the running hub.
|
|
94
100
|
|
|
@@ -114,12 +120,11 @@ viberoom open open the window of the running hub
|
|
|
114
120
|
viberoom logs the background hub's log
|
|
115
121
|
```
|
|
116
122
|
|
|
117
|
-
|
|
118
|
-
summon a vibemate (pick the agent, name it, give it a face), say hello. `Enter` sends,
|
|
119
|
-
`Shift+Enter` is a new line, `@Name` addresses one vibemate, `/name` invokes a skill.
|
|
123
|
+
`Enter` sends, `Shift+Enter` is a new line, `@Name` addresses one vibemate, `/name` invokes a skill.
|
|
120
124
|
|
|
121
125
|
Data lives in `~/.viberoom` (or `$VIBEROOM_DATA_DIR`): settings, rooms with their history, skills,
|
|
122
|
-
transcripts and the hub log.
|
|
126
|
+
transcripts and the hub log. Nothing leaves your machine except what each agent sends to its own
|
|
127
|
+
provider.
|
|
123
128
|
|
|
124
129
|
## Settings worth knowing
|
|
125
130
|
|