# v2.10.0 新增 ChatGPT AI

<figure><img src="/files/r9LWmBOK7eMNU0t80Lfo" alt=""><figcaption><p>GPT AI Chat</p></figcaption></figure>

### 🔥 新增 ChatGPT 对话（beta）

* 打开快捷键：option+i&#x20;
* 开箱即用，无需特别网络（如果有，会更稳定一些）、无需申请 key
* 支持代码高亮 & 多种 Markdown 格式渲染
* 窗口支持拉伸，全尺寸及小尺寸可以满足不同使用需求
* 支持全键盘操作
* 支持保存对话为文本或图片
* 支持自定义角色 prompt
* 支持自定义 prompt 命令（暂不够完善）
* 自定义 Key & 代理（后续版本增加）
* 免费用户可以对话 30 次，Pro 用户 1 万次/年（暂时仅提供 GPT 3.5）
* ChatGPT 当前为 beta 版，下次更新完善后会恢复订阅价格至 ￥128/年

### 🔥 翻译新增与优化

* 新增 Apple 本地翻译，免费无限制，但需要手动配置快捷指令。请参考 [使用 Apple 翻译服务](https://docs-cn.hapigo.com/extention/translate/apple)
* 新增记录最近 100 条翻译历史，Option+D 打开翻译后使用上下键切换
* 翻译窗口支持拉伸
* ChatGPT 翻译服务速度优化
* 有道翻译排版优化

<figure><img src="/files/sz4fFuEpofagTXoh4E2L" alt=""><figcaption><p>有道翻译排版优化 + 免费的 Apple 翻译服务</p></figcaption></figure>

### 🔥 剪贴板 & Snippet

* 新增单独图标显示 Handoff 剪贴板内容
* Snippet 新增支持执行以下格式的脚本：Bash、Ruby、Python、AppleScript、Swift
* Snippet 新增支持设置类别为代码，并支持语法高亮
* 去除剪贴板 Shift+数字过滤的快捷键
* 修复翻译的系统语言朗读速度过快的问题
* 修复 Snippet 无分组也能保存的问题
* 修复剪贴板编辑长文本时可能会截断的问题

<figure><img src="/files/KtWctzL3dVJ6h1HN9Pyo" alt=""><figcaption><p>Handoff 剪贴板+Snippet</p></figcaption></figure>

### 🔥 其他新增功能

* 调整价格页面的服务内容：<https://hapigo.com/pricing.html>
* 新增设置导出/导入（beta）
* 主窗口搜索的文件图标改为内容缩略图
* 右边预览区选择文本后可以使用快捷键 CMD+C 拷贝

### 🛠  优化与修复

* 优化了索引效率与资源使用，提升约 20%
* 修复 > 执行终端命令时会打开 2 个窗口的问题
* OCR 静默识别通知新增识别内容预览
* 优化已打开浏览器标签的搜索与转到
* 优化主窗口删除文件后不再跳到第一行，而是保留在删除位置
* 计算器支持带千分位分隔符的数字识别（1,000+2,000）


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://updates-cn.hapigo.com/history/v2100.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
