Commit Graph

1018 Commits

Author SHA1 Message Date
github-actions[bot]
6bd304e7ee Bump cua-agent to v0.5.0 2025-11-26 16:41:38 +00:00
Sarina Li
eb7d84ee3a Merge branch 'main' into feat/generic-vlm-provider 2025-11-26 11:09:11 -05:00
Sarina Li
833fc7020f allow for openai compatible fallback tool parsing 2025-11-25 18:52:30 -05:00
Sarina Li
b517f7c211 bump version 2025-11-24 10:54:52 -05:00
Sarina Li
f59f3aeb99 suspend vm from cli 2025-11-24 01:00:21 -05:00
Adam
21b4e3bf16 Remove claude-3-5-sonnet-20241022 2025-11-23 16:12:17 -05:00
Sarina Li
7cf9eee301 fix formatting again 2025-11-19 17:41:01 -05:00
Dillon DuPont
ebedf60ed7 change qwen.py loop to be a generic_vlm.py fallback loop 2025-11-19 17:11:22 -05:00
Sarina Li
54c1ba22c0 Merge branch 'main' into feat/omniparser-gemini-3-support 2025-11-19 16:58:23 -05:00
Dillon DuPont
43052d8936 fix bug where parallel tool call results dont get recognized by some providers 2025-11-19 16:48:19 -05:00
Sarina Li
87698101fc add gemini 3 support with omni parser + docs 2025-11-19 16:09:03 -05:00
github-actions[bot]
da63030505 Bump cua-agent to v0.4.53 2025-11-19 18:56:05 +00:00
github-actions[bot]
d4a791c5d1 Bump cua-computer to v0.4.17 2025-11-19 18:56:05 +00:00
github-actions[bot]
c41d334109 Bump cua-agent to v0.4.52 2025-11-19 18:52:53 +00:00
github-actions[bot]
dcff4a9c53 Bump cua-computer to v0.4.16 2025-11-19 18:52:53 +00:00
github-actions[bot]
f1d6558188 Bump cua-agent to v0.4.51 2025-11-19 18:44:00 +00:00
github-actions[bot]
4c557cc252 Bump cua-computer to v0.4.15 2025-11-19 18:44:00 +00:00
github-actions[bot]
1b20e9a197 Bump cua-agent to v0.4.50 2025-11-19 18:39:26 +00:00
github-actions[bot]
00298f23ab Bump cua-computer to v0.4.14 2025-11-19 18:39:25 +00:00
github-actions[bot]
3b3af4ff88 Bump cua-agent to v0.4.49 2025-11-19 18:38:53 +00:00
github-actions[bot]
edca61f79c Bump cua-computer to v0.4.13 2025-11-19 18:38:53 +00:00
f-trycua
73c0f3e52e Add automatic CUA_API_KEY environment variable support for Computer and CloudProvider
Previously, users had to explicitly read the CUA_API_KEY environment variable
and pass it to the Computer/CloudProvider constructor. This change makes the
API key parameter optional and automatically reads from the CUA_API_KEY
environment variable if not provided.

Changes:
- CloudProvider.__init__: Made api_key parameter optional, reads from CUA_API_KEY env var
- Computer.__init__: Added fallback to CUA_API_KEY env var for api_key parameter
- Updated documentation examples to show simplified usage without explicit api_key
- Updated cloud_api_examples.py to demonstrate the new simpler pattern

This provides a cleaner API while maintaining backward compatibility with
explicit api_key parameter passing.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-19 19:35:32 +01:00
github-actions[bot]
1a65bd8ed3 Bump cua-agent to v0.4.48 2025-11-19 17:49:26 +00:00
f-trycua
3dc0e3bd2d Remove hud-python from cua-agent[all] extra
hud-python is an external package that isn't published to PyPI yet,
which was blocking installation of cua-agent[all]. This change:

- Removes hud-python==0.4.52 from the [all] extra dependencies
- Keeps the separate [hud] extra for users who have access to hud-python
- Allows pip install cua-agent[all] to work without dependency errors

The hud functionality remains available as an opt-in extra via:
pip install cua-agent[hud]

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-19 18:48:01 +01:00
github-actions[bot]
f0349aea63 Bump cua-agent to v0.4.47 2025-11-19 16:10:26 +00:00
Dillon DuPont
cd49e3de49 Remove hardcoded test api url 2025-11-19 11:09:42 -05:00
github-actions[bot]
ddb00a180d Bump cua-agent to v0.4.46 2025-11-19 15:55:58 +00:00
Dillon DuPont
d930032c82 Fix cua adapter 2025-11-19 10:52:50 -05:00
github-actions[bot]
a73044ca3c Bump cua-agent to v0.4.45 2025-11-18 23:01:31 +00:00
github-actions[bot]
4b5a8681d0 Bump cua-agent to v0.4.44 2025-11-18 22:56:53 +00:00
github-actions[bot]
65b2ec7731 Bump cua-agent to v0.4.43 2025-11-18 22:52:24 +00:00
github-actions[bot]
65c1afce16 Bump cua-agent to v0.4.42 2025-11-18 22:49:09 +00:00
github-actions[bot]
84a2bceae0 Bump cua-agent to v0.4.41 2025-11-18 22:44:57 +00:00
github-actions[bot]
d664bbbbcf Bump cua-agent to v0.4.40 2025-11-18 22:38:51 +00:00
ddupont
210fc01eea Merge pull request #592 from trycua/feat/fix-cua-adapter
Fix cua adapter, add UI-TARS-2 model
2025-11-18 17:21:27 -05:00
Dillon DuPont
9ca508380f Add UI-TARS 2 2025-11-18 17:14:47 -05:00
ddupont
c67593cd4f Merge pull request #548 from LucaStngn/fix/anthropic-custom-function-tools
Fix: Enable custom function tools with Anthropic models
2025-11-18 16:29:23 -05:00
Dillon DuPont
8284f85950 Update params dict 2025-11-18 15:31:30 -05:00
Francesco Bonacci
cb81fddd74 Merge pull request #591 from trycua/blog/cua-cli-blogpost
Add cua cli blogpost
2025-11-18 16:27:51 +01:00
Sarina Li
cac481d5ef Merge pull request #590 from sarinali/fix/link-checker
Fix Another Link
2025-11-18 10:20:05 -05:00
Sarina Li
9bccce71fa update broken link 2025-11-18 10:18:14 -05:00
f-trycua
55ec3b617f Add CLI announcement blog post and update domain to sandbox.cua.ai
- Add introducing-cua-cli.md blog post following the Windows/macOS announcement style
- Update CLI sandbox command to use sandbox.cua.ai domain instead of containers.cloud.trycua.com
- Update all documentation references to use new sandbox.cua.ai domain
- Maintain consistency with Python SDK which already uses sandbox.cua.ai

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 16:17:17 +01:00
Sarina Li
11ef4df785 Merge pull request #588 from sarinali/fix/link-checker
get rid of cached 500s and update link
2025-11-18 10:08:58 -05:00
Sarina Li
003e417c89 fix linting + format issues too 2025-11-18 10:04:23 -05:00
ddupont
20a67eda75 Bump cua-cli to v0.1.4 2025-11-18 10:00:12 -05:00
Dillon DuPont
7242503034 update CLI, remove redundant cua version 2025-11-18 09:58:54 -05:00
Dillon DuPont
fb55b42920 Fix yargs --version implementation printing "unknown" for built .exe's 2025-11-18 09:03:22 -05:00
ddupont
72e4a1cdc1 Bump cua-cli to v0.1.3 2025-11-18 08:07:25 -05:00
f-trycua
9c1fdcdac5 Reorder CLI commands to show grouped structure first in help
- Register grouped commands (auth, sandbox/sb) first so they appear at top of help
- Hide flat commands from help using describe: false while maintaining functionality
- Fix remaining --configuration references in docs (should be --size)
- Improves help clarity by showing recommended command structure prominently

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 13:48:07 +01:00
f-trycua
27f6d448ea feat(cua-cli): improve command descriptions for better clarity
Enhance help text throughout the CLI to make commands more discoverable
and their purposes clearer. Better descriptions help users understand
what each command does without consulting documentation.

Changes:
- Update main command descriptions:
  - 'cua auth': "Authenticate with CUA (login, logout, or export credentials)"
  - 'cua sb': "Create and manage cloud sandboxes (Linux, Windows, or macOS)"

- Improve auth subcommand descriptions:
  - login: "Authenticate via browser or API key and save credentials locally"
  - env: "Export your API key to a .env file in the current directory"
  - logout: "Clear stored API credentials from this machine"

- Enhance sandbox subcommand descriptions:
  - list: "List all your sandboxes with status and connection details"
  - create: "Provision a new cloud sandbox in your chosen OS, size, and region"
  - delete: "Permanently delete a sandbox and all its data"
  - start: "Start a stopped sandbox"
  - stop: "Stop a running sandbox (data is preserved)"
  - restart: "Restart a sandbox (reboot the system)"
  - vnc: "Open remote desktop (VNC) connection in your browser"

- Expand epilogue to show command hierarchy with examples
- Replace generic descriptions with action-oriented, specific language

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 13:43:44 +01:00