llm-party-cli 0.11.0 → 0.11.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.
Files changed (3) hide show
  1. package/README.md +3 -10
  2. package/dist/index.js +1319 -1293
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -19,16 +19,9 @@
19
19
 
20
20
  A peer orchestrator that puts **Claude**, **Codex**, **Copilot**, and any Claude-compatible API (GLM, Ollama, etc.) in the same terminal. You talk, they listen. They talk to each other. Nobody is the boss except you.
21
21
 
22
- ```
23
- YOU > @claude review this function
24
- [CLAUDE] The error handling on line 42 swallows exceptions silently...
25
-
26
- YOU > @codex fix what claude found
27
- [CODEX] Fixed. Wrapped in try/catch with proper logging. See diff below.
28
-
29
- YOU > @copilot write tests for the fix
30
- [COPILOT] Added 3 test cases covering the happy path and both error branches.
31
- ```
22
+ <p align="center">
23
+ <img src="https://llm-party.party/llm-party-preview.gif" alt="llm-party demo" width="720" />
24
+ </p>
32
25
 
33
26
  No MCP. No master/servant. No window juggling. Just peers at a terminal table.
34
27