Commit Graph

1798 Commits

Author SHA1 Message Date
ddupont
f70ff53ee1 Merge pull request #538 from trycua/feat/windows-fix
Swap pip-system-certs for python-certifi-win32
2025-10-31 12:11:27 -04:00
Dillon DuPont
e8c96d6293 Swap pip-system-certs for python-certifi-win32 2025-10-31 12:10:36 -04: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
James Murdza
bd4bd2ca22 Merge pull request #423 from JagjeevanAK/jagjeevan/299
feat: added Computer.tracing for Recording Sessions
2025-10-30 15:36:12 -07:00
James Murdza
10fd19e971 Merge pull request #533 from YeIIcw/fix/update-agent-test
Update agent testing
2025-10-30 14:01:59 -07:00
Dillon DuPont
21ce5b4d3b rename api_url to api_base 2025-10-30 12:40:31 -04:00
Dillon DuPont
9bcf5ead1b add api key/url param to cli 2025-10-30 12:38:18 -04:00
Dillon DuPont
4026ed3aa2 Merge branch 'main' into feat/api_key_overrides 2025-10-30 12:34:40 -04:00
Jagjeevan Kashid
c3d2ff530c Merge branch 'main' into jagjeevan/299 2025-10-30 14:36:40 +05:30
James Murdza
c2c2b37ade Merge pull request #519 from AdityaBavadekar/sanitize-shell-input 2025-10-29 22:19:13 -07:00
Aditya Bavadekar
c2a695d466 fix: sanitize shell input
- Replaced unsafe string concatenation with `shlex.join()` for POSIX systems, `mslex.join()` for Windows systems.
- Add utility function `safe_join`.
- Modified `pyproject.toml` to include `mslex` dependency for Windows environments.
2025-10-30 08:43:19 +05:30
James Murdza
38355bc1ea Merge pull request #520 from skools-here/windows-compatibility-for-development-setup
Make VS Code Python interpreter path cross-platform
2025-10-29 18:15:51 -07:00
Adam
a2d7fc38dd update supported models and slackbot announcement 2025-10-29 18:06:18 -07:00
James Murdza
aa4bd423f0 Merge pull request #534 from sarinali/fix/seo-domain-fix
fix/SEO canonical URL + other optimizations
2025-10-29 16:51:28 -07:00
James Murdza
0fdf296115 Merge pull request #536 from trycua/chore/update-notebooks
Chore/update notebooks
2025-10-29 16:42:43 -07:00
James Murdza
5a5f250038 Change pdm commands to uv in instructions 2025-10-29 16:39:25 -07:00
James Murdza
174e58d5c5 Remove unnecessary installation commands in example notebooks 2025-10-29 16:39:18 -07:00
James Murdza
27fd864153 Re-save example notebooks in Cursor 2025-10-29 16:39:16 -07:00
Sarina Li
b7ddc1dcb7 fix sitemap prefix 2025-10-29 19:36:41 -04:00
Sarina Li
8509fb113d add sitemap so google can crawl 2025-10-29 18:49:10 -04:00
Sarina Li
e404c8471e fix footer url 2025-10-29 18:43:56 -04:00
Sarina Li
ff62d3c548 Merge branch 'main' into fix/seo-domain-fix 2025-10-29 18:43:17 -04:00
James Murdza
dabbb41948 Add divider to fix MDX error 2025-10-29 15:00:05 -07:00
James Murdza
5bf4c5732e Merge pull request #526 from YeIIcw/fix/agent-sdk-links
Updated Agent SDK readme for supported model/agent link
2025-10-29 14:26:43 -07:00
Sarina Li
cc6f812bf2 fix some metadata + add footer for seo 2025-10-29 17:21:02 -04:00
github-actions[bot]
451ece2457 Bump cua-computer to v0.4.11 computer-v0.4.11 2025-10-29 20:26:12 +00:00
ddupont
91f43b9e32 Change bump version from 0.4.7 to 0.4.10 2025-10-29 16:25:44 -04:00
github-actions[bot]
55c2f2ab42 Bump cua-computer-server to v0.1.28 computer-server-v0.1.28 2025-10-29 20:23:45 +00:00
ddupont
f2ae964a6e Merge pull request #516 from trycua/feat/add-desktop-commands
Add desktop and window management commands to computer interface
2025-10-29 16:20:12 -04:00
Dillon DuPont
f0da8a129e Merge branch 'main' into feat/add-desktop-commands 2025-10-29 16:15:54 -04:00
Adam
2ba64f018d Fix/agent loop test (#532)
* Fix agent test condition trigger
2025-10-29 13:07:16 -07:00
Dillon DuPont
2c372e6846 Include alias in base.py 2025-10-29 15:59:21 -04:00
Dillon DuPont
3b04e23721 Add window management to base.py 2025-10-29 15:57:41 -04: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