Add Markstream to ecosystem - #23
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 743a7a6b44
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| language: "TypeScript" | ||
| tags: ["react", "copilot", "ui", "chat", "typescript"] | ||
|
|
||
| - name: "Markstream" |
There was a problem hiding this comment.
Regenerate the JSON catalog for the new tool
Adding the tool only to data/ecosystem-tools.yaml leaves the checked-in generated catalog stale: in this commit dist/ecosystem-tools.json still has total 48 and no markstream slug, even though scripts/generate-json.py documents that it emits this file for site consumption. Any consumer or deployment reading the tracked dist JSON will not see Markstream until the generated file is regenerated and committed with this YAML change.
Useful? React with 👍 / 👎.
Summary
Adds Markstream to the
ui-componentscategory.Markstream is an actively maintained, MIT-licensed streaming Markdown renderer for AI chat interfaces. It supports Vue, React, Svelte, and Angular, including incremental Markdown, Mermaid, KaTeX, and code highlighting.
Validation
python3 scripts/validate.pypassesDisclosure: I am the maintainer of Markstream.