refactor: Renamed summarize_prompt setting to summarization_prompt

This commit is contained in:
2025-11-07 11:09:48 -07:00
parent 304129d793
commit 9619b7908f
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ enabled_mcp_servers: null # Which MCP servers to enable by default (e.g.
# See the [Session documentation](./docs/SESSIONS.md) for more information
save_session: null # Controls the persistence of the session. If true, auto save; if false, don't auto-save save; if null, ask the user what to do
compression_threshold: 4000 # Compress the session when the token count reaches or exceeds this threshold
summarize_prompt: > # The text prompt used for creating a concise summary of session message
summarization_prompt: > # The text prompt used for creating a concise summary of session message
'Summarize the discussion briefly in 200 words or less to use as a prompt for future context.'
summary_prompt: > # The text prompt used for including the summary of the entire session as context to the model
'This is a summary of the chat history as a recap: '