You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -65,12 +59,44 @@ Point each agent at a different repo or directory. Native folder pickers on macO
65
59
### 🏗️ Session Organization
66
60
Groups, pinning, and multiple sort modes (Last Active, Created, A–Z, Manual) let you manage large fleets of agents without losing track. Collapsible groups keep things tidy.
67
61
62
+
### 🎉 Fiesta Mode — Multi-Machine Orchestration
63
+
Discover and link other PolyPilot instances on your LAN. Start a "Fiesta" to fan out work to linked worker machines via `@mention` routing. Workers are discovered automatically via UDP broadcast and linked manually in Settings. Use `@worker-name` in your prompts to dispatch tasks to specific machines.
64
+
65
+
### ⌨️ Slash Commands
66
+
Built-in slash commands give you quick control without leaving the chat:
67
+
68
+
| Command | Description |
69
+
|---------|-------------|
70
+
|`/help`| Show available commands |
71
+
|`/clear`| Clear chat history |
72
+
|`/version`| Show app version, SDK, runtime, and git commit info |
73
+
|`/compact`| Summarize conversation and start fresh |
74
+
|`/new [name]`| Create a new session |
75
+
|`/sessions`| List all active sessions |
76
+
|`/rename <name>`| Rename the current session |
77
+
|`/diff [args]`| Show git diff |
78
+
|`/status`| Show git status |
79
+
|`/mcp`| List, enable, or disable MCP servers |
80
+
|`/plugin`| List, enable, or disable plugins |
81
+
82
+
### 🔔 Smart Notifications
83
+
Get notified when agents finish tasks, encounter errors, or need your attention — even when the app is in the background. Context-aware notification messages tell you exactly what happened.
84
+
85
+
### 🎮 Demo Mode
86
+
Test the UI without a Copilot connection. The built-in demo service simulates streaming responses, tool calls, and activity indicators with realistic timing — perfect for UI development and showcasing features.
87
+
68
88
### 🔌 Flexible Connection Modes
69
89
From embedded stdio for quick single-machine use, to a persistent server that survives app restarts, to remote mode for mobile access — pick the transport that fits your workflow.
70
90
71
91
### 🛡️ Auto-Reconnect
72
92
If an agent's underlying process dies mid-conversation, PolyPilot automatically resumes the session and retries — transparent to you.
73
93
94
+
### 🔄 Git Auto-Update
95
+
When running from a git checkout, PolyPilot can automatically detect and pull updates from the main branch — keeping your instance up to date without manual intervention.
96
+
97
+
### 🌐 Tailscale Integration
98
+
Detects your Tailscale VPN status and IP automatically, making it easy to share your agent fleet across your Tailscale network without DevTunnel.
99
+
74
100
## Connection Modes
75
101
76
102
PolyPilot supports three transport modes, configurable from the Settings page:
0 commit comments