Skip to content

[Atomic 15] Add TerminalAnsi renderer for ANSI-colored terminal output #15

Description

@clawgreen

Goal

Support ANSI escape code rendering for authentic terminal feed visuals.

Why

Many real logs include ANSI color/style sequences.

Scope (atomic)

  • Introduce TerminalAnsi component.
  • Parse common ANSI color/style codes.
  • Keep output safe (no HTML injection risks).

Acceptance Criteria

  • Plain text still renders correctly.
  • Common ANSI colors map to theme variables where possible.
  • Unit tests or robust examples cover parsing behavior.

Out of Scope

  • Full terminal emulator behavior.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions