fix: resolve issue 4475 (#4505)

This commit is contained in:
Dax 2025-11-19 13:10:09 -05:00 committed by GitHub
commit 16fdc90976
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 22 additions and 16 deletions

View file

@ -2294,6 +2294,10 @@ export type SessionCommandResponse = SessionCommandResponses[keyof SessionComman
export type SessionShellData = {
body?: {
agent: string
model?: {
providerID: string
modelID: string
}
command: string
}
path: {