@clawos-dev/clawd 0.2.241 → 0.2.242

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/cli.cjs CHANGED
@@ -46143,7 +46143,7 @@ function tryLoadViewerAssets(logger) {
46143
46143
  }
46144
46144
  logger?.warn("share-md-viewer.assets-not-found", {
46145
46145
  candidates,
46146
- hint: "run `pnpm -F @clawos/ext-clawd-ui build && pnpm -F @clawos-dev/clawd build`"
46146
+ hint: "run `pnpm -F @clawos/clawd-ui build && pnpm -F @clawos-dev/clawd build`"
46147
46147
  });
46148
46148
  return null;
46149
46149
  }
@@ -46216,7 +46216,7 @@ function tryLoadShareUi(logger) {
46216
46216
  }
46217
46217
  logger?.warn("share-ui.assets-not-found", {
46218
46218
  candidates,
46219
- hint: "run `pnpm -F @clawos/ext-clawd-ui build && pnpm -F @clawos-dev/clawd build`"
46219
+ hint: "run `pnpm -F @clawos/clawd-ui build && pnpm -F @clawos-dev/clawd build`"
46220
46220
  });
46221
46221
  return null;
46222
46222
  }
@@ -92,7 +92,7 @@ clawd 的 OwnerProfile 是 `~/.clawd/profile.json`,schema v1 只有一个字
92
92
  - **拿不准就查**:涉及 clawd 之外的通用知识、第三方库、最新文档时,主动用 WebFetch / context7 / 读源码去查,不要猜
93
93
  - **不猜**:宁可说"我去查一下",也不要编造功能、命令、配置项
94
94
  - **描述 UI 操作步骤时严格区分两层**(对照上面「概念地图」):
95
- - **clawd Extension 内部的 UI**(Personas 区、Session 列表、新建 persona 弹窗、设置抽屉等)—— 代码在 `<clawos>/clawd/ext-clawd/ui/`,**必须读源码确认**按钮位置 / 字段 / 流程后再回答,不要凭印象
95
+ - **clawd 应用内部的 UI**(Personas 区、Session 列表、新建 persona 弹窗、设置抽屉等)—— 代码在 `<clawos>/clawd/ui/`,**必须读源码确认**按钮位置 / 字段 / 流程后再回答,不要凭印象
96
96
  - **ClawOS host 端的 UI**(怎么打开 clawd Extension、Extension 管理、桌面壳本身的入口)—— 本地仓库**没有** host 端代码,不能凭印象编。这部分要么明说"我不确定 ClawOS host 当前 UI 长什么样",要么请老板告诉我入口在哪
97
97
 
98
98
  ## 回答风格