* Add Agent Selector * Send on Enter * Allow multi run with 1 Model for Agent Manager * Update packages/ui/src/stores/useMultiRunStore.ts * Update Changelog
5 lines
437 B
TypeScript
5 lines
437 B
TypeScript
export { MultiRunLauncher } from './MultiRunLauncher';
|
|
export { ModelMultiSelect, ModelChip, generateInstanceId, type ModelSelectionWithId, type ModelSelection, type ModelMultiSelectProps } from './ModelMultiSelect';
|
|
export { BranchSelector, useBranchOptions, type BranchSelectorProps, type BranchSelectorState, type WorktreeBaseOption } from './BranchSelector';
|
|
export { AgentSelector, type AgentSelectorProps } from './AgentSelector';
|