@zonease/aiworker-cli 0.13.1 → 0.13.2
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 +3 -0
- package/aiworker-bun.js +186 -186
- package/official-apps/aiworker-hr/dist/host-mounted.js +22 -5
- package/official-apps/aiworker-hr/dist/index.js +6 -2
- package/official-apps/aiworker-hr/dist/standalone.js +6 -2
- package/official-apps/aiworker-hr/src/host-mounted.ts +17 -3
- package/official-apps/aiworker-qa/dist/host-mounted.js +22 -5
- package/official-apps/aiworker-qa/dist/index.js +6 -2
- package/official-apps/aiworker-qa/dist/standalone.js +6 -2
- package/official-apps/aiworker-qa/src/host-mounted.ts +17 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -154,6 +154,9 @@ bun run --filter '@zonease/aiworker-web' build
|
|
|
154
154
|
bun apps/cli/src/aiworker.ts dev --port 9217
|
|
155
155
|
```
|
|
156
156
|
|
|
157
|
+
源码态默认使用 `~/.aiworker-dev` 作为开发 profile;发布包和 npm preview
|
|
158
|
+
默认仍使用 `~/.aiworker`。两种入口都可以通过 `AIWORKER_HOME=<path>` 显式覆盖。
|
|
159
|
+
|
|
157
160
|
打开 Web 后,首屏应帮助用户 install/enable 官方或第三方 Soul App,再创建 Soul worker 与
|
|
158
161
|
workspace/session。Settings 由明确 settings button 打开,支持 Local CLI / BYOK、engine
|
|
159
162
|
scan/test、connectors、MCP、language、appearance、autosave 和 Soul App 管理。
|