From 6dca8b3460fb1f05c86dd2ab81a99e874a491d72 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Fri, 27 Feb 2026 09:48:45 +0100 Subject: [PATCH] docs: Update tracking files for OpenClaw package Co-Authored-By: Claude Opus 4.5 --- .claude/HISTORY.md | 12 ++++++++++++ .claude/WIP.md | 9 +++++++++ 2 files changed, 21 insertions(+) diff --git a/.claude/HISTORY.md b/.claude/HISTORY.md index aa58f810..9f610dcd 100644 --- a/.claude/HISTORY.md +++ b/.claude/HISTORY.md @@ -3826,3 +3826,15 @@ git checkout HEAD -- index.html - Removed `$uri/` directory check from try_files - All non-file requests now route directly to PHP front controller - **Result:** Talk (/apps/spreed/) returns 303 redirect, Dashboard returns 401 (auth required) + +48. **OpenClaw AI Assistant - LuCI Package (2026-02-27)** + - **secubox-app-openclaw:** Backend package with UCI config and CLI + - Multi-provider support: Anthropic (Claude), OpenAI (GPT), Ollama (local) + - `openclawctl` CLI: install, configure, set-provider, set-api-key, test-api + - Integrations: Telegram, Discord, Slack, Email, Calendar (CalDAV) + - **luci-app-openclaw:** Complete LuCI web interface + - Chat view: Real-time AI conversation with markdown rendering + - Settings view: Provider/model/API key configuration with connection test + - Integrations view: Enable/configure messaging and productivity integrations + - RPCD backend: 9 ubus methods (status, get_config, set_config, list_models, chat, test_api, get_history, clear_history, install, update) + - ACL permissions for read/write operations diff --git a/.claude/WIP.md b/.claude/WIP.md index 679fd0c5..0205bd3d 100644 --- a/.claude/WIP.md +++ b/.claude/WIP.md @@ -62,6 +62,15 @@ _Last updated: 2026-02-25 (Factory Dashboard LuCI)_ - Gossip-based exposure config sync via secubox-p2p - Created `luci-app-vortex-dns` dashboard +### Just Completed (2026-02-27) + +- **OpenClaw AI Assistant LuCI Package** — DONE (2026-02-27) + - Created `luci-app-openclaw` with 3 views: Chat, Settings, Integrations + - RPCD backend with 9 ubus methods + - Multi-provider support: Claude, GPT, Ollama + - Chat interface with markdown rendering and history + - Integrations: Telegram, Discord, Slack, Email, Calendar + ### Just Completed (2026-02-26) - **Yggdrasil IPv6 Overlay Network** — DONE (2026-02-26)