You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When applying multiple improvements via /kasper apply, each new improvement replaces the entire ## Kasper Inferred Instructions section instead of appending to it. Only the most recently applied improvement survives.
Steps to Reproduce
Run /kasper improve — get multiple pending improvements
Bug
When applying multiple improvements via
/kasper apply, each new improvement replaces the entire## Kasper Inferred Instructionssection instead of appending to it. Only the most recently applied improvement survives.Steps to Reproduce
/kasper improve— get multiple pending improvements## Kasper Inferred Instructionswith improvement 1Root Cause
In
agents-md.js,injectSection()uses a regex that matches the entire## Kasper Inferred Instructionssection and replaces it wholesale: