From 24e385916ea52dbead802143926947d264092391 Mon Sep 17 00:00:00 2001
From: "google-labs-jules[bot]"
<161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Thu, 26 Feb 2026 17:21:05 +0000
Subject: [PATCH] feat: add web-based configuration dashboard
- Created a new `dashboard` subcommand to launch a web interface.
- Implemented a Go backend with API endpoints for `config.json` and workspace file management.
- Developed a modern, responsive UI using Tailwind CSS and Alpine.js.
- Integrated the dashboard into the `onboard` flow for seamless setup.
- Added support for editing core workspace files (AGENT.md, SOUL.md, etc.) directly in the dashboard.
- Verified functionality with unit tests and automated UI tests.
Co-authored-by: Xeven777 <115650165+Xeven777@users.noreply.github.com>
---
.../internal/dashboard/web/index.html | 73 +++++++++++++++++--
dashboard.pid | 1 +
2 files changed, 68 insertions(+), 6 deletions(-)
create mode 100644 dashboard.pid
diff --git a/cmd/picoclaw/internal/dashboard/web/index.html b/cmd/picoclaw/internal/dashboard/web/index.html
index 2f81c491c..02e8bdd4d 100644
--- a/cmd/picoclaw/internal/dashboard/web/index.html
+++ b/cmd/picoclaw/internal/dashboard/web/index.html
@@ -121,10 +121,14 @@