Commit Graph

1750 Commits

Author SHA1 Message Date
Adam
2ba64f018d Fix/agent loop test (#532)
* Fix agent test condition trigger
2025-10-29 13:07:16 -07:00
Adam
22764102c7 allowing PR agent test 2025-10-29 12:22:01 -07:00
Adam
6228a86155 switch agent loop testing from pip to uv 2025-10-29 12:22:01 -07:00
Adam
a0fdc8a194 Fix agent test condition trigger 2025-10-29 12:22:01 -07:00
github-actions[bot]
d35e6e4b2a Bump cua-agent to v0.4.37 agent-v0.4.37 2025-10-29 18:38:26 +00:00
Sarina Li
f91da5d3f5 Merge pull request #529 from sarinali/fix/omniparser-predict-refactor
Fix/omniparser predict refactor
2025-10-29 14:25:36 -04:00
Sarina Li
dc102b584a remove debug logs 2025-10-29 14:20:07 -04:00
Adam
ce100d40bb Update Agent Loop Test (#530)
* Change API key setup location

* Formatting fix
2025-10-29 11:03:14 -07:00
Sarina Li
f2a3dcf48c merge main 2025-10-29 01:02:40 -04:00
Sarina Li
3769c3d731 omni parser refactor with acompletions + coords normalizing 2025-10-29 01:00:33 -04:00
github-actions[bot]
c8cd29aeb1 Bump cua-agent to v0.4.36 agent-v0.4.36 2025-10-29 01:57:40 +00:00
Adam
b5e71efcc9 Feature/agent loop test (#528)
* draft init

* add mock computer

* Correct format

* correct format

* Create test-cua-models.yml

* Update test-cua-models.yml

* format change

* Simplified test

* remove image

* isort fix

* format cleanup
2025-10-28 17:34:41 -07:00
James Murdza
e3ab4fe7b0 Format tests with uv run pre-commit run --all-files 2025-10-28 17:03:26 -07:00
James Murdza
3ee5206baf Merge pull request #491 from AceAtDev/CI/CDtests
Add test infrastructure with CI/CD #478
2025-10-28 17:00:05 -07:00
James Murdza
bb7412a776 Merge pull request #527 from trycua/chore/remove-pylume
Remove PyLume library
2025-10-28 16:57:01 -07:00
James Murdza
88930810ac Remove PyLume library 2025-10-28 16:56:03 -07:00
James Murdza
618bdf30a0 Merge pull request #435 from trycua/chore/remove-pylume
Remove PyLume code and examples
2025-10-28 16:54:52 -07:00
James Murdza
635480f3b7 Remove PyLume code and examples
# Conflicts:
#	examples/pylume_examples.py
#	libs/python/mcp-server/scripts/start_mcp_server.sh
#	libs/python/pylume/README.md
#	libs/python/pylume/__init__.py
#	libs/python/pylume/pylume/__init__.py
#	libs/python/pylume/pylume/client.py
#	libs/python/pylume/pylume/exceptions.py
#	libs/python/pylume/pylume/models.py
#	libs/python/pylume/pylume/pylume.py
#	libs/python/pylume/pylume/server.py
#	libs/python/pylume/pyproject.toml
#	pdm.lock
#	pyproject.toml
#	scripts/build-uv.sh
#	scripts/build.ps1
#	scripts/build.sh
2025-10-28 16:52:23 -07:00
James Murdza
d509d013af Merge pull request #522 from sarinali/jagjeevan/344-merged
Jagjeevan's Fix + Merged Main for 4o Model Fix
2025-10-28 15:58:26 -07:00
Sarina Li
11e8f891c3 lint formatting 2025-10-27 17:37:18 -07:00
Sarina Li
0465ffd200 debug removal 2025-10-27 17:29:23 -07:00
Sarina Li
1cb405c9f8 fix output of gpt 4o 2025-10-27 17:27:07 -07:00
James Murdza
c92ebbe817 Add emojis to the model capabilities table 2025-10-27 17:05:40 -07:00
James Murdza
52d20bf61b Merge pull request #523 from trycua/docs/fix-markdown-formatting
Fix markdown formatting in docs
2025-10-27 16:53:13 -07:00
James Murdza
60fdc012c3 Format MDX files with uv run pre-commit run --all-files 2025-10-27 16:51:54 -07:00
James Murdza
fbae40c3fe Include MDX files when formatting with Prettier 2025-10-27 16:50:56 -07:00
James Murdza
2ae817c082 Remove .all-contributorsrc 2025-10-27 16:49:20 -07:00
James Murdza
1f052d0d38 Fix TypeScript comment syntax 2025-10-27 16:49:04 -07:00
James Murdza
7485a38e85 Add missing line breaks and fix code blocks in MDX 2025-10-27 16:49:00 -07:00
Sarina Li
5376afba79 Merge upstream/main to resolve conflicts with trycua/cua 2025-10-27 16:06:06 -07:00
Elshoubky M
59016608da fixed ImportPathMismatchError caused by init files 2025-10-25 01:54:04 -04:00
James Murdza
8ef5b22dce Install dev dependencies before running type checker 2025-10-24 17:28:04 -07:00
ddupont
28a46c6011 Merge pull request #514 from trycua/feat/docker-opts
Support `display` and `ephemeral` in Docker provider
2025-10-24 16:00:35 -07:00
Dillon DuPont
efb52bdc77 Delete ephemeral containers when stopped 2025-10-24 15:02:00 -07:00
github-actions[bot]
18082298c9 Bump cua-mcp-server to v0.1.15 mcp-server-v0.1.15 2025-10-24 21:38:48 +00:00
James Murdza
3ca8785216 Merge pull request #511 from r33drichards/feature/version-bump-workflows
Feature/version bump workflows
2025-10-24 14:36:02 -07:00
Claude
b57ac7e04a Remove version bump commands from Makefile
Version bumps are now managed via GitHub Actions.
Kept only utility targets: show-versions and dry-run testing.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-25 05:23:03 +08:00
Claude
63802b961c Fix prettier formatting in Development.md
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-25 05:17:33 +08:00
Dillon DuPont
b1eae0f2cf use dict for display 2025-10-24 13:56:31 -07:00
Dillon DuPont
9cb2c6c664 Forward display resolution to Docker based sandboxes 2025-10-24 13:52:14 -07:00
Claude
1c6506225c update docs 2025-10-25 04:11:51 +08:00
r33drichards
8e891e02ab Delete docs/plans/2025-10-25-version-bump-workflows.md 2025-10-24 13:09:17 -07:00
r33drichards
03b931c2f2 Delete docs/plans/2025-10-25-version-bump-workflows-design.md 2025-10-24 13:08:56 -07:00
Claude
b36794a9a8 consolidated 2025-10-25 04:07:11 +08:00
Claude
b1e3f41c3f consolidated 2025-10-25 04:01:00 +08:00
Claude
b86c6327a2 rm extra files 2025-10-25 03:57:36 +08:00
Claude
e3caf926da consolidate actions 2025-10-25 03:55:42 +08:00
James Murdza
6eeae68642 Merge pull request #512 from trycua/docs/improve-readme
Docs/improve readme
2025-10-24 12:12:31 -07:00
James Murdza
43934bb22d Update quick start section 2025-10-24 12:08:35 -07:00
James Murdza
b99e2f1598 Update module descriptions 2025-10-24 12:03:56 -07:00