> For the complete documentation index, see [llms.txt](https://docs.maiagent.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maiagent.ai/release-note/archives/01.md).

# 2026 年 1 月

MaiAgent 平台 2026 年 1 月更新說明

## v2026.01.10 <a href="#v2026-01-10" id="v2026-01-10"></a>

***

### ✨ New Features 新功能發布

* **Web Chat 訊息框漸層效果開關**：在後台設定中新增漸層效果開關，可依品牌視覺需求自訂訊息框樣式，提供更彈性的介面客製化選項。
* **PDF 沉浸式翻譯功能**：恢復 PDF 文件的沉浸式翻譯功能，上傳 PDF 檔案後可直接在系統內閱讀並即時翻譯內容，適合處理多語言文件的團隊。
* **深度研究功能增強**：強化 AI 深度研究能力，可針對複雜問題進行更全面的資訊收集和分析，提供更完整的回答內容。
* **會議錄音功能**：支援 LiveKit 視訊會議錄音，可自動記錄重要會議內容，便於後續回顧和知識管理。
* **全渠道發送者名稱識別**：所有對話平台渠道（Web、Line、Instagram 等）現在都能識別並使用發送者姓名，讓 AI 回應更個人化，提升對話親切感。
* **團隊成員邀請流程優化**：改善組織成員邀請流程，新增錯誤處理機制，避免邀請失敗時造成困擾。

### 😊 User Experience & UI Enhancements 用戶體驗與介面優化

* **工具函數中文參數支援**：AI 工具函數的 JSON Schema 現在支援中文 key，讓設定更直觀易懂。
* **選單收合狀態改善**：修正側邊選單收合時的選中狀態顯示，確保視覺回饋一致。

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.maiagent.ai/release-note/archives/01.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
