Commit c356dc4
committed
feat(cli)+fix(build): 对齐 openclaw CLI 参考补齐 26 个缺失命令;修复 Lombok 注解处理失效
- CLI 参考对齐:新增 attach/audit/browser/claws/connect/dns/docs/fleet/
infer/memory(3)/path(5)/policy/promos(2)/resume/sandbox(3)/setup(2)/
tasks/transcripts(3)/triage/voicecall/webhooks(2)/wiki/workboard(4)/
worker/file-transfer 共 37 个门面方法与 14 个类型化 Options
(含通用 SubcommandOptions,覆盖 browser/infer/wiki 大子命令树)
- 修复存量编译破损:feature/3.0.x HEAD 自 Jackson 迁移提交后即不可编译
(OpenClawConstants 引用、ResponseRequest.InputItemBuilder 等 198-200 错)
- 修复 WorkboardOptions.argument(String) 重复定义——javac Enter 阶段
硬错误导致注解处理轮次被整体跳过,200 个 Lombok 生成方法级联报错
- compiler 配置补 <release> 与 <proc>full</proc>(Maven 4 + JDK 21 显式化)
- 测试 154 个全绿(新增 OpenClawCliMissingCommandsTest 13 个参数装配契约)1 parent eb25e0d commit c356dc4
16 files changed
Lines changed: 2518 additions & 2 deletions
File tree
- src
- main/java/io/github/easy4j/openclaw
- api/model
- cli
- opts
- test/java/io/github/easy4j/openclaw/cli
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
| 465 | + | |
| 466 | + | |
466 | 467 | | |
467 | 468 | | |
468 | 469 | | |
| |||
Lines changed: 96 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | 131 | | |
133 | 132 | | |
134 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
135 | 230 | | |
136 | 231 | | |
137 | 232 | | |
| |||
0 commit comments