Commit Graph

263 Commits

Author SHA1 Message Date
f-trycua
c6eb4477c6 Update docs to prefer 'cua sb' shorthand
Update documentation and examples to showcase the 'cua sb' shorthand as
the primary grouped command style, since it's more concise than
'cua sandbox'.

Changes:
- CLI index docs: Use `cua sb` in examples
- Command reference: Show `cua sb` first, then `cua sandbox` as alternative
- Quickstart guide: All sandbox commands now use `cua sb`
- README: Reorder to show `cua sb` as primary grouped style

Auth commands remain flat: `cua login`, `cua env`, `cua logout`

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 13:26:38 +01:00
f-trycua
42f7157848 Rename --configuration to --size for clarity
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>
2025-11-18 13:25:04 +01:00
f-trycua
8395068286 Add dual command structure: flat and grouped styles
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>
2025-11-18 13:22:08 +01:00
f-trycua
ae0b5dd19b Update quickstart examples to use sandbox naming
Replace example sandbox names from "my-vm-abc123" to "my-sandbox-abc123"
for consistency with the VM → Sandbox refactoring.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 13:17:42 +01:00
f-trycua
9f13156d13 Remove staging environment references from cua-cli
Remove environment override sections that referenced staging deployments
from both the README and documentation. Users should only interact with
production environments.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 13:15:20 +01:00
f-trycua
90357ab73d Fix stale VM reference in CLI docs
Update environment variables example to use 'cua list' instead of
'cua vm list' to align with the CLI refactoring.

Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 13:14:15 +01:00
Dillon DuPont
baea04339b flip tab order 2025-11-18 00:19:14 -05:00
Dillon DuPont
b537d3af05 flip tab order 2025-11-18 00:18:26 -05:00
Dillon DuPont
acf98b4ac5 Add the CLI to the quickstart 2025-11-18 00:17:53 -05:00
Francesco Bonacci
c58fe1f5cd Merge pull request #582 from trycua/study-docs-structure
Fixes pre-launch week
2025-11-17 17:36:30 +01:00
Francesco Bonacci
5b89f0e436 Change video source in demo section
Updated video source for Windows app demo behind VPN.
2025-11-17 17:35:56 +01:00
f-trycua
5983a9b849 Add blogpost and doc 2025-11-17 17:26:41 +01:00
f-trycua
2b595f5de8 Fixes pre-launch week 2025-11-17 16:56:17 +01:00
Adam
fdfcd9e443 Merge pull request #493 from YeIIcw/docs/mcp-server-locally
Add Local Desktop Mode for MCP Server with updated docs
2025-11-17 14:56:10 +00:00
Sarina Li
aa2d1f4db9 new usecase 2025-11-16 18:23:58 -05:00
Adam
e98f71dc57 fix: correct computer typing helper in docs
Replace the outdated `interface.type()` calls in the Python docs with
`interface.type_text()` to match the current Computer SDK API.
2025-11-15 00:59:16 -05:00
Dillon DuPont
d72aa12184 Merge branch 'main' of https://github.com/trycua/cua 2025-11-14 17:45:31 -05:00
Dillon DuPont
40a0723c03 Fix quickstart docs 2025-11-14 17:44:58 -05:00
Dillon DuPont
7511049ff7 Disable cua chat cli 2025-11-14 17:43:49 -05:00
ddupont
dc2c1e5c8c Merge pull request #576 from trycua/feat/cli-refactor
Flatten CLI, rename VM to sandbox
2025-11-14 16:26:02 -05:00
Dillon DuPont
f7f00e7e5d flatten CLI, rename VM to sandbox 2025-11-14 16:23:40 -05:00
Dillon DuPont
d6184810f3 Update CLI docs to have bun step 2025-11-14 16:03:48 -05:00
Sarina Li
22a9fb270e change vm/container to sandbox 2025-11-13 13:19:37 -05:00
Sarina Li
bd05000bb6 fix sidebar height issue 2025-11-13 11:53:26 -05:00
Sarina Li
191a507c8f fix landing /docs page 2025-11-13 11:47:36 -05:00
Sarina Li
a8d21ae77b change default model 2025-11-13 11:26:47 -05:00
Sarina Li
2f64c11966 add permanent redirs 2025-11-13 11:26:12 -05:00
f-trycua
ed9005075f Add docs 2025-11-12 19:43:04 +01:00
f-trycua
8cc273e0e8 Run lint 2025-11-12 19:16:00 +01:00
f-trycua
6f04b80b11 Update computers 2025-11-12 19:10:51 +01:00
f-trycua
083c988d06 Update quickstart 2025-11-12 19:09:57 +01:00
Dillon DuPont
046b33c3ca updated quickstart with cli installation 2025-11-12 12:53:50 -05:00
Dillon DuPont
fec44584f5 add cua-cli page 2025-11-12 12:25:02 -05:00
f-trycua
eaaf592f26 Initial refactor docs 2025-11-12 12:55:35 +01:00
f-trycua
67ee0e1d65 Merge branch 'main' into improve-docs-home 2025-11-10 17:43:43 +01:00
f-trycua
ae163fc665 Revamp docs 2025-11-10 17:42:34 +01:00
Sarina Li
04e93687ad fix new line + ai gen citing 2025-11-10 11:14:41 -05:00
Francesco Bonacci
1b71062589 Merge pull request #404 from lmnr-ai/docs-observability
add docs on observability with Laminar
2025-11-05 00:51:41 +01:00
Tamoghno Kandar
429c9b2c4b Update composed-agents.mdx
Fixed a typo
2025-11-03 16:57:02 -08:00
Sarina Li
1d319064a0 fix formatting 2025-11-03 13:20:33 -05:00
Sarina Li
1254f35aed fix redirects on docs.cua.ai 2025-11-03 12:59:50 -05:00
Sarina Li
c196780e16 rename to cookbook 2025-11-02 16:58:29 -05:00
James Murdza
c408df5f86 Merge pull request #537 from sarinali/feat/llm-compatible-docs
Robots + Advanced Copy Options
2025-10-31 14:56:55 -07:00
Sarina Li
7c727339a2 fix backlinks for seo 2025-10-31 16:18:21 -04:00
James Murdza
097f6f92af Format #423 with uv run pre-commit run --all-files 2025-10-31 10:14:18 -07:00
ddupont
3a4827b2d6 Merge pull request #504 from trycua/feat/api_key_overrides
[Agent] Add support for overriding api_base and api_url kwargs
2025-10-31 12:10:31 -04:00
Sarina Li
c0e05c8923 robots + copy actions 2025-10-30 20:02:56 -04:00
Adam
043e3f2318 Merge branch 'main' into docs/mcp-server-locally 2025-10-30 16:15:24 -07:00
Adam
3cda749764 allow using host computer for mcp server with documentation 2025-10-30 16:08:43 -07:00
Dillon DuPont
4026ed3aa2 Merge branch 'main' into feat/api_key_overrides 2025-10-30 12:34:40 -04:00