@interactive-inc/claude-funnel 0.59.0 → 0.59.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/bin.js +474 -461
- package/dist/claude.d.ts +3 -3
- package/dist/claude.js +2 -2
- package/dist/connectors/gh.d.ts +1 -1
- package/dist/connectors/gh.js +2 -2
- package/dist/{file-process-guard-B3IFCj_G.d.ts → file-process-guard-JhFpmHYo.d.ts} +2 -2
- package/dist/gateway/daemon.js +264 -251
- package/dist/{gateway-base-url-6foMXfFf.js → gateway-base-url-DxVjjDoW.js} +1 -1
- package/dist/gateway.d.ts +1 -1
- package/dist/gateway.js +2 -2
- package/dist/{gh-connector-schema-DUcZgN2Q.js → gh-connector-schema-ClPLSYD9.js} +34 -1
- package/dist/{gh-listener-Dsx6AmhH.js → gh-listener-B2I4s8qh.js} +1 -1
- package/dist/{index-Conbxl5O.d.ts → index-D7mjirUL.d.ts} +11 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +14 -5
- package/dist/{local-config-sync--f739oCJ.d.ts → local-config-sync-BGPAS9Be.d.ts} +1 -1
- package/dist/local-config.d.ts +2 -2
- package/dist/{memory-diagnostic-log-5LzwJ_F7.js → memory-diagnostic-log-B9Us7X05.js} +2 -2
- package/dist/{memory-token-prompter-BlFwK9k7.d.ts → memory-token-prompter-CcShtF8B.d.ts} +1 -1
- package/dist/{process-runner-Cx5O_fTf.d.ts → process-runner-DIm1cy95.d.ts} +4 -1
- package/dist/{yaml-render-C9Hhjk-0.js → yaml-render-cZu6CxkE.js} +41 -8
- package/package.json +1 -1
package/dist/claude.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as ProcessGuard, c as ChannelResolver, i as SessionStore, n as FunnelClaude, o as McpInstaller, r as LaunchOptions, s as GatewayController, t as FileProcessGuard } from "./file-process-guard-
|
|
1
|
+
import { a as ProcessGuard, c as ChannelResolver, i as SessionStore, n as FunnelClaude, o as McpInstaller, r as LaunchOptions, s as GatewayController, t as FileProcessGuard } from "./file-process-guard-JhFpmHYo.js";
|
|
2
2
|
import { n as FunnelFileSystem } from "./file-system-DxpnnUVb.js";
|
|
3
3
|
import { t as FunnelProfiles } from "./profiles-g2qGVOWv.js";
|
|
4
|
-
import { C as profileSpecSchema, S as localConfigSchema, _ as LOCAL_CONFIG_FILENAME, b as channelSpecSchema, g as ConnectorSpec, h as ChannelSpec, i as FunnelTokenPrompter, m as FunnelLocalConfig, n as FunnelLocalConfigSync, r as LocalConfigSyncResult, t as ConnectorSyncOutcome, v as LocalConfig, x as connectorSpecSchema, y as ProfileSpec } from "./local-config-sync
|
|
5
|
-
import { i as funnelJsonSchema, n as NodeFunnelTokenPrompter, r as FunnelLocalConfigWriter, t as MemoryFunnelTokenPrompter } from "./memory-token-prompter-
|
|
4
|
+
import { C as profileSpecSchema, S as localConfigSchema, _ as LOCAL_CONFIG_FILENAME, b as channelSpecSchema, g as ConnectorSpec, h as ChannelSpec, i as FunnelTokenPrompter, m as FunnelLocalConfig, n as FunnelLocalConfigSync, r as LocalConfigSyncResult, t as ConnectorSyncOutcome, v as LocalConfig, x as connectorSpecSchema, y as ProfileSpec } from "./local-config-sync-BGPAS9Be.js";
|
|
5
|
+
import { i as funnelJsonSchema, n as NodeFunnelTokenPrompter, r as FunnelLocalConfigWriter, t as MemoryFunnelTokenPrompter } from "./memory-token-prompter-CcShtF8B.js";
|
|
6
6
|
|
|
7
7
|
//#region lib/engine/mcp/mcp.d.ts
|
|
8
8
|
declare const FUNNEL_MCP_COMMAND = "bun";
|
package/dist/claude.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { f as settingsSchema, s as resolveFunnelPort, t as gatewayLoopbackUrl } from "./gateway-base-url-
|
|
2
|
-
import { a as FunnelMcp, i as FUNNEL_MCP_NAME, n as FUNNEL_MCP_ARGS, o as FileProcessGuard, r as FUNNEL_MCP_COMMAND, s as FunnelClaude, t as renderYaml } from "./yaml-render-
|
|
1
|
+
import { f as settingsSchema, s as resolveFunnelPort, t as gatewayLoopbackUrl } from "./gateway-base-url-DxVjjDoW.js";
|
|
2
|
+
import { a as FunnelMcp, i as FUNNEL_MCP_NAME, n as FUNNEL_MCP_ARGS, o as FileProcessGuard, r as FUNNEL_MCP_COMMAND, s as FunnelClaude, t as renderYaml } from "./yaml-render-cZu6CxkE.js";
|
|
3
3
|
import { t as FunnelDocs } from "./funnel-docs-ng5K8w4j.js";
|
|
4
4
|
import { a as FunnelLocalConfig, c as connectorSpecSchema, i as FunnelTokenPrompter, l as localConfigSchema, n as NodeFunnelTokenPrompter, o as LOCAL_CONFIG_FILENAME, r as FunnelLocalConfigSync, s as channelSpecSchema, t as funnelJsonSchema, u as profileSpecSchema } from "./local-config-json-schema-DE1zkMcb.js";
|
|
5
5
|
import { t as FunnelProfiles } from "./profiles-MnXvYfZF.js";
|
package/dist/connectors/gh.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { S as FunnelLogger, b as FunnelConnectorListener, o as ConnectorDiagnosticLog, x as NotifyFn } from "../diagnostic-log-Cb3v8P7p.js";
|
|
2
|
-
import { r as FunnelProcessRunner } from "../process-runner-
|
|
2
|
+
import { r as FunnelProcessRunner } from "../process-runner-DIm1cy95.js";
|
|
3
3
|
import { n as FunnelConnectorAdapter, t as CallInput } from "../connector-adapter-DGacCppE.js";
|
|
4
4
|
import { n as ghConnectorSchema, t as GhConnectorConfig } from "../gh-connector-schema-CZzwzvqY.js";
|
|
5
5
|
|
package/dist/connectors/gh.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { t as ghConnectorSchema } from "../gh-connector-schema-
|
|
2
|
-
import { n as FunnelGhAdapter, t as FunnelGhListener } from "../gh-listener-
|
|
1
|
+
import { t as ghConnectorSchema } from "../gh-connector-schema-ClPLSYD9.js";
|
|
2
|
+
import { n as FunnelGhAdapter, t as FunnelGhListener } from "../gh-listener-B2I4s8qh.js";
|
|
3
3
|
export { FunnelGhAdapter, FunnelGhListener, ghConnectorSchema };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as ChannelConfig } from "./settings-schema-1hh11jnN.js";
|
|
2
2
|
import { n as FunnelIdGenerator } from "./settings-reader-DPwqOVUm.js";
|
|
3
3
|
import { S as FunnelLogger } from "./diagnostic-log-Cb3v8P7p.js";
|
|
4
|
-
import { r as FunnelProcessRunner } from "./process-runner-
|
|
4
|
+
import { r as FunnelProcessRunner } from "./process-runner-DIm1cy95.js";
|
|
5
5
|
import { n as FunnelFileSystem } from "./file-system-DxpnnUVb.js";
|
|
6
6
|
|
|
7
7
|
//#region lib/engine/claude/channel-resolver.d.ts
|
|
@@ -144,7 +144,7 @@ declare class FileProcessGuard implements ProcessGuard {
|
|
|
144
144
|
acquire(profileId: string): void;
|
|
145
145
|
release(profileId: string): void;
|
|
146
146
|
private pidPath;
|
|
147
|
-
private
|
|
147
|
+
private readRecord;
|
|
148
148
|
}
|
|
149
149
|
//#endregion
|
|
150
150
|
export { ProcessGuard as a, ChannelResolver as c, SessionStore as i, FunnelClaude as n, McpInstaller as o, LaunchOptions as r, GatewayController as s, FileProcessGuard as t };
|