@if (attachmentEnabled()) { @if (recentAttachments()?.length) {
{{ 'PAC.XProject.Recent' | translate: { Default: 'Recent' } }}
@for (file of recentAttachments(); track trackFile($index, file)) {
{{ file.originalName }} {{ file.size / 1024 | number: '0.0-0' }}KB ยท {{ file.createdAt | relative }}
}
} }
{{ 'PAC.Chat.PlanMode' | translate: { Default: 'Plan mode' } }} {{ 'PAC.Chat.PlanModeDesc' | translate: { Default: 'Plan first, then execute after confirmation.' } }}
{{ 'PAC.Chat.RuntimeCapabilities' | translate: { Default: 'Run with' } }} @if (selectedCount()) { {{ selectedCount() }} }
@if (runtimeLoading()) {
{{ 'PAC.KEY_WORDS.Loading' | translate: { Default: 'Loading...' } }}
} @else if (groups().length) { @for (group of groups(); track trackGroup($index, group)) { @if (activeGroup() === group.kind) {
@for (option of group.options; track trackCapability($index, option)) { {{ option.label }} @if (option.description) { {{ option.description }} } }
} } } @else { }