From 2cc9c8c00d761e726d15661fddc7c37e170dac98 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Mon, 21 Jul 2025 14:46:46 -0400 Subject: [PATCH] Increase default max_prompts from 2 to 100 --- internal/config/notes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config/notes.go b/internal/config/notes.go index 8a7af9b..599b8d3 100644 --- a/internal/config/notes.go +++ b/internal/config/notes.go @@ -23,7 +23,7 @@ func DefaultNotesConfig() *NotesConfig { return &NotesConfig{ Enabled: true, MaxExcerptLength: 5000, - MaxPrompts: 2, + MaxPrompts: 100, IncludeToolOutput: false, // Privacy: don't include potentially sensitive output NotesRef: "claude-conversations", ExcludePatterns: []string{