|
20 | 20 | <img alt="TypeScript" src="https://img.shields.io/badge/TypeScript-5-3178c6" /> |
21 | 21 | </p> |
22 | 22 |
|
23 | | -Neo Chat is a self-hostable, local-first AI chat application built with Next.js, React, TypeScript, and Zustand. It brings multi-provider chat, assistant presets, text-only Skills, OpenAPI-style plugin tools, web search, knowledge-base RAG, local memory, voice, generated media, rich message rendering, citations, and editable artifacts into one clean workspace. |
24 | | - |
25 | | -It is designed for people who want the power of modern AI workspaces without giving up local data ownership. Chat history, workspace metadata, skills, plugin configuration, memories, and files stay in the browser by default; server routes act as controlled proxies for model providers, search, RAG, document parsing, voice, plugin execution, and deployment health. |
| 23 | +Neo Chat is a self-hostable, local-first AI chat application built with Next.js, React, TypeScript, and Zustand. It brings multi-provider chat, assistant presets, text-only Skills, OpenAPI-style plugin tools, remote streamable HTTP MCP servers, web search, knowledge-base RAG, local memory, voice, generated media, rich message rendering, citations, and editable artifacts into one clean workspace. |
| 24 | + |
| 25 | +It is designed for people who want the power of modern AI workspaces without giving up local data ownership. Chat history, workspace metadata, skills, plugin configuration, memories, and files stay in the browser by default; server routes act as controlled proxies for model providers, search, RAG, document parsing, voice, plugin and MCP execution, and deployment health. |
| 26 | + |
| 27 | +## v2.2.0 Highlights |
| 28 | + |
| 29 | +- Added native Anthropic Messages API support through the official SDK. |
| 30 | +- Added remote streamable HTTP MCP server discovery and installation from the |
| 31 | + official MCP Registry, with plugin-market management, authentication, and |
| 32 | + server-side tool execution. This release intentionally supports remote MCP |
| 33 | + servers only. |
| 34 | +- Strengthened provider requests, API route policy, context budgeting, |
| 35 | + outbound URL safety, plugin registration, and Worker deployment validation. |
| 36 | +- Reconstructed the chat shell, composer, message rendering, and chat service |
| 37 | + internals into smaller modules while preserving existing workflows. |
| 38 | +- Fixed known issues across chat history, tool calls, provider streams, media |
| 39 | + and exports, memory/RAG/search/voice flows, settings, and accessibility. |
26 | 40 |
|
27 | 41 | ## v2.1.0 Highlights |
28 | 42 |
|
|
0 commit comments