@dsiloed/silo-link 1.0.1 → 1.0.3
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 +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
SiloLink is a local daemon that connects Claude Code sessions to [DSiloed](https://www.dsiloed.com) conversations. It provides an MCP server that Claude Code connects to, and maintains a real-time WebSocket connection to DSiloed via ActionCable. Messages flow bidirectionally — you can launch, monitor, interact with, and command Claude Code sessions from the DSiloed web UI, Slack, SMS, or Discord.
|
|
4
4
|
|
|
5
|
+
**[See it in action — Interactive Demo](https://www.dsiloed.com/apps/silolink-demo)** | **[Documentation](https://www.dsiloed.com/apps/apiguide/index.html#silolink)**
|
|
6
|
+
|
|
5
7
|
```
|
|
6
8
|
┌──────────────────────┐
|
|
7
9
|
│ DSiloed Server │
|
|
@@ -357,4 +359,4 @@ src/
|
|
|
357
359
|
|
|
358
360
|
## License
|
|
359
361
|
|
|
360
|
-
MIT
|
|
362
|
+
MIT
|