Commit Graph

102 Commits

Author SHA1 Message Date
Dillon DuPont
4000cabfdd Merge branch 'main' into feat/browser-tool 2025-12-02 21:51:05 -08:00
Adam
37c5be669b dd browser tool with Playwright for visible browser automation
Add browser tool with Playwright/Firefox support. Includes BrowserManager,
/playwright_exec endpoint, BrowserTool client, and auto-recovery. Fixes
Python version in startup script and adds Playwright to Docker build.
2025-12-02 12:53:25 -05:00
Adam
3e2798f835 Python Compatibility (3.14) Note 2025-12-01 13:00:40 -05: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
Tamoghno Kandar
e82f4755f7 Update README.md
Fix broken link of Computer Server
2025-11-13 12:59:00 -08:00
github-actions[bot]
8515d02921 Bump cua-computer-server to v0.1.30 2025-11-12 18:41:38 +00:00
Dillon DuPont
ff957a7d04 run uv run pre-commit run --all-files 2025-11-11 17:18:18 -05:00
Dillon DuPont
554fb0a16d Merge branch 'main' into feat/cua-cli 2025-11-11 12:44:56 -05:00
Dillon DuPont
679eafe7c7 update computer SDK and computer-server SDK to support the new .sandbox.cua.ai domain 2025-11-11 12:44:24 -05:00
Sarina Li
4954397f0b fix 2 more broken links 2025-11-09 19:34:06 -05:00
Sarina Li
fac0403c78 remove one more broken blog 2025-11-09 18:35:39 -05:00
Sarina Li
4ba4d79e6d fix all broken backlinks 2025-11-09 18:26:00 -05:00
Sarina Li
7c727339a2 fix backlinks for seo 2025-10-31 16:18:21 -04:00
github-actions[bot]
870bf1263c Bump cua-computer-server to v0.1.29 2025-10-31 16:12:03 +00:00
Dillon DuPont
e8c96d6293 Swap pip-system-certs for python-certifi-win32 2025-10-31 12:10:36 -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
github-actions[bot]
55c2f2ab42 Bump cua-computer-server to v0.1.28 2025-10-29 20:23:45 +00:00
Dillon DuPont
f0da8a129e Merge branch 'main' into feat/add-desktop-commands 2025-10-29 16:15:54 -04: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
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
Dillon DuPont
83d8d7e82b Add window management commands 2025-10-24 16:40:29 -07:00
Dillon DuPont
fb174d6aa4 Add get_desktop_environment, set_wallpaper 2025-10-24 16:27:58 -07:00
Dillon DuPont
a9b681597d Bump cua-computer-server to v0.1.27 2025-10-24 10:12:25 -07:00
Dillon DuPont
38b59bb19a Replace with pip-system-certs 2025-10-24 10:07:56 -07:00
Dillon DuPont
0a3bd97578 Patch windows SSL 2025-10-24 10:01:40 -07:00
Dillon DuPont
29480c572d Bump cua-computer-server to v0.1.26 2025-10-23 18:00:44 -07:00
Dillon DuPont
6dce8fd319 Fix optional deps on computer-server to auto-install depending on platform 2025-10-23 17:53:23 -07:00
James Murdza
f0d54780b3 Merge pull request #500 from AdityaBavadekar/fix/python-version-standardization
Standardize Python version 3.12 across all packages
2025-10-22 14:58:51 -07:00
Dillon DuPont
b08343ca4e Bump cua-computer-server to v0.1.25 2025-10-22 14:54:22 -07:00
Dillon DuPont
8e443503ee Migrate computer-server to new API url 2025-10-22 14:50:15 -07:00
Aditya Bavadekar
a38219d3ef fix(python): standardize Python version across all packages
- Updated all `libs/python/*/pyproject.toml` files to require Python >=3.12
- Synchronized root `pyproject.toml` and regenerated `uv.lock`
2025-10-23 03:15:21 +05:30
James Murdza
ddc5a5de91 Format codebase with uv run pre-commit run --all-files 2025-10-22 11:35:31 -07:00
Aditya Bavadekar
c33517a42d chore: consolidate Ruff configs, add prettier dependancy and updated documentation usage
- Remove per-package Black, Ruff, and MyPy settings in individual pyproject.toml files
- Centralize Ruff configuration in root pyproject.toml under [tool.ruff.lint] with selected ignores
- Add Prettier setup and usage instructions to Development.md
- Include pnpm install instructions for JS/TS dependencies
- Ensure pre-commit hooks enforce Python and JS/TS formatting consistently
2025-10-22 11:10:21 -07:00
Elshoubky M
451c9c2c01 Add test infrastructure with CI/CD
- Add separate test directories for all 7 packages (core, agent, computer, computer-server, mcp-server, pylume, som)
- Create 30+ unit tests with mocks for external dependencies (liteLLM, PostHog, Computer)
- Add conftest.py fixtures for each package to enable isolated testing
- Implement GitHub Actions CI workflow with matrix strategy to test each package independently
- Add TESTING.md with comprehensive testing guide and architecture documentation
- Follow SOLID principles: SRP, Vertical Slice Architecture, and Testability as Design Signal

Note:
- No API keys required for unit tests
2025-10-21 18:58:40 -04:00
Dillon DuPont
d30c3d2a41 Fix unicode typing on windows and linux 2025-10-15 15:27:11 -04:00
r33drichards
6fd19404dc version 2025-10-10 17:18:07 -07:00
r33drichards
0eeeb23635 Merge branch 'main' into b2v 2025-10-10 14:52:13 -07:00
Your Name
e3aaa30ced Bump cua-computer-server to v0.1.26 2025-10-10 21:51:22 +00:00
Your Name
0af7ea394f add tag prefix 2025-10-10 21:51:18 +00:00
r33drichards
590c4a8753 Add pyproject.toml version verification script and tests (#462)
* Add pyproject.toml version verification script and tests

Adds get_pyproject_version.py script to verify that pyproject.toml
versions match expected versions during git tag releases. Includes
comprehensive pytest test suite with best practices.

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

Co-Authored-By: Claude <noreply@anthropic.com>

* Revert "Add pyproject.toml version verification script and tests"

This reverts commit 1d40e692cc.

* Add pyproject.toml version verification script and tests

Adds get_pyproject_version.py script to verify that pyproject.toml
versions match expected versions during git tag releases. Includes
comprehensive pytest test suite with best practices.

Updates the GitHub Actions workflow to use the verification script,
ensuring version consistency before publishing packages. Also removes
the old version-setting step as pyproject.toml is now the source of
truth for versions.

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

Co-Authored-By: Claude <noreply@anthropic.com>

* f

* add test for validation script to gha

---------

Co-authored-by: Your Name <you@example.com>
Co-authored-by: Claude <noreply@anthropic.com>
2025-10-10 14:43:07 -07:00
Your Name
eaf6d29ef6 Bump cua-computer-server to v0.1.25 2025-10-10 21:34:51 +00:00