devchain-cli 0.6.0 → 0.6.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devchain-cli",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "AI driven development platform",
5
5
  "homepage": "https://devchain.twitechlab.com/",
6
6
  "repository": {
@@ -8,6 +8,9 @@
8
8
  "url": "https://github.com/twitech-lab/devchain.git"
9
9
  },
10
10
  "changelog": {
11
+ "0.6.1": [
12
+ "Fix macOS PTY streaming failure (posix_spawnp error) by updating node-pty to 1.2.0-beta.2"
13
+ ],
11
14
  "0.6.0": [
12
15
  "Guest agents support: external tmux sessions can register and participate in messaging",
13
16
  "Fix tmux session name overflow for projects with longer names"
@@ -147,7 +150,7 @@
147
150
  "hterm": "2.0.2",
148
151
  "hterm-umd": "1.0.1",
149
152
  "lucide-react": "0.545.0",
150
- "node-pty": "1.1.0-beta37",
153
+ "node-pty": "1.2.0-beta.2",
151
154
  "open": "^8.4.2",
152
155
  "pino": "^8.19.0",
153
156
  "pino-http": "^9.0.0",