{{
'XP.Chat.ClawXpert.DetailPanelEmptyTitle'
| translate: { Default: 'Start a conversation to unlock workspace tools' }
}}
@if (activeTab()?.kind === 'files') {
{{
'XP.Chat.ClawXpert.FilesEmptyDesc'
| translate
: {
Default:
'Once this ClawXpert thread is created, its server-volume workspace files will appear here.'
}
}}
} @else if (activeTab()?.kind === 'browser') {
{{
'XP.Chat.ClawXpert.PreviewDetailEmptyDesc'
| translate
: {
Default:
'Once this ClawXpert thread is created, its managed sandbox services will appear here for live browsing and element selection.'
}
}}
} @else {
{{
'XP.Chat.ClawXpert.TerminalEmptyDesc'
| translate
: {
Default:
'Once this ClawXpert thread is created, you can run commands here against the current workspace.'
}
}}
}