Skip to content

Commit e5353cf

Browse files
committed
fix: refine summary structure by removing redundancy in previous conversation description
1 parent ff709f8 commit e5353cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/core/condense/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ This summary should be thorough in capturing technical details, code patterns, a
1717
1818
Your summary should be structured as follows:
1919
Context: The context to continue the conversation with. If applicable based on the current task, this should include:
20-
1. Previous Conversation: High level details about what was discussed throughout the entire conversation with the user, and explicitly include the conversation's initial user ask verbatim or a precise summary so the result can stand alone. This should be written to allow someone to be able to follow the general overarching conversation flow.
21-
2. Current Work: Describe in detail what was being worked on prior to this request to summarize the conversation. Pay special attention to the more recent messages in the conversation.
20+
1. Previous Conversation: High level details about what was discussed throughout the entire conversation with the user. This should be written to allow someone to be able to follow the general overarching conversation flow. 2. Current Work: Describe in detail what was being worked on prior to this request to summarize the conversation. Pay special attention to the more recent messages in the conversation.
2221
3. Key Technical Concepts: List all important technical concepts, technologies, coding conventions, and frameworks discussed, which might be relevant for continuing with this work.
2322
4. Relevant Files and Code: If applicable, enumerate specific files and code sections examined, modified, or created for the task continuation. Pay special attention to the most recent messages and changes.
2423
5. Problem Solving: Document problems solved thus far and any ongoing troubleshooting efforts.

0 commit comments

Comments
 (0)