@amaster.ai/employee-runtime-connector 0.1.1-beta.145 → 0.1.1-beta.147

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.
@@ -19570,6 +19570,7 @@ function createManagedPiMcpProfileApi(options = {}) {
19570
19570
  "wiki_list_pages"
19571
19571
  ]);
19572
19572
  const FULL_DIRECT_TYPED_V1_BASE_TOOL_NAMES = /* @__PURE__ */ new Set([
19573
+ "runtime_action.list",
19573
19574
  "runtime_action.describe",
19574
19575
  "runtime_action.prepare",
19575
19576
  "runtime_action.submit",
@@ -29523,7 +29524,7 @@ function createSourceCompletionStopPolicy({
29523
29524
  }
29524
29525
 
29525
29526
  // src/amaster-runtime-daemon.mjs
29526
- var CONNECTOR_VERSION = "0.1.1-beta.145";
29527
+ var CONNECTOR_VERSION = "0.1.1-beta.147";
29527
29528
  var CONNECTOR_CONTRACT_VERSION = "2026-06-04.v1";
29528
29529
  var SOURCE_ACQUISITION_CAPABILITY2 = source_acquisition_compatibility_default.profileVersion;
29529
29530
  var daemonRequire = createRequire(import.meta.url);
@@ -7,7 +7,7 @@ import { homedir, hostname } from "node:os";
7
7
  import { fileURLToPath } from "node:url";
8
8
  import { BUILD_SUPPORTED_CAPABILITIES } from "./amaster-runtime-daemon/capability-registry.mjs";
9
9
 
10
- const CONNECTOR_VERSION = "0.1.1-beta.145";
10
+ const CONNECTOR_VERSION = "0.1.1-beta.147";
11
11
 
12
12
  const CONFIG_KEY_MAP = new Map([
13
13
  ["server_url", "AMASTER_EMPLOYEE_SERVER_URL"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amaster.ai/employee-runtime-connector",
3
- "version": "0.1.1-beta.145",
3
+ "version": "0.1.1-beta.147",
4
4
  "description": "MirrorX runtime connector CLI and daemon",
5
5
  "license": "MIT",
6
6
  "type": "module",