agent-rdp 0.6.3 → 0.6.5
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.
- package/CHANGELOG.md +14 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.6.5](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.6.4...agent-rdp-v0.6.5) (2026-02-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **agent-rdp:** Synchronize agent-rdp packages versions
|
|
9
|
+
|
|
10
|
+
## [0.6.4](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.6.3...agent-rdp-v0.6.4) (2026-02-26)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Maintenance
|
|
14
|
+
|
|
15
|
+
* **agent-rdp:** Synchronize agent-rdp packages versions
|
|
16
|
+
|
|
3
17
|
## [0.6.3](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.6.2...agent-rdp-v0.6.3) (2026-01-28)
|
|
4
18
|
|
|
5
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agent-rdp",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.5",
|
|
4
4
|
"description": "CLI tool for AI agents to control Windows Remote Desktop sessions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
},
|
|
40
40
|
"homepage": "https://github.com/thisnick/agent-rdp#readme",
|
|
41
41
|
"optionalDependencies": {
|
|
42
|
-
"@agent-rdp/darwin-arm64": "0.6.
|
|
43
|
-
"@agent-rdp/darwin-x64": "0.6.
|
|
44
|
-
"@agent-rdp/linux-x64": "0.6.
|
|
45
|
-
"@agent-rdp/linux-arm64": "0.6.
|
|
46
|
-
"@agent-rdp/win32-
|
|
47
|
-
"@agent-rdp/win32-
|
|
42
|
+
"@agent-rdp/darwin-arm64": "0.6.5",
|
|
43
|
+
"@agent-rdp/darwin-x64": "0.6.5",
|
|
44
|
+
"@agent-rdp/linux-x64": "0.6.5",
|
|
45
|
+
"@agent-rdp/linux-arm64": "0.6.5",
|
|
46
|
+
"@agent-rdp/win32-arm64": "0.6.5",
|
|
47
|
+
"@agent-rdp/win32-x64": "0.6.5"
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|
|
50
50
|
"build:ts": "tsc"
|