Skip to content

feat: export chat to markdown#213

Merged
premiumjibles merged 2 commits intomainfrom
ss-5108/export-chat
Mar 14, 2026
Merged

feat: export chat to markdown#213
premiumjibles merged 2 commits intomainfrom
ss-5108/export-chat

Conversation

@premiumjibles
Copy link
Contributor

Summary

  • Adds a download icon button in the dashboard header (next to ConnectWallet) with a dropdown to export chats as markdown
  • "Export current chat" downloads the active conversation as {title-slug}.md
  • "Export all chats" downloads all saved conversations as shapeshift-chats-export.md
  • Menu items disable appropriately when no messages or no saved conversations exist

Test plan

  • Verify download button appears in header alongside ConnectWallet
  • Send messages, click "Export current chat" → downloads .md with correct User/Assistant sections
  • Click "Export all chats" → downloads combined markdown with all saved conversations
  • Verify "Export current chat" is disabled with no messages
  • Verify "Export all chats" is disabled with no saved conversations
  • bun run build passes

Closes SS-5108

🤖 Generated with Claude Code

Add a download icon button in the dashboard header with a dropdown menu
to export the current chat or all saved chats as markdown files.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@vercel
Copy link

vercel bot commented Mar 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
shapeshift-agentic Ready Ready Preview, Comment Mar 13, 2026 1:04am

Request Review

@coderabbitai
Copy link

coderabbitai bot commented Mar 13, 2026

Warning

Rate limit exceeded

@premiumjibles has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 6 minutes and 50 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: cb3ef97a-e293-45c0-afe7-03194097030a

📥 Commits

Reviewing files that changed from the base of the PR and between e96a7d0 and 92a0ff6.

📒 Files selected for processing (3)
  • apps/agentic-chat/src/app/dashboard/page.tsx
  • apps/agentic-chat/src/components/ExportChat.tsx
  • apps/agentic-chat/src/utils/exportChat.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch ss-5108/export-chat
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@premiumjibles premiumjibles marked this pull request as ready for review March 14, 2026 00:41
@premiumjibles premiumjibles merged commit 196944f into main Mar 14, 2026
4 checks passed
@premiumjibles premiumjibles deleted the ss-5108/export-chat branch March 14, 2026 00:42
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.

1 participant