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:
parent
aedefe6391
commit
2cc9c8c00d
1 changed files with 1 additions and 1 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue