Dillon DuPont
cfedce2806
adjust url
2025-10-23 15:45:59 -07:00
Dillon DuPont
4abae2f262
Add "cua/" LLM provider
2025-10-23 10:49:40 -07:00
James Murdza
5b0fa17594
Merge pull request #503 from trycua/docs/improve-readme
...
Docs/improve readme
2025-10-22 17:21:10 -07:00
ddupont
0d91fe6f38
Merge pull request #502 from trycua/lint/fix-qwen-lint
...
Run uv run pre-commit run --all-files on qwen.py
2025-10-22 16:41:43 -07:00
Dillon DuPont
2142734054
Fix readme lint
2025-10-22 16:38:57 -07:00
Dillon DuPont
682609b7e8
Run uv run pre-commit run --all-files on qwen.py
2025-10-22 16:36:32 -07:00
Dillon DuPont
bdb5f8918b
Bump cua-agent to v0.4.35
agent-v0.4.35
2025-10-22 16:22:33 -07:00
Dillon DuPont
cb17e27445
Bump cua-agent to v0.4.34
2025-10-22 16:22:29 -07:00
Dillon DuPont
16072f19a3
Bump cua-agent to v0.4.33
2025-10-22 16:22:05 -07:00
Dillon DuPont
6d9fddea13
Fix cua-agent version for bump-version
2025-10-22 16:22:02 -07:00
ddupont
a6a9fea310
Merge pull request #501 from trycua/feat/qwen3vl
...
[Agent] Add support for all QwenVL models
2025-10-22 16:19:39 -07:00
Dillon DuPont
5c0d512f38
Merge branch 'main' into feat/qwen3vl
2025-10-22 16:18:59 -07:00
Dillon DuPont
5bad437f47
add qwen3 vl requirements to pyproj
2025-10-22 16:18:19 -07:00
Dillon DuPont
a78dcd3331
Fix qwen3 hallucinating coords w/o screenshots
2025-10-22 16:14:43 -07:00
Dillon DuPont
7631412694
Add qwen3 VL computer-use loop
2025-10-22 15:51:51 -07:00
James Murdza
b4ea7d8eef
Remove hackathon text from README
2025-10-22 15:44:42 -07:00
James Murdza
747f8f23f7
Move releasing packages section to Development.md.
2025-10-22 15:43:55 -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
computer-server-v0.1.25
2025-10-22 14:54:22 -07:00
ddupont
cb8f7ded11
Merge pull request #499 from trycua/feat/migrate-server
...
Migrate computer-server to new API url
2025-10-22 14:51:21 -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
00d5cbc758
Merge pull request #497 from AdityaBavadekar/fix/ci-cd-prettier
...
Fix: Prettier conflicts between pnpm and pre-commit
2025-10-22 14:38:34 -07:00
Aditya Bavadekar
25eb14f16e
fix: apply updated Prettier formatting to blog posts and docs
2025-10-23 02:56:49 +05:30
Aditya Bavadekar
21107cc5dc
chore: Update Python version in lint workflow to 3.12
2025-10-23 02:46:24 +05:30
Aditya Bavadekar
78190cad3c
fix: resolve Prettier formatter conflicts between pnpm and pre-commit
2025-10-23 02:31:53 +05:30
James Murdza
bfaeb40441
Merge pull request #496 from trycua/fix/typescript-typecheck-ci
...
Install dependencies in TypeScript workspace in CI
2025-10-22 12:12:06 -07:00
James Murdza
730619c231
Run prettier via pnpm in CI
2025-10-22 12:04:07 -07:00
James Murdza
6d5b36181b
Install dependencies in TypeScript workspace in CI
2025-10-22 12:01:08 -07:00
James Murdza
e3c5c92915
Merge pull request #494 from trycua/chore/format-codebase
...
Format codebase
2025-10-22 11:37:54 -07:00
James Murdza
33d02fefee
Merge branch 'main' into chore/format-codebase
2025-10-22 11:37:37 -07:00
James Murdza
f43ac57c6c
Merge pull request #489 from AdityaBavadekar/chore/formatter-setup
...
chore: Setup code formatting, pre-commit hooks and Linting CI/CD
2025-10-22 11:35:59 -07:00
James Murdza
ddc5a5de91
Format codebase with uv run pre-commit run --all-files
2025-10-22 11:35:31 -07:00
James Murdza
759ff4703e
Add pnpm setup and Node dependency installation to lint workflow
2025-10-22 11:35:30 -07:00
James Murdza
3f4f25579c
Add pnpm setup and Node dependency installation to lint workflow
2025-10-22 11:31:02 -07:00
James Murdza
581e381656
Use double quotes when formatting YAML
2025-10-22 11:10:22 -07:00
James Murdza
3033c6aa39
Use trailing commas for TypeScript formatting
2025-10-22 11:10:22 -07:00
James Murdza
deaa2c5052
Remove .prettierrc from computer-use-example-ts
2025-10-22 11:10:21 -07:00
James Murdza
e2967ff9e1
Remove .pretterrc from docs
2025-10-22 11:10:21 -07:00
James Murdza
ae5ad4bb50
Remove Biome
2025-10-22 11:10:21 -07:00
Aditya Bavadekar
b3a65c373e
chore: disable MyPy, add target version py312, update documentation
2025-10-22 11:10:21 -07:00
Aditya Bavadekar
da031a3fa5
chore: update .prettierignore
...
- Add `.next/`, `pnpm-lock.yaml`, `uv.lock` to .prettierignore
2025-10-22 11:10:21 -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
Aditya Bavadekar
51ee79a9d2
chore: set up pre-commit hooks and CI/CD workflow
...
- Add a new GitHub Actions workflow (`lint.yml`)
- Update `CONTRIBUTING.md` and `Development.md` to reflect the new linting setup and guide contributors.
- Include a TypeScript type checking script (`typescript-typecheck.js`)
2025-10-22 11:10:21 -07:00
Aditya Bavadekar
e04bfaea5e
chore: Setup code formatting and linting
...
- Add `.editorconfig` for editor consistency.
- Configure GitHub Actions workflow for linting (`.github/workflows/lint.yml`).
- Add pre-commit hooks for automated checks (`.pre-commit-config.yaml`).
- Configure Prettier and exclusions (`.prettierrc.yaml`, `.prettierignore`).
- Update VS Code extensions to include formatting tools (`.vscode/extensions.json`).
- Adjust VS Code settings for auto-formatting (`.vscode/settings.json`).
2025-10-22 11:10:21 -07:00
James Murdza
1b82812d94
Use double quotes when formatting YAML
2025-10-22 11:01:36 -07:00
James Murdza
08d751f61a
Use trailing commas for TypeScript formatting
2025-10-22 10:48:56 -07:00
James Murdza
9561deeec1
Remove .prettierrc from computer-use-example-ts
2025-10-22 10:48:41 -07:00
James Murdza
ef7c30b527
Remove .pretterrc from docs
2025-10-22 10:48:20 -07:00
James Murdza
675e50875f
Remove Biome
2025-10-22 10:42:09 -07:00