> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/intro-jp/update-note/2026/202608/20260825.md).

# \[2026.08.27] 総合相談管理を追加、見積もり数式入力を統合、BOM循環参照エラーを修正

## 1. ダッシュボード

### 1.1.（改善）見積書・パラメータの数式入力およびテーブル管理の改善

見積書とパラメータの数式入力を、電卓と数式エディタが付いた **共通入力器**に統合しました。値が空の画面でも数式を検証でき、自動補完・エラー案内・計算結果のプレビューを併せてサポートします。

見積書テーブル管理画面では、表示中の列と非表示の列を分けて表示します。モーダルの切れ、空のテンプレート状態、列順、画面はみ出しの問題も併せて修正しました。

<figure><img src="https://1206381844-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMWuDtKHjyUXqBIf7Q6Zw%2Fuploads%2Fnhhxr32gmocyecfe5MfU%2Fimage.png?alt=media&amp;token=ee343b64-fc68-4c0c-815f-beeeb4eb2a48" alt=""><figcaption></figcaption></figure>

以前

<figure><img src="https://1206381844-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMWuDtKHjyUXqBIf7Q6Zw%2Fuploads%2F3yQY6hf7zriCPdyz55wu%2Fimage.png?alt=media&amp;token=22d44fff-fc6e-4003-a3aa-6f3946fa309e" alt=""><figcaption></figcaption></figure>

以後

### 1.2.（新規）全体相談管理ページの追加および相談フィルターの改善

企業に登録されたすべての相談を一か所で見られる **全体相談管理** ページを追加しました。件名、顧客名、担当者で検索でき、詳細表示と状態変更は相談一覧と同じように動作します。

相談管理ページの検索も併せて改善しました。相談件名と顧客名を一度に検索するよう変更し、状態フィルターと企業全体相談表示を追加しました。企業全体相談表示は権限のあるユーザーにのみ表示されます。

<figure><img src="https://1206381844-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMWuDtKHjyUXqBIf7Q6Zw%2Fuploads%2FqGvn92v6oUJM8THbbPRJ%2Fimage.png?alt=media&amp;token=4eba0100-02c9-4f58-9eef-1f7dbb4c27db" alt=""><figcaption></figcaption></figure>

### 1.3. バグおよび課題の改善

1. **改善** **エージェントのファイル添付UX改善**

   エージェント入力欄のファイル添付、クリップボード貼り付け、ドラッグ＆ドロップの動作を改善しました。

***

## 2. パラメトリックエディター

### 2.1.（修正）BOM循環参照による部品を開くエラーの改善

部品BOMに循環参照があると `Maximum call stack size exceeded` エラーによりエディターとビューアーが終了していた問題を修正しました。現在は循環参照や存在しない部品がある場合、その区間だけを飛ばして部品を開きます。

部品を追加・置換したりドラッグ＆ドロップしたりする際に、新しい循環参照が作られないよう事前検証も追加しました。

すでに循環参照が保存されている部品は、エディターで問題内容を案内します。整理できる場合 `削除して保存`で誤ったBOM関係をすぐに削除できます。ビューアーは別途案内なしに、問題の区間だけを除いてコンテンツを表示します。

<figure><img src="https://1206381844-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMWuDtKHjyUXqBIf7Q6Zw%2Fuploads%2FIVeiMMybzPlOXJ66MF5L%2Fimage.png?alt=media&amp;token=26d214b6-130f-4f69-b1d6-073f5add3b8f" alt=""><figcaption></figcaption></figure>

***


---

# 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.archisketch.com/guide/intro-jp/update-note/2026/202608/20260825.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.
