Commit Graph

11 Commits

Author SHA1 Message Date
github-actions[bot]
e7bb78d7dd Bump cua-computer to v0.4.12 2025-11-11 22:25:19 +00:00
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
github-actions[bot]
451ece2457 Bump cua-computer to v0.4.11 2025-10-29 20:26:12 +00: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
Dillon DuPont
99b502b00d Bump computer to 0.4.10 2025-10-14 14:48:46 -04:00
f-trycua
bf57eee78b Bump 0.4.8 2025-10-12 15:13:08 -07:00
Dillon DuPont
01371ed6cf bump version, add localhost to ui 2025-08-05 10:55:06 -04:00
Morgan Dean
718000f9c8 Merge branch 'main' into feature/computer/typescript 2025-06-26 12:55:34 -07:00
Morgan Dean
519ff8d4a4 Merge branch 'main' into feature/computer/typescript 2025-06-24 10:43:19 -07:00
Morgan Dean
0246d18347 Reorganize lib folder w/typescript and python roots, initialize core library. 2025-06-23 10:22:36 -07:00