Skip to content

chore(main): release 1.1.1#410

Merged
hiqiancheng merged 3 commits into
mainfrom
release-please--branches--main--components--TouchAI
Jun 8, 2026
Merged

chore(main): release 1.1.1#410
hiqiancheng merged 3 commits into
mainfrom
release-please--branches--main--components--TouchAI

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

1.1.1 (2026-06-08)

Bug Fixes

  • agent-service: preserve network errors when provider classification fails (#411) (36044b6)
  • agent: classify localized cancellation errors (#339) (c3d675e)
  • agent: sync switched model on active reattach (#366) (1ddc767)
  • ai-sdk: retain streamed tool call names (#362) (eb372b1)
  • desktop: invalidate MiMo managed auth on bare 401 (#408) (6199d1c)
  • desktop: preserve message bubble line breaks (#412) (691b23a)
  • desktop: prevent shell vars from rendering as math (#419) (bd98f76)
  • markdown: keep renderer mounted on final output (#420) (8287c9d)
  • sessions: retain provider during metadata refresh (#360) (792512b)
  • webfetch: validate redirect targets (#306) (4e637a9)

This PR was generated with Release Please. See documentation.

@github-actions github-actions Bot requested a review from hiqiancheng as a code owner June 3, 2026 15:11
@github-actions github-actions Bot force-pushed the release-please--branches--main--components--TouchAI branch 9 times, most recently from f3329c9 to 5541832 Compare June 7, 2026 19:05
@hiqiancheng hiqiancheng mentioned this pull request Jun 7, 2026
12 tasks
@github-actions github-actions Bot force-pushed the release-please--branches--main--components--TouchAI branch 2 times, most recently from d812f9e to 5f34644 Compare June 7, 2026 20:23
@hiqiancheng

Copy link
Copy Markdown
Collaborator

Reopening to retrigger required checks from a maintainer event; the release PR was originally updated by github-actions and only had the CLA status.

@hiqiancheng hiqiancheng closed this Jun 7, 2026
@hiqiancheng

Copy link
Copy Markdown
Collaborator

Reopened to trigger required pull_request checks for the release PR.

@hiqiancheng hiqiancheng reopened this Jun 7, 2026
@github-actions github-actions Bot added the area:tauri Tauri shell or desktop runtime changes label Jun 7, 2026
@coderabbitai

coderabbitai Bot commented Jun 7, 2026

Copy link
Copy Markdown

Review Change Stack

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • apps/desktop/src-tauri/Cargo.lock is excluded by !**/*.lock

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: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 56855e45-3ed7-42de-a9aa-74b97cd1c8a5

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
📝 Walkthrough

Walkthrough

This PR releases the desktop app as v1.1.1 (2026-06-08) by adding a changelog entry and bumping version strings in the release manifest, package.json, Cargo.toml, and tauri.conf.json.

Changes

Desktop v1.1.1 Release

Layer / File(s) Summary
Changelog entry for v1.1.1
apps/desktop/CHANGELOG.md
New changelog release section for v1.1.1 (2026-06-08) with a Bug Fixes subsection documenting fixes across agent-service, agent, ai-sdk, desktop, markdown, sessions, and webfetch.
Version metadata updates
.release-please-manifest.json, apps/desktop/package.json, apps/desktop/src-tauri/Cargo.toml, apps/desktop/src-tauri/tauri.conf.json
Version field bumped from 1.1.0 to 1.1.1 in the release-please manifest, package.json, Cargo.toml, and Tauri configuration.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • TouchAI-org/TouchAI#436: Updates to / .release-please-manifest.json and related release metadata affecting desktop release automation.
  • TouchAI-org/TouchAI#355: Prior desktop version-bump PR that modified package.json and Tauri manifests.
  • TouchAI-org/TouchAI#391: Change removing release-as overrides that affects automatic manifest versioning.

Poem

🐰 I nudged the numbers up a hair,

1.1.0 → 1.1.1, light as air.
Changelog stitched and manifests neat,
A tiny hop — release complete! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The PR title 'chore(main): release 1.1.1' follows Conventional Commits standards, uses English, is concise and clear, and accurately describes the version release.
Description check ✅ Passed The PR description is generated by Release Please and contains a robot-generated message with comprehensive changelog, bug fix details, and issue references, but lacks manual sections from the template like explicit testing evidence and risk notes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-please--branches--main--components--TouchAI

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

hiqiancheng
hiqiancheng previously approved these changes Jun 7, 2026

@hiqiancheng hiqiancheng left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Release PR checks are green after formatting tauri.conf.json and syncing Cargo.lock for 1.1.1.

@hiqiancheng hiqiancheng force-pushed the release-please--branches--main--components--TouchAI branch from 90c5326 to 14e198d Compare June 8, 2026 02:44
coderabbitai[bot]
coderabbitai Bot previously approved these changes Jun 8, 2026
coderabbitai[bot]
coderabbitai Bot previously approved these changes Jun 8, 2026
hiqiancheng
hiqiancheng previously approved these changes Jun 8, 2026

@hiqiancheng hiqiancheng left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Release PR checks are green after formatting tauri.conf.json on the latest Release Please update.

@hiqiancheng hiqiancheng dismissed stale reviews from coderabbitai[bot] and themself via 6aeb265 June 8, 2026 03:49

@hiqiancheng hiqiancheng left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Release PR checks are green after formatting tauri.conf.json and syncing Cargo.lock on the latest Release Please update.

@hiqiancheng hiqiancheng added this pull request to the merge queue Jun 8, 2026
Merged via the queue into main with commit 55d11ac Jun 8, 2026
27 checks passed
@hiqiancheng hiqiancheng deleted the release-please--branches--main--components--TouchAI branch June 8, 2026 06:07
@hiqiancheng

Copy link
Copy Markdown
Collaborator

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:tauri Tauri shell or desktop runtime changes autorelease: tagged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant