docs: Update tracking files for OpenClaw package

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
CyberMind-FR 2026-02-27 09:48:45 +01:00
parent 56f5d8c61f
commit 6dca8b3460
2 changed files with 21 additions and 0 deletions

View File

@ -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

View File

@ -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)