8000 Releases · cgoinglove/mcp-client-chatbot · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: cgoinglove/mcp-client-chatbot

v1.6.1

02 Jun 09:58
dd60511
Compare
Choose a tag to compare

1.6.1 (2025-06-02)

Bug Fixes

v1.6.0

01 Jun 13:54
28ab39f
Compare
Choose a tag to compare

1.6.0 (2025-06-01)

Features

  • add husky for formatting and checking commits (#71) (a379cd3)
  • add Spanish, French, Japanese, and Chinese language support with UI improvements (#74) (e34d43d)
  • implement cold start-like auto connection for MCP server and simplify status (#73) (987c442)

v1.5.2

01 Jun 03:07
6afc867
Compare
Choose a tag to compare

1.5.2 (2025-06-01)

Features

  • Add support for Streamable HTTP Transport #56 (#64) (8783943)
  • enhance MCPClient transport handling with StreamableHTTPClientTransport and fallback to SSE (c3413c3)
  • implement speech system prompt and update voice chat options for enhanced user interaction (5a33626)
  • introduce changesets for version management and fix OpenAI voice chat options bug (#63) (9ae823b)
  • update MCP server UI and translations for improved user experience (1e2fd31)

Bug Fixes

  • enhance mobile UI experience with responsive design adjustments (2eee8ba)
  • UI improvements for mobile experience (#66) (b4349ab)

Miscellaneous Chores

v1.5.1

31 May 03:42
Compare
Choose a tag to compare

Fixes:

  • Resolved the INVALID_ORIGIN issue that was causing connection errors for some users. This fix ensures that the application correctly handles origin validation, improving overall stability and user experience.

Internationalization (i18n) Support Added

30 May 10:12
Compare
Choose a tag to compare

We are excited to announce that the MCP Client Chatbot now supports internationalization (i18n)! Currently, the application supports English and Korean. We encourage the community to contribute by adding more languages. Please refer to the ./messages/language.md document for guidance on how to add your language.

image

🔐 Auth Migration — better-auth

29 May 15:42
Compare
Choose a tag to compare

✅ Changes

  • Migrated from next-auth to better-auth
  • Added Google & GitHub OAuth (optional)

⚠️ Important

  • Database schema has changed
    → Run pnpm db:migrate after updating
  • Existing sessions are auto-migrated via a temporary middleware (will be removed in future)
image

Fix: Thread Creation Bug in Production

29 May 12:37
Compare
Choose a tag to compare

Resolved an issue where new conversation threads were not being created properly in the production environment.(#55)
Thread generation logic now functions consistently across both development and production.
Fix applied in commit 419517f.

V1.3.0 - colour theme support

27 May 15:46
Compare
Choose a tag to compare

We now have multiple colour themes from cyberpunk neon to pink, you’ll find something you like. Themes where originally sourced from here https://github.com/rawestmoreland/theme-generator/blob/main/src/app/globals.css, the code has been credited where needed.
v1 3 0

v1.2.0

25 May 16:26
Compare
Choose a tag to compare

🚀 Amazing New Feature: OpenAI Realtime Voice Chat with MCP Server!

We are excited to announce an amazing new feature: OpenAI Realtime (Voice Chat) integration with the MCP Server!
To the best of our knowledge, this is the first product that combines MCP tool capabilities with real-time voice chat. We hope you enjoy this groundbreaking experience.

  • OpenAI Realtime Voice Chat: Talk to your AI in real time, powered by OpenAI and seamlessly integrated with the MCP Server.
  • MCP Tool Integration: Use external tools and plugins during your voice conversations, just like in text chat.
  • Privacy-First, 100% Local: All features run locally, giving you full control over your data and experience.

And that's not all—Gemini support is coming soon! Stay tuned for even more powerful AI integrations.

v1.1.0

22 May 03:42
Compare
Choose a tag to compare

Release Note: Keyboard Shortcuts Feature

preview

We are excited to introduce a new feature that enhances your productivity within the app! You can now access a list of available keyboard shortcuts by pressing Command + / (on macOS) or Control + / (on Windows). This feature allows you to quickly view and utilize shortcuts for various actions, making your experience smoother and more efficient.

Key Shortcuts Include:

  • New Chat: Command + Shift + O (macOS) / Control + Shift + O (Windows)
  • Toggle Temporary Chat: Command + K (macOS) / Control + K (Windows)
  • Toggle Sidebar: Command + Shift + S (macOS) / Control + Shift + S (Windows)
  • Tool Mode: Command + P (macOS) / Control + P (Windows)
  • Copy Last Message: Command + Shift + C (macOS) / Control + Shift + C (Windows)
  • Customize Chat Preferences: Command + Shift + I (macOS) / Control + Shift + I (Windows)
  • Delete Chat: Shift + Backspace
  • Open Shortcuts Popup: Command + / (macOS) / Control + / (Windows)

Enjoy the new shortcuts and streamline your workflow!

0