(count: number)
| 356 | } |
| 357 | |
| 358 | function formatPromptCount(count: number): string { |
| 359 | return `${String(count)} ${count === 1 ? 'prompt' : 'prompts'}`; |
| 360 | } |
| 361 | |
| 362 | function showUndoLimitStatus(host: SlashCommandHost, message: string): void { |
| 363 | host.appendTranscriptEntry({ |
no outgoing calls
no test coverage detected