agency-cli 1.6.0 → 1.7.0

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 CHANGED
@@ -130,6 +130,7 @@ flowchart LR
130
130
  C <--> S[Unix Socket]
131
131
  S <--> D[Agency Daemon]
132
132
  C <--> T[tmux Server]
133
+ D <--> T
133
134
  T --> A[CLI Agents]
134
135
 
135
136
  subgraph Project
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "hasInstallScript": true,
24
24
  "name": "agency-cli",
25
- "version": "1.6.0"
25
+ "version": "1.7.0"
26
26
  },
27
27
  "node_modules/@isaacs/balanced-match": {
28
28
  "engines": {
@@ -895,5 +895,5 @@
895
895
  }
896
896
  },
897
897
  "requires": true,
898
- "version": "1.6.0"
898
+ "version": "1.7.0"
899
899
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/tobias-walle/agency/releases/download/v1.6.0",
2
+ "artifactDownloadUrl": "https://github.com/tobias-walle/agency/releases/download/v1.7.0",
3
3
  "bin": {
4
4
  "agency": "run-agency.js"
5
5
  },
@@ -54,7 +54,7 @@
54
54
  "zipExt": ".tar.xz"
55
55
  }
56
56
  },
57
- "version": "1.6.0",
57
+ "version": "1.7.0",
58
58
  "volta": {
59
59
  "node": "18.14.1",
60
60
  "npm": "9.5.0"