feat(web-ui): export CustomProviderDialog closes #2267
This commit is contained in:
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Exported `CustomProviderDialog` from `@mariozechner/pi-web-ui` ([#2267](https://github.com/badlogic/pi-mono/issues/2267))
|
||||||
|
|
||||||
## [0.58.4] - 2026-03-16
|
## [0.58.4] - 2026-03-16
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ export type { SandboxRuntimeProvider } from "./components/sandbox/SandboxRuntime
|
|||||||
export { ThinkingBlock } from "./components/ThinkingBlock.js";
|
export { ThinkingBlock } from "./components/ThinkingBlock.js";
|
||||||
export { ApiKeyPromptDialog } from "./dialogs/ApiKeyPromptDialog.js";
|
export { ApiKeyPromptDialog } from "./dialogs/ApiKeyPromptDialog.js";
|
||||||
export { AttachmentOverlay } from "./dialogs/AttachmentOverlay.js";
|
export { AttachmentOverlay } from "./dialogs/AttachmentOverlay.js";
|
||||||
|
export { CustomProviderDialog } from "./dialogs/CustomProviderDialog.js";
|
||||||
// Dialogs
|
// Dialogs
|
||||||
export { ModelSelector } from "./dialogs/ModelSelector.js";
|
export { ModelSelector } from "./dialogs/ModelSelector.js";
|
||||||
export { PersistentStorageDialog } from "./dialogs/PersistentStorageDialog.js";
|
export { PersistentStorageDialog } from "./dialogs/PersistentStorageDialog.js";
|
||||||
|
|||||||
Reference in New Issue
Block a user