Commit Graph

28 Commits

Author SHA1 Message Date
github-actions[bot]
8b7dabb4ef Bump cua-computer-server to v0.1.31 2025-12-04 05:12:50 +00:00
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
github-actions[bot]
8515d02921 Bump cua-computer-server to v0.1.30 2025-11-12 18:41:38 +00: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
github-actions[bot]
55c2f2ab42 Bump cua-computer-server to v0.1.28 2025-10-29 20:23:45 +00:00
Dillon DuPont
83d8d7e82b Add window management commands 2025-10-24 16:40:29 -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
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
Aditya Bavadekar
3ddc7ae67d 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 02:21:37 +05:30
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
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
Your Name
1bc6fa01d3 make version match git 2025-10-10 21:34:48 +00:00
Your Name
7cb6857ff8 Bump cua-computer-server to v0.1.2 2025-10-10 21:33:47 +00:00
Your Name
cb29dd83b6 Bump cua-computer-server to v0.1.1 2025-10-10 21:31:19 +00:00
Dillon DuPont
57b6efe833 implemented watchdog on server 2025-07-01 12:24:59 -04:00
Morgan Dean
0246d18347 Reorganize lib folder w/typescript and python roots, initialize core library. 2025-06-23 10:22:36 -07:00