@a5c-ai/launch-adapter 6.0.1-staging.f8aae93c2dbc → 6.0.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.
@@ -61,3 +61,4 @@ export declare class BridgeHookEmulator {
61
61
  /** Return the current run ID, if one was created during session-start. */
62
62
  getRunId(): string | undefined;
63
63
  }
64
+ //# sourceMappingURL=bridge-hooks.d.ts.map
@@ -50,3 +50,4 @@ export declare function printJsonError(code: string, message: string, recoverabl
50
50
  * Print an error message to stderr.
51
51
  */
52
52
  export declare function printError(message: string): void;
53
+ //# sourceMappingURL=cli-helpers.d.ts.map
@@ -5,3 +5,4 @@
5
5
  * This module re-exports them so existing import paths continue to work.
6
6
  */
7
7
  export { createOpenAICompletionEngine, createGoogleCompletionEngine, createAnthropicCompletionEngine } from '@a5c-ai/transport-adapter';
8
+ //# sourceMappingURL=completion-engine.d.ts.map
package/dist/index.d.ts CHANGED
@@ -12,3 +12,4 @@ export { createOpenAICompletionEngine, createGoogleCompletionEngine, } from './c
12
12
  export { ExitCode, flagStr, flagNum, flagBool, flagArr, printError, printJsonError, } from './cli-helpers.js';
13
13
  export type { ExitCodeValue, } from './cli-helpers.js';
14
14
  export type { FlagDef, ParsedArgs, SessionArgs, } from './types.js';
15
+ //# sourceMappingURL=index.d.ts.map
package/dist/launch.d.ts CHANGED
@@ -58,3 +58,4 @@ export interface LaunchPlan {
58
58
  export declare const PROMPT_ARTIFACT_MONITOR_TIMEOUT_MS: number;
59
59
  export declare function resolveLaunchPlan(input: LaunchPlanInput): LaunchPlan;
60
60
  export declare function launchCommand(client: AgentMuxClient, args: ParsedArgs): Promise<number>;
61
+ //# sourceMappingURL=launch.d.ts.map
package/dist/types.d.ts CHANGED
@@ -75,3 +75,4 @@ export interface SessionArgs {
75
75
  interactive?: boolean;
76
76
  bridgeInteractive?: boolean;
77
77
  }
78
+ //# sourceMappingURL=types.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a5c-ai/launch-adapter",
3
- "version": "6.0.1-staging.f8aae93c2dbc",
3
+ "version": "6.0.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Launch orchestration for adapters: plan resolution, proxy setup, harness spawning",
@@ -49,10 +49,10 @@
49
49
  "prepublishOnly": "npm run build"
50
50
  },
51
51
  "dependencies": {
52
- "@a5c-ai/comm-adapter": "6.0.1-staging.f8aae93c2dbc",
53
- "@a5c-ai/adapters-codecs": "6.0.1-staging.f8aae93c2dbc",
54
- "@a5c-ai/atlas": "6.0.1-staging.f8aae93c2dbc",
55
- "@a5c-ai/transport-adapter": "6.0.1-staging.f8aae93c2dbc"
52
+ "@a5c-ai/comm-adapter": "6.0.1",
53
+ "@a5c-ai/adapters-codecs": "6.0.1",
54
+ "@a5c-ai/atlas": "6.0.1",
55
+ "@a5c-ai/transport-adapter": "6.0.1"
56
56
  },
57
57
  "optionalDependencies": {
58
58
  "node-pty": "^1.0.0"