Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions apps/desktop/src/renderer/chat-composer-region.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import {
Button,
ClientCapabilityPrompt,
Composer,
type ComposerInteraction,
ComposerGoalProjectionConsumer,
SandboxBoundaryPrompt,
UserQuestionPrompt,
Expand Down Expand Up @@ -61,11 +62,6 @@ interface BoundaryUnreadableNotice {
onRetry(): void;
}

type ComposerInteraction =
| ComponentProps<typeof SandboxBoundaryPrompt>['request']
| ComponentProps<typeof ClientCapabilityPrompt>['request']
| ComponentProps<typeof UserQuestionPrompt>['request'];

/**
* The composer region of the chat surface (issue #1043): the composer
* interaction slot (permission / user-question prompts) plus the always-mounted
Expand Down
Loading