Commit Graph

409 Commits

Author SHA1 Message Date
Tamoghno Kandar
c2648975c9 Update __init__.py
Fixed order of imports
2025-11-10 11:22:27 -08:00
Tamoghno Kandar
76fac6621d Update __init__.py
Added new model UI-INS
2025-11-06 09:16:16 -08:00
Tamoghno Kandar
9e46de3078 Create uiins.py
Added new model UI-INS
2025-11-06 09:14:42 -08:00
James Murdza
7599387668 Merge branch 'main' into feature/mcp-claude-extension 2025-10-31 17:03:39 -07:00
Adam
75f4edd05d Delete uv.lock 2025-10-31 15:39:03 -07:00
Sarina Li
7c727339a2 fix backlinks for seo 2025-10-31 16:18:21 -04:00
Adam
be4b03f268 add desktop icon for extension 2025-10-31 12:06:02 -07:00
Adam
8da83f6f0a add claude desktop extension build script 2025-10-31 11:37:21 -07:00
Adam
a3b9879ba1 remove duplicate mcp server code 2025-10-31 11:36:15 -07:00
James Murdza
097f6f92af Format #423 with uv run pre-commit run --all-files 2025-10-31 10:14:18 -07:00
github-actions[bot]
870bf1263c Bump cua-computer-server to v0.1.29 2025-10-31 16:12:03 +00:00
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
Adam
27672856f5 Added claude extension 2025-10-30 16:03:08 -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
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
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
github-actions[bot]
451ece2457 Bump cua-computer to 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 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
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
github-actions[bot]
d35e6e4b2a Bump cua-agent to v0.4.37 2025-10-29 18:38:26 +00:00
Sarina Li
dc102b584a remove debug logs 2025-10-29 14:20:07 -04: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 2025-10-29 01:57:40 +00: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
88930810ac Remove PyLume library 2025-10-28 16:56:03 -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
Adam
a15141ff0c Update README.md 2025-10-28 15:19:08 -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
Sarina Li
5376afba79 Merge upstream/main to resolve conflicts with trycua/cua 2025-10-27 16:06:06 -07:00
Dillon DuPont
3303c56cf6 update set_wallpaper to set all wallpapers 2025-10-25 02:20:45 -07:00
Dillon DuPont
79d4db44a3 forgot to commit wallpaper file 2025-10-25 01:40:38 -07:00
Dillon DuPont
f47c8b4393 expose wallpaper handler 2025-10-25 01:28:13 -07:00
Dillon DuPont
83bacb9e5c add init py to computer_server.utils 2025-10-25 01:07:29 -07:00
Dillon DuPont
3f574bb966 fix _get_window_by_id 2025-10-25 00:55:12 -07:00
Elshoubky M
59016608da fixed ImportPathMismatchError caused by init files 2025-10-25 01:54:04 -04:00
Dillon DuPont
bf1de51bff Run uv run pre-commit run --all-files 2025-10-24 17:07:58 -07:00
Dillon DuPont
4823256fde Add window frame cmds 2025-10-24 16:56:39 -07:00