Skip to content

Release/v1.0.5 beta.3#1661

Closed
zerob13 wants to merge 8 commits into
mainfrom
release/v1.0.5-beta.3
Closed

Release/v1.0.5 beta.3#1661
zerob13 wants to merge 8 commits into
mainfrom
release/v1.0.5-beta.3

Conversation

@zerob13
Copy link
Copy Markdown
Collaborator

@zerob13 zerob13 commented May 22, 2026

No description provided.

zerob13 and others added 8 commits May 21, 2026 16:45
* feat(ci): add windows arm64 e2e

* fix(ci): address windows arm review

* fix(e2e): use default profile

* fix(e2e): use providerless arm smoke

* fix(ci): hardcode arm64 runtimes

* ci: enable windows arm64 build
* fix(spotlight): resolve panel stacking and hover perf issues

  - Teleport spotlight overlay to body to escape sidebar compositing context
  - Drop contain:paint and will-change/translateZ from sidebar so spotlight
    z-index can take effect across stacking contexts
  - Add v-memo and rAF-batched mouseenter to result items; skip scrollIntoView
    on mouse-driven activeIndex changes
  - Raise SelectContent z-index to z-[80] so dropdowns render above the
    ChatStatusBar popover (z-72) and other custom overlays
  - Update Spotlight tasks.md to reflect actual completion state
  - Refresh tests for deepchat_sessions schema v28, buildHistoryTurns 5-arg
    signature, and ChatPage pending-lane DOM order

* chore: update

* fix: apply CodeRabbit auto-fixes

Fixed 1 file(s) based on 3 unresolved review comments.

Co-authored-by: CodeRabbit <noreply@coderabbit.ai>

---------

Co-authored-by: zhangmo8 <zhangmo8@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: CodeRabbit <noreply@coderabbit.ai>
* fix(e2e): launch packaged app via cdp

* fix(ci): split win arm smoke checks

* fix(ci): support sharp on win arm e2e

* fix(ci): upgrade duckdb for win arm

* fix(ci): limit win arm e2e smoke

* ci: fix windows build matrix
Replace duplicated coachmark/spotlight implementations in
  GuidedOnboardingOverlay and WelcomePage with a shared
  OnBoardingSpotlight component + useOnBoarding composable. Render the
  dim overlay as a single SVG <path> with fill-rule=evenodd
  (driver.js technique), driven by VueUse's ResizeObserver-backed
  useElementBounding / useElementSize.

  This drops the 4 blocker divs + 9999px box-shadow + 200ms transition
  + manual resize listener stack that caused visible resize lag and
  heavy paint cost. The border now renders as a second <path> inside
  the same SVG so it stays in lockstep with the dim layer.

  Onboarding flow (steps, callbacks, i18n) is unchanged; only the
  visual layer is refactored.

Co-authored-by: zhangmo8 <zhangmo8@users.noreply.github.com>
* ci: pin action versions

* ci: set persist-credentials
* docs: add sqlite encryption plan

* feat: encrypt sqlite database

* fix(sqlite): harden encrypted startup

* fix(sqlite): address encryption review

* fix(splash): quiet canceled renderer loads

* fix(ui): show unknown db status
- useGuidedOnboardingStep falls back to getState() when an IPC
    call fails, so the next handoff sees the real backend state
    instead of a stale/null cached one.
  - continueGuidedOnboardingFromSettings re-reads the onboarding
    state when no resume step id can be resolved, preventing the
    helper from focusing the main window while settings should be
    routing to settings-mcp.
  - OnBoardingSpotlight no longer draws its dim path when there
    is no cutout, so a target that has not been measured yet does
    not produce a full-window block.

Co-authored-by: zhangmo8 <zhangmo8@users.noreply.github.com>
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 22, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 48aea580-8851-4164-b829-c9515c3e7ed5

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.0.5-beta.3

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.

@zerob13 zerob13 closed this May 22, 2026
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.

3 participants