From b49448a4e8e06a874d958c742053e8ad6f97bccf Mon Sep 17 00:00:00 2001 From: MocA-Love Date: Thu, 16 Apr 2026 07:15:55 +0900 Subject: [PATCH] =?UTF-8?q?fix(desktop):=20=E9=81=B8=E6=8A=9E=E3=81=97?= =?UTF-8?q?=E3=81=9F=E3=83=97=E3=83=AA=E3=82=BB=E3=83=83=E3=83=88=E3=82=92?= =?UTF-8?q?AgentManager=E3=81=AE=E8=A9=B3=E7=B4=B0=E3=81=AB=E8=A1=A8?= =?UTF-8?q?=E7=A4=BA=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TODO作成時に選んだシステムプロンプトプリセットが、 AgentManagerの詳細ペインから確認できず 「本当に送られて いるのか」 が見えない問題への対応。 SessionDetailに 「システムプロンプト(プリセット)」 の DetailBlockを追加し、customSystemPromptが設定されていれば 全文をスクロール可能なブロックで表示するようにした。 プリセットのフォルダ管理/goal・description 2タイプ化は スキーマ変更を伴うため別PRで対応する。 Refs #187 --- .../features/todo-agent/TodoManager/TodoManager.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/desktop/src/renderer/features/todo-agent/TodoManager/TodoManager.tsx b/apps/desktop/src/renderer/features/todo-agent/TodoManager/TodoManager.tsx index 108a61d3fcf..677922913f4 100644 --- a/apps/desktop/src/renderer/features/todo-agent/TodoManager/TodoManager.tsx +++ b/apps/desktop/src/renderer/features/todo-agent/TodoManager/TodoManager.tsx @@ -837,6 +837,14 @@ function SessionDetail({ session, onDeleted }: SessionDetailProps) { )} + {session.customSystemPrompt?.trim() && ( + +
+ {session.customSystemPrompt} +
+
+ )} +
{session.verifyCommand ? (