Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PipedreamHQ/mcp-chat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: kivilaid/mcp-chat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 31 files changed
  • 1 contributor

Commits on Sep 19, 2025

  1. Configuration menu
    Copy the full SHA
    7cae54e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2025

  1. 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 committed Sep 20, 2025
    Configuration menu
    Copy the full SHA
    e46a04a View commit details
    Browse the repository at this point in the history
  2. 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 committed Sep 20, 2025
    Configuration menu
    Copy the full SHA
    13542ac View commit details
    Browse the repository at this point in the history
  3. 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 committed Sep 20, 2025
    Configuration menu
    Copy the full SHA
    12cdeba View commit details
    Browse the repository at this point in the history
  4. 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 committed Sep 20, 2025
    Configuration menu
    Copy the full SHA
    2e233f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0007254 View commit details
    Browse the repository at this point in the history
  6. 1

    ando committed Sep 20, 2025
    Configuration menu
    Copy the full SHA
    1e2fd86 View commit details
    Browse the repository at this point in the history
  7. 1

    ando committed Sep 20, 2025
    Configuration menu
    Copy the full SHA
    4b271ff View commit details
    Browse the repository at this point in the history
  8. 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 committed Sep 20, 2025
    Configuration menu
    Copy the full SHA
    e41dc18 View commit details
    Browse the repository at this point in the history
  9. 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 committed Sep 20, 2025
    Configuration menu
    Copy the full SHA
    03fe801 View commit details
    Browse the repository at this point in the history
Loading