| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-15 | Addressed code review comments | Taylor Mullen | |
| 2025-05-15 | Refactor: Replace MarkdownRenderer with MarkdownDisplay component | Taylor Mullen | |
| - This commit refactors the Markdown rendering logic within the CLI UI. The existing `MarkdownRenderer.tsx` class-based component has been replaced with a new functional component `MarkdownDisplay.tsx`. - The `MarkdownDisplay` component is a React.memoized component for improved performance and maintains the same core Markdown parsing and rendering capabilities. | |||
