@remcp/runtime 0.2.42 → 0.2.44

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 (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.44 — 2026-09-19
4
+
5
+ - Lockstep compatibility release with the ReMCP client. Runtime behavior is unchanged from 0.2.43; the pair stays on one immutable version while the client adds versioned config migrations and cross-platform background-service recovery for legacy installations.
6
+
7
+ ## 0.2.43 — 2026-09-19
8
+
9
+ - Lockstep patch release with the ReMCP client. Runtime behavior is unchanged from 0.2.42; the release keeps client and runtime on the same immutable version while the client fixes automatic reconnect after a temporary device pause.
10
+
3
11
  ## 0.2.36 — 2026-09-18
4
12
 
5
13
  - Documentation and runtime introspection now describe the current 44-tool local surface instead of
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remcp/runtime",
3
- "version": "0.2.42",
3
+ "version": "0.2.44",
4
4
  "description": "First-party ReMCP local device runtime: file, search, terminal and process tools over MCP for computers paired with ReMCP.",
5
5
  "type": "module",
6
6
  "license": "MIT",