@aigne/doc-smith 0.8.11-beta.5 → 0.8.11-beta.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/.aigne/doc-smith/config.yaml +3 -1
  2. package/.aigne/doc-smith/output/structure-plan.json +2 -2
  3. package/.aigne/doc-smith/preferences.yml +28 -20
  4. package/.aigne/doc-smith/upload-cache.yaml +702 -0
  5. package/.release-please-manifest.json +1 -1
  6. package/CHANGELOG.md +22 -2
  7. package/README.md +2 -2
  8. package/agents/clear/choose-contents.mjs +2 -2
  9. package/agents/clear/clear-document-structure.mjs +8 -8
  10. package/agents/clear/index.yaml +1 -1
  11. package/agents/evaluate/document-structure.yaml +1 -1
  12. package/agents/generate/check-document-structure.yaml +3 -3
  13. package/agents/generate/check-need-generate-structure.mjs +8 -8
  14. package/agents/generate/document-structure-tools/add-document.mjs +38 -13
  15. package/agents/generate/document-structure-tools/delete-document.mjs +37 -14
  16. package/agents/generate/document-structure-tools/move-document.mjs +46 -19
  17. package/agents/generate/document-structure-tools/update-document.mjs +39 -12
  18. package/agents/generate/generate-structure.yaml +1 -1
  19. package/agents/generate/update-document-structure.yaml +3 -9
  20. package/agents/generate/user-review-document-structure.mjs +15 -14
  21. package/agents/translate/translate-document.yaml +1 -9
  22. package/agents/update/batch-generate-document.yaml +1 -1
  23. package/agents/update/check-document.mjs +2 -2
  24. package/agents/update/check-update-is-single.mjs +2 -1
  25. package/agents/update/document-tools/update-document-content.mjs +24 -14
  26. package/agents/update/fs-tools/glob.mjs +184 -0
  27. package/agents/update/fs-tools/grep.mjs +317 -0
  28. package/agents/update/fs-tools/read-file.mjs +307 -0
  29. package/agents/update/generate-document.yaml +4 -7
  30. package/agents/update/update-document-detail.yaml +6 -10
  31. package/agents/update/user-review-document.mjs +13 -13
  32. package/agents/utils/check-feedback-refiner.mjs +1 -1
  33. package/agents/utils/choose-docs.mjs +1 -1
  34. package/agents/utils/load-document-all-content.mjs +3 -3
  35. package/agents/utils/load-sources.mjs +1 -1
  36. package/agents/utils/save-docs.mjs +7 -28
  37. package/aigne.yaml +2 -2
  38. package/assets/screenshots/doc-complete-setup.png +0 -0
  39. package/assets/screenshots/doc-generate-docs.png +0 -0
  40. package/assets/screenshots/doc-generate.png +0 -0
  41. package/assets/screenshots/doc-generated-successfully.png +0 -0
  42. package/assets/screenshots/doc-publish.png +0 -0
  43. package/assets/screenshots/doc-regenerate.png +0 -0
  44. package/assets/screenshots/doc-translate-langs.png +0 -0
  45. package/assets/screenshots/doc-translate.png +0 -0
  46. package/assets/screenshots/doc-update.png +0 -0
  47. package/docs/_sidebar.md +1 -1
  48. package/docs/advanced-how-it-works.ja.md +31 -31
  49. package/docs/advanced-how-it-works.md +10 -10
  50. package/docs/advanced-how-it-works.zh-TW.md +24 -24
  51. package/docs/advanced-how-it-works.zh.md +20 -20
  52. package/docs/advanced-quality-assurance.ja.md +57 -61
  53. package/docs/advanced-quality-assurance.md +57 -61
  54. package/docs/advanced-quality-assurance.zh-TW.md +57 -61
  55. package/docs/advanced-quality-assurance.zh.md +57 -61
  56. package/docs/advanced.ja.md +8 -4
  57. package/docs/advanced.md +7 -3
  58. package/docs/advanced.zh-TW.md +9 -5
  59. package/docs/advanced.zh.md +9 -5
  60. package/docs/changelog.ja.md +206 -29
  61. package/docs/changelog.md +177 -0
  62. package/docs/changelog.zh-TW.md +229 -52
  63. package/docs/changelog.zh.md +204 -27
  64. package/docs/cli-reference.ja.md +181 -80
  65. package/docs/cli-reference.md +168 -67
  66. package/docs/cli-reference.zh-TW.md +177 -76
  67. package/docs/cli-reference.zh.md +172 -71
  68. package/docs/configuration-interactive-setup.ja.md +45 -42
  69. package/docs/configuration-interactive-setup.md +9 -6
  70. package/docs/configuration-interactive-setup.zh-TW.md +26 -23
  71. package/docs/configuration-interactive-setup.zh.md +25 -22
  72. package/docs/configuration-language-support.ja.md +33 -63
  73. package/docs/configuration-language-support.md +32 -62
  74. package/docs/configuration-language-support.zh-TW.md +35 -65
  75. package/docs/configuration-language-support.zh.md +32 -62
  76. package/docs/configuration-llm-setup.ja.md +25 -23
  77. package/docs/configuration-llm-setup.md +20 -18
  78. package/docs/configuration-llm-setup.zh-TW.md +21 -19
  79. package/docs/configuration-llm-setup.zh.md +20 -18
  80. package/docs/configuration-preferences.ja.md +67 -52
  81. package/docs/configuration-preferences.md +55 -40
  82. package/docs/configuration-preferences.zh-TW.md +69 -54
  83. package/docs/configuration-preferences.zh.md +68 -53
  84. package/docs/configuration.ja.md +98 -58
  85. package/docs/configuration.md +42 -2
  86. package/docs/configuration.zh-TW.md +86 -46
  87. package/docs/configuration.zh.md +76 -36
  88. package/docs/features-generate-documentation.ja.md +49 -55
  89. package/docs/features-generate-documentation.md +49 -55
  90. package/docs/features-generate-documentation.zh-TW.md +54 -60
  91. package/docs/features-generate-documentation.zh.md +48 -54
  92. package/docs/features-publish-your-docs.ja.md +68 -45
  93. package/docs/features-publish-your-docs.md +65 -42
  94. package/docs/features-publish-your-docs.zh-TW.md +74 -51
  95. package/docs/features-publish-your-docs.zh.md +67 -44
  96. package/docs/features-translate-documentation.ja.md +46 -35
  97. package/docs/features-translate-documentation.md +39 -28
  98. package/docs/features-translate-documentation.zh-TW.md +45 -34
  99. package/docs/features-translate-documentation.zh.md +39 -28
  100. package/docs/features-update-and-refine.ja.md +75 -71
  101. package/docs/features-update-and-refine.md +67 -63
  102. package/docs/features-update-and-refine.zh-TW.md +72 -67
  103. package/docs/features-update-and-refine.zh.md +71 -67
  104. package/docs/features.ja.md +29 -19
  105. package/docs/features.md +25 -15
  106. package/docs/features.zh-TW.md +28 -18
  107. package/docs/features.zh.md +31 -21
  108. package/docs/getting-started.ja.md +43 -46
  109. package/docs/getting-started.md +36 -39
  110. package/docs/getting-started.zh-TW.md +41 -44
  111. package/docs/getting-started.zh.md +39 -42
  112. package/docs/overview.ja.md +63 -11
  113. package/docs/overview.md +62 -10
  114. package/docs/overview.zh-TW.md +67 -15
  115. package/docs/overview.zh.md +62 -10
  116. package/docs-mcp/analyze-docs-relevance.yaml +6 -6
  117. package/docs-mcp/docs-search.yaml +1 -1
  118. package/media.md +9 -9
  119. package/package.json +2 -2
  120. package/prompts/common/document-structure/conflict-resolution-guidance.md +3 -3
  121. package/prompts/common/document-structure/document-structure-rules.md +2 -2
  122. package/prompts/detail/custom/custom-components.md +304 -188
  123. package/prompts/detail/document-rules.md +5 -5
  124. package/prompts/detail/generate-document.md +21 -8
  125. package/prompts/detail/update-document.md +8 -12
  126. package/prompts/evaluate/document-structure.md +6 -6
  127. package/prompts/structure/check-document-structure.md +10 -10
  128. package/prompts/structure/document-rules.md +2 -2
  129. package/prompts/structure/generate-structure-system.md +3 -3
  130. package/prompts/structure/structure-example.md +1 -1
  131. package/prompts/structure/structure-getting-started.md +1 -1
  132. package/prompts/structure/update-document-structure.md +18 -14
  133. package/prompts/utils/feedback-refiner.md +3 -3
  134. package/tests/agents/clear/choose-contents.test.mjs +1 -1
  135. package/tests/agents/clear/clear-document-structure.test.mjs +36 -30
  136. package/tests/agents/evaluate/generate-report.test.mjs +1 -1
  137. package/tests/agents/generate/check-need-generate-structure.test.mjs +1 -1
  138. package/tests/agents/generate/document-structure-tools/add-document.test.mjs +2 -2
  139. package/tests/agents/generate/document-structure-tools/delete-document.test.mjs +4 -4
  140. package/tests/agents/generate/document-structure-tools/move-document.test.mjs +12 -12
  141. package/tests/agents/generate/document-structure-tools/update-document.test.mjs +3 -3
  142. package/tests/agents/generate/user-review-document-structure.test.mjs +36 -13
  143. package/tests/agents/update/check-document.test.mjs +1 -1
  144. package/tests/agents/update/document-tools/update-document-content.test.mjs +115 -112
  145. package/tests/agents/update/fs-tools/glob.test.mjs +438 -0
  146. package/tests/agents/update/fs-tools/grep.test.mjs +279 -0
  147. package/tests/agents/update/fs-tools/read-file.test.mjs +553 -0
  148. package/tests/agents/update/user-review-document.test.mjs +48 -27
  149. package/tests/agents/utils/format-document-structure.test.mjs +5 -5
  150. package/tests/agents/utils/load-sources.test.mjs +4 -4
  151. package/tests/agents/utils/save-docs.test.mjs +1 -1
  152. package/tests/utils/conflict-detector.test.mjs +1 -1
  153. package/tests/utils/docs-finder-utils.test.mjs +8 -8
  154. package/types/document-schema.mjs +5 -6
  155. package/types/document-structure-schema.mjs +25 -13
  156. package/utils/conflict-detector.mjs +1 -1
  157. package/utils/constants/index.mjs +4 -4
  158. package/utils/docs-finder-utils.mjs +11 -11
  159. package/utils/markdown-checker.mjs +1 -1
@@ -1,16 +1,20 @@
1
1
  # 高度なトピック
2
2
 
3
- 内部の仕組みを理解したいユーザー向けに、このセクションではAIGNE DocSmithのアーキテクチャを詳しく解説します。このツールが舞台裏でどのように機能するのかを説明します。このレベルの詳細は一般的な使用には必要ありませんが、動作のカスタマイズやプロジェクトへの貢献に役立ちます。
3
+ このセクションでは、AIGNE DocSmithの内部アーキテクチャと動作メカニズムについて詳しく説明します。このセクションは、ツールの機能についてより深く理解したいユーザーを対象としており、高度なカスタマイズやプロジェクトへの貢献に役立ちます。この情報は、標準的な使用には必要ありません。
4
4
 
5
- 内部プロセスと品質管理についてより深く理解するために、以下のセクションをご覧ください。
5
+ DocSmithは、AIアプリケーション開発のプラットフォームを提供するAIGNEエコシステムのコンポーネントです。次の図は、全体のアーキテクチャを示しています。
6
+
7
+ ![AIGNEエコシステムのアーキテクチャ](https://docsmith.aigne.io/image-bin/uploads/def424c20bbdb3c77483894fe0e22819.png)
8
+
9
+ DocSmith内の特定のプロセスと品質管理手段については、以下の詳細なセクションを参照してください。
6
10
 
7
11
  <x-cards data-columns="2">
8
12
  <x-card data-title="仕組み" data-href="/advanced/how-it-works" data-icon="lucide:cpu">
9
13
  DocSmithのアーキテクチャ概要。ドキュメント生成パイプラインにおけるAI Agentの役割を説明します。
10
14
  </x-card>
11
15
  <x-card data-title="品質保証" data-href="/advanced/quality-assurance" data-icon="lucide:shield-check">
12
- リンクチェックや図の検証など、整形されエラーのないドキュメントを保証するためにDocSmithが実行する組み込みのチェックについて理解します。
16
+ リンクチェックやダイアグラム検証など、適切にフォーマットされエラーのないドキュメントを保証するためにDocSmithが実行する組み込みチェックについて理解します。
13
17
  </x-card>
14
18
  </x-cards>
15
19
 
16
- これらのトピックを探求することで、DocSmithの機能についてより完全に理解することができます。利用可能なすべてのコマンドとそのオプションの詳細については、[CLIコマンドリファレンス](./cli-reference.md)に進んでください。
20
+ これらのトピックを確認することで、DocSmithの機能を包括的に理解することができます。利用可能なすべてのコマンドとそのパラメータの完全なリファレンスについては、[CLIコマンドリファレンス](./cli-reference.md)を参照してください。
package/docs/advanced.md CHANGED
@@ -1,8 +1,12 @@
1
1
  # Advanced Topics
2
2
 
3
- For users who wish to understand the internal mechanics, this section provides a deeper look into the architecture of AIGNE DocSmith. It explains how the tool functions behind the scenes. While this level of detail is not required for general use, it can be valuable for customizing behavior or contributing to the project.
3
+ This section provides a detailed examination of the internal architecture and operational mechanics of AIGNE DocSmith. It is intended for users who wish to gain a deeper understanding of how the tool functions, which can be beneficial for advanced customization or contributing to the project. This information is not required for standard use.
4
4
 
5
- To better understand the internal processes and quality controls, explore the following sections.
5
+ DocSmith is a component of the AIGNE ecosystem, which provides a platform for AI application development. The following diagram illustrates the overall architecture.
6
+
7
+ ![AIGNE Ecosystem Architecture](https://docsmith.aigne.io/image-bin/uploads/def424c20bbdb3c77483894fe0e22819.png)
8
+
9
+ To explore the specific processes and quality control measures within DocSmith, refer to the following detailed sections.
6
10
 
7
11
  <x-cards data-columns="2">
8
12
  <x-card data-title="How It Works" data-href="/advanced/how-it-works" data-icon="lucide:cpu">
@@ -13,4 +17,4 @@ To better understand the internal processes and quality controls, explore the fo
13
17
  </x-card>
14
18
  </x-cards>
15
19
 
16
- By exploring these topics, you can gain a more complete understanding of DocSmith's capabilities. For a detailed breakdown of all available commands and their options, proceed to the [CLI Command Reference](./cli-reference.md).
20
+ By reviewing these topics, you can develop a comprehensive understanding of DocSmith's functionality. For a complete reference of all available commands and their parameters, please see the [CLI Command Reference](./cli-reference.md).
@@ -1,16 +1,20 @@
1
1
  # 進階主題
2
2
 
3
- 對於希望了解內部機制的用戶,本節將深入探討 AIGNE DocSmith 的架構,說明該工具在幕後的運作方式。雖然一般使用不需要了解這些細節,但對於自訂行為或為專案做出貢獻,這些資訊將會很有價值。
3
+ 本節詳細介紹 AIGNE DocSmith 的內部架構和運作機制。它專為希望深入了解該工具如何運作的使用者而設計,這對於進階自訂或為專案做出貢獻非常有益。標準使用不需要這些資訊。
4
4
 
5
- 為了更深入了解內部流程和品質控制,請探索以下章節。
5
+ DocSmith 是 AIGNE 生態系的一個元件,該生態系為 AI 應用程式開發提供了一個平台。下圖說明了整體架構。
6
+
7
+ ![AIGNE 生態系架構](https://docsmith.aigne.io/image-bin/uploads/def424c20bbdb3c77483894fe0e22819.png)
8
+
9
+ 若要探索 DocSmith 內的具體流程和品質控制措施,請參閱以下詳細章節。
6
10
 
7
11
  <x-cards data-columns="2">
8
12
  <x-card data-title="運作方式" data-href="/advanced/how-it-works" data-icon="lucide:cpu">
9
- DocSmith 的架構概覽,解釋了 AI Agent 在文件產生流程中的角色。
13
+ DocSmith 的架構概覽,解釋 AI agent 在文件生成流程中的角色。
10
14
  </x-card>
11
15
  <x-card data-title="品質保證" data-href="/advanced/quality-assurance" data-icon="lucide:shield-check">
12
- 了解 DocSmith 執行的內建檢查,以確保文件格式良好且無錯誤,包括連結檢查和圖表驗證。
16
+ 了解 DocSmith 執行的內建檢查,以確保文件格式正確且無錯誤,包括連結檢查和圖表驗證。
13
17
  </x-card>
14
18
  </x-cards>
15
19
 
16
- 透過探索這些主題,您可以更全面地了解 DocSmith 的功能。若需所有可用指令及其選項的詳細說明,請參閱 [CLI 指令參考](./cli-reference.md)。
20
+ 透過回顧這些主題,您可以全面了解 DocSmith 的功能。有關所有可用指令及其參數的完整參考,請參閱 [CLI 指令參考](./cli-reference.md)。
@@ -1,16 +1,20 @@
1
1
  # 高级主题
2
2
 
3
- 对于希望了解内部机制的用户,本节将深入探讨 AIGNE DocSmith 的架构。它解释了该工具在幕后如何运作。虽然对于一般使用而言,不需要了解这种程度的细节,但它对于自定义行为或为项目做出贡献非常有价值。
3
+ 本节详细阐述了 AIGNE DocSmith 的内部架构和运行机制。本节面向希望深入了解该工具工作原理的用户,这对于高级定制或为项目做出贡献大有裨益。标准使用无需了解这些信息。
4
4
 
5
- 要更好地了解内部流程和质量控制,请浏览以下部分。
5
+ DocSmith 是 AIGNE 生态系统的一个组件,该生态系统为 AI 应用开发提供了一个平台。下图展示了其整体架构。
6
+
7
+ ![AIGNE 生态系统架构](https://docsmith.aigne.io/image-bin/uploads/def424c20bbdb3c77483894fe0e22819.png)
8
+
9
+ 要了解 DocSmith 内部的具体流程和质量控制措施,请参阅以下详细章节。
6
10
 
7
11
  <x-cards data-columns="2">
8
12
  <x-card data-title="工作原理" data-href="/advanced/how-it-works" data-icon="lucide:cpu">
9
- DocSmith 的架构概述,解释了 AI agents 在文档生成管道中的作用。
13
+ DocSmith 的架构概述,解释了 AI Agent 在文档生成流程中的作用。
10
14
  </x-card>
11
15
  <x-card data-title="质量保证" data-href="/advanced/quality-assurance" data-icon="lucide:shield-check">
12
- 了解 DocSmith 执行的内置检查,以确保文档格式良好且无错误,包括链接检查和图表验证。
16
+ 了解 DocSmith 为确保文档格式正确、无错误而执行的内置检查,包括链接检查和图表验证。
13
17
  </x-card>
14
18
  </x-cards>
15
19
 
16
- 通过探索这些主题,您可以更全面地了解 DocSmith 的功能。有关所有可用命令及其选项的详细分解,请继续阅读 [CLI 命令参考](./cli-reference.md)。
20
+ 通过阅读这些主题,您可以全面了解 DocSmith 的功能。有关所有可用命令及其参数的完整参考,请参阅 [CLI 命令参考](./cli-reference.md)。
@@ -2,10 +2,187 @@
2
2
 
3
3
  プロジェクトの各バージョンにおけるすべての注目すべき変更、機能、バグ修正の詳細なログ。
4
4
 
5
+ ## [0.8.11-beta.6](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.11-beta.5...v0.8.11-beta.6) (2025-10-02)
6
+
7
+
8
+ ### その他の雑務
9
+
10
+ * 0.8.11-beta.6をリリース ([ecc8f5c](https://github.com/AIGNE-io/aigne-doc-smith/commit/ecc8f5c4ff9cc813e5cf7e35cbfdb915826cd183))
11
+
12
+ ## [0.8.11-beta.5](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.11-beta.4...v0.8.11-beta.5) (2025-10-01)
13
+
14
+
15
+ ### 機能
16
+
17
+ * 公開時のユーザーロール要件とカスタムルールサポートを追加 ([#151](https://github.com/AIGNE-io/aigne-doc-smith/issues/151)) ([95866f9](https://github.com/AIGNE-io/aigne-doc-smith/commit/95866f9fcb2ca697da42e950e9011b29913726d4))
18
+ * d2ダイアグラム生成を独立したツールとして分割 ([#152](https://github.com/AIGNE-io/aigne-doc-smith/issues/152)) ([8e9b811](https://github.com/AIGNE-io/aigne-doc-smith/commit/8e9b811dc6108bb19ab8a1853afb4cab92af1d62))
19
+
20
+ ## [0.8.11-beta.4](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.11-beta.3...v0.8.11-beta.4) (2025-09-30)
21
+
22
+
23
+ ### 機能
24
+
25
+ * 選択入力を持つAgentにチェックのみのオプションを追加 ([#147](https://github.com/AIGNE-io/aigne-doc-smith/issues/147)) ([3340988](https://github.com/AIGNE-io/aigne-doc-smith/commit/3340988e67ffef7e1087d560930b3cf98c860693))
26
+
27
+
28
+ ### バグ修正
29
+
30
+ * choose-docsユーティリティのエラーハンドリングを改善 ([#145](https://github.com/AIGNE-io/aigne-doc-smith/issues/145)) ([7052ffc](https://github.com/AIGNE-io/aigne-doc-smith/commit/7052ffc106817144bff815422dced7faa4dfc3e8))
31
+ * 翻訳プロンプトを調整。コードブロック内のコメントのみを翻訳 ([#149](https://github.com/AIGNE-io/aigne-doc-smith/issues/149)) ([30ce2c0](https://github.com/AIGNE-io/aigne-doc-smith/commit/30ce2c0e43c01b6588b4ada84aafecfd83c1b23b))
32
+
33
+ ## [0.8.11-beta.3](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.11-beta.2...v0.8.11-beta.3) (2025-09-29)
34
+
35
+
36
+ ### バグ修正
37
+
38
+ * 評価Agentのcilエントリを追加 ([#143](https://github.com/AIGNE-io/aigne-doc-smith/issues/143)) ([016096a](https://github.com/AIGNE-io/aigne-doc-smith/commit/016096af6c0cec0b86fc538e1f0b7b42e928451b))
39
+
40
+ ## [0.8.11-beta.2](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.11-beta.1...v0.8.11-beta.2) (2025-09-27)
41
+
42
+
43
+ ### バグ修正
44
+
45
+ * 依存関係の競合を修正 ([8e06ce7](https://github.com/AIGNE-io/aigne-doc-smith/commit/8e06ce716620f4bc526971300eab664115ffd8f0))
46
+
47
+ ## [0.8.11-beta.1](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.11-beta...v0.8.11-beta.1) (2025-09-27)
48
+
49
+
50
+ ### 機能
51
+
52
+ * **cli:** @blocklet/payment-broker-clientを使用してウェブサイトをデプロイ ([#139](https://github.com/AIGNE-io/aigne-doc-smith/issues/139)) ([a52f397](https://github.com/AIGNE-io/aigne-doc-smith/commit/a52f397728808e44ba41ccdcd7404ffa168fef94))
53
+ * **cli:** 公開時のベンダーハンドリングとデバッグ可能性を改善 ([#138](https://github.com/AIGNE-io/aigne-doc-smith/issues/138)) ([430e17c](https://github.com/AIGNE-io/aigne-doc-smith/commit/430e17c4eadfc919bba66953bd93f21de00dba92))
54
+ * **core:** ドキュメント評価とレポートをサポート ([#140](https://github.com/AIGNE-io/aigne-doc-smith/issues/140)) ([3222f97](https://github.com/AIGNE-io/aigne-doc-smith/commit/3222f97c5b0c82039cd5b913ea42ea567e1d74e3))
55
+ * ツールを使用してドキュメントと構造の更新を調整 ([#137](https://github.com/AIGNE-io/aigne-doc-smith/issues/137)) ([90e645c](https://github.com/AIGNE-io/aigne-doc-smith/commit/90e645c0be8a5926d3f97009a449b539ef6b2954))
56
+
57
+
58
+ ### バグ修正
59
+
60
+ * descriptionをマークダウンの属性値ではなくテキストノードとして扱う ([#136](https://github.com/AIGNE-io/aigne-doc-smith/issues/136)) ([67fccdd](https://github.com/AIGNE-io/aigne-doc-smith/commit/67fccdd6dc8faa272f3c58e3575909d7833c813b))
61
+
62
+ ## [0.8.11-beta](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.10...v0.8.11-beta) (2025-09-22)
63
+
64
+
65
+ ### バグ修正
66
+
67
+ * readmeドキュメントを更新 ([#130](https://github.com/AIGNE-io/aigne-doc-smith/issues/130)) ([16b5acf](https://github.com/AIGNE-io/aigne-doc-smith/commit/16b5acf2398ee7b242c5f3229f2bcf2de2fad7d0))
68
+
69
+ ## [0.8.10](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.10-beta.3...v0.8.10) (2025-09-20)
70
+
71
+
72
+ ### その他の雑務
73
+
74
+ * 0.8.10をリリース ([35ac7c8](https://github.com/AIGNE-io/aigne-doc-smith/commit/35ac7c8fb56d6612595af1429ccad1b7804edeb8))
75
+ * 0.8.10をリリース ([59c98bb](https://github.com/AIGNE-io/aigne-doc-smith/commit/59c98bbc479cd415c6540ee138e4e711c8dc0490))
76
+
77
+ ## [0.8.10-beta.3](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.10-beta.2...v0.8.10-beta.3) (2025-09-19)
78
+
79
+
80
+ ### バグ修正
81
+
82
+ * **cli:** エンタープライズデプロイメント関連のリンクを追加 ([#125](https://github.com/AIGNE-io/aigne-doc-smith/issues/125)) ([f115309](https://github.com/AIGNE-io/aigne-doc-smith/commit/f11530967fef0bf2ead7f307a5513a1f3d6513f5))
83
+ * レビュープロンプトのコピーライティングを洗練 ([#124](https://github.com/AIGNE-io/aigne-doc-smith/issues/124)) ([ea3c6a8](https://github.com/AIGNE-io/aigne-doc-smith/commit/ea3c6a837a32b0135e75faf85406049406055931))
84
+
85
+ ## [0.8.10-beta.2](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.10-beta.1...v0.8.10-beta.2) (2025-09-18)
86
+
87
+
88
+ ### バグ修正
89
+
90
+ * コードテストを洗練 ([#122](https://github.com/AIGNE-io/aigne-doc-smith/issues/122)) ([0629705](https://github.com/AIGNE-io/aigne-doc-smith/commit/0629705ebd271282411d507421c1ba5dd01473b9))
91
+ * ドキュメント構造のレビュープロンプトと表示を更新 ([#119](https://github.com/AIGNE-io/aigne-doc-smith/issues/119)) ([e2d99db](https://github.com/AIGNE-io/aigne-doc-smith/commit/e2d99db83ff3a6266b32dd450a79b6e000aff09e))
92
+ * field要素の使用ルールを更新 ([#120](https://github.com/AIGNE-io/aigne-doc-smith/issues/120)) ([434f161](https://github.com/AIGNE-io/aigne-doc-smith/commit/434f161ab7dd989d57ca670f36d0828c09abe38a))
93
+
94
+ ## [0.8.10-beta.1](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.10-beta...v0.8.10-beta.1) (2025-09-18)
95
+
96
+
97
+ ### 機能
98
+
99
+ * ドキュメント構造のレビューワークフローをサポート ([#117](https://github.com/AIGNE-io/aigne-doc-smith/issues/117)) ([ec7ae80](https://github.com/AIGNE-io/aigne-doc-smith/commit/ec7ae80b26a1b66928bddef7ac401f633a0f5a2b))
100
+
101
+
102
+ ### バグ修正
103
+
104
+ * 英語の一貫性と明確性を改善 ([#118](https://github.com/AIGNE-io/aigne-doc-smith/issues/118)) ([74c9e8e](https://github.com/AIGNE-io/aigne-doc-smith/commit/74c9e8e19a78767c32da772133662818b8e50715))
105
+ * doc-smithのロゴを更新 ([#114](https://github.com/AIGNE-io/aigne-doc-smith/issues/114)) ([52ab351](https://github.com/AIGNE-io/aigne-doc-smith/commit/52ab3519d98533f26c1a18203be51e0965c586bc))
106
+
107
+ ## [0.8.10-beta](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.9...v0.8.10-beta) (2025-09-16)
108
+
109
+
110
+ ### バグ修正
111
+
112
+ * **ci:** ベータ版リリースの公開をサポート ([#112](https://github.com/AIGNE-io/aigne-doc-smith/issues/112)) ([aa51523](https://github.com/AIGNE-io/aigne-doc-smith/commit/aa515237cff275ef8c46f5ac2ad7ff60e9915ab4))
113
+
114
+ ## [0.8.9](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.8...v0.8.9) (2025-09-15)
115
+
116
+
117
+ ### バグ修正
118
+
119
+ * d2ダイアグラムのテーマカラーを更新 ([#108](https://github.com/AIGNE-io/aigne-doc-smith/issues/108)) ([d31dd80](https://github.com/AIGNE-io/aigne-doc-smith/commit/d31dd80c7cb1ca0c4d99d85eb2b6a529651d426f))
120
+
121
+ ## [0.8.8](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.7...v0.8.8) (2025-09-13)
122
+
123
+
124
+ ### バグ修正
125
+
126
+ * 問い合わせフィードバックのコピーを最適化 ([#106](https://github.com/AIGNE-io/aigne-doc-smith/issues/106)) ([d219ab8](https://github.com/AIGNE-io/aigne-doc-smith/commit/d219ab8e49fedfb2fbe1d3746e30f36751a924df))
127
+
128
+ ## [0.8.7](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.6...v0.9.0) (2025-09-12)
129
+
130
+
131
+ ### 機能
132
+
133
+ * field要素によるAPIパラメータの定義をサポート ([#104](https://github.com/AIGNE-io/aigne-doc-smith/issues/104)) ([2296ead](https://github.com/AIGNE-io/aigne-doc-smith/commit/2296ead15a00aaf809b3854bf349361f0213f522))
134
+
135
+ ## [0.8.6](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.5...v0.8.6) (2025-09-11)
136
+
137
+
138
+ ### 機能
139
+
140
+ * デプロイ単体テストを追加し、より良いロギングで公開ワークフローを改善 ([e33a94b](https://github.com/AIGNE-io/aigne-doc-smith/commit/e33a94bef5eda09398901fa1f953e662ae5fbd16))
141
+ * **publish:** デフォルトの公開処理で公開URLを表示 ([9d1d018](https://github.com/AIGNE-io/aigne-doc-smith/commit/9d1d0180dc9c8bb0a4393a893eed2395eec300ab))
142
+
143
+
144
+ ### バグ修正
145
+
146
+ * **deploy:** 保存の失敗を防ぐため、await後にログが保存されるようにする ([793343f](https://github.com/AIGNE-io/aigne-doc-smith/commit/793343fc7f96ab962e70eb310cb07f4e7eaec9e0))
147
+
148
+
149
+ ### その他の雑務
150
+
151
+ * 0.8.6をリリース ([1e25cb4](https://github.com/AIGNE-io/aigne-doc-smith/commit/1e25cb49a26d8bcc3c83ec36120b6bad4042cadf))
152
+
153
+ ## [0.8.5](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.4...v0.8.5) (2025-09-10)
154
+
155
+
156
+ ### 機能
157
+
158
+ * エンタープライズスペースへのドキュメント公開をサポート ([#82](https://github.com/AIGNE-io/aigne-doc-smith/issues/82)) ([35b577a](https://github.com/AIGNE-io/aigne-doc-smith/commit/35b577ac0f2c1b860a23185054a55bada3742e8e))
159
+
160
+
161
+ ### その他の雑務
162
+
163
+ * 0.8.5をリリース ([7a60a03](https://github.com/AIGNE-io/aigne-doc-smith/commit/7a60a03f91a20f378e94b12dd32a6a8b0a4bede5))
164
+
165
+ ## [0.8.4](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.3...v0.8.4) (2025-09-09)
166
+
167
+
168
+ ### バグ修正
169
+
170
+ * マークダウンのコードブロックをカスタムx-code要素にパース ([#89](https://github.com/AIGNE-io/aigne-doc-smith/issues/89)) ([96ea776](https://github.com/AIGNE-io/aigne-doc-smith/commit/96ea7761299b93ea406abe04193f531fc406ccfa))
171
+ * **utils:** 拡張属性をサポートするためにコードブロックの正規表現を更新 ([#92](https://github.com/AIGNE-io/aigne-doc-smith/issues/92)) ([bf1fbab](https://github.com/AIGNE-io/aigne-doc-smith/commit/bf1fbabf193e90a83ed6e83e4ff4c5b3b2930477))
172
+ * **ux:** d2ダイアグラムの背景を透明にする ([13eed81](https://github.com/AIGNE-io/aigne-doc-smith/commit/13eed81cb6be13c64ad04c41505d9d76f34d54bb))
173
+ * **ux:** d2ダイアグラムの背景を透明にする ([#96](https://github.com/AIGNE-io/aigne-doc-smith/issues/96)) ([13eed81](https://github.com/AIGNE-io/aigne-doc-smith/commit/13eed81cb6be13c64ad04c41505d9d76f34d54bb))
174
+
175
+ ## [0.8.3](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.2...v0.8.3) (2025-09-05)
176
+
177
+
178
+ ### バグ修正
179
+
180
+ * ローカル画像の画像寸法検出と自動設定を追加 ([#87](https://github.com/AIGNE-io/aigne-doc-smith/issues/87)) ([2d139e6](https://github.com/AIGNE-io/aigne-doc-smith/commit/2d139e60c55fbfd204b08f427807ffeecdae14df))
181
+
5
182
  ## [0.8.2](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.1...v0.8.2) (2025-09-04)
6
183
 
7
184
 
8
- ### 雑多なタスク
185
+ ### その他の雑務
9
186
 
10
187
  * 0.8.2をリリース ([849bc69](https://github.com/AIGNE-io/aigne-doc-smith/commit/849bc694edf167187f65cb34f1dd9a3966efd96c))
11
188
 
@@ -14,10 +191,10 @@
14
191
 
15
192
  ### 機能
16
193
 
17
- * 包括的な例を用いてd2チャート生成を調整 ([#80](https://github.com/AIGNE-io/aigne-doc-smith/issues/80)) ([3423e4c](https://github.com/AIGNE-io/aigne-doc-smith/commit/3423e4cff24335552503916694a3489e5d91bf6c))
194
+ * 包括的な例でd2チャート生成を調整 ([#80](https://github.com/AIGNE-io/aigne-doc-smith/issues/80)) ([3423e4c](https://github.com/AIGNE-io/aigne-doc-smith/commit/3423e4cff24335552503916694a3489e5d91bf6c))
18
195
 
19
196
 
20
- ### 雑多なタスク
197
+ ### その他の雑務
21
198
 
22
199
  * 0.8.1をリリース ([21f64d4](https://github.com/AIGNE-io/aigne-doc-smith/commit/21f64d450377b1aef00f12613ba3b87aa4ef1d31))
23
200
 
@@ -32,7 +209,7 @@
32
209
  ## [0.7.2](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.7.1...v0.7.2) (2025-09-01)
33
210
 
34
211
 
35
- ### 雑多なタスク
212
+ ### その他の雑務
36
213
 
37
214
  * 0.7.2をリリース ([c3be232](https://github.com/AIGNE-io/aigne-doc-smith/commit/c3be2323e885cf5d11d654629fe30cc3720f79d3))
38
215
 
@@ -51,19 +228,19 @@
51
228
  * チャットモードのサポートを追加 ([#60](https://github.com/AIGNE-io/aigne-doc-smith/issues/60)) ([9b2ce50](https://github.com/AIGNE-io/aigne-doc-smith/commit/9b2ce50014d1894a4e41bf043e699fdc4f1d74b7))
52
229
  * カスタムコンポーネントとより堅牢な設定処理をサポート ([#70](https://github.com/AIGNE-io/aigne-doc-smith/issues/70)) ([727ab42](https://github.com/AIGNE-io/aigne-doc-smith/commit/727ab429b00f924ef605530b35d2a12b4be77e3a))
53
230
  * ドキュメント生成および公開ワークフローでd2チャートをサポート ([#69](https://github.com/AIGNE-io/aigne-doc-smith/issues/69)) ([bf95889](https://github.com/AIGNE-io/aigne-doc-smith/commit/bf958891516973636c4847b084c6fe75d1ea124b))
54
- * 多目的のドキュメント計画と生成をサポート ([#68](https://github.com/AIGNE-io/aigne-doc-smith/issues/68)) ([44152c5](https://github.com/AIGNE-io/aigne-doc-smith/commit/44152c53b7e8f82e3af1245a1affd77b9817486d))
231
+ * 多目的ドキュメントの計画と生成をサポート ([#68](https://github.com/AIGNE-io/aigne-doc-smith/issues/68)) ([44152c5](https://github.com/AIGNE-io/aigne-doc-smith/commit/44152c53b7e8f82e3af1245a1affd77b9817486d))
55
232
 
56
233
  ## [0.6.0](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.5.1...v0.6.0) (2025-08-27)
57
234
 
58
235
 
59
236
  ### 機能
60
237
 
61
- * 公開前のメディア処理のサポートを完了 ([#63](https://github.com/AIGNE-io/aigne-doc-smith/issues/63)) ([5257ca1](https://github.com/AIGNE-io/aigne-doc-smith/commit/5257ca1756f47487b65a1813949e547b6fc51aca))
238
+ * 公開前のメディア処理を完全にサポート ([#63](https://github.com/AIGNE-io/aigne-doc-smith/issues/63)) ([5257ca1](https://github.com/AIGNE-io/aigne-doc-smith/commit/5257ca1756f47487b65a1813949e547b6fc51aca))
62
239
 
63
240
  ## [0.5.1](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.5.0...v0.5.1) (2025-08-26)
64
241
 
65
242
 
66
- ### 雑多なタスク
243
+ ### その他の雑務
67
244
 
68
245
  * 0.5.1をリリース ([892d96e](https://github.com/AIGNE-io/aigne-doc-smith/commit/892d96e939a6404a42e8d2521f95bb7acfeabe27))
69
246
 
@@ -72,7 +249,7 @@
72
249
 
73
250
  ### 機能
74
251
 
75
- * 永続的なユーザーフィードバックを嗜好としてサポート ([#57](https://github.com/AIGNE-io/aigne-doc-smith/issues/57)) ([761a583](https://github.com/AIGNE-io/aigne-doc-smith/commit/761a583297b397a12d848d10d26cd5b675f8a9e7))
252
+ * ユーザーフィードバックを嗜好として永続的にサポート ([#57](https://github.com/AIGNE-io/aigne-doc-smith/issues/57)) ([761a583](https://github.com/AIGNE-io/aigne-doc-smith/commit/761a583297b397a12d848d10d26cd5b675f8a9e7))
76
253
 
77
254
 
78
255
  ### バグ修正
@@ -82,7 +259,7 @@
82
259
  ## [0.4.5](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.4.4...v0.4.5) (2025-08-25)
83
260
 
84
261
 
85
- ### 雑多なタスク
262
+ ### その他の雑務
86
263
 
87
264
  * 0.4.5をリリース ([12aa6c3](https://github.com/AIGNE-io/aigne-doc-smith/commit/12aa6c340fdd95cbd74833662f4c3a80f19dfa30))
88
265
 
@@ -96,14 +273,14 @@
96
273
  ## [0.4.3](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.4.2...v0.4.3) (2025-08-21)
97
274
 
98
275
 
99
- ### 雑多なタスク
276
+ ### その他の雑務
100
277
 
101
278
  * 0.4.3をリリース ([f37ac7c](https://github.com/AIGNE-io/aigne-doc-smith/commit/f37ac7cd1fd129d8e3019cc7e952a0cf7dcb3db7))
102
279
 
103
280
  ## [0.4.2](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.4.1...v0.4.2) (2025-08-21)
104
281
 
105
282
 
106
- ### 雑多なタスク
283
+ ### その他の雑務
107
284
 
108
285
  * 0.4.2をリリース ([9e36cf6](https://github.com/AIGNE-io/aigne-doc-smith/commit/9e36cf678ac51a0f4e7b3c19e4b5248e42b80437))
109
286
 
@@ -138,7 +315,7 @@
138
315
 
139
316
  ### バグ修正
140
317
 
141
- * セルフホストのディスカッションキットを実行するためのヘルプコピーを最適化 ([#45](https://github.com/AIGNE-io/aigne-doc-smith/issues/45)) ([6841de8](https://github.com/AIGNE-io/aigne-doc-smith/commit/6841de817408d85ac8d993860ab431f7b8816aef))
318
+ * セルフホストのdiscussキットを実行するためのヘルプコピーを最適化 ([#45](https://github.com/AIGNE-io/aigne-doc-smith/issues/45)) ([6841de8](https://github.com/AIGNE-io/aigne-doc-smith/commit/6841de817408d85ac8d993860ab431f7b8816aef))
142
319
 
143
320
  ## [0.2.11](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.2.10...v0.2.11) (2025-08-15)
144
321
 
@@ -159,12 +336,12 @@
159
336
 
160
337
  ### バグ修正
161
338
 
162
- * 無視チェックを洗練 ([#25](https://github.com/AIGNE-io/aigne-doc-smith/issues/25)) ([90bc866](https://github.com/AIGNE-io/aigne-doc-smith/commit/90bc866513fef7b47047b1016e07bf38881c101c))
339
+ * ignoreチェックを洗練 ([#25](https://github.com/AIGNE-io/aigne-doc-smith/issues/25)) ([90bc866](https://github.com/AIGNE-io/aigne-doc-smith/commit/90bc866513fef7b47047b1016e07bf38881c101c))
163
340
 
164
341
  ## [0.2.8](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.2.7...v0.2.8) (2025-08-13)
165
342
 
166
343
 
167
- ### 雑多なタスク
344
+ ### その他の雑務
168
345
 
169
346
  * 0.2.8をリリース ([da19bc0](https://github.com/AIGNE-io/aigne-doc-smith/commit/da19bc0b2c6c4e5fddaff84b4fa85c9d495b3ba0))
170
347
 
@@ -176,14 +353,14 @@
176
353
  * 詳細チェックを洗練 ([#21](https://github.com/AIGNE-io/aigne-doc-smith/issues/21)) ([0268732](https://github.com/AIGNE-io/aigne-doc-smith/commit/02687329c3507b73f9cbf1aa2ff1b87921452516))
177
354
 
178
355
 
179
- ### 雑多なタスク
356
+ ### その他の雑務
180
357
 
181
358
  * 0.2.7をリリース ([3b807fe](https://github.com/AIGNE-io/aigne-doc-smith/commit/3b807fed833a5160931747bce37aac00cf11d9ac))
182
359
 
183
360
  ## [0.2.6](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.2.5...v0.2.6) (2025-08-12)
184
361
 
185
362
 
186
- ### 雑多なタスク
363
+ ### その他の雑務
187
364
 
188
365
  * 0.2.6をリリース ([c5b5ea5](https://github.com/AIGNE-io/aigne-doc-smith/commit/c5b5ea5c404d44f3b0d420f0b57e4ae64ae5d624))
189
366
 
@@ -192,14 +369,14 @@
192
369
 
193
370
  ### バグ修正
194
371
 
195
- * CLIプロセスを洗練 ([#17](https://github.com/AIGNE-io/aigne-doc-smith/issues/17)) ([4c94263](https://github.com/AIGNE-io/aigne-doc-smith/commit/4c9426378dff9ca3270bd0e455aa6fb1045f6abb))
372
+ * cliプロセスを洗練 ([#17](https://github.com/AIGNE-io/aigne-doc-smith/issues/17)) ([4c94263](https://github.com/AIGNE-io/aigne-doc-smith/commit/4c9426378dff9ca3270bd0e455aa6fb1045f6abb))
196
373
 
197
374
  ## [0.2.4](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.2.3...v0.2.4) (2025-08-07)
198
375
 
199
376
 
200
377
  ### バグ修正
201
378
 
202
- * Agent出力ログを洗練 ([40a2451](https://github.com/AIGNE-io/aigne-doc-smith/commit/40a245122ce4d8747e5b5dbe88be6986047c38ae))
379
+ * Agentの出力ログを洗練 ([40a2451](https://github.com/AIGNE-io/aigne-doc-smith/commit/40a245122ce4d8747e5b5dbe88be6986047c38ae))
203
380
 
204
381
  ## [0.2.3](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.2.2...v0.2.3) (2025-08-07)
205
382
 
@@ -211,14 +388,14 @@
211
388
  ## [0.2.2](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.2.1...v0.2.2) (2025-08-07)
212
389
 
213
390
 
214
- ### 雑多なタスク
391
+ ### その他の雑務
215
392
 
216
393
  * 0.2.2をリリース ([c3fb52a](https://github.com/AIGNE-io/aigne-doc-smith/commit/c3fb52a78b95676e1c13361b30ebec2914a89fa8))
217
394
 
218
395
  ## [0.2.1](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.2.0...v0.2.1) (2025-08-06)
219
396
 
220
397
 
221
- ### 雑多なタスク
398
+ ### その他の雑務
222
399
 
223
400
  * 0.2.1をリリース ([e3a39ae](https://github.com/AIGNE-io/aigne-doc-smith/commit/e3a39aedcee129deae424e96942f9798b9191663))
224
401
 
@@ -227,13 +404,13 @@
227
404
 
228
405
  ### 機能
229
406
 
230
- * Agent呼び出し時の自動初期設定をサポート ([24d29db](https://github.com/AIGNE-io/aigne-doc-smith/commit/24d29db4dd86709750aa22ff649e7dacc4124126))
407
+ * Agent呼び出し時の自動初期化設定をサポート ([24d29db](https://github.com/AIGNE-io/aigne-doc-smith/commit/24d29db4dd86709750aa22ff649e7dacc4124126))
231
408
  * ソース変更時にドキュメントを更新 ([#9](https://github.com/AIGNE-io/aigne-doc-smith/issues/9)) ([4adcecf](https://github.com/AIGNE-io/aigne-doc-smith/commit/4adcecfb32e72c9e88d0b0bd8ce0a91022847ca7))
232
409
 
233
410
  ## [0.1.4](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.1.3...v0.1.4) (2025-08-04)
234
411
 
235
412
 
236
- ### 雑多なタスク
413
+ ### その他の雑務
237
414
 
238
415
  * 0.1.4をリリース ([4122cf5](https://github.com/AIGNE-io/aigne-doc-smith/commit/4122cf5cc0285bef2b96803f393e744121d22acf))
239
416
 
@@ -242,7 +419,7 @@
242
419
 
243
420
  ### バグ修正
244
421
 
245
- * 新しいaigneインスタンスを読み込む代わりにoptions.contextからAgentにアクセス ([#6](https://github.com/AIGNE-io/aigne-doc-smith/issues/6)) ([0e7ce1d](https://github.com/AIGNE-io/aigne-doc-smith/commit/0e7ce1d3889aab435b029a511cb7ebdbb213ab8a))
422
+ * 新しいaigneインスタンスをロードする代わりにoptions.contextからAgentにアクセス ([#6](https://github.com/AIGNE-io/aigne-doc-smith/issues/6)) ([0e7ce1d](https://github.com/AIGNE-io/aigne-doc-smith/commit/0e7ce1d3889aab435b029a511cb7ebdbb213ab8a))
246
423
 
247
424
  ## [0.1.2](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.1.1...v0.1.2) (2025-08-01)
248
425
 
@@ -265,7 +442,7 @@
265
442
 
266
443
  ### 機能
267
444
 
268
- * mcpサーバーとCLIのエントリーAgentを追加 ([fa85d65](https://github.com/AIGNE-io/aigne-doc-smith/commit/fa85d651e8dc723e2b97150fc2258b115c6c5bb0))
445
+ * mcpサーバーとcliのエントリAgentを追加 ([fa85d65](https://github.com/AIGNE-io/aigne-doc-smith/commit/fa85d651e8dc723e2b97150fc2258b115c6c5bb0))
269
446
 
270
447
 
271
448
  ### バグ修正
@@ -280,11 +457,11 @@
280
457
 
281
458
  * ボードの自動作成を追加 ([3ff06ad](https://github.com/AIGNE-io/aigne-doc-smith/commit/3ff06ad0241e208b09bcf828c52c2c5051c67ef8))
282
459
  * docs-mcpを追加 ([a7508a1](https://github.com/AIGNE-io/aigne-doc-smith/commit/a7508a13abb2222968b1bc9c14948427af509f97))
283
- * 入力ジェネレーターAgentを追加 ([20c01bb](https://github.com/AIGNE-io/aigne-doc-smith/commit/20c01bbca6d6f9414695071fc907bd7cf43d7f62))
460
+ * 入力ジェネレータAgentを追加 ([20c01bb](https://github.com/AIGNE-io/aigne-doc-smith/commit/20c01bbca6d6f9414695071fc907bd7cf43d7f62))
284
461
  * ドキュメント公開機能を追加 ([41bb126](https://github.com/AIGNE-io/aigne-doc-smith/commit/41bb126caeb1c3c242c7a2be27abb114aeab9953))
285
462
  * ドキュメントラベルのサポートを追加 ([4522c07](https://github.com/AIGNE-io/aigne-doc-smith/commit/4522c07b1ceb05664a1f5b5fb4df06feee536eba))
286
463
  * 詳細にレビューを追加 ([8f1aa4f](https://github.com/AIGNE-io/aigne-doc-smith/commit/8f1aa4f22e2d2e590d7aa37288c2e1ee7ea48f07))
287
- * 初期コミット ([dafc40e](https://github.com/AIGNE-io/aigne-doc-smith/commit/dafc40e94f3c407e50b2c46ecb46237f23a15cf7))
464
+ * 最初のコミット ([dafc40e](https://github.com/AIGNE-io/aigne-doc-smith/commit/dafc40e94f3c407e50b2c46ecb46237f23a15cf7))
288
465
  * 構造計画にレビューを追加 ([b56e83e](https://github.com/AIGNE-io/aigne-doc-smith/commit/b56e83e558f509302b422205f30e9b2adb42d452))
289
466
 
290
467
 
@@ -299,11 +476,11 @@
299
476
  * コードを洗練 ([74fee51](https://github.com/AIGNE-io/aigne-doc-smith/commit/74fee51ad6337af8811a35f2a4334b67ec109439))
300
477
  * コードを洗練 ([7fa1675](https://github.com/AIGNE-io/aigne-doc-smith/commit/7fa1675b2cab6144d1fb9d4388130209c6cfa0bc))
301
478
  * ドキュメントレビューを洗練 ([70374ab](https://github.com/AIGNE-io/aigne-doc-smith/commit/70374abed74946eafa7b0f87331c2e496fa61592))
302
- * 入力ジェネレーターAgentを洗練 ([ae908bb](https://github.com/AIGNE-io/aigne-doc-smith/commit/ae908bbc0cb98b9b196e8b08f23149e5693e0abe))
479
+ * 入力ジェネレータAgentを洗練 ([ae908bb](https://github.com/AIGNE-io/aigne-doc-smith/commit/ae908bbc0cb98b9b196e8b08f23149e5693e0abe))
303
480
  * 構造計画を洗練 ([3a0a196](https://github.com/AIGNE-io/aigne-doc-smith/commit/3a0a196a97196ba445c4709d3466ff355917ac53))
304
481
  * ドキュメント保存時に不要なドキュメントを削除 ([bec5ba3](https://github.com/AIGNE-io/aigne-doc-smith/commit/bec5ba3afd462c990a0aa813bbe38ce9a61363ee))
305
482
 
306
483
 
307
- ### 雑多なタスク
484
+ ### その他の雑務
308
485
 
309
- * 0.0.2をリリース ([73bf26a](https://github.com/AIGNE-io/aigne-doc-smith/commit/73bf26a5c55fa4726d866cff64bd48d1ca37a3b3))
486
+ * 0.0.2をリリース ([73bf26a](https://github.com/AIGNE-io/aigne-doc-smith/commit/73bf26a5c55fa4726d866cff64bd48d1ca37a3b3))