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)。