@denisixnpm/agent-rdp 0.0.1 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/CHANGELOG.md +270 -0
  2. package/README.md +525 -0
  3. package/bin/cli.js +61 -0
  4. package/dist/automation.d.ts +199 -0
  5. package/dist/automation.d.ts.map +1 -0
  6. package/dist/automation.js +309 -0
  7. package/dist/automation.js.map +1 -0
  8. package/dist/client.d.ts +45 -0
  9. package/dist/client.d.ts.map +1 -0
  10. package/dist/client.js +146 -0
  11. package/dist/client.js.map +1 -0
  12. package/dist/daemon.d.ts +32 -0
  13. package/dist/daemon.d.ts.map +1 -0
  14. package/dist/daemon.js +175 -0
  15. package/dist/daemon.js.map +1 -0
  16. package/dist/generated/AccessibilityElement.d.ts +47 -0
  17. package/dist/generated/AccessibilityElement.d.ts.map +1 -0
  18. package/dist/generated/AccessibilityElement.js +2 -0
  19. package/dist/generated/AccessibilityElement.js.map +1 -0
  20. package/dist/generated/AccessibilitySnapshot.d.ts +27 -0
  21. package/dist/generated/AccessibilitySnapshot.d.ts.map +1 -0
  22. package/dist/generated/AccessibilitySnapshot.js +2 -0
  23. package/dist/generated/AccessibilitySnapshot.js.map +1 -0
  24. package/dist/generated/AutomateRequest.d.ts +192 -0
  25. package/dist/generated/AutomateRequest.d.ts.map +1 -0
  26. package/dist/generated/AutomateRequest.js +2 -0
  27. package/dist/generated/AutomateRequest.js.map +1 -0
  28. package/dist/generated/AutomationHandshake.d.ts +26 -0
  29. package/dist/generated/AutomationHandshake.d.ts.map +1 -0
  30. package/dist/generated/AutomationHandshake.js +3 -0
  31. package/dist/generated/AutomationHandshake.js.map +1 -0
  32. package/dist/generated/AutomationScrollDirection.d.ts +5 -0
  33. package/dist/generated/AutomationScrollDirection.d.ts.map +1 -0
  34. package/dist/generated/AutomationScrollDirection.js +3 -0
  35. package/dist/generated/AutomationScrollDirection.js.map +1 -0
  36. package/dist/generated/AutomationStatus.d.ts +22 -0
  37. package/dist/generated/AutomationStatus.d.ts.map +1 -0
  38. package/dist/generated/AutomationStatus.js +3 -0
  39. package/dist/generated/AutomationStatus.js.map +1 -0
  40. package/dist/generated/ClickResult.d.ts +22 -0
  41. package/dist/generated/ClickResult.d.ts.map +1 -0
  42. package/dist/generated/ClickResult.js +3 -0
  43. package/dist/generated/ClickResult.js.map +1 -0
  44. package/dist/generated/ClipboardRequest.d.ts +10 -0
  45. package/dist/generated/ClipboardRequest.d.ts.map +1 -0
  46. package/dist/generated/ClipboardRequest.js +3 -0
  47. package/dist/generated/ClipboardRequest.js.map +1 -0
  48. package/dist/generated/ConnectRequest.d.ts +68 -0
  49. package/dist/generated/ConnectRequest.d.ts.map +1 -0
  50. package/dist/generated/ConnectRequest.js +2 -0
  51. package/dist/generated/ConnectRequest.js.map +1 -0
  52. package/dist/generated/ConnectionState.d.ts +5 -0
  53. package/dist/generated/ConnectionState.d.ts.map +1 -0
  54. package/dist/generated/ConnectionState.js +3 -0
  55. package/dist/generated/ConnectionState.js.map +1 -0
  56. package/dist/generated/DriveMapping.d.ts +14 -0
  57. package/dist/generated/DriveMapping.d.ts.map +1 -0
  58. package/dist/generated/DriveMapping.js +3 -0
  59. package/dist/generated/DriveMapping.js.map +1 -0
  60. package/dist/generated/DriveRequest.d.ts +9 -0
  61. package/dist/generated/DriveRequest.d.ts.map +1 -0
  62. package/dist/generated/DriveRequest.js +3 -0
  63. package/dist/generated/DriveRequest.js.map +1 -0
  64. package/dist/generated/ElementBounds.d.ts +10 -0
  65. package/dist/generated/ElementBounds.d.ts.map +1 -0
  66. package/dist/generated/ElementBounds.js +3 -0
  67. package/dist/generated/ElementBounds.js.map +1 -0
  68. package/dist/generated/ElementValue.d.ts +23 -0
  69. package/dist/generated/ElementValue.d.ts.map +1 -0
  70. package/dist/generated/ElementValue.js +2 -0
  71. package/dist/generated/ElementValue.js.map +1 -0
  72. package/dist/generated/ErrorCode.d.ts +5 -0
  73. package/dist/generated/ErrorCode.d.ts.map +1 -0
  74. package/dist/generated/ErrorCode.js +3 -0
  75. package/dist/generated/ErrorCode.js.map +1 -0
  76. package/dist/generated/ErrorInfo.d.ts +15 -0
  77. package/dist/generated/ErrorInfo.d.ts.map +1 -0
  78. package/dist/generated/ErrorInfo.js +2 -0
  79. package/dist/generated/ErrorInfo.js.map +1 -0
  80. package/dist/generated/FileIpcError.d.ts +14 -0
  81. package/dist/generated/FileIpcError.d.ts.map +1 -0
  82. package/dist/generated/FileIpcError.js +3 -0
  83. package/dist/generated/FileIpcError.js.map +1 -0
  84. package/dist/generated/FileIpcRequest.d.ts +18 -0
  85. package/dist/generated/FileIpcRequest.d.ts.map +1 -0
  86. package/dist/generated/FileIpcRequest.js +3 -0
  87. package/dist/generated/FileIpcRequest.js.map +1 -0
  88. package/dist/generated/FileIpcResponse.d.ts +27 -0
  89. package/dist/generated/FileIpcResponse.d.ts.map +1 -0
  90. package/dist/generated/FileIpcResponse.js +2 -0
  91. package/dist/generated/FileIpcResponse.js.map +1 -0
  92. package/dist/generated/ImageFormat.d.ts +5 -0
  93. package/dist/generated/ImageFormat.d.ts.map +1 -0
  94. package/dist/generated/ImageFormat.js +3 -0
  95. package/dist/generated/ImageFormat.js.map +1 -0
  96. package/dist/generated/KeyboardRequest.d.ts +17 -0
  97. package/dist/generated/KeyboardRequest.d.ts.map +1 -0
  98. package/dist/generated/KeyboardRequest.js +3 -0
  99. package/dist/generated/KeyboardRequest.js.map +1 -0
  100. package/dist/generated/LocateRequest.d.ts +23 -0
  101. package/dist/generated/LocateRequest.d.ts.map +1 -0
  102. package/dist/generated/LocateRequest.js +3 -0
  103. package/dist/generated/LocateRequest.js.map +1 -0
  104. package/dist/generated/LocateResult.d.ts +15 -0
  105. package/dist/generated/LocateResult.d.ts.map +1 -0
  106. package/dist/generated/LocateResult.js +2 -0
  107. package/dist/generated/LocateResult.js.map +1 -0
  108. package/dist/generated/MappedDrive.d.ts +14 -0
  109. package/dist/generated/MappedDrive.d.ts.map +1 -0
  110. package/dist/generated/MappedDrive.js +3 -0
  111. package/dist/generated/MappedDrive.js.map +1 -0
  112. package/dist/generated/MouseButton.d.ts +5 -0
  113. package/dist/generated/MouseButton.d.ts.map +1 -0
  114. package/dist/generated/MouseButton.js +3 -0
  115. package/dist/generated/MouseButton.js.map +1 -0
  116. package/dist/generated/MouseRequest.d.ts +38 -0
  117. package/dist/generated/MouseRequest.d.ts.map +1 -0
  118. package/dist/generated/MouseRequest.js +2 -0
  119. package/dist/generated/MouseRequest.js.map +1 -0
  120. package/dist/generated/OcrMatch.d.ts +34 -0
  121. package/dist/generated/OcrMatch.d.ts.map +1 -0
  122. package/dist/generated/OcrMatch.js +3 -0
  123. package/dist/generated/OcrMatch.js.map +1 -0
  124. package/dist/generated/Request.d.ts +40 -0
  125. package/dist/generated/Request.d.ts.map +1 -0
  126. package/dist/generated/Request.js +2 -0
  127. package/dist/generated/Request.js.map +1 -0
  128. package/dist/generated/Response.d.ts +20 -0
  129. package/dist/generated/Response.d.ts.map +1 -0
  130. package/dist/generated/Response.js +2 -0
  131. package/dist/generated/Response.js.map +1 -0
  132. package/dist/generated/ResponseData.d.ts +92 -0
  133. package/dist/generated/ResponseData.d.ts.map +1 -0
  134. package/dist/generated/ResponseData.js +2 -0
  135. package/dist/generated/ResponseData.js.map +1 -0
  136. package/dist/generated/RunPollResult.d.ts +26 -0
  137. package/dist/generated/RunPollResult.d.ts.map +1 -0
  138. package/dist/generated/RunPollResult.js +3 -0
  139. package/dist/generated/RunPollResult.js.map +1 -0
  140. package/dist/generated/RunResult.d.ts +22 -0
  141. package/dist/generated/RunResult.d.ts.map +1 -0
  142. package/dist/generated/RunResult.js +3 -0
  143. package/dist/generated/RunResult.js.map +1 -0
  144. package/dist/generated/ScreenshotRequest.d.ts +11 -0
  145. package/dist/generated/ScreenshotRequest.d.ts.map +1 -0
  146. package/dist/generated/ScreenshotRequest.js +2 -0
  147. package/dist/generated/ScreenshotRequest.js.map +1 -0
  148. package/dist/generated/ScrollDirection.d.ts +5 -0
  149. package/dist/generated/ScrollDirection.d.ts.map +1 -0
  150. package/dist/generated/ScrollDirection.js +3 -0
  151. package/dist/generated/ScrollDirection.js.map +1 -0
  152. package/dist/generated/ScrollRequest.d.ts +20 -0
  153. package/dist/generated/ScrollRequest.d.ts.map +1 -0
  154. package/dist/generated/ScrollRequest.js +2 -0
  155. package/dist/generated/ScrollRequest.js.map +1 -0
  156. package/dist/generated/SessionInfo.d.ts +35 -0
  157. package/dist/generated/SessionInfo.d.ts.map +1 -0
  158. package/dist/generated/SessionInfo.js +2 -0
  159. package/dist/generated/SessionInfo.js.map +1 -0
  160. package/dist/generated/SessionSummary.d.ts +19 -0
  161. package/dist/generated/SessionSummary.d.ts.map +1 -0
  162. package/dist/generated/SessionSummary.js +2 -0
  163. package/dist/generated/SessionSummary.js.map +1 -0
  164. package/dist/generated/WaitState.d.ts +5 -0
  165. package/dist/generated/WaitState.d.ts.map +1 -0
  166. package/dist/generated/WaitState.js +3 -0
  167. package/dist/generated/WaitState.js.map +1 -0
  168. package/dist/generated/WindowAction.d.ts +5 -0
  169. package/dist/generated/WindowAction.d.ts.map +1 -0
  170. package/dist/generated/WindowAction.js +3 -0
  171. package/dist/generated/WindowAction.js.map +1 -0
  172. package/dist/generated/WindowInfo.d.ts +31 -0
  173. package/dist/generated/WindowInfo.d.ts.map +1 -0
  174. package/dist/generated/WindowInfo.js +2 -0
  175. package/dist/generated/WindowInfo.js.map +1 -0
  176. package/dist/generated/index.d.ts +41 -0
  177. package/dist/generated/index.d.ts.map +1 -0
  178. package/dist/generated/index.js +3 -0
  179. package/dist/generated/index.js.map +1 -0
  180. package/dist/index.d.ts +211 -0
  181. package/dist/index.d.ts.map +1 -0
  182. package/dist/index.js +341 -0
  183. package/dist/index.js.map +1 -0
  184. package/dist/types.d.ts +125 -0
  185. package/dist/types.d.ts.map +1 -0
  186. package/dist/types.js +17 -0
  187. package/dist/types.js.map +1 -0
  188. package/models/text-detection.rten +0 -0
  189. package/models/text-recognition.rten +0 -0
  190. package/package.json +52 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,270 @@
1
+ # Changelog
2
+
3
+ ## [0.7.1](https://github.com/denisix/agent-rdp/compare/agent-rdp-v0.7.0...agent-rdp-v0.7.1) (2026-08-14)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **agent-rdp:** Synchronize agent-rdp packages versions
9
+
10
+ ## [0.7.0](https://github.com/denisix/agent-rdp/compare/agent-rdp-v0.6.5...agent-rdp-v0.7.0) (2026-08-14)
11
+
12
+
13
+ ### ⚠ BREAKING CHANGES
14
+
15
+ * publish under the @denisixnpm npm scope
16
+ * publish under @denisix/agent-rdp scope with credit to original author
17
+ * restructure to pnpm workspaces with platform-specific packages ([#33](https://github.com/denisix/agent-rdp/issues/33))
18
+
19
+ ### Features
20
+
21
+ * add IPC schema type generation with ts-rs ([#48](https://github.com/denisix/agent-rdp/issues/48)) ([2f2953a](https://github.com/denisix/agent-rdp/commit/2f2953a3abe816b71b8d43252af622ac22a5ec5d))
22
+ * add path option to Node SDK screenshot() to avoid base64 overhead ([a66e33e](https://github.com/denisix/agent-rdp/commit/a66e33ea02c6b929d438853ad080c7af2351adc7))
23
+ * restructure to pnpm workspaces with platform-specific packages ([#33](https://github.com/denisix/agent-rdp/issues/33)) ([79f6474](https://github.com/denisix/agent-rdp/commit/79f647472479fc19db33383278116f03097d30ce))
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * bind stream server to loopback and restrict IPC socket perms ([f52322c](https://github.com/denisix/agent-rdp/commit/f52322c61c62c9ffe97902dcaa4f1248b840b9a8))
29
+ * bundle models in platform packages and use pnpm publish ([#37](https://github.com/denisix/agent-rdp/issues/37)) ([1010de2](https://github.com/denisix/agent-rdp/commit/1010de2410b0e4881f3cfe39ebbd729b6fc19210))
30
+ * honour stream_fps and stream_port from connect requests ([94c96a3](https://github.com/denisix/agent-rdp/commit/94c96a396738df56366b5116c85e531225d87fa8))
31
+ * quote automate run arguments, support --shell, add streaming output ([f2a7907](https://github.com/denisix/agent-rdp/commit/f2a790793a5aa41cc19b778c33ca4561bae423b8))
32
+ * restore binary exec bit at runtime and dedupe OCR models ([53276fc](https://github.com/denisix/agent-rdp/commit/53276fccec8bfb815265bfe02fd6718f0cda906c))
33
+
34
+
35
+ ### Maintenance
36
+
37
+ * publish under @denisix/agent-rdp scope with credit to original author ([57e825e](https://github.com/denisix/agent-rdp/commit/57e825e33f5c4594dca542c17e107c765789ff86))
38
+ * publish under the [@denisixnpm](https://github.com/denisixnpm) npm scope ([5db752e](https://github.com/denisix/agent-rdp/commit/5db752e3acf917f25c5af6a1f9330638f7817ce7))
39
+
40
+ ## [0.6.5](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.6.4...agent-rdp-v0.6.5) (2026-02-26)
41
+
42
+
43
+ ### Maintenance
44
+
45
+ * **agent-rdp:** Synchronize agent-rdp packages versions
46
+
47
+ ## [0.6.4](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.6.3...agent-rdp-v0.6.4) (2026-02-26)
48
+
49
+
50
+ ### Maintenance
51
+
52
+ * **agent-rdp:** Synchronize agent-rdp packages versions
53
+
54
+ ## [0.6.3](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.6.2...agent-rdp-v0.6.3) (2026-01-28)
55
+
56
+
57
+ ### Maintenance
58
+
59
+ * **agent-rdp:** Synchronize agent-rdp packages versions
60
+
61
+ ## [0.6.2](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.6.1...agent-rdp-v0.6.2) (2026-01-24)
62
+
63
+
64
+ ### Maintenance
65
+
66
+ * **agent-rdp:** Synchronize agent-rdp packages versions
67
+
68
+ ## [0.6.1](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.6.0...agent-rdp-v0.6.1) (2026-01-24)
69
+
70
+
71
+ ### Maintenance
72
+
73
+ * **agent-rdp:** Synchronize agent-rdp packages versions
74
+
75
+ ## [0.6.0](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.5.3...agent-rdp-v0.6.0) (2026-01-24)
76
+
77
+
78
+ ### Maintenance
79
+
80
+ * **agent-rdp:** Synchronize agent-rdp packages versions
81
+
82
+ ## [0.5.3](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.5.2...agent-rdp-v0.5.3) (2026-01-24)
83
+
84
+
85
+ ### Features
86
+
87
+ * add IPC schema type generation with ts-rs ([#48](https://github.com/thisnick/agent-rdp/issues/48)) ([2f2953a](https://github.com/thisnick/agent-rdp/commit/2f2953a3abe816b71b8d43252af622ac22a5ec5d))
88
+
89
+ ## [0.5.2](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.5.1...agent-rdp-v0.5.2) (2026-01-23)
90
+
91
+
92
+ ### Maintenance
93
+
94
+ * **agent-rdp:** Synchronize agent-rdp packages versions
95
+
96
+ ## [0.5.0](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.4.0...agent-rdp-v0.5.0) (2026-01-23)
97
+
98
+
99
+ ### ⚠ BREAKING CHANGES
100
+
101
+ * restructure to pnpm workspaces with platform-specific packages ([#33](https://github.com/thisnick/agent-rdp/issues/33))
102
+
103
+ ### Features
104
+
105
+ * restructure to pnpm workspaces with platform-specific packages ([#33](https://github.com/thisnick/agent-rdp/issues/33)) ([79f6474](https://github.com/thisnick/agent-rdp/commit/79f647472479fc19db33383278116f03097d30ce))
106
+
107
+ ## [0.4.0](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.3.5...agent-rdp-v0.4.0) (2026-01-23)
108
+
109
+
110
+ ### ⚠ BREAKING CHANGES
111
+
112
+ * The `invoke` automation command has been renamed to `click`.
113
+
114
+ ### Features
115
+
116
+ * rename invoke to click with mouse-based implementation ([#30](https://github.com/thisnick/agent-rdp/issues/30)) ([e265697](https://github.com/thisnick/agent-rdp/commit/e265697d8207429318170a960dfe7520e082563c))
117
+
118
+
119
+ ### Bug Fixes
120
+
121
+ * set working directory to user profile for run command ([dde0b6c](https://github.com/thisnick/agent-rdp/commit/dde0b6c8522dfc2221eb50e1e4d45aac9a1add11))
122
+ * set working directory to user profile for run command ([e94ce33](https://github.com/thisnick/agent-rdp/commit/e94ce33556a73d354a702236c6175ea196bfc8b2))
123
+
124
+ ## [0.3.5](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.3.4...agent-rdp-v0.3.5) (2026-01-23)
125
+
126
+
127
+ ### Features
128
+
129
+ * improve snapshot defaults with depth limit and truncation indicator ([ae01dcb](https://github.com/thisnick/agent-rdp/commit/ae01dcbcf5d3311d6cef8e60470ca81914d14b41))
130
+ * improve snapshot defaults with depth limit and truncation indicator ([8d2a84c](https://github.com/thisnick/agent-rdp/commit/8d2a84cc713f8cd1c60768b57b289901e6b9ef0d))
131
+
132
+ ## [0.3.4](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.3.3...agent-rdp-v0.3.4) (2026-01-23)
133
+
134
+
135
+ ### Features
136
+
137
+ * add --process-timeout flag to automate run command ([fe2ca21](https://github.com/thisnick/agent-rdp/commit/fe2ca2170d518afba94e98971db04b1303a0bdcc))
138
+ * add --process-timeout flag to automate run command ([ef0625c](https://github.com/thisnick/agent-rdp/commit/ef0625cd24b6507063b560b6485ffcd1bc86d96c))
139
+ * add WebSocket clipboard support and serve viewer from daemon ([a44d4f9](https://github.com/thisnick/agent-rdp/commit/a44d4f983f743ce2615d2ee71a6dbbacadd50ca6))
140
+ * add WebSocket clipboard support and serve viewer from daemon ([058c8c5](https://github.com/thisnick/agent-rdp/commit/058c8c5888f50fb1f7ed6b51def50a8e86f5aacc))
141
+
142
+ ## [0.3.3](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.3.2...agent-rdp-v0.3.3) (2026-01-22)
143
+
144
+
145
+ ### Features
146
+
147
+ * improve CLI, docs, and fix window pattern matching ([ce2e82b](https://github.com/thisnick/agent-rdp/commit/ce2e82ba2e4c8fb37e2e22db87dafa3c4791749f))
148
+ * improve CLI, docs, and fix window pattern matching ([a2354f8](https://github.com/thisnick/agent-rdp/commit/a2354f8e05eed7c00be80909f2b245c20da7fc14))
149
+
150
+ ## [0.3.2](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.3.1...agent-rdp-v0.3.2) (2026-01-22)
151
+
152
+
153
+ ### Refactoring
154
+
155
+ * consolidate locate and locateAll into single locate method ([165edd6](https://github.com/thisnick/agent-rdp/commit/165edd65b0d4cabde3a8550a20d41ca24aa2e713))
156
+ * consolidate locate and locateAll into single locate method ([8336215](https://github.com/thisnick/agent-rdp/commit/83362152a427ce88472d50efad4115602ff551dc))
157
+
158
+ ## [0.3.1](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.3.0...agent-rdp-v0.3.1) (2026-01-22)
159
+
160
+
161
+ ### Bug Fixes
162
+
163
+ * improve keyboard typing reliability and release locks during sleeps ([50835c2](https://github.com/thisnick/agent-rdp/commit/50835c2a50f2c585fa5414556e0e4b2a0f90653c))
164
+ * improve keyboard typing reliability and release locks during sleeps ([5b0a066](https://github.com/thisnick/agent-rdp/commit/5b0a06695bef15f4a63a258db1c302bf78a51f55))
165
+
166
+ ## [0.3.0](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.2.3...agent-rdp-v0.3.0) (2026-01-22)
167
+
168
+
169
+ ### ⚠ BREAKING CHANGES
170
+
171
+ * Remove click/double-click/right-click/check commands in favor of native UI Automation patterns.
172
+
173
+ ### Features
174
+
175
+ * replace mouse-based automation with native UI Automation patterns ([715f9bb](https://github.com/thisnick/agent-rdp/commit/715f9bbf34e5d666b8f1ca8207a517f628676c0b))
176
+
177
+ ## [0.2.3](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.2.2...agent-rdp-v0.2.3) (2026-01-21)
178
+
179
+
180
+ ### Bug Fixes
181
+
182
+ * sync Cargo.toml version and add release-please marker ([ed43da7](https://github.com/thisnick/agent-rdp/commit/ed43da710134135ea845b72699c57d9039ca1d07))
183
+
184
+
185
+ ### Refactoring
186
+
187
+ * split rdpdr_backend.rs and add ocrs documentation ([bf9dbc5](https://github.com/thisnick/agent-rdp/commit/bf9dbc5b9856a84aa12d3f63a3db63df8ec37547))
188
+ * split rdpdr_backend.rs into smaller modules ([e98bccd](https://github.com/thisnick/agent-rdp/commit/e98bccd525767fc560bdee2767dc6c0c45b8bef1))
189
+
190
+
191
+ ### Documentation
192
+
193
+ * add automation TypeScript API and architecture explanation ([bd1ab85](https://github.com/thisnick/agent-rdp/commit/bd1ab85bece551eb2ddb8f5b80358a75eb9d01f4))
194
+ * add automation TypeScript API and architecture explanation ([107e672](https://github.com/thisnick/agent-rdp/commit/107e672f4743ebc6b7ddbd3c53012cdb4a7277e8))
195
+ * mention ocrs library for OCR ([a35a8a4](https://github.com/thisnick/agent-rdp/commit/a35a8a45e7ae0e995e89a53a167ccc35d348e742))
196
+
197
+ ## [0.2.2](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.2.1...agent-rdp-v0.2.2) (2026-01-21)
198
+
199
+
200
+ ### Features
201
+
202
+ * add OCR-based text location with locate command ([7a90d3c](https://github.com/thisnick/agent-rdp/commit/7a90d3c0ce960e599a8170940279890deb548ee1))
203
+ * Windows UI Automation and OCR text location ([73ff0d1](https://github.com/thisnick/agent-rdp/commit/73ff0d13ce332728fcbcc914782b5a01df2bc975))
204
+
205
+
206
+ ### Bug Fixes
207
+
208
+ * add local logging for PowerShell agent debugging ([a272f2e](https://github.com/thisnick/agent-rdp/commit/a272f2e4635b942dec53228a9b2ebc1338ba70af))
209
+ * make request writes atomic and remove Rust-side file deletion ([e2c72e8](https://github.com/thisnick/agent-rdp/commit/e2c72e82e50b1657d2c8f10e0ebcd7dcf8dd3cef))
210
+ * remove postinstall script since binaries are bundled ([f6f57ba](https://github.com/thisnick/agent-rdp/commit/f6f57bab89263d06521cf8a0bb00373232affabf))
211
+ * remove truncation of name and value in snapshot output ([2e5b1fc](https://github.com/thisnick/agent-rdp/commit/2e5b1fcc15e9bd9122d23b8ab87f0a5da2dafa38))
212
+
213
+ ## [0.2.1](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.2.0...agent-rdp-v0.2.1) (2026-01-21)
214
+
215
+
216
+ ### Features
217
+
218
+ * add Windows UI Automation support ([0ebde33](https://github.com/thisnick/agent-rdp/commit/0ebde334fb363ef4b381f4b959068b77880554dc))
219
+ * hide PowerShell agent window completely (no taskbar icon) ([3fb273c](https://github.com/thisnick/agent-rdp/commit/3fb273c91d5eaa439beae0c0ade94142b2595e65))
220
+ * improve snapshot to enumerate all windows via EnumWindows ([e6c8c40](https://github.com/thisnick/agent-rdp/commit/e6c8c409ef61c869f0c2b659670963bc7f7a6dac))
221
+ * set PowerShell agent window title to "agent-rdp automation" ([d59acce](https://github.com/thisnick/agent-rdp/commit/d59acce867c106ed580d2c57b1b5716645503c69))
222
+ * Windows UI Automation with improved IPC reliability ([c3180dc](https://github.com/thisnick/agent-rdp/commit/c3180dc37bfefb67cff5f1051b05324e69aa2586))
223
+
224
+
225
+ ### Bug Fixes
226
+
227
+ * add explicit flush after IPC writes to prevent hanging ([330543f](https://github.com/thisnick/agent-rdp/commit/330543f5dfe2e9bb062b1ea9539b5cef3cfb23c6))
228
+ * improve automation error handling and reduce log noise ([a670a9e](https://github.com/thisnick/agent-rdp/commit/a670a9e6e4c98ee25df802341cdd9900985421af))
229
+ * IPC flush, Windows timeout, and ESLint ([9967b67](https://github.com/thisnick/agent-rdp/commit/9967b67c854abe478a2f890761b598fd18c3bca6))
230
+ * resolve RDPDR race conditions in file IPC ([db8fa5a](https://github.com/thisnick/agent-rdp/commit/db8fa5aeee36de5142996b85b9ef89527e0ccf00))
231
+ * Windows IPC timeout and remove unused wrapper scripts ([950c761](https://github.com/thisnick/agent-rdp/commit/950c761f0818d42040991fe38c172c0ee405488e))
232
+
233
+
234
+ ### Refactoring
235
+
236
+ * modularize PowerShell agent and add linting ([2513dbf](https://github.com/thisnick/agent-rdp/commit/2513dbf802dbcf4b1005238f3e34bc2f61ba5790))
237
+ * simplify snapshot to use RootElement + RawViewWalker ([60a61d0](https://github.com/thisnick/agent-rdp/commit/60a61d058c7010b99931e2124d82c50c54f5ca82))
238
+
239
+
240
+ ### Documentation
241
+
242
+ * document Start menu limitation and improve run examples ([79df70b](https://github.com/thisnick/agent-rdp/commit/79df70bbe717239c179ac294ca729432450aa3a1))
243
+
244
+ ## [0.2.0](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.1.4...agent-rdp-v0.2.0) (2026-01-20)
245
+
246
+
247
+ ### ⚠ BREAKING CHANGES
248
+
249
+ * JS API now uses object-style parameters
250
+
251
+ ### Features
252
+
253
+ * Add Windows RDPDR backend for drive redirection with associated build and release configurations. ([2143b45](https://github.com/thisnick/agent-rdp/commit/2143b45ca34445693b882697d75feb79853047a5))
254
+ * Implement cross-platform native binary release workflow and runtime wrappers. ([ccf2d92](https://github.com/thisnick/agent-rdp/commit/ccf2d9283d14ecb5df1d37434cc1ddbf9804701d))
255
+ * v0.2.0 API improvements and release automation ([3fec7b5](https://github.com/thisnick/agent-rdp/commit/3fec7b5a0c3b90e4c2ae640eb5125d349b6656dd))
256
+
257
+
258
+ ### Bug Fixes
259
+
260
+ * integrate build and npm publish into release-please workflow ([c236942](https://github.com/thisnick/agent-rdp/commit/c236942a1d4ed52b0b93f5bd519a460c128a08e4))
261
+ * integrate build and npm publish into release-please workflow ([18f91cc](https://github.com/thisnick/agent-rdp/commit/18f91cc4623ff5261b3969fd4e6af343d2fca16d))
262
+ * reset version to 0.1.4 for proper 0.2.0 release ([604789b](https://github.com/thisnick/agent-rdp/commit/604789bde09f35ca57bec53e45637d52b10f2a4d))
263
+ * reset version to 0.1.4 for proper 0.2.0 release ([c914a87](https://github.com/thisnick/agent-rdp/commit/c914a876aa8e517e339a7315c0931c8e9e40bdad))
264
+
265
+
266
+ ### Documentation
267
+
268
+ * update SKILL.md for v0.2.0 API changes ([b6bfea6](https://github.com/thisnick/agent-rdp/commit/b6bfea621be360d7f0685f01bed86dc000834dc9))
269
+
270
+ ## Changelog