@@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
- Added project trust gating for project-local settings, resources, instructions, and packages ([#5332](https://github.com/earendil-works/pi/pull/5332)).
|
- Added project trust gating for project-local settings, resources, instructions, and packages ([#5332](https://github.com/earendil-works/pi/pull/5332)).
|
||||||
- Added the latest prompt cache hit rate to the interactive footer.
|
- Added the latest prompt cache hit rate to the interactive footer.
|
||||||
|
- Exported RPC extension UI request and response types from the public API ([#5455](https://github.com/earendil-works/pi/issues/5455)).
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -295,6 +295,8 @@ export {
|
|||||||
type RpcClientOptions,
|
type RpcClientOptions,
|
||||||
type RpcCommand,
|
type RpcCommand,
|
||||||
type RpcEventListener,
|
type RpcEventListener,
|
||||||
|
type RpcExtensionUIRequest,
|
||||||
|
type RpcExtensionUIResponse,
|
||||||
type RpcResponse,
|
type RpcResponse,
|
||||||
type RpcSessionState,
|
type RpcSessionState,
|
||||||
runPrintMode,
|
runPrintMode,
|
||||||
|
|||||||
@@ -6,4 +6,10 @@ export { InteractiveMode, type InteractiveModeOptions } from "./interactive/inte
|
|||||||
export { type PrintModeOptions, runPrintMode } from "./print-mode.ts";
|
export { type PrintModeOptions, runPrintMode } from "./print-mode.ts";
|
||||||
export { type ModelInfo, RpcClient, type RpcClientOptions, type RpcEventListener } from "./rpc/rpc-client.ts";
|
export { type ModelInfo, RpcClient, type RpcClientOptions, type RpcEventListener } from "./rpc/rpc-client.ts";
|
||||||
export { runRpcMode } from "./rpc/rpc-mode.ts";
|
export { runRpcMode } from "./rpc/rpc-mode.ts";
|
||||||
export type { RpcCommand, RpcResponse, RpcSessionState } from "./rpc/rpc-types.ts";
|
export type {
|
||||||
|
RpcCommand,
|
||||||
|
RpcExtensionUIRequest,
|
||||||
|
RpcExtensionUIResponse,
|
||||||
|
RpcResponse,
|
||||||
|
RpcSessionState,
|
||||||
|
} from "./rpc/rpc-types.ts";
|
||||||
|
|||||||
Reference in New Issue
Block a user