Skip to content

Render Markdown and add task manager preview - #19

Merged
SSHdotCodes merged 2 commits into
mainfrom
agent/markdown-rendering-readme-image
Aug 3, 2026
Merged

Render Markdown and add task manager preview#19
SSHdotCodes merged 2 commits into
mainfrom
agent/markdown-rendering-readme-image

Conversation

@SSHdotCodes

Copy link
Copy Markdown
Owner

What changed

  • render common Markdown in the lightweight native task manager
  • add safe clickable web links and reject unsafe URI schemes
  • add focused parser tests for headings, emphasis, lists, tables, code, ANSI output, and partial Markdown
  • add a real task-manager screenshot to the README and document the rendering behavior

Why

The task transcript previously displayed Markdown markers literally, and the README screenshot existed only locally, so GitHub could not render it.

Impact

Agent output is easier to scan without adding a browser or third-party Markdown dependency. The README now includes the actual app view, with the image committed in the same branch.

Validation

  • python3 -m py_compile bin/second-opinion
  • python3 -m unittest discover -s tests -q (31 tests)
  • git diff --check
  • visual macOS task-manager verification
  • 120 KB Markdown transcript parse benchmark (~23 ms, ~2.15 MiB peak under tracing)

@SSHdotCodes
SSHdotCodes marked this pull request as ready for review August 3, 2026 19:51
@SSHdotCodes
SSHdotCodes merged commit 599a079 into main Aug 3, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants