Add local Chrome extension capture handoff#378
Draft
h4yfans wants to merge 1572 commits into
Draft
Conversation
# Conflicts: # apps/desktop/src/renderer/src/pages/note.tsx
…iders
- Reject UUID-shaped dimension values + UUID-shaped sources at the contract layer
- Cap dimensions at one entry per event (matches WAE blob slot layout)
- Move search source ('quick'|'global') from dimensions to the top-level event field
- Detect vault_created via getVaults() fallback when path was undefined at call time
- New telemetry/state module exposes auth/sync state providers backed by store + sync runtime
- Hoist sync error classifier to module scope
- Replace `uniq(index1)` with `count(DISTINCT index1)` for accurate counting of unique installs and events. - Introduce new SQL queries to track sync runs and errors over time, enhancing telemetry insights. - Update existing queries to reflect changes in event tracking and ensure consistency across metrics.
…lity checks - Introduced `lint-staged` to format staged files with Prettier before commit. - Added pre-commit hook to check for staged secrets and renderer guardrails. - Created scripts for scanning staged files for potential secrets and enforcing renderer guard rules. - Updated `package.json` and `pnpm-lock.yaml` to include new dependencies and scripts.
…rkflow - Modified CI workflow to upload coverage reports to Codecov with improved conditions. - Removed the obsolete sync server deploy workflow file, streamlining the CI/CD process.
- Removed the deprecated desktop draft release workflow. - Updated the stable release workflow to trigger on specific tag patterns and improved metadata handling. - Added `zod` dependency to the `rpc` package and updated the lock file accordingly. - Enhanced the desktop release metadata script to support new date formats and improved validation logic.
- Updated instances of "memry" to "Memry" in README.md, configuration files, email templates, and localization settings for consistency.
- Deleted various GitHub workflows including CI, E2E tests, release drafter, and security audit. - Removed pull request template and contract boundary check scripts to streamline repository management.
- Updated all instances of "memry" to "Memry" in documentation, code comments, and test files for consistency and improved branding. - Adjusted references in CHANGELOG.md, seed-notes-data.ts, and various prompts to reflect the correct capitalization.
- Updated references to "memry" to "Memry" in various documentation and code files to ensure consistent branding across the project.
Support native editing in Agent prompt
Add agent chat model selection
Compact AI settings
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification