Skip to content
Merged
Changes from 4 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
4 changes: 4 additions & 0 deletions types/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -689,3 +689,7 @@ export interface ListAvailableModelsResult {
models: Model[]
selectedModelId?: string
}

export interface ExecuteShellCommandShortCutParams {
Copy link
Contributor

@laileni-aws laileni-aws Jul 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you make this generic ?
Thanks

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does ExecuteShellCommandParams work?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

id: string
}