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{