-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Refactor metadata updates to track completion state and changes #9285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
1 similar comment
Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
|
|
✅ Review Complete Code Review SummaryTroubleshooting
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 2 files
Documentation ReviewI've reviewed this PR for documentation impacts. No documentation updates are needed because:
The |
CI Failure AnalysisThe failing test on Failed Test: Error: Test expects special characters Root Cause: This is a flaky/pre-existing test failure in the TUI chat component, completely unrelated to the metadata refactoring in Evidence:
Recommendation: This is a flaky test that should be addressed separately. The PR changes are sound and all relevant tests pass. |
Co-authored-by: peter-parker <e2e@continue.dev> Co-Authored-By: Continue <noreply@continue.dev>
|
🎉 This PR is included in version 1.38.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.37.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |

Fixes #9286
Summary by cubic
Refactors agent metadata updates to include completion state and whether the session made changes. Splits diff, summary, and usage collection into helpers and keeps backward compatibility with the old signature.
Written for commit ca70241. Summary will update automatically on new commits.