refactor(reports): fold fence helpers into report writer

This commit is contained in:
Ahmed Allam
2026-07-25 13:09:57 -07:00
committed by Ahmed Allam
parent 95d2e5fba9
commit 8157ccba27
5 changed files with 79 additions and 79 deletions
@@ -5,7 +5,7 @@ from pygments.styles import get_style_by_name
from rich.text import Text
from textual.widgets import Static
from strix.report.fenced import parse_fenced_code, resolve_lexer
from strix.report.writer import parse_fenced_code, resolve_lexer
from .base_renderer import BaseToolRenderer
from .registry import register_tool_renderer