From 66c0be65c438ccf16d487582f574158dbe8884ce Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Fri, 8 May 2026 17:22:16 -0400 Subject: [PATCH] Show AI tools only in edit mode; open existing summary without regenerating - Hide AI tools panel when entry is not in edit mode - Clicking AI button when a summary already exists opens it directly instead of triggering a new API call; Re-run still available in modal Co-Authored-By: Claude Sonnet 4.6 --- src/lib/ae_elements/AE_AITools.svelte | 12 ++++++++++-- .../ae_comp__journal_entry_obj_id_view.svelte | 16 +++++++++------- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/src/lib/ae_elements/AE_AITools.svelte b/src/lib/ae_elements/AE_AITools.svelte index a8d6b4db..949b7620 100644 --- a/src/lib/ae_elements/AE_AITools.svelte +++ b/src/lib/ae_elements/AE_AITools.svelte @@ -157,9 +157,17 @@ function handle_save() {