OpenClaw npm dependencies require git. Add check/install via
winget or choco, with fallback to git-scm.com manual download.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace exit 1 with Read-Host + return so users can read
the error message before the window closes.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- install-windows.ps1: install Node.js via winget/choco (fallback
to nodejs.cn manual download), then npm install openclaw. No WSL.
- configure-aws-bedrock.ps1: full native PowerShell port with
SecureString input, user-level env vars, config backup.
- README: update Windows instructions to reflect native install.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- PowerShell wrapper that checks WSL + OpenClaw, then runs
the bash config script inside WSL with interactive input
- Update README step 8 to show both macOS and Windows commands
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- 3 tiers: 250元 ($25/day), 450元 ($50/day), 900元 ($100/day)
- Add value comparison vs official Claude pricing
- Remove pahud gist link from 方法二
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Replace TODO hero image with pinche.png banner
- Rewrite 方法三 to advertise our 拼车 service with pricing
- Add WeChat group QR and personal QR for onboarding
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replaces the dry IAM permissions prerequisite with a visual 7-step
walkthrough showing how to create an IAM user, attach
AmazonBedrockFullAccess, and copy the Access Key for the script.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replaces outdated Bearer Token auth with correct aws-sdk auth,
fixes config structure, model IDs, adds one-click script option,
IAM prerequisites, and models overview table.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Manual provider and model configuration (not auto-discovery)
- Supports latest Claude 4.5/4.6 models on AWS Bedrock
- Includes Opus 4.6, Opus 4.5, Sonnet 4.5, and Haiku 4.5
- Auto-restarts gateway after configuration
- Tests connection with health check and test message
- Uses bedrock-converse-stream API with aws-sdk auth
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>