@co0ontty/wand 2.0.0 → 2.0.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/README.md CHANGED
@@ -5,12 +5,6 @@
5
5
  [![node](https://img.shields.io/node/v/@co0ontty/wand.svg)](https://nodejs.org)
6
6
  [![GitHub last commit](https://img.shields.io/github/last-commit/co0ontty/wand)](https://github.com/co0ontty/wand/commits/master)
7
7
 
8
- 通过浏览器远程访问和管理本地 CLI 工具的 Web 控制台。专为 [Claude Code](https://docs.anthropic.com/en/docs/claude-code) 和 [Codex](https://github.com/openai/codex) 设计,支持终端和结构化对话双视图、会话持久化与恢复、权限管控、文件浏览、多平台客户端。
9
-
10
- <p align="center">
11
- <img src="docs/screenshots/hero.png" width="100%" alt="PTY 终端与结构化对话双视图" />
12
- </p>
13
-
14
8
  ## 安装
15
9
 
16
10
  ### 一键安装
@@ -54,6 +48,18 @@ bash <(curl -Ls https://raw.githubusercontent.com/co0ontty/wand/master/install.s
54
48
 
55
49
  如果以前装过 systemd 自启服务但还是 `Restart=on-failure`(v1.25.x 前的版本),重新跑 `sudo wand service:install` 重装服务即可换成 `Restart=always`,自动更新后才能正确拉起新进程。
56
50
 
51
+ ## 概览
52
+
53
+ 通过浏览器远程访问和管理本地 CLI 工具的 Web 控制台。专为 [Claude Code](https://docs.anthropic.com/en/docs/claude-code) 和 [Codex](https://github.com/openai/codex) 设计,支持终端和结构化对话双视图、会话持久化与恢复、权限管控、文件浏览、多平台客户端。
54
+
55
+ <p align="center">
56
+ <img src="docs/screenshots/clients-overview.png" width="100%" alt="Web 居中,iOS 和 Android 客户端在两侧的多端详情总览" />
57
+ </p>
58
+
59
+ <p align="center">
60
+ <img src="docs/screenshots/hero.png" width="100%" alt="PTY 终端与结构化对话双视图" />
61
+ </p>
62
+
57
63
  ## 功能
58
64
 
59
65
  ### 核心
@@ -79,13 +85,21 @@ bash <(curl -Ls https://raw.githubusercontent.com/co0ontty/wand/master/install.s
79
85
 
80
86
  ## 截图
81
87
 
82
- | 登录页 | 会话列表 |
88
+ | Web 结构化详情 | Web PTY 详情 |
89
+ |:---:|:---:|
90
+ | <img src="docs/screenshots/web-structured-detail.png" width="400" alt="Web 结构化会话详情" /> | <img src="docs/screenshots/web-pty-detail.png" width="400" alt="Web PTY 终端详情" /> |
91
+
92
+ | iOS 客户端 | Android 客户端 |
93
+ |:---:|:---:|
94
+ | <img src="docs/screenshots/ios-home.png" width="300" alt="iOS 原生会话列表" /> | <img src="docs/screenshots/android-terminal.png" width="300" alt="Android 移动端 PTY 详情" /> |
95
+
96
+ | 登录页 | App 连接页 |
83
97
  |:---:|:---:|
84
- | <img src="docs/screenshots/login.png" width="400" alt="登录页" /> | <img src="docs/screenshots/android-home.png" width="400" alt="安卓会话列表" /> |
98
+ | <img src="docs/screenshots/login.png" width="400" alt="登录页" /> | <img src="docs/screenshots/android-main.png" width="300" alt="Android App 连接页" /> |
85
99
 
86
- | PTY 终端视图 | 聊天视图 |
100
+ | Android 会话列表 | Android 聊天视图 |
87
101
  |:---:|:---:|
88
- | <img src="docs/screenshots/android-terminal.png" width="400" alt="安卓终端视图" /> | <img src="docs/screenshots/android-chat.png" width="400" alt="安卓聊天视图" /> |
102
+ | <img src="docs/screenshots/android-home.png" width="300" alt="Android 会话列表" /> | <img src="docs/screenshots/android-chat.png" width="300" alt="Android 聊天视图" /> |
89
103
 
90
104
  ## 配置
91
105
 
@@ -179,4 +193,4 @@ git submodule update --init
179
193
 
180
194
  ## License
181
195
 
182
- MIT
196
+ MIT
@@ -1,6 +1,6 @@
1
1
  {
2
- "commit": "77a39200ebf0d88b0048856c3eeb12a00b4dd2b2",
3
- "builtAt": "2026-06-27T08:59:08.623Z",
4
- "version": "2.0.0",
2
+ "commit": "5f451aa7ca3211123ddb11085189837469e73c7f",
3
+ "builtAt": "2026-06-28T01:15:27.682Z",
4
+ "version": "2.0.1",
5
5
  "channel": "stable"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@co0ontty/wand",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "A web terminal for local CLI tools like Claude.",
5
5
  "type": "module",
6
6
  "bin": {