File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export const CompactionWarning: React.FC<{
2525 if ( willCompactNext ) {
2626 return (
2727 < div className = "text-plan-mode bg-plan-mode/10 mx-4 my-4 rounded-sm px-4 py-3 text-center text-xs font-medium" >
28- ⚠️ Context limit reached. Next message will trigger auto-compaction .
28+ ⚠️ Context limit reached. Next message will trigger Auto-Compaction .
2929 </ div >
3030 ) ;
3131 }
Original file line number Diff line number Diff line change @@ -609,6 +609,9 @@ function formatCompactionCommand(options: CompactionOptions): string {
609609 if ( options . model ) {
610610 cmd += ` -m ${ options . model } ` ;
611611 }
612+ if ( options . continueMessage ) {
613+ cmd += `\n${ options . continueMessage . text } ` ;
614+ }
612615 return cmd ;
613616}
614617
You can’t perform that action at this time.
0 commit comments