Commit Graph

1606 Commits

Author SHA1 Message Date
Aditya Bavadekar
049096bcd2 chore: disable MyPy, add target version py312, update documentation 2025-10-22 12:56:52 +05:30
Aditya Bavadekar
598c0d6372 chore: update .prettierignore
- Add `.next/`, `pnpm-lock.yaml`, `uv.lock` to .prettierignore
2025-10-22 03:40:28 +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
Aditya Bavadekar
4eb4c3bcb6 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 00:02:21 +05:30
Aditya Bavadekar
258ae86988 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-21 21:27:53 +05:30
James Murdza
366675628a Merge pull request #460 from trycua/chore/refactor-build-uv-script
Switch to uv for package management
2025-10-20 13:41:01 -07:00
James Murdza
db1bc497bc Merge pull request #486 from sarinali/docs/add-template-link 2025-10-20 12:19:42 -07:00
Sarina Li
88a5c2e63e Quickstart template line 2025-10-20 14:42:27 -04:00
James Murdza
4e516eaeeb Remove devcontainer 2025-10-20 09:54:22 -07:00
James Murdza
a540a97973 Remove cleanup section from Development guide 2025-10-20 09:54:18 -07:00
James Murdza
c9aa66c655 Remove old build scripts and update documentation with uv instructions 2025-10-20 07:34:38 -07:00
James Murdza
e11e64336d Remove pylume from the development guide 2025-10-20 07:34:38 -07:00
James Murdza
83fe12c2c7 Use Python 3.13 2025-10-20 07:34:38 -07:00
James Murdza
b2ccf1be10 Simplify uv build script and switch to uv 2025-10-20 07:34:36 -07:00
Dillon DuPont
517d641cc1 Add instructions kwarg to docs 2025-10-20 10:26:42 -04:00
James Murdza
012f1394cb Remove pylume from pyproject 2025-10-20 07:18:15 -07:00
James Murdza
b7f5e1dd89 Fix dependency conflict with transformers 2025-10-20 07:18:10 -07:00
James Murdza
967e80e845 Use virtual environment in VS Code 2025-10-20 06:20:11 -07:00
James Murdza
a847289a8c Remove extra Python installation step 2025-10-20 05:49:19 -07:00
James Murdza
311c80acea Remove extra cleanup 2025-10-20 05:49:19 -07:00
James Murdza
4a00635e17 Don't create .env for VS Code 2025-10-20 05:49:19 -07:00
James Murdza
c718ccb393 Don't load environment variables 2025-10-20 05:49:19 -07:00
f-trycua
5c2bb2e54c Merge pull request #484 from YeIIcw/fix/name-cleanup
Name cleanup
2025-10-19 03:01:28 +02:00
Adam
4ac9519867 Update quickstart-cli.mdx
Changing "cua" to "Cua"
2025-10-18 17:01:49 -04:00
Adam
700c5c3bad package.json description name capitalization
Changing "cua" to "Cua"
2025-10-18 17:01:24 -04:00
Adam
23d149f9f1 Capitalized "cua"
Changing "cua" to "Cua"
2025-10-18 16:58:23 -04:00
Adam
974135ba89 Update CONTRIBUTING.md
Changing "cua" to "Cua"
2025-10-18 16:35:12 -04:00
Adam
a220f4f0df Update Development.md
Changing "cua" to "Cua"
2025-10-18 16:34:52 -04:00
Adam
af516021f0 Update README.md
Changing "cua" to "Cua"
2025-10-18 16:33:15 -04:00
Adam
8b1d667f42 changing c/ua to cua 2025-10-18 16:13:14 -04:00
James Murdza
2da9e39eb6 Merge pull request #480 from masterbatcoderman10/fix/f-string-error-handle-item
Fix: Corrected f-string syntax error in agent.py
2025-10-17 14:47:29 -07:00
James Murdza
d59a79c4fe Merge pull request #479 from sarinali/docs/telemetry
Telemetry on Docs
2025-10-17 10:55:06 -07:00
ddupont
8e72253008 Merge pull request #482 from trycua/fix/torch-dep
Fix torch dependency in moondream3
agent-v0.4.34
2025-10-17 10:51:38 -04:00
Dillon DuPont
2f95f5ed82 Bump version 2025-10-17 10:50:15 -04:00
Dillon DuPont
090edb8f33 Fix torch dependency in cua-agent 2025-10-17 10:49:32 -04:00
masterbatcoderman10
0d16571d40 Fix: Corrected f-string syntax error in agent.py 2025-10-17 11:40:33 +04:00
Sarina Li
b7fc207ba7 handler for 204 2025-10-16 21:00:01 -04:00
Sarina Li
57e30b8973 explain how to use posthog 2025-10-16 18:16:31 -04:00
James Murdza
503aa0a01f Merge pull request #467 from trycua/fix/docker-nits
Add multiplatform build docs for Docker images, fix incorrect image name
2025-10-16 14:37:13 -07:00
Sarina Li
491e3ffb29 helpful vs not helpful 2025-10-16 16:33:28 -04:00
Sarina Li
07c6b98581 cookie policy + external links 2025-10-16 16:28:25 -04:00
Sarina Li
94c8403476 page events 2025-10-16 16:08:58 -04:00
James Murdza
0dc6c75177 Bump cua-mcp-server to v0.1.14 2025-10-16 10:33:55 -07:00
James Murdza
678e469e4c Merge pull request #477 from sarinali/docs/example-usecases
Onboarding UX -- Add Example Usecase
2025-10-16 08:47:59 -07:00
Sarina Li
b05528de3b Form filling usecase 2025-10-16 02:25:38 -04:00
Sarina Li
63902b2e77 example use cases 2025-10-15 22:39:04 -04:00
Sarina Li
2b1294413c editable code block 2025-10-15 22:19:59 -04:00
Dillon DuPont
b9e73fc622 rename cua-docker-xfce to cua-xfce 2025-10-15 15:38:55 -04:00
ddupont
f6377c3797 Merge pull request #475 from trycua/feat/multiplatform-unicode-typing
Fix unicode typing on windows and linux
2025-10-15 15:30:06 -04:00
Dillon DuPont
d30c3d2a41 Fix unicode typing on windows and linux 2025-10-15 15:27:11 -04:00