Conversation
|
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 (2)
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 |
| @@ -0,0 +1,52 @@ | |||
| --- | |||
| title: "v1.1.10" | |||
| description: "Release notes for ADE v1.1.10 - May 2, 2026" | |||
There was a problem hiding this comment.
The description field uses a hyphen (
-) as a separator, while every prior changelog entry (v1.1.9, v1.1.8, and earlier) consistently uses an em dash (—). Keeping this consistent avoids a subtle visual difference on the rendered changelog index.
| description: "Release notes for ADE v1.1.10 - May 2, 2026" | |
| description: "Release notes for ADE v1.1.10 — May 2, 2026" |
Prompt To Fix With AI
This is a comment left during a code review.
Path: changelog/v1.1.10.mdx
Line: 3
Comment:
The description field uses a hyphen (`-`) as a separator, while every prior changelog entry (v1.1.9, v1.1.8, and earlier) consistently uses an em dash (`—`). Keeping this consistent avoids a subtle visual difference on the rendered changelog index.
```suggestion
description: "Release notes for ADE v1.1.10 — May 2, 2026"
```
How can I resolve this? If you propose a fix, please make it concise.
Changelog for v1.1.10. Tag will be cut after this lands on main.
Greptile Summary
This PR adds the changelog entry for v1.1.10, covering Cursor SDK model handling improvements, a shared desktop-to-mobile model catalog, iOS Simulator packaging hardening, and an
asc-backed internal TestFlight build path. Thedocs.jsonnavigation is updated to list v1.1.10 first, maintaining the correct descending version order.Confidence Score: 4/5
Safe to merge; only a documentation/changelog addition with one minor style inconsistency.
Only P2 findings (em dash vs hyphen inconsistency in description frontmatter). No logic, security, or structural issues.
changelog/v1.1.10.mdx — minor description separator inconsistency.
Important Files Changed
changelog/v1.1.10as the first entry in the changelog pages list, correctly positioned before v1.1.9.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[PR: changelog for v1.1.10] --> B[changelog/v1.1.10.mdx\nnew file] A --> C[docs.json\nadd entry] B --> D[Desktop section\nCursor SDK, Simulator, TestFlight] B --> E[iOS section\nModel picker, Work chat] C --> F[changelog/v1.1.10 inserted\nat top of pages list]Prompt To Fix All With AI
Reviews (1): Last reviewed commit: "release: changelog for v1.1.10" | Re-trigger Greptile