release: amend v1.1.5 changelog with pty + route fix#200
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Two bullets for the bug fix landed in #199.
Greptile Summary
This PR amends the
v1.1.5changelog with two additional Desktop bug-fix bullets that landed in #199: PTY resume-target backfill on launch (tryBackfillResumeTarget) and per-project route memory inAppShell. Both entries follow the existing style and are placed correctly within the Desktop section. No code changes are included.Confidence Score: 5/5
Documentation-only change with no code modifications; safe to merge.
The PR contains only two new changelog bullet points. No code, logic, or configuration is touched. Both entries are well-formed, consistent with existing style, and describe real fixes already merged in #199.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[Relaunch tracked CLI session] --> B{resumeMetadata\nhas targetId?} B -- No --> C[tryBackfillResumeTarget\n'resume-launch'] C --> D[Spawn PTY on correct\nresume command] B -- Yes --> D E[User switches project] --> F[AppShell reads\nlocalStorage route] F --> G{Route is in\nallowed roots?} G -- Yes --> H[Navigate to\nlast-visited route] G -- No --> I[Fall back to /work]Reviews (1): Last reviewed commit: "release: append pty + route fix bullets ..." | Re-trigger Greptile