mirror of
https://github.com/trycua/computer.git
synced 2026-01-06 13:30:06 -06:00
The option `--size` is much more intuitive than `--configuration` when the values are small/medium/large. Changes: - CLI option renamed from `--configuration` to `--size` - API still receives `configuration` parameter (internal mapping) - Updated all documentation to use `--size` - Updated examples in README, docs, and quickstart Users now use: - `cua create --os linux --size small --region north-america` Instead of: - `cua create --os linux --configuration small --region north-america` 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>