Skip to content

release: changelog for v1.1.10#230

Merged
arul28 merged 1 commit intomainfrom
release/v1.1.10
May 2, 2026
Merged

release: changelog for v1.1.10#230
arul28 merged 1 commit intomainfrom
release/v1.1.10

Conversation

@arul28
Copy link
Copy Markdown
Owner

@arul28 arul28 commented May 2, 2026

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. The docs.json navigation 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

Filename Overview
changelog/v1.1.10.mdx New changelog entry for v1.1.10; content and structure look correct, but description separator uses a hyphen instead of the em dash used in all prior changelogs.
docs.json Adds changelog/v1.1.10 as 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]
Loading

Fix All in Claude Code

Prompt To Fix All With AI
Fix the following 1 code review issue. Work through them one at a time, proposing concise fixes.

---

### Issue 1 of 1
changelog/v1.1.10.mdx:3
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"
```

Reviews (1): Last reviewed commit: "release: changelog for v1.1.10" | Re-trigger Greptile

Greptile also left 1 inline comment on this PR.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 2, 2026

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

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
ade Ignored Ignored May 2, 2026 1:00am

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 2, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (2)
  • changelog/v1.1.10.mdx is excluded by !changelog/**
  • docs.json is excluded by !docs.json

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: 4a97d522-d6bd-4fc0-bb3d-f5cc6c6f5ae9

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.10

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.

Comment thread changelog/v1.1.10.mdx
@@ -0,0 +1,52 @@
---
title: "v1.1.10"
description: "Release notes for ADE v1.1.10 - May 2, 2026"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 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.

Suggested change
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.

Fix in Claude Code

@arul28 arul28 merged commit 87a6163 into main May 2, 2026
24 checks passed
@arul28 arul28 deleted the release/v1.1.10 branch May 2, 2026 01:08
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