Skip to content

release: amend v1.1.5 changelog with pty + route fix#200

Merged
arul28 merged 1 commit into
mainfrom
release/v1.1.5-changelog-amend
Apr 25, 2026
Merged

release: amend v1.1.5 changelog with pty + route fix#200
arul28 merged 1 commit into
mainfrom
release/v1.1.5-changelog-amend

Conversation

@arul28
Copy link
Copy Markdown
Owner

@arul28 arul28 commented Apr 25, 2026

Two bullets for the bug fix landed in #199.

Greptile Summary

This PR amends the v1.1.5 changelog with two additional Desktop bug-fix bullets that landed in #199: PTY resume-target backfill on launch (tryBackfillResumeTarget) and per-project route memory in AppShell. 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

Filename Overview
changelog/v1.1.5.mdx Two changelog bullets added to the Desktop section documenting the PTY resume-target backfill and per-project route memory fixes from #199. Style and placement are consistent with existing entries.

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]
Loading

Reviews (1): Last reviewed commit: "release: append pty + route fix bullets ..." | Re-trigger Greptile

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
ade Ignored Ignored Apr 25, 2026 7:56pm

@arul28 arul28 merged commit f8becb1 into main Apr 25, 2026
3 checks passed
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 25, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • changelog/v1.1.5.mdx is excluded by !changelog/**

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: a68d47a6-9f3c-49cb-a18c-09389f5eeae8

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v1.1.5-changelog-amend

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@arul28 arul28 deleted the release/v1.1.5-changelog-amend branch May 8, 2026 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant