chore(readme): update tech stack section#4227
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Updates self-hosting instructions and formatting (e.g., linkifying localhost, cleaning up numbered steps/table spacing, fixing a malformed Expands the Tech Stack section to credit Reviewed by Cursor Bugbot for commit a751f50. Configure here. |
Greptile SummaryThis documentation-only PR adds three tech stack entries to the README: Streamdown for streaming markdown, TanStack Query alongside Zustand for state management, and isolated-vm for isolated code execution. The additions accurately reflect libraries already in use in the codebase. Confidence Score: 5/5Safe to merge — documentation-only change with accurate additions. All three added entries accurately reflect libraries used in the codebase (React Query is extensively documented in CLAUDE.md, isolated-vm is used for sandboxed execution, and Streamdown for streaming markdown). No code logic is affected. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Tech Stack Section] --> B[State Management]
A --> C[Streaming Markdown]
A --> D[Code Execution]
B --> B1[Zustand - existing]
B --> B2[TanStack Query - added]
C --> C1[Streamdown - added]
D --> D1[E2B - existing]
D --> D2[isolated-vm - added]
Reviews (2): Last reviewed commit: "fix" | Re-trigger Greptile |
|
@greptile |
Summary
Update tech stack section to credit streamdown, isolated-vm, react query
Type of Change