mirror of
https://github.com/trycua/computer.git
synced 2026-05-09 08:49:33 -05:00
42f7157848
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>