@agentvault/agentvault 0.14.0 → 0.14.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.
package/dist/index.d.ts CHANGED
@@ -10,5 +10,5 @@ export { isUsingManagedRoutes } from "./openclaw-entry.js";
10
10
  export { handleSendRequest, handleActionRequest, handleStatusRequest } from "./http-handlers.js";
11
11
  export type { HandlerResult } from "./http-handlers.js";
12
12
  export type { OpenClawPluginApi, PluginRuntime, ChannelGatewayContext, ChannelOutboundPayloadContext, ReplyPayload, MessageSentEvent, SessionStartEvent, SessionEndEvent, AgentEventPayload, TranscriptUpdatePayload, } from "./openclaw-types.js";
13
- export declare const VERSION = "0.14.0";
13
+ export declare const VERSION = "0.14.1";
14
14
  //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -48804,7 +48804,7 @@ async function _handleInbound(params) {
48804
48804
  replyOptions: {}
48805
48805
  });
48806
48806
  }
48807
- var _ocRuntime, _channels, _usingManagedRoutes, agentVaultPlugin;
48807
+ var _ocRuntime, _channels, agentVaultPlugin;
48808
48808
  var init_openclaw_plugin = __esm({
48809
48809
  async "src/openclaw-plugin.ts"() {
48810
48810
  "use strict";
@@ -48813,7 +48813,6 @@ var init_openclaw_plugin = __esm({
48813
48813
  init_openclaw_compat();
48814
48814
  _ocRuntime = null;
48815
48815
  _channels = /* @__PURE__ */ new Map();
48816
- _usingManagedRoutes = false;
48817
48816
  agentVaultPlugin = {
48818
48817
  id: "agentvault",
48819
48818
  meta: {
@@ -48896,12 +48895,8 @@ var init_openclaw_plugin = __esm({
48896
48895
  });
48897
48896
  const httpPort = account.httpPort;
48898
48897
  channel.on("ready", () => {
48899
- if (!_usingManagedRoutes) {
48900
- channel.startHttpServer(httpPort);
48901
- _log?.(`[AgentVault] HTTP send server listening on http://127.0.0.1:${httpPort}`);
48902
- } else {
48903
- _log?.(`[AgentVault] using OpenClaw managed HTTP routes (skipping self-managed server)`);
48904
- }
48898
+ channel.startHttpServer(httpPort);
48899
+ _log?.(`[AgentVault] HTTP send server listening on http://127.0.0.1:${httpPort}`);
48905
48900
  });
48906
48901
  abortSignal?.addEventListener("abort", async () => {
48907
48902
  await channel.stop();
@@ -49094,7 +49089,7 @@ var init_index = __esm({
49094
49089
  init_openclaw_compat();
49095
49090
  init_openclaw_entry();
49096
49091
  init_http_handlers();
49097
- VERSION = "0.14.0";
49092
+ VERSION = "0.14.1";
49098
49093
  }
49099
49094
  });
49100
49095
  await init_index();