fix(coding-agent): export rpc client from root entrypoint

closes #3275
This commit is contained in:
Mario Zechner
2026-04-16 23:56:59 +02:00
parent b9cd557d1d
commit 9078230b1a
2 changed files with 11 additions and 0 deletions

View File

@@ -296,7 +296,14 @@ export { type MainOptions, main } from "./main.js";
export {
InteractiveMode,
type InteractiveModeOptions,
type ModelInfo,
type PrintModeOptions,
RpcClient,
type RpcClientOptions,
type RpcCommand,
type RpcEventListener,
type RpcResponse,
type RpcSessionState,
runPrintMode,
runRpcMode,
} from "./modes/index.js";