Skip to content

Merge remaining stack: PRs #323-#329#331

Merged
AkaraChen merged 7 commits into
devfrom
stack-merge
Jun 14, 2026
Merged

Merge remaining stack: PRs #323-#329#331
AkaraChen merged 7 commits into
devfrom
stack-merge

Conversation

@AkaraChen

Copy link
Copy Markdown
Owner

Stack Merge: PRs #323-#329

This PR merges the remaining PRs from the stack that started with #321 (already merged) and #322 (already merged as #330):

Each commit corresponds to one PR in the original stack. Cherry-picked cleanly onto dev after #321 and #322 were squash-merged.

AkaraChen and others added 7 commits June 14, 2026 20:04
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
@netlify

netlify Bot commented Jun 14, 2026

Copy link
Copy Markdown

Deploy Preview for grand-selkie-225f87 ready!

Name Link
🔨 Latest commit e34d34f
🔍 Latest deploy log https://app.netlify.com/projects/grand-selkie-225f87/deploys/6a2e998da7e75c0008874f48
😎 Deploy Preview https://deploy-preview-331--grand-selkie-225f87.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai

coderabbitai Bot commented Jun 14, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@AkaraChen, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 39 minutes and 46 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 87f07a55-6b9f-4e5b-b489-8415e4de857f

📥 Commits

Reviewing files that changed from the base of the PR and between 7a97368 and e34d34f.

⛔ Files ignored due to path filters (3)
  • bun.lock is excluded by !**/*.lock
  • e2e-tests/bun.lock is excluded by !**/*.lock
  • website/bun.lock is excluded by !**/*.lock
📒 Files selected for processing (19)
  • .github/workflows/release.yml
  • .github/workflows/tauri-smoke.yml
  • .github/workflows/unit-tests.yml
  • e2e-tests/README.md
  • e2e-tests/package.json
  • e2e-tests/test/smoke.test.mjs
  • package.json
  • src-tauri/migrations/2026-06-13-124905-0000_add_profile_session_indexes/down.sql
  • src-tauri/migrations/2026-06-13-124905-0000_add_profile_session_indexes/up.sql
  • src-tauri/tests/integration_migrations.rs
  • src/features/git/hooks.test.tsx
  • src/features/profiles/ProfileNotesEditor.test.tsx
  • src/features/profiles/ProfileNotesEditor.tsx
  • src/features/profiles/hooks.ts
  • src/shared/lib/cachedPromise.test.ts
  • src/shared/lib/cachedPromise.ts
  • vite.config.ts
  • website/next.config.mjs
  • website/package.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch stack-merge

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.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e34d34f342

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +124 to +128
if (
!context ||
latestRevisionByProfileIdRef.current.get(id) !== context.revision
) {
return;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Serialize autosaves before dropping stale responses

When two note autosaves are in flight and the older IPC call finishes after the newer one, update_profile_notes has already written the old notes to SQLite before this guard returns; the guard only suppresses the cache update. In that race the projects cache can keep showing the newer notes as saved while list_projects after a reload returns the older notes, so the latest edit appears to be persisted but is lost. Queue/serialize saves per profile or enforce a revision on the backend before ignoring stale responses.

Useful? React with 👍 / 👎.

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