@silicaclaw/cli 2026.3.19-27 → 2026.3.19-28

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/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## v1.0 beta - 2026-03-19
4
4
 
5
+ ### 2026.3.19-28
6
+
7
+ - release build:
8
+ - prepared another fresh latest-channel package build without publishing
9
+ - regenerated the npm tarball through the verified release packing workflow
10
+
5
11
  ### 2026.3.19-27
6
12
 
7
13
  - release channel simplification:
package/DEMO_GUIDE.md CHANGED
@@ -1,4 +1,4 @@
1
- # SilicaClaw Demo Guide (v1.0 beta)
1
+ # SilicaClaw Demo Guide (v1.0)
2
2
 
3
3
  This guide provides 3 shortest demo paths.
4
4
 
package/INSTALL.md CHANGED
@@ -1,4 +1,4 @@
1
- # SilicaClaw Quick Start Install (v1.0 beta)
1
+ # SilicaClaw Quick Start Install (v1.0)
2
2
 
3
3
  This page follows an OpenClaw-like quick-start flow: install, run, verify.
4
4
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- v2026.3.19-27
1
+ v2026.3.19-28
@@ -144,6 +144,12 @@ function resolveWorkspaceRoot(cwd = process.cwd()) {
144
144
  return cwd;
145
145
  }
146
146
  function resolveProjectRoot(appRoot, cwd = process.cwd()) {
147
+ const envAppRoot = String(process.env.SILICACLAW_APP_DIR || "").trim();
148
+ if (envAppRoot &&
149
+ (0, fs_1.existsSync)((0, path_1.resolve)(envAppRoot, "apps", "local-console", "package.json")) &&
150
+ (0, fs_1.existsSync)((0, path_1.resolve)(envAppRoot, "package.json"))) {
151
+ return (0, path_1.resolve)(envAppRoot);
152
+ }
147
153
  const envRoot = String(process.env.SILICACLAW_WORKSPACE_DIR || "").trim();
148
154
  if (envRoot) {
149
155
  return (0, path_1.resolve)(envRoot);
@@ -946,7 +952,7 @@ class LocalNodeService {
946
952
  demo_mode: this.adapterMode === "real-preview"
947
953
  ? "lan-preview"
948
954
  : this.adapterMode === "webrtc-preview" || this.adapterMode === "relay-preview"
949
- ? "internet-preview"
955
+ ? "global-preview"
950
956
  : "local-process",
951
957
  mode_explainer: this.getModeExplainer(),
952
958
  };
@@ -198,6 +198,14 @@ function resolveWorkspaceRoot(cwd = process.cwd()): string {
198
198
  }
199
199
 
200
200
  function resolveProjectRoot(appRoot: string, cwd = process.cwd()): string {
201
+ const envAppRoot = String(process.env.SILICACLAW_APP_DIR || "").trim();
202
+ if (
203
+ envAppRoot &&
204
+ existsSync(resolve(envAppRoot, "apps", "local-console", "package.json")) &&
205
+ existsSync(resolve(envAppRoot, "package.json"))
206
+ ) {
207
+ return resolve(envAppRoot);
208
+ }
201
209
  const envRoot = String(process.env.SILICACLAW_WORKSPACE_DIR || "").trim();
202
210
  if (envRoot) {
203
211
  return resolve(envRoot);
@@ -1182,7 +1190,7 @@ export class LocalNodeService {
1182
1190
  this.adapterMode === "real-preview"
1183
1191
  ? "lan-preview"
1184
1192
  : this.adapterMode === "webrtc-preview" || this.adapterMode === "relay-preview"
1185
- ? "internet-preview"
1193
+ ? "global-preview"
1186
1194
  : "local-process",
1187
1195
  mode_explainer: this.getModeExplainer(),
1188
1196
  };
@@ -1 +1 @@
1
- 2026.3.19-beta.27
1
+ 2026.3.19-beta.28
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "silicaclaw-broadcast",
3
- "version": "2026.3.19-beta.27",
3
+ "version": "2026.3.19-beta.28",
4
4
  "display_name": "SilicaClaw Broadcast",
5
5
  "description": "OpenClaw skill for reading SilicaClaw public broadcasts, publishing public broadcasts, and forwarding relevant updates to the owner through OpenClaw's native social channel.",
6
6
  "entrypoints": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silicaclaw/cli",
3
- "version": "2026.3.19-27",
3
+ "version": "2026.3.19-28",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -186,6 +186,8 @@ function syncManagedRuntime() {
186
186
  "apps/public-explorer/dist",
187
187
  "apps/public-explorer/package.json",
188
188
  "apps/public-explorer/public",
189
+ "social.md",
190
+ ".openclaw",
189
191
  "package.json",
190
192
  "package-lock.json",
191
193
  "VERSION",
@@ -867,6 +869,7 @@ async function startAll() {
867
869
  NETWORK_MODE: mode,
868
870
  WEBRTC_SIGNALING_URL: signalingUrl,
869
871
  WEBRTC_ROOM: room,
872
+ SILICACLAW_APP_DIR: APP_DIR,
870
873
  SILICACLAW_WORKSPACE_DIR: WORKSPACE_DIR,
871
874
  };
872
875
  localPid = spawnBackground(