codexpanel 0.1.4 → 0.1.5

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.
@@ -11,7 +11,7 @@ const crypto = require("crypto");
11
11
  const readline = require("readline");
12
12
  const { spawn, spawnSync } = require("child_process");
13
13
 
14
- const VERSION = "0.1.4";
14
+ const VERSION = "0.1.5";
15
15
  const PROD_URL = "https://codexpanel.com";
16
16
  const TEST_URL = "https://jd.6a.gs";
17
17
  const LOCAL_HOST = "127.0.0.1";
@@ -26,6 +26,8 @@
26
26
 
27
27
  从 `0.1.4` 开始,同一个安装流的三种绑定入口是幂等的:浏览器绑定页、控制端输入 8 位绑定码、手机扫码三者任意一个先确认后,另外两个入口再次操作只会提示“已经确认/已经完成,无需重复操作”,不会重新签发 setup token 或 device token。
28
28
 
29
+ 从 `0.1.5` 开始,电脑端绑定页把用户、绑定码、设备和执行按钮分区展示。绑定页不再内置单独的用户名/密码表单;未登录或切换用户时,会跳转到 CodexPanel 首页的统一登录组件,登录成功后再回到当前绑定页。
30
+
29
31
  登录成功后,页面会检查这台设备是否已经绑定过其他账号。如果已经绑定,它不会自动抢绑,而是让你选择:
30
32
 
31
33
  - 保持原绑定并退出
@@ -379,6 +381,7 @@ POST /api/desktop/setup/complete
379
381
  ```
380
382
 
381
383
  8. 写入本地配置、启动 agent,并打开本地状态面板。
384
+ 9. 有限次数确认云端是否已经看到这台设备在线;如果网络或心跳暂时未就绪,安装不会无限等待,会提示查看控制台、本地面板或日志。
382
385
 
383
386
  `agent-runtime.json` 是本机 agent 的主要数据来源,包含:
384
387
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codexpanel",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "CodexPanel mobile control plane monorepo.",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,