Back to Components
Desktop (Electron)
AICommandOutput
Utility
Command Output
Lines
218
File
AICommandOutput.ts
Last Modified
2026-07-22
Exports
CommandOutputaiCommandOutputformatCommandsForAIOutputparseCommandsFromAIOutputstripCommandsFromOutputhasCommands
Source Path
aartiq-browser/src/AICommandOutput.ts
Tags
AIAutomationPDFOCRmacOS
Code Analysis
External Dependencies
No external dependencies
Internal Imports
./AICommandParser
Props / Types
CommandOutput
| Prop | Type | Required |
|---|---|---|
| id | string | Yes |
| timestamp | number | Yes |
| command | ParsedCommand | Yes |
| status | 'pending' | 'executing' | 'completed' | 'failed' | Yes |
| output | string | No |
| error | string | No |
Related Components
Browse all components in the Component Inventory
Auto-Generated Documentation
Component metadata is auto-generated by aartiq-browser/scripts/component-scanner.js