- Protocol: 10 context categories (apps, system, network, bitcoin, media, files, notes, search, ai-local, wallet) - ContextBroker: real data wiring for all categories with sanitization - Permissions: user toggles for all categories in Settings - Nginx: Claude API, OpenRouter, SearXNG proxy pass-through - Actions: launch-app, search-web, install-app handlers - Chat.vue: loading state + connection indicator - Integration test page: test-aiui.html Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
573 B
573 B
name, description, allowed-tools
| name | description | allowed-tools |
|---|---|---|
| check-server | Quick health check of the live Archipelago server | Bash |
Quick health check of the live server. SSH into archipelago@192.168.1.228 (password: EwPDR8q45l0Upx@) and run:
systemctl is-active archipelago nginx— are services running?sudo podman ps --format '{{.Names}} {{.Status}}'— what containers are up?curl -s http://127.0.0.1:5678/health— is the backend responding?sudo journalctl -u archipelago -n 10 --no-pager— any recent errors?
Report a brief one-paragraph status summary.