> 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/jp/archives/01.md).

# 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/jp/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.
