@wings006/agent-link 0.1.6 → 0.1.7

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 +0 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -174,16 +174,6 @@ Agent Link 支持三种 Agent 发现方式,可组合使用:
174
174
  Claude Code ←→ MCP Server (stdio) ←→ Daemon API (HTTP) ←→ A2A / Relay / mDNS
175
175
  ```
176
176
 
177
- ## 从源码开发
178
-
179
- ```bash
180
- git clone https://github.com/l3wingsgg/agent_link.git
181
- cd agent_link
182
- npm install
183
- npm run build
184
- npm test # 134 个测试
185
- ```
186
-
187
177
  ## 许可证
188
178
 
189
179
  GPL-3.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wings006/agent-link",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "多 Agent 聊天系统 - 连接多台电脑上的 Claude Code,支持局域网发现和跨网络中继通信",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",