Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
".": "0.6.1",
"packages/agent-rdp": "0.6.1",
"packages/darwin-arm64": "0.6.1",
"packages/darwin-x64": "0.6.1",
"packages/linux-x64": "0.6.1",
"packages/linux-arm64": "0.6.1",
"packages/win32-x64": "0.6.1",
"packages/win32-arm64": "0.6.1"
".": "0.6.2",
"packages/agent-rdp": "0.6.2",
"packages/darwin-arm64": "0.6.2",
"packages/darwin-x64": "0.6.2",
"packages/linux-x64": "0.6.2",
"packages/linux-arm64": "0.6.2",
"packages/win32-x64": "0.6.2",
"packages/win32-arm64": "0.6.2"
}
12 changes: 12 additions & 0 deletions CHANGELOG-rust.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.6.2](https://github.com/thisnick/agent-rdp/compare/agent-rdp-rust-v0.6.1...agent-rdp-rust-v0.6.2) (2026-01-24)


### Features

* add AGENT_RDP_HOST and AGENT_RDP_PORT env vars, clean up env var docs ([#64](https://github.com/thisnick/agent-rdp/issues/64)) ([cd4370c](https://github.com/thisnick/agent-rdp/commit/cd4370c6ca3fcbb96c29fd8d1242628748b1723c))


### Bug Fixes

* remove skip-github-release to ensure tags are created for all components ([02948b4](https://github.com/thisnick/agent-rdp/commit/02948b4ca47d9a1b3a3ae2a746f8f7ff9586790c))

## [0.6.1](https://github.com/thisnick/agent-rdp/compare/agent-rdp-rust-v0.6.0...agent-rdp-rust-v0.6.1) (2026-01-24)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
]

[workspace.package]
version = "0.6.1" # x-release-please-version
version = "0.6.2" # x-release-please-version
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/anthropics/agent-rdp"
Expand Down
7 changes: 7 additions & 0 deletions packages/agent-rdp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.2](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.6.1...agent-rdp-v0.6.2) (2026-01-24)


### Maintenance

* **agent-rdp:** Synchronize agent-rdp packages versions

## [0.6.1](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.6.0...agent-rdp-v0.6.1) (2026-01-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/agent-rdp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agent-rdp",
"version": "0.6.1",
"version": "0.6.2",
"description": "CLI tool for AI agents to control Windows Remote Desktop sessions",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/darwin-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.2](https://github.com/thisnick/agent-rdp/compare/darwin-arm64-v0.6.1...darwin-arm64-v0.6.2) (2026-01-24)


### Miscellaneous Chores

* **darwin-arm64:** Synchronize agent-rdp packages versions

## [0.6.1](https://github.com/thisnick/agent-rdp/compare/darwin-arm64-v0.6.0...darwin-arm64-v0.6.1) (2026-01-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agent-rdp/darwin-arm64",
"version": "0.6.1",
"version": "0.6.2",
"description": "agent-rdp native binary for macOS ARM64 (Apple Silicon)",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/darwin-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.2](https://github.com/thisnick/agent-rdp/compare/darwin-x64-v0.6.1...darwin-x64-v0.6.2) (2026-01-24)


### Miscellaneous Chores

* **darwin-x64:** Synchronize agent-rdp packages versions

## [0.6.1](https://github.com/thisnick/agent-rdp/compare/darwin-x64-v0.6.0...darwin-x64-v0.6.1) (2026-01-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agent-rdp/darwin-x64",
"version": "0.6.1",
"version": "0.6.2",
"description": "agent-rdp native binary for macOS x64 (Intel)",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/linux-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.2](https://github.com/thisnick/agent-rdp/compare/linux-arm64-v0.6.1...linux-arm64-v0.6.2) (2026-01-24)


### Miscellaneous Chores

* **linux-arm64:** Synchronize agent-rdp packages versions

## [0.6.1](https://github.com/thisnick/agent-rdp/compare/linux-arm64-v0.6.0...linux-arm64-v0.6.1) (2026-01-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agent-rdp/linux-arm64",
"version": "0.6.1",
"version": "0.6.2",
"description": "agent-rdp native binary for Linux ARM64",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/linux-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.2](https://github.com/thisnick/agent-rdp/compare/linux-x64-v0.6.1...linux-x64-v0.6.2) (2026-01-24)


### Miscellaneous Chores

* **linux-x64:** Synchronize agent-rdp packages versions

## [0.6.1](https://github.com/thisnick/agent-rdp/compare/linux-x64-v0.6.0...linux-x64-v0.6.1) (2026-01-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agent-rdp/linux-x64",
"version": "0.6.1",
"version": "0.6.2",
"description": "agent-rdp native binary for Linux x64",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/win32-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.2](https://github.com/thisnick/agent-rdp/compare/win32-arm64-v0.6.1...win32-arm64-v0.6.2) (2026-01-24)


### Miscellaneous Chores

* **win32-arm64:** Synchronize agent-rdp packages versions

## [0.6.1](https://github.com/thisnick/agent-rdp/compare/win32-arm64-v0.6.0...win32-arm64-v0.6.1) (2026-01-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/win32-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agent-rdp/win32-arm64",
"version": "0.6.1",
"version": "0.6.2",
"description": "agent-rdp native binary for Windows ARM64",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/win32-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.2](https://github.com/thisnick/agent-rdp/compare/win32-x64-v0.6.1...win32-x64-v0.6.2) (2026-01-24)


### Miscellaneous Chores

* **win32-x64:** Synchronize agent-rdp packages versions

## [0.6.1](https://github.com/thisnick/agent-rdp/compare/win32-x64-v0.6.0...win32-x64-v0.6.1) (2026-01-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/win32-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agent-rdp/win32-x64",
"version": "0.6.1",
"version": "0.6.2",
"description": "agent-rdp native binary for Windows x64",
"repository": {
"type": "git",
Expand Down