Skip to content

Commit 86d5375

Browse files
committed
Update version info
1 parent 61a2e54 commit 86d5375

File tree

6 files changed

+26
-26
lines changed

6 files changed

+26
-26
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.8.6",
2+
"version": "0.8.7",
33
"compounds": [
44
{
55
"name": "Debug Run",

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44

55
#### TUUI is a desktop MCP client designed as a tool unitary utility integration, accelerating AI adoption through the Model Context Protocol (MCP) and enabling cross-vendor LLM API orchestration.
66

7-
## :bulb: Introduction
7+
## 📜 Introduction
88

99
This repository is essentially an **LLM chat desktop application based on MCP**. It also represents a bold experiment in **creating a complete project using AI**. Many components within the project have been directly converted or generated from the prototype project through AI.
1010

1111
Given the considerations regarding the quality and safety of AI-generated content, this project employs strict syntax checks and naming conventions. Therefore, for any further development, please ensure that you use the linting tools I've set up to check and automatically fix syntax issues.
1212

13-
## :sparkles: Features
13+
## Features
1414

15-
- :sparkles: Accelerate AI tool integration via MCP
16-
- :sparkles: Orchestrate cross-vendor LLM APIs through dynamic configuring
17-
- :sparkles: Automated application testing Support
18-
- :sparkles: TypeScript support
19-
- :sparkles: Multilingual support
20-
- :sparkles: Basic layout manager
21-
- :sparkles: Global state management through the Pinia store
22-
- :sparkles: Quick support through the GitHub community and official documentation
15+
- Accelerate AI tool integration via MCP
16+
- Orchestrate cross-vendor LLM APIs through dynamic configuring
17+
- Automated application testing Support
18+
- TypeScript support
19+
- Multilingual support
20+
- Basic layout manager
21+
- Global state management through the Pinia store
22+
- Quick support through the GitHub community and official documentation
2323

24-
## :book: Getting Started
24+
## 🚀 Getting Started
2525

2626
You can quickly get started with the project through a variety of options tailored to your role and needs:
2727

@@ -33,7 +33,7 @@ You can quickly get started with the project through a variety of options tailor
3333

3434
- To `ask the AI` directly about the project, visit: [TUUI@DeepWiki](https://deepwiki.com/AI-QL/tuui)
3535

36-
## :wrench: Core Requirements
36+
## ⚙️ Core Requirements
3737

3838
**To use MCP-related features, ensure the following preconditions are met for your environment:**
3939

@@ -105,7 +105,7 @@ For the decomposable package, you can also modify the default configuration of t
105105

106106
Once you modify or import the LLM configuration, it will be stored in your localStorage by default. You can use the developer tools to view or clear the corresponding cache.
107107

108-
## Remote MCP server
108+
## 🌐 Remote MCP server
109109

110110
You can utilize Cloudflare's recommended [mcp-remote](https://github.com/geelen/mcp-remote) to implement the full suite of remote MCP server functionalities (including Auth). For example, simply add the following to your [config.json](src/main/assets/config/config.json) file:
111111

@@ -128,7 +128,7 @@ If you encounter any issues (please try to maintain OAuth auto-redirect to preve
128128

129129
<a id="mcp-server-issue"></a>
130130

131-
## MCP Server Issue
131+
## 🚸 MCP Server Issue
132132

133133
When launching the MCP server, if you encounter spawn errors like `ENOENT`, try installing the corresponding MCP server locally and invoking it using an absolute path.
134134

@@ -144,23 +144,23 @@ This is a known issue, and many cases remain unresolved. The MCP SDK includes a
144144

145145
The issue remains unresolved on other platforms, specifically `macOS`. Although several workarounds are available, this ticket consolidates the most effective ones and highlights the simplest method: [How to configure MCP on macOS](https://github.com/AI-QL/tuui/issues/2).
146146

147-
## :inbox_tray: Contributing
147+
## 🤝 Contributing
148148

149149
We welcome contributions of any kind to this project, including feature enhancements, UI improvements, documentation updates, test case completions, and syntax corrections. I believe that a real developer can write better code than AI, so if you have concerns about certain parts of the code implementation, feel free to share your suggestions or submit a pull request.
150150

151151
Please review our [Code of Conduct](CODE_OF_CONDUCT.md). It is in effect at all times. We expect it to be honored by everyone who contributes to this project.
152152

153153
For more information, please see [Contributing Guidelines](CONTRIBUTING.md)
154154

155-
## :beetle: Opening an Issue
155+
## 🙋 Opening an Issue
156156

157157
Before creating an issue, check if you are using the latest version of the project. If you are not up-to-date, see if updating fixes your issue first.
158158

159-
### :lock: Reporting Security Issues
159+
### 🔒️ Reporting Security Issues
160160

161161
Review our [Security Policy](SECURITY.md). Do not file a public issue for security vulnerabilities.
162162

163-
## :lipstick: Demo
163+
## 🎉 Demo
164164

165165
### MCP primitive visualization
166166

@@ -190,7 +190,7 @@ Review our [Security Policy](SECURITY.md). Do not file a public issue for securi
190190

191191
![](https://gcore.jsdelivr.net/gh/AI-QL/.github/public/tuui2/7_devtool.jpg)
192192

193-
## :pray: Credits
193+
## 🙏 Credits
194194

195195
Written by [@AIQL.com](https://github.com/AI-QL).
196196

docs/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tuui-docs",
33
"private": true,
4-
"version": "0.8.6",
4+
"version": "0.8.7",
55
"scripts": {
66
"dev": "vitepress dev src",
77
"build": "vitepress build src",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tuui",
33
"appId": "com.tuui.app",
4-
"version": "0.8.6",
4+
"version": "0.8.7",
55
"description": "Tool Unitary User Interface",
66
"homepage": "https://www.tuui.com",
77
"author": "AIQL <contact@aiql.com>",

0 commit comments

Comments
 (0)