@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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. 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 — see [LICENSE](LICENSE)
362
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dsiloed/silo-link",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Claude Code Remote Bridge — connects Claude Code sessions to DSiloed via MCP + ActionCable",
5
5
  "type": "module",
6
6
  "license": "MIT",