Dillon DuPont
|
7f6523e001
|
Replaced pkg_resources
|
2025-07-11 13:25:18 -04:00 |
|
Dillon DuPont
|
5a4d9598a8
|
Added REST based send_command and wait_for_ready
|
2025-07-10 16:30:20 -04:00 |
|
Dillon DuPont
|
669832030e
|
Added auth manager
|
2025-07-10 15:55:59 -04:00 |
|
Dillon DuPont
|
a54b3e81b6
|
Fixed REST based auth
|
2025-07-10 15:42:51 -04:00 |
|
Dillon DuPont
|
45e1136a90
|
Use to_thread instead
|
2025-07-10 15:28:46 -04:00 |
|
Dillon DuPont
|
63f5db9674
|
Added thread pool
|
2025-07-10 15:24:46 -04:00 |
|
Dillon DuPont
|
d4a154059d
|
Added sync command support
|
2025-07-10 15:22:01 -04:00 |
|
Dillon DuPont
|
9eb6af8569
|
Fixed run_command usage in Computer
|
2025-07-10 15:01:24 -04:00 |
|
Dillon DuPont
|
217b108bd1
|
Added /cmd REST endpoint to computer-server
|
2025-07-10 14:57:55 -04:00 |
|
Dillon DuPont
|
cb2f8c3d2a
|
Modified watchdog to lazy load
|
2025-07-09 14:06:01 -04:00 |
|
Dillon DuPont
|
c61b13173f
|
changed run_command to be asynchronous
|
2025-07-08 21:45:49 -04:00 |
|
Dillon DuPont
|
333c187ed8
|
Fix delay param
|
2025-07-03 11:08:04 -04:00 |
|
ddupont
|
ec6108ec35
|
Merge pull request #312 from trycua/feat/delay
Add global and local delay control (#308)
|
2025-07-02 21:28:12 -04:00 |
|
Morgan Dean
|
645171e7ab
|
[Typescript] Temporarily force publish for all pushes until bugs are fixed.
|
2025-07-02 13:34:54 -07:00 |
|
Morgan Dean
|
50913687eb
|
[Typescript] Update core readme, remove link: versioning from development, bump version for npm publish.
|
2025-07-02 13:31:36 -07:00 |
|
Morgan Dean
|
5c54a9c5f2
|
[Typescript] Attempt 3 at successfuly publish
|
2025-07-02 13:16:26 -07:00 |
|
Morgan Dean
|
036dd10550
|
[Typescript] Bump version to trigger build
|
2025-07-02 13:12:13 -07:00 |
|
Morgan Dean
|
247a15c1c8
|
[typescript] Update package.json to trigger release
|
2025-07-02 13:10:13 -07:00 |
|
Morgan Dean
|
2045a387d8
|
Bump typescript versions for initial release
|
2025-07-02 12:47:05 -07:00 |
|
Morgan Dean
|
0c777e0582
|
Fix action issues with typescript libs, warnings on core lib
|
2025-07-02 11:42:32 -07:00 |
|
Dillon DuPont
|
e1216bcd61
|
add global and local delay control (#308)
|
2025-07-02 11:41:48 -04:00 |
|
Dillon DuPont
|
394ebaac3c
|
Completed python refactor migration
|
2025-07-01 16:04:06 -04:00 |
|
Dillon DuPont
|
178f69bdf5
|
Changed watchdog conditions
|
2025-07-01 15:34:47 -04:00 |
|
Dillon DuPont
|
46ac7e3017
|
Fixed watchdog test
|
2025-07-01 13:18:21 -04:00 |
|
Dillon DuPont
|
cd5c0fbb2a
|
Fix nonexistant kwarg
|
2025-07-01 12:39:26 -04:00 |
|
Dillon DuPont
|
57b6efe833
|
implemented watchdog on server
|
2025-07-01 12:24:59 -04:00 |
|
Dillon DuPont
|
40a06cac04
|
Updated tests; bumped mcp deps
|
2025-07-01 11:15:00 -04:00 |
|
Dillon DuPont
|
9b205d2a76
|
Updated TS commands
|
2025-07-01 11:13:47 -04:00 |
|
Dillon DuPont
|
684ca0f273
|
Added read/write text encoding and large text support
|
2025-07-01 11:08:45 -04:00 |
|
Dillon DuPont
|
2596341126
|
Filtered out mismatching kwargs
|
2025-07-01 10:58:45 -04:00 |
|
Dillon DuPont
|
3f4a2b76b4
|
Added append write
|
2025-07-01 10:58:24 -04:00 |
|
Dillon DuPont
|
3e6f61f54f
|
Refactored reused code in python interface
|
2025-07-01 10:57:55 -04:00 |
|
Dillon DuPont
|
213ca85c99
|
Merge branch 'main' into fix/largefiles
|
2025-07-01 09:59:29 -04:00 |
|
Morgan Dean
|
f4b6b5942b
|
Add homepage to ts libs
|
2025-06-30 11:41:26 -07:00 |
|
Morgan Dean
|
b0666df203
|
Rename @cua/ to @trycua/, move ts example to ./examples, rename workflows for better organization
|
2025-06-30 10:14:52 -07:00 |
|
Morgan Dean
|
8bfa8fbc92
|
move lume & lumier to single directories
|
2025-06-30 10:13:49 -07:00 |
|
Dillon DuPont
|
6a6ff87cdb
|
Added support for large file reading (#306)
|
2025-06-27 10:38:45 -04:00 |
|
Dillon DuPont
|
e61b92e0b9
|
Added backwards compat for winsandbox
|
2025-06-27 10:17:35 -04:00 |
|
Morgan Dean
|
718000f9c8
|
Merge branch 'main' into feature/computer/typescript
|
2025-06-26 12:55:34 -07:00 |
|
Morgan Dean
|
4625b65bab
|
Create (untested) npm deploy workflows
|
2025-06-25 16:19:25 -07:00 |
|
Morgan Dean
|
83499550e3
|
Move non-python libs to respective directories. Update workflows to use updated directories
|
2025-06-25 16:10:08 -07:00 |
|
Morgan Dean
|
d2874e078f
|
Create readme
|
2025-06-25 15:56:52 -07:00 |
|
Morgan Dean
|
3e4620431d
|
Create example for using @cua/computer with cloud container and openai
|
2025-06-25 15:54:24 -07:00 |
|
Morgan Dean
|
8f49e0e2bf
|
Update logging rules, authentication process for computer, update pnpm
|
2025-06-25 14:46:21 -07:00 |
|
Morgan Dean
|
0f917e2966
|
Fix some issues with the pnpm workspace, add readme & scripts
|
2025-06-25 11:52:01 -07:00 |
|
Dillon DuPont
|
fecaac0c9b
|
Merge branch 'main' into fix/returncode
|
2025-06-25 12:15:58 -04:00 |
|
Dillon DuPont
|
9774bcd3a7
|
Bump version for breaking change
|
2025-06-25 12:12:30 -04:00 |
|
Morgan Dean
|
519ff8d4a4
|
Merge branch 'main' into feature/computer/typescript
|
2025-06-24 10:43:19 -07:00 |
|
Morgan Dean
|
8d56233b3d
|
Finish setting up pnpm workspace
|
2025-06-23 16:20:30 -07:00 |
|
Morgan Dean
|
6401c12812
|
Fix linting
|
2025-06-23 16:19:25 -07:00 |
|