Backport upstream recap improvements that build on our existing /recap (which we shipped in #174, #177).
Upstream PRs
Why
We have the core /recap command but lack the UX polish — anchoring, blur tuning, and rendering refinements upstream added in iterations.
Scope / effort
Medium. Conflict assessment from prior investigation:
Prerequisites
None.
Links
Backport upstream recap improvements that build on our existing
/recap(which we shipped in #174, #177).Upstream PRs
fix(cli): pin /recap above input and align defaults with fastModel— keeps recap visually anchored above the input box; aligns model-routing defaults with our existing fastModel preference.fix(cli): rework session recap rendering and add blur threshold setting— rework rendering; newrecap.blurThresholdsetting controls when blur is shown.Why
We have the core
/recapcommand but lack the UX polish — anchoring, blur tuning, and rendering refinements upstream added in iterations.Scope / effort
Medium. Conflict assessment from prior investigation:
recapCommand.tswrapsgenerateRecap()(returns string); upstream wrapsgenerateSessionRecap()(returns object with.text).packages/cli/src/ui/commands/recapCommand.ts,packages/core/src/services/sessionRecap.ts,packages/cli/src/ui/hooks/useAwaySummary.ts,packages/cli/src/config/settingsSchema.ts,packages/cli/src/ui/AppContainer.tsx.Prerequisites
None.
Links