mirror of
https://github.com/trycua/computer.git
synced 2026-05-25 03:19:19 -05:00
8395068286
Support both flat (`cua list`) and grouped (`cua sandbox list` or `cua sb list`) command styles for maximum flexibility. Key changes: - Extracted command handlers to be reusable - Register each command in both flat and grouped structures - Add `sb` as shorthand alias for `sandbox` - Update documentation to show both styles Users can now use: - Flat: `cua list`, `cua create`, `cua start <name>` - Grouped: `cua sandbox list`, `cua sandbox create`, `cua sandbox start <name>` - Shorthand: `cua sb list`, `cua sb create`, `cua sb start <name>` All three styles work identically! 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>