From 6e55d638770125d30546c6192d56255291506126 Mon Sep 17 00:00:00 2001 From: Syngnat Date: Mon, 30 Mar 2026 10:43:46 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(readme):=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0AI=E5=8A=A9=E6=89=8B=E5=8A=9F=E8=83=BD=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E4=B8=8E=E7=95=8C=E9=9D=A2=E6=88=AA=E5=9B=BE=EF=BC=8C?= =?UTF-8?q?=E5=B9=B6=E6=B7=BB=E5=8A=A0=E5=8F=8B=E6=83=85=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 核心特性:补充 AI 智能助手的多模型支持、表结构上下文和快捷指令介绍 - 界面更新:移除旧版截图,替换为全新的 AI 对话、模型配置与上下文选择界面截图 - 友情链接:在文档底部补充 linux.do 及 AI全书 链接 - 多语言:同步更新中英文双语版 README 细节内容 --- README.md | 22 ++++++++++++++++------ README.zh-CN.md | 22 ++++++++++++++++------ 2 files changed, 32 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index c2ad140..0505250 100644 --- a/README.md +++ b/README.md @@ -53,19 +53,24 @@ GoNavi is designed for developers and DBAs who need a unified desktop experience

📸 Screenshots

- image - image - image + image + image + image
- image - image - image + image + image + image
--- ## Key Features +### AI Assistant (New) +- **Multi-provider Support**: OpenAI, Google Gemini, Anthropic Claude, and custom API support. +- **Context-Aware Chat**: Attach table schemas to the AI context for accurate SQL generation and assistance. +- **Slash Commands**: Quick commands for generating SQL, explaining queries, optimizing performance, and reviewing schema designs. + ### Performance - **Smooth interaction under load**: optimized table interaction (including column resize workflow on large datasets). - **Virtualized rendering**: keeps large result sets responsive. @@ -207,6 +212,11 @@ For the full workflow, branch model, and maintainer sync rules, see: External contributors should open pull requests directly against `main`. +## Links + +- [linux.do](https://linux.do/) +- [AIBook](https://aibook.ren/) +- ## License Licensed under [Apache-2.0](LICENSE). diff --git a/README.zh-CN.md b/README.zh-CN.md index 6c74566..d83d025 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -52,19 +52,24 @@ GoNavi 面向开发者与 DBA,核心目标是让数据库操作在桌面端做

📸 项目截图

- image - image - image + image + image + image
- image - image - image + image + image + image
--- ## 核心特性 +### AI 智能助手 (New) +- **多模型服务商支持**:内置跨平台接入 OpenAI, Google Gemini, Anthropic Claude,同时支持任意自定义兼容 OpenAI 格式的 API。 +- **关联表结构上下文**:原生支持将当前数据库表结构直接提取作为上下文发送给 AI,让 SQL 生成、分析变得更精准。 +- **快捷指令**:内置多种快捷对话指(如一键生成 SQL、解释执行逻辑、分析性能优化、表字段代码评审等)。 + ### 性能与交互 - 大数据场景下保持流畅交互(含 DataGrid 列宽拖拽、批量编辑流程优化)。 - 虚拟滚动渲染,降低大结果集卡顿风险。 @@ -190,6 +195,11 @@ sudo apt-get install -y libgtk-3-0 libwebkit2gtk-4.0-37 libjavascriptcoregtk-4.0 外部贡献者统一直接向 `main` 发起 Pull Request。 +## 友情链接 + +- [linux.do](https://linux.do/) +- [AI全书](https://aibook.ren/) + ## 开源协议 本项目采用 [Apache-2.0 协议](LICENSE)。