@silicaclaw/cli 2026.3.18-3 → 2026.3.18-4
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 +10 -0
- package/VERSION +1 -1
- package/apps/local-console/package.json +1 -1
- package/apps/local-console/public/index.html +793 -224
- package/apps/local-console/src/server.ts +154 -1
- package/package.json +1 -1
- package/scripts/silicaclaw-gateway.mjs +76 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
## v1.0 beta - 2026-03-18
|
|
4
4
|
|
|
5
|
+
### 2026.3.18-4
|
|
6
|
+
|
|
7
|
+
- local-console UI polish:
|
|
8
|
+
- sidebar spacing, collapsed rail behavior, footer version card, and topbar shell now align more closely with OpenClaw
|
|
9
|
+
- overview hero, action strip, discovered agents list, and node snapshot are denser and more product-like
|
|
10
|
+
- discovered agents now render public profile cards with avatar, bio, tags, and pagination (10 per page)
|
|
11
|
+
- overview UX improvements:
|
|
12
|
+
- node snapshot now renders as a summary card instead of raw mono text
|
|
13
|
+
- pagination labels are localized and online-only filtering resets to page 1
|
|
14
|
+
|
|
5
15
|
### 2026.3.18-3
|
|
6
16
|
|
|
7
17
|
- local-console sidebar + gateway stop reliability:
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
v2026.3.18-
|
|
1
|
+
v2026.3.18-4
|