openclaw-agent-dashboard 1.0.21 → 1.0.23

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.
Files changed (135) hide show
  1. package/README.md +55 -321
  2. package/frontend-dist/assets/index-B7XqKAxm.css +1 -0
  3. package/frontend-dist/assets/index-CxJaSYyo.js +24 -0
  4. package/{frontend → frontend-dist}/index.html +2 -1
  5. package/{plugin/openclaw.plugin.json → openclaw.plugin.json} +2 -2
  6. package/package.json +21 -13
  7. package/.github/workflows/release.yml +0 -56
  8. package/VERSION_DISPLAY_delivery.md +0 -242
  9. package/VERSION_DISPLAY_implementation_summary.md +0 -315
  10. package/design_manifest.md +0 -100
  11. package/docs/CHANGELOG_AGENT_MODIFICATIONS.md +0 -132
  12. package/docs/MAINTAINER_RELEASE_WORKFLOW.md +0 -211
  13. package/docs/Openclaw-Agent-Dashboard/345/217/221/345/270/203/344/270/216/346/233/264/346/226/260.md +0 -147
  14. package/docs/RELEASE-LATEST.md +0 -189
  15. package/docs/RELEASE-MODEL-CONFIG.md +0 -95
  16. package/docs/WINDOWS_INSTALL_TROUBLESHOOTING.md +0 -171
  17. package/docs/design/.gitkeep +0 -0
  18. package/docs/design/VERSION_DISPLAY_design.md +0 -1236
  19. package/docs/release-guide.md +0 -259
  20. package/docs/release-operations-manual.md +0 -167
  21. package/docs/reviews/.gitkeep +0 -0
  22. package/docs/reviews/approval_history.json +0 -14
  23. package/docs/reviews/cr_VERSION_DISPLAY.md +0 -397
  24. package/docs/reviews/traceability_manifest.json +0 -279
  25. package/docs/specs/VERSION_DISPLAY_spec.md +0 -371
  26. package/docs/specs/tr3-install-system.md +0 -580
  27. package/docs/windows-collaboration-model-paths-troubleshooting.md +0 -0
  28. package/frontend/package-lock.json +0 -1240
  29. package/frontend/package.json +0 -19
  30. package/frontend/src/App.vue +0 -355
  31. package/frontend/src/components/AgentCard.vue +0 -796
  32. package/frontend/src/components/AgentConfigPanel.vue +0 -539
  33. package/frontend/src/components/AgentDetailPanel.vue +0 -738
  34. package/frontend/src/components/ErrorAnalysisView.vue +0 -546
  35. package/frontend/src/components/ErrorCenterPanel.vue +0 -844
  36. package/frontend/src/components/PerformanceMonitor.vue +0 -515
  37. package/frontend/src/components/SettingsPanel.vue +0 -236
  38. package/frontend/src/components/TokenAnalysisPanel.vue +0 -683
  39. package/frontend/src/components/chain/ChainEdge.vue +0 -85
  40. package/frontend/src/components/chain/ChainNode.vue +0 -166
  41. package/frontend/src/components/chain/TaskChainView.vue +0 -425
  42. package/frontend/src/components/chain/index.ts +0 -3
  43. package/frontend/src/components/chain/types.ts +0 -70
  44. package/frontend/src/components/collaboration/CollaborationFlowSection.vue +0 -1032
  45. package/frontend/src/components/collaboration/CollaborationFlowWrapper.vue +0 -113
  46. package/frontend/src/components/common/VersionDisplay.vue +0 -187
  47. package/frontend/src/components/performance/PerformancePanel.vue +0 -119
  48. package/frontend/src/components/performance/PerformanceSection.vue +0 -1137
  49. package/frontend/src/components/tasks/TaskStatusSection.vue +0 -973
  50. package/frontend/src/components/timeline/TimelineConnector.vue +0 -31
  51. package/frontend/src/components/timeline/TimelineRound.vue +0 -135
  52. package/frontend/src/components/timeline/TimelineStep.vue +0 -691
  53. package/frontend/src/components/timeline/TimelineToolLink.vue +0 -109
  54. package/frontend/src/components/timeline/TimelineView.vue +0 -540
  55. package/frontend/src/components/timeline/index.ts +0 -5
  56. package/frontend/src/components/timeline/types.ts +0 -120
  57. package/frontend/src/composables/index.ts +0 -7
  58. package/frontend/src/composables/useDebounce.ts +0 -48
  59. package/frontend/src/composables/useRealtime.ts +0 -52
  60. package/frontend/src/composables/useState.ts +0 -52
  61. package/frontend/src/composables/useThrottle.ts +0 -46
  62. package/frontend/src/composables/useVirtualScroll.ts +0 -106
  63. package/frontend/src/main.ts +0 -4
  64. package/frontend/src/managers/EventDispatcher.ts +0 -127
  65. package/frontend/src/managers/RealtimeDataManager.ts +0 -302
  66. package/frontend/src/managers/StateManager.ts +0 -128
  67. package/frontend/src/managers/index.ts +0 -5
  68. package/frontend/src/types/collaboration.ts +0 -135
  69. package/frontend/src/types/index.ts +0 -20
  70. package/frontend/src/types/performance.ts +0 -105
  71. package/frontend/src/types/task.ts +0 -38
  72. package/frontend/vite.config.ts +0 -18
  73. package/legacy_code_anatomy.md +0 -518
  74. package/plugin/README.md +0 -99
  75. package/plugin/config.json.example +0 -1
  76. package/plugin/package.json +0 -26
  77. package/scripts/build-plugin.js +0 -81
  78. package/scripts/bundle.sh +0 -62
  79. package/scripts/install-plugin.sh +0 -162
  80. package/scripts/install-python-deps.sh +0 -226
  81. package/scripts/install.js +0 -684
  82. package/scripts/install.sh +0 -367
  83. package/scripts/lib/common.sh +0 -137
  84. package/scripts/release-pack.sh +0 -110
  85. package/scripts/start.js +0 -50
  86. package/scripts/test_available_models.py +0 -284
  87. package/scripts/test_version_display.sh +0 -128
  88. package/scripts/test_websocket_ping.py +0 -44
  89. package/session_registry.json +0 -58
  90. package/tests/.gitkeep +0 -0
  91. package/tests/qa_regression_report.md +0 -359
  92. package/tests/qa_version_display_report.md +0 -598
  93. /package/{src/backend → dashboard}/agents.py +0 -0
  94. /package/{src/backend → dashboard}/api/__init__.py +0 -0
  95. /package/{src/backend → dashboard}/api/agent_config_api.py +0 -0
  96. /package/{src/backend → dashboard}/api/agents.py +0 -0
  97. /package/{src/backend → dashboard}/api/agents_config.py +0 -0
  98. /package/{src/backend → dashboard}/api/chains.py +0 -0
  99. /package/{src/backend → dashboard}/api/collaboration.py +0 -0
  100. /package/{src/backend → dashboard}/api/debug_paths.py +0 -0
  101. /package/{src/backend → dashboard}/api/error_analysis.py +0 -0
  102. /package/{src/backend → dashboard}/api/errors.py +0 -0
  103. /package/{src/backend → dashboard}/api/performance.py +0 -0
  104. /package/{src/backend → dashboard}/api/subagents.py +0 -0
  105. /package/{src/backend → dashboard}/api/timeline.py +0 -0
  106. /package/{src/backend → dashboard}/api/version.py +0 -0
  107. /package/{src/backend → dashboard}/api/websocket.py +0 -0
  108. /package/{src/backend → dashboard}/collaboration.py +0 -0
  109. /package/{src/backend → dashboard}/data/__init__.py +0 -0
  110. /package/{src/backend → dashboard}/data/agent_config_manager.py +0 -0
  111. /package/{src/backend → dashboard}/data/chain_reader.py +0 -0
  112. /package/{src/backend → dashboard}/data/config_reader.py +0 -0
  113. /package/{src/backend → dashboard}/data/error_analyzer.py +0 -0
  114. /package/{src/backend → dashboard}/data/session_reader.py +0 -0
  115. /package/{src/backend → dashboard}/data/subagent_reader.py +0 -0
  116. /package/{src/backend → dashboard}/data/task_history.py +0 -0
  117. /package/{src/backend → dashboard}/data/timeline_reader.py +0 -0
  118. /package/{src/backend → dashboard}/data/version_info_reader.py +0 -0
  119. /package/{src/backend → dashboard}/errors.py +0 -0
  120. /package/{src/backend → dashboard}/main.py +0 -0
  121. /package/{src/backend → dashboard}/mechanism_reader.py +0 -0
  122. /package/{src/backend → dashboard}/mechanisms.py +0 -0
  123. /package/{src/backend → dashboard}/performance.py +0 -0
  124. /package/{src/backend → dashboard}/requirements.txt +0 -0
  125. /package/{src/backend → dashboard}/session_reader.py +0 -0
  126. /package/{src/backend → dashboard}/status/__init__.py +0 -0
  127. /package/{src/backend → dashboard}/status/change_tracker.py +0 -0
  128. /package/{src/backend → dashboard}/status/error_detector.py +0 -0
  129. /package/{src/backend → dashboard}/status/status_cache.py +0 -0
  130. /package/{src/backend → dashboard}/status/status_calculator.py +0 -0
  131. /package/{src/backend → dashboard}/status_calculator.py +0 -0
  132. /package/{src/backend → dashboard}/subagent_reader.py +0 -0
  133. /package/{src/backend → dashboard}/watchers/__init__.py +0 -0
  134. /package/{src/backend → dashboard}/watchers/file_watcher.py +0 -0
  135. /package/{plugin/index.js → index.js} +0 -0
@@ -1,259 +0,0 @@
1
- # 发布与使用指南
2
-
3
- > 本文档说明如何提交更改、发布新版本以及使用一键安装功能。
4
-
5
- ---
6
-
7
- ## 一、提交当前更改
8
-
9
- ### 1.1 查看待提交文件
10
-
11
- ```bash
12
- git status --short
13
- ```
14
-
15
- ### 1.2 提交更改
16
-
17
- ```bash
18
- # 方式一:提交所有更改
19
- git add .
20
- git commit -m "feat: 添加一键安装支持 + GitHub Actions 发布流程
21
-
22
- - 新增 scripts/install.sh 一键安装入口
23
- - 新增 scripts/install-python-deps.sh Python 依赖安装
24
- - 新增 scripts/release-pack.sh 发布打包
25
- - 新增 .github/workflows/release.yml CI/CD
26
- - 优化 plugin/index.js 优先使用 venv Python
27
- - 重构 scripts/install-plugin.sh 支持 VERBOSE/DRY_RUN
28
- - 更新 README.md 添加一键安装说明"
29
-
30
- git push origin main
31
- ```
32
-
33
- ```bash
34
- # 方式二:选择性提交
35
- git add .github/workflows/release.yml \
36
- scripts/install.sh \
37
- scripts/install-python-deps.sh \
38
- scripts/release-pack.sh \
39
- scripts/install-plugin.sh \
40
- plugin/index.js \
41
- README.md \
42
- docs/
43
-
44
- git commit -m "feat: 添加一键安装支持 + GitHub Actions 发布流程"
45
- git push origin main
46
- ```
47
-
48
- ---
49
-
50
- ## 二、发布新版本
51
-
52
- ### 2.1 更新版本号
53
-
54
- 编辑 `plugin/openclaw.plugin.json`,修改 version 字段:
55
-
56
- ```json
57
- {
58
- "id": "openclaw-agent-dashboard",
59
- "name": "OpenClaw Agent Dashboard",
60
- "version": "1.0.1", // 修改此处
61
- ...
62
- }
63
- ```
64
-
65
- ### 2.2 提交并打 Tag
66
-
67
- ```bash
68
- # 提交版本更新
69
- git add plugin/openclaw.plugin.json
70
- git commit -m "release: v1.0.1"
71
- git push origin main
72
-
73
- # 创建 tag 并推送(触发 GitHub Actions 自动构建发布)
74
- git tag v1.0.1
75
- git push origin v1.0.1
76
- ```
77
-
78
- ### 2.3 GitHub Actions 自动流程
79
-
80
- 推送 tag 后,GitHub Actions 会自动执行:
81
-
82
- | 步骤 | 说明 |
83
- |------|------|
84
- | 1 | Checkout 代码 |
85
- | 2 | 安装 Node.js 依赖 |
86
- | 3 | 构建前端 (`npm run pack`) |
87
- | 4 | 生成 tgz 包 (`release-pack.sh`) |
88
- | 5 | 创建 GitHub Release |
89
- | 6 | 上传 tgz 到 Release Assets |
90
-
91
- ### 2.4 验证发布
92
-
93
- 1. 访问 GitHub Releases 页面:`https://github.com/Umarchen/openclaw-agent-dashboard/releases`
94
- 2. 确认新版本已创建
95
- 3. 确认 tgz 文件已上传
96
-
97
- ---
98
-
99
- ## 三、本地测试
100
-
101
- ### 3.1 构建并打包
102
-
103
- ```bash
104
- # 构建前端 + 打包插件
105
- npm run pack
106
-
107
- # 生成发布 tgz
108
- bash scripts/release-pack.sh
109
- ```
110
-
111
- ### 3.2 测试一键安装脚本
112
-
113
- ```bash
114
- # 预览模式(不执行实际安装)
115
- DRY_RUN=1 bash scripts/install.sh
116
-
117
- # 使用本地 tgz 测试安装
118
- DASHBOARD_RELEASE_URL="file://$(pwd)/openclaw-agent-dashboard-v1.0.0.tgz" \
119
- bash scripts/install.sh
120
-
121
- # 跳过 Python 依赖安装(快速测试)
122
- DASHBOARD_RELEASE_URL="file://$(pwd)/openclaw-agent-dashboard-v1.0.0.tgz" \
123
- DASHBOARD_SKIP_PYTHON=1 \
124
- bash scripts/install.sh
125
- ```
126
-
127
- ### 3.3 测试源码安装脚本
128
-
129
- ```bash
130
- # 预览模式
131
- DRY_RUN=1 bash scripts/install-plugin.sh
132
-
133
- # 详细输出模式
134
- VERBOSE=1 bash scripts/install-plugin.sh
135
- ```
136
-
137
- ### 3.4 验证安装结果
138
-
139
- ```bash
140
- # 检查插件目录
141
- ls -la ~/.openclaw/extensions/openclaw-agent-dashboard/
142
-
143
- # 检查插件配置
144
- openclaw plugins list
145
- ```
146
-
147
- ---
148
-
149
- ## 四、清理构建产物
150
-
151
- ```bash
152
- # 删除本地测试生成的 tgz(不需要提交到仓库)
153
- rm -f openclaw-agent-dashboard-v*.tgz
154
-
155
- # 清理前端构建产物
156
- rm -rf frontend/dist
157
-
158
- # 清理插件打包产物
159
- rm -rf plugin/dashboard plugin/frontend-dist
160
- ```
161
-
162
- ---
163
-
164
- ## 五、用户安装方式
165
-
166
- ### 5.1 一键安装(推荐)
167
-
168
- ```bash
169
- curl -fsSL https://raw.githubusercontent.com/Umarchen/openclaw-agent-dashboard/main/scripts/install.sh | bash
170
- ```
171
-
172
- ### 5.2 指定版本安装
173
-
174
- ```bash
175
- DASHBOARD_VERSION=1.0.1 curl -fsSL https://raw.githubusercontent.com/Umarchen/openclaw-agent-dashboard/main/scripts/install.sh | bash
176
- ```
177
-
178
- ### 5.3 从源码安装
179
-
180
- ```bash
181
- git clone https://github.com/Umarchen/openclaw-agent-dashboard.git
182
- cd openclaw-agent-dashboard
183
- npm run deploy
184
- ```
185
-
186
- ---
187
-
188
- ## 六、环境变量参考
189
-
190
- ### install.sh 支持的环境变量
191
-
192
- | 变量 | 说明 | 默认值 |
193
- |------|------|--------|
194
- | `DASHBOARD_VERSION` | 指定安装版本 | `latest` |
195
- | `DASHBOARD_RELEASE_URL` | 自定义下载地址 | GitHub Releases URL |
196
- | `DASHBOARD_SKIP_PYTHON` | 跳过 Python 依赖安装 | `0` |
197
- | `VERBOSE` | 显示详细输出 | `0` |
198
- | `DRY_RUN` | 仅预览,不执行 | `0` |
199
-
200
- ### install-plugin.sh 支持的环境变量
201
-
202
- | 变量 | 说明 | 默认值 |
203
- |------|------|--------|
204
- | `VERBOSE` | 显示详细输出 | `0` |
205
- | `DRY_RUN` | 仅预览,不执行 | `0` |
206
- | `OPENCLAW_STATE_DIR` | OpenClaw 配置目录 | - |
207
- | `OPENCLAW_HOME` | 替代 HOME | `$HOME` |
208
-
209
- ---
210
-
211
- ## 七、常见问题
212
-
213
- ### Q1: GitHub Actions 构建失败
214
-
215
- 检查:
216
- - `plugin/openclaw.plugin.json` 格式是否正确
217
- - `npm run pack` 本地是否能正常运行
218
- - package.json 中的依赖是否完整
219
-
220
- ### Q2: 下载 tgz 失败
221
-
222
- 用户可能遇到网络问题,建议:
223
- - 设置代理:`export https_proxy=http://proxy:port`
224
- - 手动下载后使用本地文件:`DASHBOARD_RELEASE_URL=file:///path/to/tgz`
225
-
226
- ### Q3: Python 依赖安装失败
227
-
228
- 常见于 Debian/Ubuntu PEP 668 环境:
229
- ```bash
230
- # 安装 python3-venv
231
- sudo apt install python3-venv python3-pip
232
-
233
- # 或手动安装依赖
234
- python3 -m pip install -r ~/.openclaw/extensions/openclaw-agent-dashboard/dashboard/requirements.txt --user
235
- ```
236
-
237
- ---
238
-
239
- ## 八、快速命令参考
240
-
241
- ```bash
242
- # 开发流程
243
- npm run pack # 构建前端 + 打包插件
244
- npm run deploy # 打包 + 安装到本地
245
- bash scripts/release-pack.sh # 生成发布 tgz
246
-
247
- # 测试流程
248
- DRY_RUN=1 bash scripts/install.sh # 预览安装
249
- DASHBOARD_RELEASE_URL=file://... bash scripts/install.sh # 本地 tgz 测试
250
-
251
- # 发布流程
252
- vim plugin/openclaw.plugin.json # 更新版本号
253
- git add . && git commit -m "release: vX.X.X"
254
- git push origin main
255
- git tag vX.X.X && git push origin vX.X.X # 触发 CI/CD
256
-
257
- # 清理
258
- rm -f openclaw-agent-dashboard-v*.tgz
259
- ```
@@ -1,167 +0,0 @@
1
- # OpenClaw Agent Dashboard 发布操作手册
2
-
3
- > 面向小白的发布流程说明,包含操作步骤和原理讲解。
4
-
5
- ---
6
-
7
- ## 一、整体流程概览
8
-
9
- ```
10
- 你写代码 → 推送到 GitHub → 打 tag → 自动构建 → 别人可以安装
11
- ```
12
-
13
- | 阶段 | 你做什么 | 系统做什么 |
14
- |------|----------|------------|
15
- | 1. 开发 | 修改代码 | - |
16
- | 2. 提交 | `git add`、`git commit` | 记录到本地 |
17
- | 3. 推送 | `git push origin main` | 代码同步到 GitHub |
18
- | 4. 打 tag | `git tag v1.0.0` | 给当前代码打个「版本号」 |
19
- | 5. 发布 | `git push origin v1.0.0` | **触发自动构建**,生成安装包 |
20
- | 6. 完成 | 无 | 别人可以一键安装 |
21
-
22
- ---
23
-
24
- ## 二、核心概念
25
-
26
- ### 2.1 什么是 tag?
27
-
28
- tag 就像给某次提交贴一个「版本标签」,例如 `v1.0.0`。
29
-
30
- - **作用**:标记「这是 1.0.0 正式版」
31
- - **和分支的区别**:分支会继续往前走,tag 一般固定在那次提交上
32
- - **命名习惯**:`v` + 版本号,如 `v1.0.0`、`v1.0.1`、`v2.0.0`
33
-
34
- ### 2.2 什么是 GitHub Actions?
35
-
36
- GitHub 提供的**自动化流水线**,可以在你推送代码或 tag 时自动执行脚本。
37
-
38
- - **不是**:GitHub 自带的通用测试
39
- - **是**:项目里自己配置的「发布流水线」
40
- - **配置文件**:`.github/workflows/release.yml`
41
-
42
- ### 2.3 为什么推送 tag 会触发构建?
43
-
44
- 在 `release.yml` 里写了:
45
-
46
- ```yaml
47
- on:
48
- push:
49
- tags:
50
- - 'v*' # 只要推送的 tag 以 v 开头,就触发
51
- ```
52
-
53
- 所以:`git push origin v1.0.0` → GitHub 检测到 tag 推送 → 自动跑 workflow。
54
-
55
- ### 2.4 构建完成后会发生什么?
56
-
57
- 1. 在 frontend 目录安装依赖、构建前端
58
- 2. 打包 backend 和 frontend,生成 `.tgz` 安装包
59
- 3. 在 GitHub 上创建 **Release**
60
- 4. 把 `.tgz` 作为附件上传到 Release
61
-
62
- 别人就可以通过 Release 下载安装包,或使用一键安装脚本。
63
-
64
- ---
65
-
66
- ## 三、常用操作
67
-
68
- ### 3.1 首次发布(第一次发 v1.0.0)
69
-
70
- ```bash
71
- # 1. 确保代码已提交并推送到 main
72
- git add .
73
- git commit -m "你的提交说明"
74
- git push origin main
75
-
76
- # 2. 打 tag
77
- git tag v1.0.0
78
-
79
- # 3. 推送 tag,触发构建
80
- git push origin v1.0.0
81
- ```
82
-
83
- ### 3.2 发布新版本(如 v1.0.1)
84
-
85
- ```bash
86
- # 1. 代码已推送到 main 后
87
- git tag v1.0.1
88
- git push origin v1.0.1
89
- ```
90
-
91
- ### 3.3 重新触发构建(tag 已存在,想再跑一次)
92
-
93
- 有时 workflow 失败,修好代码后想用同一个版本号再跑一次:
94
-
95
- ```bash
96
- # 删除本地 tag
97
- git tag -d v1.0.0
98
-
99
- # 在最新提交上重新打 tag
100
- git tag v1.0.0
101
-
102
- # 删除远程 tag
103
- git push origin :refs/tags/v1.0.0
104
-
105
- # 推送新 tag,触发构建
106
- git push origin v1.0.0
107
- ```
108
-
109
- ### 3.4 手动触发构建(不推 tag)
110
-
111
- 在 GitHub 网页上:
112
-
113
- 1. 打开 https://github.com/Umarchen/openclaw-agent-dashboard/actions
114
- 2. 左侧选择 **Release** workflow
115
- 3. 点击 **Run workflow** → **Run workflow**
116
-
117
- ---
118
-
119
- ## 四、重要说明
120
-
121
- ### 4.1 推送 main 不会触发 Release
122
-
123
- - `git push origin main`:只同步代码,**不会**触发 Release workflow
124
- - `git push origin v1.0.0`:推送 tag,**会**触发 Release workflow
125
-
126
- ### 4.2 tag 指向哪次提交,就用哪次提交的代码构建
127
-
128
- 如果 tag 是之前打的,后来改了 `.github/workflows/release.yml` 但没重新打 tag,workflow 用的还是**旧配置**。需要把 tag 挪到最新提交上(见 3.3)。
129
-
130
- ### 4.3 别人怎么安装
131
-
132
- | 方式 | 命令 |
133
- |------|------|
134
- | 一键安装 | `curl -fsSL https://raw.githubusercontent.com/Umarchen/openclaw-agent-dashboard/main/scripts/install.sh \| bash` |
135
- | 源码安装 | `git clone ... && npm run deploy` |
136
- | 手动下载 | 从 [Releases](https://github.com/Umarchen/openclaw-agent-dashboard/releases) 下载 tgz,`openclaw plugins install xxx.tgz` |
137
-
138
- ---
139
-
140
- ## 五、故障排查
141
-
142
- ### 5.1 构建失败:Dependencies lock file is not found
143
-
144
- **原因**:`setup-node` 的 `cache: 'npm'` 需要在根目录有 `package-lock.json`,本项目锁文件在 `frontend/` 下。
145
-
146
- **解决**:已在 `release.yml` 中移除 `cache: 'npm'`,无需再改。
147
-
148
- ### 5.2 推送 tag 后没看到 workflow 运行
149
-
150
- - 检查:https://github.com/Umarchen/openclaw-agent-dashboard/actions
151
- - 确认 tag 已推送成功:`git ls-remote --tags origin`
152
-
153
- ### 5.3 Release 里没有 tgz 附件
154
-
155
- 说明 workflow 某一步失败了。在 Actions 里点进那次运行,查看失败步骤的日志。
156
-
157
- ---
158
-
159
- ## 六、快速参考
160
-
161
- | 目标 | 命令 |
162
- |------|------|
163
- | 发布 v1.0.0 | `git tag v1.0.0` → `git push origin v1.0.0` |
164
- | 发布 v1.0.1 | `git tag v1.0.1` → `git push origin v1.0.1` |
165
- | 重新触发 v1.0.0 构建 | 见 3.3 |
166
- | 查看构建状态 | https://github.com/Umarchen/openclaw-agent-dashboard/actions |
167
- | 查看 Release | https://github.com/Umarchen/openclaw-agent-dashboard/releases |
File without changes
@@ -1,14 +0,0 @@
1
- [
2
- {
3
- "phase": "design",
4
- "approver": "Human Expert",
5
- "timestamp": "2026-03-19T13:33:06.044179",
6
- "status": "APPROVED"
7
- },
8
- {
9
- "phase": "dev",
10
- "approver": "Human Expert",
11
- "timestamp": "2026-03-19T13:46:18.850331",
12
- "status": "APPROVED"
13
- }
14
- ]