- Add JWT to available rotation components
- Document security limitations and manual steps
- Add component table with service restart requirements
- Include verification and best practices documentation
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Change libwebkit2gtk-4.0-dev to libwebkit2gtk-4.1-dev (correct version for Tauri)
- Add troubleshooting section for rust-embed interpolate-folder-path feature
- Add troubleshooting section for bottest invalid botserver dependency
- Document specific error messages and solutions for each issue
These fixes resolve all build errors and warnings, achieving 0 errors/0 warnings.
- Added libsoup-3.0-dev to Ubuntu/Debian desktop GUI dependencies
- Added libsoup3-devel to Fedora/RHEL desktop GUI dependencies
- Added new troubleshooting section for libsoup-3.0 dependency warning
- Documented that this is only needed for desktop/Tauri builds
- Noted that server-only builds can safely ignore the warning
- Add comprehensive guide for integrating WhatsApp Business API using Twilio phone numbers
- Include complete workflow: from number purchase to Meta configuration
- Add 5 detailed guides: quick-start, webhooks, examples, troubleshooting, quick-reference
- Cover phone number verification via voice call (Twilio requirement)
- Document all Meta credentials: Access Token, Phone Number ID, WABA ID, Verify Token, Application ID
- Provide code examples in BASIC, Node.js, and Python
- Integrate into Appendix B: External Services (no new chapter)
- All example values randomized for security
- Create protection-tools.md with comprehensive documentation
- Explain root access requirement and security model
- Document sudoers configuration (no wildcards)
- Add API reference and troubleshooting guide
- Update SUMMARY.md with new entry
- Add warning that container create commands must run on HOST system
- Add runtime dependencies section with install script reference
- Add examples for creating vault and vectordb containers
- Update troubleshooting with dependency installation instructions
- New keyword-use-mcp.md: Complete docs for USE MCP keyword and mcp.csv
- Updated sources.md: MCP Servers section with mcp.csv configuration
- CSV format examples and connection type documentation
- Authentication configuration (api_key, bearer)
- Integration with Tasks and BASIC examples
- Replace loops with ON events (ON CV, ON HEAR, ON IMU, ON BATTERY)
- Tools with PARAM DESCRIPTION for LLM integration
- Explain why robots need LLM orchestrator like GB
- Robot runs full stack: botserver, llama.cpp, botmodels, even email
- Same .gbai packages work on humanoids
- Add practical comparison table: traditional vs GB-powered
- Event handlers for person/cat/gesture detection
- Complete reception robot example with package structure
- Offline operation with local LLM models