Preserve persisted child profile on rehydrate - #3
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Essentials Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
|
/agentic_review |
PR SummaryMedium Risk Overview Daemon rehydration now prefers SDK session restore applies the same rule: persisted models are accepted only when Regression tests cover passivation → restore with Reviewed by Cursor Bugbot for commit b9043d7. Bugbot is set up for automated code reviews on this repo. Configure here. |
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_a5853c39-5ff4-4019-8eb9-402e2e689682) |
PR Summary by QodoPreserve persisted subagent profiles during rehydration
AI Description
Diagram
High-Level Assessment
Files changed (3)
|
Code Review by Qodo
1.
|
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_a6205fa1-c873-4220-87ea-1f1cd79e6645) |
|
Addressed Qodo finding #1. Persisted-session restoration now awaits |
Why
Passivated child sessions could restore the initial spawn model instead of their latest persisted profile.
Change
Restore the latest persisted model and thinking level. Use spawn-model metadata only when no model is saved. Preserve session identity, parent links, and global defaults.
Validation
142a9ccf61ec190aef065f696cfee2015a2bc892.This PR targets a pinned deployed-source review base. It excludes the unmerged supervision changes.