handmux 0.25.0 → 0.25.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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "handmux",
3
- "version": "0.25.0",
3
+ "version": "0.25.1",
4
4
  "description": "A mobile vibe-coding cockpit — built on tmux: drive your live session, Claude Code / Codex — anything a terminal can run — from your phone.",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-only",
@@ -75,6 +75,12 @@
75
75
  "vitest": "^2.0.0"
76
76
  },
77
77
  "whatsNew": [
78
+ {
79
+ "version": "0.25.1",
80
+ "date": "2026-09-02",
81
+ "zh": "修复 Codex 幽灵任务与对话空白",
82
+ "en": "Fixed Codex ghost tasks and blank chats"
83
+ },
78
84
  {
79
85
  "version": "0.25.0",
80
86
  "date": "2026-09-01",
@@ -116,12 +122,6 @@
116
122
  "date": "2026-08-01",
117
123
  "zh": "实时终端显示更稳定流畅",
118
124
  "en": "More stable, smoother live terminals"
119
- },
120
- {
121
- "version": "0.20.2",
122
- "date": "2026-07-27",
123
- "zh": "实时终端长时间运行更流畅",
124
- "en": "Smoother long-running live terminals"
125
125
  }
126
126
  ]
127
127
  }