Commit Graph

4 Commits

  • fix(build): update OpenClaw submodule URL and enhance gateway token management
    - Changed the OpenClaw submodule URL to the official GitHub repository for proper integration.
    - Implemented automatic gateway token generation on first launch, ensuring seamless authentication for users.
    - Updated the gateway manager to utilize the generated token for WebSocket connections.
  • refactor(setup): replace skills selection with auto-install progress UI
    - Replace manual skill bundle selection with automatic installation step
    - Add InstallingContent component with real-time progress feedback
    - Auto-install essential components: OpenCode, Python, Code Assist, File Tools, Terminal
    - Show animated progress bar and per-skill installation status
    - Auto-proceed to completion after installation finishes
    - Update CompleteContent to display installed components
    - Update architecture docs and build process documentation
  • refactor(setup): remove channel step from setup wizard
    - Remove channel connection step from onboarding flow (6 steps -> 5 steps)
    - Users can now start using ClawX immediately
    - Channel configuration moved to Settings > Channels (future)
    - Update architecture doc to reflect simplified setup flow
    - Reduces onboarding friction for new users