-
-
Notifications
You must be signed in to change notification settings - Fork 2
feat(formatters): render all terminal output as markdown #297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
BYK
wants to merge
50
commits into
main
Choose a base branch
from
feat/markdown-terminal-rendering
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+4,834
−1,867
Open
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
e53a1c0
feat(formatters): render all terminal output via marked-terminal
BYK cd7301f
fix(deps): move marked/marked-terminal to devDependencies
BYK dcb8576
fix(formatters): properly escape backslashes and pipes in markdown ta…
BYK befef7e
fix(formatters): add missing escapeMarkdownCell imports in trace.ts a…
BYK 78dd5e1
feat(formatters): add plain output mode with isTTY detection and env …
BYK 0d179ef
fix(e2e): update org/project view label checks for markdown table format
BYK 98f1bb7
refactor(formatters): address PR review feedback
BYK 7f55c53
refactor(formatters): extract mdRow/mdKvTable helpers, simplify colum…
BYK 5412424
test(formatters): add coverage for formatEventDetails, formatSolution…
BYK e56b843
fix(formatters): address Seer code review feedback
BYK f21ad65
fix(formatters): address second round of Seer/BugBot review feedback
BYK cda4525
fix(formatters): address third round of bot review feedback
BYK 7161a3d
fix(formatters): escape SDK name in event details and rootTransaction…
BYK c78b433
fix(formatters): escape all user-supplied values in markdown table cells
BYK 1dc5d49
fix(formatters): mdKvTable: use U+2502 instead of backslash-pipe for …
BYK 7234d74
fix(formatters): apply missing mdRow pipe-bleed-through guard
BYK faa9086
fix(formatters): escape markdown inline chars in issue titles and rem…
BYK b9df73d
fix(formatters): restore severity color in formatLogRow and remove da…
BYK 6d51cf2
fix(formatters): escape org/project names in detail views and log mes…
BYK 1d4d72c
fix(formatters): prevent backticks in exception values and stack fram…
BYK 0a6f0ba
fix(formatters): use divider() in issue/list.ts and escape Seer text …
BYK 42adad3
fix(e2e): increase bundle test timeout to handle cold CI runner startups
BYK 34da275
fix(formatters): escape step titles in Seer output and remove dead st…
BYK dbd19a2
refactor(formatters): migrate org/project list to markdown tables, st…
BYK 8b48be0
refactor(formatters): migrate issue list to markdown table via writeI…
BYK cecc46c
refactor(formatters): replace marked-terminal with custom renderer + …
BYK ce59be9
fix(formatters): restore in-cell markdown rendering and add terminal …
BYK c6a5519
fix(formatters): don't run cell values through markdown parser in wri…
BYK 0e59671
refactor(formatters): use markdown in table cells, render links as OS…
BYK 744e944
refactor(formatters): convert formatShortId to markdown output, fix t…
BYK e0184ce
fix(e2e): strip markdown bold markers when asserting on issue short IDs
BYK f0a7f8a
feat(formatters): add semantic HTML color tags for log levels and iss…
BYK 85ff846
fix(formatters): restore cross-org alias slash extraction in formatSh…
BYK 47832a8
test(formatters): add coverage for text-table, markdown blocks/inline…
BYK d468172
fix(table): add truncate and minWidths options to prevent row wrapping
BYK 1dd9808
fix(table): use shrinkable: false for SHORT ID instead of blanket tru…
BYK 600c954
fix(formatters): address all PR review comments
BYK a083022
fix: deduplicate AGENTS.md lore sections and COLORS constant
BYK 0088ec5
fix(formatters): strip color tags in plain output, escape angle brack…
BYK 6afd84b
chore: remove duplicate Long-term Knowledge section from AGENTS.md
BYK 6f6fc17
refactor(formatters): DRY up manual markdown table building with mdKv…
BYK 302bb2f
feat(formatters): add StreamingTable for bordered streaming log/trace…
BYK 63ec308
fix(formatters): escape release versions and rootTransaction, fix bat…
BYK 2b1f0ba
fix(test): reorder stripAnsi to strip color tags before ANSI codes
BYK 09dfd52
fix(formatters): restore bold+underline for alias indicators in short…
BYK dc879a9
fix(formatters): use colorTag bu for alias bold+underline instead of …
BYK 7f35261
fix(formatters): escape mdKvTable values, remove dead trace streaming…
BYK 171410f
fix(formatters): render color tags in streaming log cells, hoist regex
BYK 735b8f8
fix(formatters): prevent double-escaping of issue titles in plain mode
BYK a65000a
fix(formatters): preserve markdown links in escapeMarkdownCell
BYK File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.