@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed missing root exports for `RpcClient` and RPC protocol types from `@mariozechner/pi-coding-agent`, so ESM consumers can import them from the main package entrypoint ([#3275](https://github.com/badlogic/pi-mono/issues/3275))
|
||||||
|
|
||||||
## [0.67.6] - 2026-04-16
|
## [0.67.6] - 2026-04-16
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
|
|||||||
@@ -296,7 +296,14 @@ export { type MainOptions, main } from "./main.js";
|
|||||||
export {
|
export {
|
||||||
InteractiveMode,
|
InteractiveMode,
|
||||||
type InteractiveModeOptions,
|
type InteractiveModeOptions,
|
||||||
|
type ModelInfo,
|
||||||
type PrintModeOptions,
|
type PrintModeOptions,
|
||||||
|
RpcClient,
|
||||||
|
type RpcClientOptions,
|
||||||
|
type RpcCommand,
|
||||||
|
type RpcEventListener,
|
||||||
|
type RpcResponse,
|
||||||
|
type RpcSessionState,
|
||||||
runPrintMode,
|
runPrintMode,
|
||||||
runRpcMode,
|
runRpcMode,
|
||||||
} from "./modes/index.js";
|
} from "./modes/index.js";
|
||||||
|
|||||||
Reference in New Issue
Block a user