1
0
Fork 0
mirror of https://github.com/imjasonh/cnotes synced 2026-07-18 14:47:18 +00:00

Increase default max_prompts from 2 to 100

This commit is contained in:
Jason Hall 2025-07-21 14:46:46 -04:00
parent aedefe6391
commit 2cc9c8c00d
Failed to extract signature

View file

@ -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{