-
Notifications
You must be signed in to change notification settings - Fork 48
Comparing changes
Open a pull request
base repository: PipedreamHQ/mcp-chat
base: main
head repository: kivilaid/mcp-chat
compare: main
- 10 commits
- 31 files changed
- 1 contributor
Commits on Sep 19, 2025
-
Add CLAUDE.md for project documentation and development guidelines
ando committedSep 19, 2025 Configuration menu - View commit details
-
Copy full SHA for 7cae54e - Browse repository at this point
Copy the full SHA 7cae54eView commit details
Commits on Sep 20, 2025
-
Modernize chat API to AI SDK v5 with streaming support
- Implement createUIMessageStream pattern for modern streaming - Add ChatSDKError class for structured error handling - Migrate from deprecated streamText.ts to createUIMessageStream - Fix tool schema validation by using inputSchema instead of parameters - Add resumable-stream support with Redis fallback - Update chat component to use DefaultChatTransport - Enhance provider options for GPT-5 models with reasoning effort - Improve Datadog initialization to prevent duplicate loading - Add comprehensive error handling throughout chat API - Successfully tested streaming functionality with Playwright All streaming and MCP tool integration now working correctly.
ando committedSep 20, 2025 Configuration menu - View commit details
-
Copy full SHA for e46a04a - Browse repository at this point
Copy the full SHA e46a04aView commit details -
Remove GitHub and Docs buttons from top right headers
- Remove GitHubButton and DocsButton imports from chat-header.tsx - Remove GitHubButton and DocsButton imports from signed-out-header.tsx - Clean up header layouts by removing button containers - Maintain clean, minimal header design without external links
ando committedSep 20, 2025 Configuration menu - View commit details
-
Copy full SHA for 13542ac - Browse repository at this point
Copy the full SHA 13542acView commit details -
Implement Vercel-style UI improvements and features
- Add framer-motion animations to attachment previews and suggested actions - Create comprehensive UsageTracker component with token/cost tracking - Support pricing for all major models (Claude, GPT, Gemini) - Enable file attachment functionality in multimodal input - Improve input box design with modern border styling and focus states - Add Badge component for UI consistency - Enhance button styling with consistent hover states - Integrate usage tracking into both signed-in and signed-out layouts - Add smooth entrance/exit animations throughout the interface All features now match the polished Vercel AI chatbot design.
ando committedSep 20, 2025 Configuration menu - View commit details
-
Copy full SHA for 12cdeba - Browse repository at this point
Copy the full SHA 12cdebaView commit details -
Add comprehensive Vercel AI chatbot components
- Implement full sidebar system with collapsible functionality, mobile responsive design, keyboard shortcuts (Cmd/Ctrl+B), and state persistence - Add message editing functionality allowing users to edit their messages with auto-resizing textarea and proper state management - Add enhanced message actions with copy, edit (user messages), upvote/downvote (AI messages) functionality - Copy CodeBlock component with syntax highlighting and copy functionality from Vercel repo - Copy PromptInput elements for modular input design - Add getTextFromMessage utility function for message text extraction - Update gitignore to exclude Vercel reference repository - All components copied directly from Vercel AI chatbot reference for consistency
ando committedSep 20, 2025 Configuration menu - View commit details
-
Copy full SHA for 2e233f9 - Browse repository at this point
Copy the full SHA 2e233f9View commit details -
Add .env.fromanother to .gitignore for local environment configuration
ando committedSep 20, 2025 Configuration menu - View commit details
-
Copy full SHA for 0007254 - Browse repository at this point
Copy the full SHA 0007254View commit details -
ando committed
Sep 20, 2025 Configuration menu - View commit details
-
Copy full SHA for 1e2fd86 - Browse repository at this point
Copy the full SHA 1e2fd86View commit details -
ando committed
Sep 20, 2025 Configuration menu - View commit details
-
Copy full SHA for 4b271ff - Browse repository at this point
Copy the full SHA 4b271ffView commit details -
Fix database migration script configuration
- Change config path from .env.local to .env - Support both POSTGRES_URL and DATABASE_URL environment variables - Improve error messaging for missing database configuration
ando committedSep 20, 2025 Configuration menu - View commit details
-
Copy full SHA for e41dc18 - Browse repository at this point
Copy the full SHA e41dc18View commit details -
Fix UI layering issues and enhance UX
- Fix z-index conflicts between sidebar and model selector dropdown - Always show "New Chat" button regardless of sidebar state - Wire up usage tracker to display token count and cost information - Add proper z-index layering: header (z-20) > dropdown (z-100) > sidebar (z-10)
ando committedSep 20, 2025 Configuration menu - View commit details
-
Copy full SHA for 03fe801 - Browse repository at this point
Copy the full SHA 03fe801View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main