Skip to content

Add gitlab extension#2

Merged
PitNikola merged 11 commits intoraycast:mainfrom
tonka3000:add-gitlab
Oct 13, 2021
Merged

Add gitlab extension#2
PitNikola merged 11 commits intoraycast:mainfrom
tonka3000:add-gitlab

Conversation

@tonka3000
Copy link
Contributor

@tonka3000 tonka3000 commented Oct 11, 2021

Description

Add GitLab extension

Type of change

  • New extension

Screenshot

gitlab_raycast_ext

⚙️ Initial Setup (with audio)

setup_gitlab_raycast_extension.mp4

🚴 Tour de Raycast GitLab commands (with audio)

tour_de_gitlab_raycast_extension.mp4

Checklist

@PitNikola
Copy link
Member

PitNikola commented Oct 11, 2021

@tonka3000, could you please provide a video for your commands? Nobody on our team is a GitLab user so we might not have enough content when setting up new account.

@tonka3000
Copy link
Contributor Author

Sure, I will add some video for setting it up and for the commands. @mattisssa already done this in the past.

@tonka3000
Copy link
Contributor Author

@PitNikola I've added the videos to the description.

Copy link
Member

@PitNikola PitNikola left a comment

Choose a reason for hiding this comment

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

Hey Michael! Quite impressive extension you've got here! Generally looks good, but I noticed few things that we would need to address before publishing:

  1. Empty state view flickers before initial data is loaded. I noticed it in few of your commands. This most likely happens because you render empty list before the data arrives from network. Please check out this example on how to avoid that.
  2. In some cases you have the action panel that mixes actions with icons and without. This cause layout to look inconsistent. We are going add to our guidelines a rule that you should either provide icons for all actions or not provide them at all (at rare cases). Let me know if you struggle coming up with appropriate icons for particular actions, we might help.
  3. You specified MPL-2.0 license in package.json. Please use MIT license since that's what what we have in the root of the repo and it's most permissive one.

All 3 issues apply to your other extensions so you'll need to address it everywhere.

@tonka3000
Copy link
Contributor Author

@PitNikola Initial state flickering should now be gone. I've added all missing action icons (mostly it was the Show Details action).

@tonka3000 tonka3000 requested a review from PitNikola October 13, 2021 06:46
@tonka3000 tonka3000 requested a review from PitNikola October 13, 2021 10:09
@PitNikola PitNikola merged commit 46a8255 into raycast:main Oct 13, 2021
@tonka3000 tonka3000 deleted the add-gitlab branch October 13, 2021 17:18
@loris loris mentioned this pull request Oct 20, 2021
1 task
tisfeng added a commit to tisfeng/Raycast-extensions that referenced this pull request Jun 2, 2022
02e8fc31 chore: run prettier
34572d3d chore: remove react-devtools
8ce4b4ab Merge pull request raycast#3 from tisfeng/dependabot/npm_and_yarn/follow-redirects-1.15.1
938c424a chore(deps): bump follow-redirects from 1.14.7 to 1.15.1
90a410fa Create codeql-analysis.yml
4740e05e Merge pull request raycast#1 from tisfeng/dependabot/npm_and_yarn/minimist-1.2.6
fe292c97 Merge pull request raycast#2 from tisfeng/dependabot/npm_and_yarn/ansi-regex-3.0.1
acd5d0f5 chore(deps): bump ansi-regex from 3.0.0 to 3.0.1
4a052e63 chore(deps): bump minimist from 1.2.5 to 1.2.6
46a5b594 doc: update README

git-subtree-dir: extensions/easydict
git-subtree-split: 02e8fc31b7401f40f50ef92642e4a58b3887fa2c
pernielsentikaer added a commit that referenced this pull request Jun 16, 2022
* Squashed 'extensions/easydict/' content from commit a71d29c0

git-subtree-dir: extensions/easydict
git-subtree-split: a71d29c0803bf76cbf4d6adcbe17af6f5360ff02

* Squashed 'extensions/easydict/' changes from a71d29c0..b867d448

b867d448 chore: run npm, run prettier

git-subtree-dir: extensions/easydict
git-subtree-split: b867d4481f71efc88cc75c1a7a4b8dd04916671d

* Squashed 'extensions/easydict/' changes from b867d448..02e8fc31

02e8fc31 chore: run prettier
34572d3d chore: remove react-devtools
8ce4b4ab Merge pull request #3 from tisfeng/dependabot/npm_and_yarn/follow-redirects-1.15.1
938c424a chore(deps): bump follow-redirects from 1.14.7 to 1.15.1
90a410fa Create codeql-analysis.yml
4740e05e Merge pull request #1 from tisfeng/dependabot/npm_and_yarn/minimist-1.2.6
fe292c97 Merge pull request #2 from tisfeng/dependabot/npm_and_yarn/ansi-regex-3.0.1
acd5d0f5 chore(deps): bump ansi-regex from 3.0.0 to 3.0.1
4a052e63 chore(deps): bump minimist from 1.2.5 to 1.2.6
46a5b594 doc: update README

git-subtree-dir: extensions/easydict
git-subtree-split: 02e8fc31b7401f40f50ef92642e4a58b3887fa2c

* Squashed 'extensions/easydict/' changes from 02e8fc31..e85b1f1d

e85b1f1d doc: update README
c800d072 doc: update README

git-subtree-dir: extensions/easydict
git-subtree-split: e85b1f1d34a1e583723d17fed088eb81b56fdef8

* Squashed 'extensions/easydict/' changes from e85b1f1d..b3579838

b3579838 feat: according to the translation language, generate web translate link
7401f698 feat: set maxInputTextLength=2000
94c06d50 fix: incorrect way to save and query clipboard records

git-subtree-dir: extensions/easydict
git-subtree-split: b3579838cc6da59acef85d38c8de40058583e9bd

* style: change Copy action title to Copy Text

* fix: update Youdao and Baidu AppId, App Secret

* style: change copy action title to "Copy Text"

* Update components.tsx

* Updated metadata

* Added missing configurations files

* Renamed files and added more metadata images

* Added missing dep

* fix: resolve eslint errors

* Update CHANGELOG.md

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
pernielsentikaer pushed a commit that referenced this pull request Feb 27, 2023
* Handle errors in GraphQL response payload

* Run codegen

* Handle case where access token might not be able to access personal Account

* replace logo asset (#2)

* replace logo asset

* chore: remove service name from command title

* ray lint --fix

* Update changelog

---------

Co-authored-by: Jamie Barton <jamie@notrab.dev>
fonimus added a commit to fonimus/raycast-extensions that referenced this pull request Mar 1, 2023
- chore: prepare for public store
- chore: package.json
- fix: package-lock
- chore: move extensions
- chore: package.json
- fix: package-lock
- feat: rename extensions in package.json
- feat: rename vault command
- fix: screenshots resolution
- feat: add changelog
- feat: add screeshots
- fix: package-lock
- fix: github package.json name
- fix: github extension
- fix: package-lock
- feat: update icon
- feat: rename github to github pulls
- feat: rename github to github pulls
- fix: publish workflow
- deps: update (raycast#18)
- feat: add multiple login methods (raycast#17)
- feat(vault): add favorite namespaces easy switch (raycast#16)
- feat(kafka): add list section (raycast#10)
- feat(vault): add options to disable write and/or delete (raycast#9)
- feat: move to npm (raycast#8)
- feat: white icon for menu bar and display lag even if currently loading (raycast#7)
- ci: rename list extensions -> list for matrix
- ci: rename list extensions -> list for matrix
- ci: conditional publish on changes files
- chore(kafka-menu-bar): update log (raycast#6)
- feat: reusable list extensions workflow
- fix: publish workflow
- fix: publish workflow (raycast#5)
- feat: add publish workflow
- fix: ci (raycast#4)
- feat: add actions
- feat: add dependabot
- feat: monorepo
- docs: improve kafka documentation
- docs: add kakfa doc link in readme
- feat: add conf to hide consumers without lag
- feat: add metadata extractor
- feat: add partitions in topics and improve compacted tag
- fix: kafka extension icon
- feat(kafka): new extension
- deps: update raycast
- feat(vault): add paste to current app
- feat(vault): add favorites management
- chore(doc): improve documentation
- Merge pull request raycast#2 from fonimus/feat/license
- Merge pull request raycast#1 from fonimus/feat/build-sh
- Merge pull request raycast#3 from fonimus/feat/git-ignore
- feat(vault): add list/create/delete entities
- feat(github): improve list accessories
- feat(github): improve list accessories
- feat(github): remove pr number when details are shown
- fix(github): remove labels from list temporarily (bug in raycast/extensions raycast#3359)
- chore(git): add .gitignore
- chore(license): add MIT license
- chore(build): add extension builder
- feat(github): improve left icon for bots, waiting, etc
- feat(github): improve left icon for bots, waiting, etc
- feat(github): add pr number in navigation and set approval as left icon
- fix(vault): typo
- chore(deps): migrate to last raycast version
- chore(all): reformat with prettier
- fix(vault): fix logo dimension
- ♻️ Remove unused url preference
- 🐛 Remove console logs
- 🔧 Fix readme
- 🔧 Add dsstore to gitignore
- 🔧 Update manifests
- ✨(vault) Save show technical paths in cache
- ✨(github) Add draft information
- ✨(vault) Add folder recursive deletion
- ✨(vault) Add json validation when adding new version
- ✨ Add tint color in icons
- ✨ Add tint color in icons, add mark in user avatar
- 🔨 Add react hooks eslint plugin
- 🐛 Fix reloading issue
- ✨ Add owner name in repo list and copy pr url in clipboard
- 🔧 Remove organization from preferences
- ✨ Add approve action, add possibility to show/hide details, add number of approvals in list/detail
- ♻️ Use useCallback hook and make actions methods components
- ♻️ Use usePromise from raycast utils when possible
- 🐛 Fix system sound by replacing unnecessary submit form action by standard action
- ♻️ Use useCachedState from raycast utils
- 🎉 Init project with vault and github extensions
- Initial commit
NtFelix added a commit to NtFelix/raycast-extensions that referenced this pull request Dec 2, 2025
- Resize store screenshots to 2000x1250 to meet Raycast Store requirements
- Update README to use metadata screenshots and remove asset duplicates
- Add GitHub issue templates (raycast#9)
- Update feature request template title prefix
- Update bug report template title prefix
- Add GitHub issue templates
- Improve session activities actions with open in browser and copy options (raycast#8)
- Extract activity details logic to helper function
- Extract SessionActionPanelProps type
- Fix potential runtime crash in plan steps mapping
- Use current activity as context for action panel
- Optimize plan steps string generation
- Refactor ActionPanel into reusable component
- Fix linting issues
- Improve session activities actions with open in browser and copy options
- Update extension icon (raycast#7)
- Update README with new cover image
- Update extension icon
- Improve session list UI with state tags (raycast#6)
- Optimize getStateColor by moving map outside function
- Refactor getStateColor to use map object
- Improve session list UI with state tags
- Add icons to session list items and View Activities action (raycast#5)
- Add icons to session list items and View Activities action
- Feature/jules logic implementation (raycast#4)
- fix: remove extra spaces in API URLs
- feat: navigate back after session creation
- refactor: use enhanced useSources hook and API_BASE_URL
- refactor: remove redundant item-level ActionPanel
- perf: memoize sorted activities
- refactor: use API_BASE_URL constant
- refactor: extract shared API logic to src/api.ts
- fix: ensure branch dropdown updates when source changes
- fix: improve session creation success message
- style: fix linting issues
- style: use raycast icons for chat actions
- style: fix linting issues
- chore: rename extension and commands to follow raycast style guide
- feat: add chat interface with message sending and activity history
- feat: add list-sessions command with source filtering
- feat: add source and branch selection for new session
- feat: add jules api key preference
- Merge pull request raycast#3 from NtFelix/fix-worklfow-release
- Fix duplicate keys in release workflow
- Merge pull request raycast#2 from NtFelix/test-release-workflow
- Implement label-based versioning for releases
- Revert release workflow to production state for main
- Update release workflow to use PR title for versioning
- Enable release workflow testing on PRs
- Update release workflow to auto-release on push to main
- Merge pull request raycast#1 from NtFelix/feature/ci-cd-pipeline
- Fix package.json owner and command title for linting
- Setup CI/CD pipeline and fix lint issues
- init raycast repo
- Initial commit
christianarenz added a commit to christianarenz/raycast-extensions that referenced this pull request Dec 4, 2025
- rename project dir
- update name
- rename folder
- remove owener, to get it public
- code review and prepare publishing
- new command for completed time entry
- Add date + improve search
- add favourite feature
- update dependencies
- update deps
- store last service
- add screenshots
- prepare for extension store
- store last selected service + add code comments, remove description validation
- Refactoring
- add mite extension
- minor updates like logo, name
- fix linter stuff
- update ots icon
- add owner
- Merge branch \'main\' of github.com:mindtwo/raycast-extensions
- add libre chat extension
- feat(text-grammar): add editable corrected text functionality
- feat(extensions): add text grammar correction extension
- Remove share via gmail command as we have a command limit
- fix not unique command names
- Remove commands section as it comes from site fetches from package.json
- fix entry point
- Add command to readme + package json
- remove image
- add changelog
- Merge pull request raycast#2 from mindtwo/add-gmail-action
- Change descriptions
- remove unused imports
- Merge branch \'main\' into add-gmail-action
- Add laravel app key command
- add share via gmail
- Add image
- Update readme
- Remove additional action „open in browser“
- Create and copy OTS in one step
- remove image from readme
- add base readme
- set ots to private
- Merge pull request raycast#1 from mindtwo/readd-ots
- add one time secret
- move ots to repo
- build js deps
- Initial commit
egeucak added a commit to egeucak/raycast-dicelab-extension that referenced this pull request Dec 6, 2025
- linted
- Remove dicelab notebook screenshot (raycast#93)
- package-lock and raycast generated
- Implement Raycast extension for Dicelab
- Plan Raycast extension with Rust dice DSL (raycast#91)
- Initialize Raycast extension structure
- Align branding with Dicelab (raycast#89)
- Update AGENTS.md
- Update AGENTS.md
- Move CodeMirror deps to production and drop manual screenshot (raycast#88)
- Fix not operator (!`) support in named roll PMF calculations (raycast#87)
- feat: display node group distributions in single combined chart (raycast#86)
- Add binary operators & (and), | (or) and ! (not) to the language (raycast#85)
- Add comprehensive tests and documentation for dice analysis fix (raycast#84)
- Implement named roll groups feature (raycast#83)
- Add files via upload
- Improve WebAssembly error messages with detailed information (raycast#81)
- Fix variable resolution in critical damage evaluation (raycast#80)
- Add comprehensive implementation plan for multi-line expression support (raycast#79)
- Fix dice variable assignment bug that caused re-evaluation on each reference (raycast#78)
- Complete tech debt migration: remove deprecated modules (raycast#74) (raycast#76)
- Optimize GitHub Actions workflows for faster build times (raycast#73)
- Restructure web folder for better organization and maintainability (raycast#71)
- Add files via upload (raycast#70)
- Implement comprehensive SEO optimization for Dicebook (raycast#69)
- Refactor app.js into modular components for improved maintainability (raycast#68)
- Add simple mode UI with toggle, examples, and PMF chart support (raycast#67)
- Refactor codebase to use only \'let\' keyword for variable assignment (raycast#66)
- Set up JS build pipeline with esbuild (raycast#64)
- Create symlink from CLAUDE.md to AGENTS.md (raycast#65)
- Update AGENTS.md
- Create robots.txt
- fmt
- Update context.rs
- Create cloudflare-pages.yml
- rm pkg
- Add comment support to dicebook language (raycast#63)
- Add wasm-backed CodeMirror highlighting (raycast#62)
- Improve conditional alias rendering (raycast#52)
- Add Elven Accuracy note to guide (raycast#51)
- Implement attack roll crit handling and defaults (raycast#46)
- Remove remaining Polyhedra branding (raycast#43)
- Fix syntax guide collapse styling (raycast#42)
- Add ANALYZE PMF support and visualization (raycast#38)
- Add support for conditional expressions (raycast#37)
- Refactor engine and evaluator to use shared interpreter (raycast#36)
- Refactor dice roll logging format (raycast#35)
- Prevent power operator from rolling extra times (raycast#34)
- Add structured logging controls and UI toggles (raycast#33)
- Ensure code editor disables text correction (raycast#31)
- Show context reset in status bar (raycast#30)
- Add notebook persistence and dicebook import/export (raycast#29)
- Expose proficiency bonus alias in D&D importer (raycast#28)
- Add notebook-style multi-cell web console (raycast#27)
- Enhance web code editor with highlighting and line numbers (raycast#26)
- Support aliasing grouped expressions (raycast#25)
- Support multi-line statement parsing (raycast#24)
- Add include command for preset aliases (raycast#23)
- Add caret group repetition support (raycast#22)
- Format aliases in human-readable notation (raycast#21)
- Handle DDB character value skill overrides (raycast#20)
- Clarify dice keyword spacing and placeholder guidance (raycast#19)
- Add import command support (raycast#18)
- Improve alias layout wrapping (raycast#17)
- Merge pull request raycast#14 from egeucak/codex/update-cors-proxy-for-fetch-requests
- Merge branch \'master\' into codex/update-cors-proxy-for-fetch-requests
- Merge pull request raycast#16 from egeucak/codex/github-mention-improve-ddb-import-resiliency-and-share-link
- Propagate save directory errors
- Improve web DDB input parsing
- Add additional DDB fetch fallbacks
- Enable ResponseType feature for WASM builds
- Merge pull request raycast#15 from egeucak/codex/github-mention-improve-ddb-import-resiliency-and-share-link
- Limit DDB ID fallback to path segments
- Handle opaque fetch responses in WASM importer
- Document wasm-pack setup in README
- Replace Jina proxy fallback with AllOrigins
- Merge pull request raycast#13 from egeucak/codex/update-cors-proxy-for-fetch-requests
- Update WASM proxy fallback
- Merge pull request raycast#12 from egeucak/codex/fix-wasm-pack-build-issue-and-update-agents.md
- Fix wasm fetch helper and update instructions
- Merge pull request raycast#11 from egeucak/codex/fix-webassembly-import-error-from-dndbeyond
- Add CORS-friendly fallback for wasm DDB import
- Merge pull request raycast#10 from egeucak/codex/investigate-missing-set-aliases-on-website
- Fix alias list rendering in web console
- Merge pull request raycast#9 from egeucak/codex/analyze-and-fix-webassembly-loading-issue
- Fix web console wasm bundle path
- Merge pull request raycast#8 from egeucak/codex/fix-wasm-pack-build-failure
- Add CI instructions and format context storage access
- Revert wasm-opt explanation in README
- Merge pull request raycast#7 from egeucak/codex/add-github-actions-workflow-for-wasm
- Add GitHub Pages deployment workflow
- Merge pull request raycast#6 from egeucak/codex/create-web-site-with-wasm-integration
- Add browser console for wasm evaluator
- Merge pull request raycast#5 from egeucak/codex/split-evaluation-logic-for-wasm-compatibility
- Add wasm bindings and split engine module
- Merge pull request raycast#4 from egeucak/codex/add-comprehensive-tests-for-cli-and-context
- Format lexer guard to satisfy rustfmt
- Fix clippy collapsible if warnings
- Format Rust code
- Add tests for CLI, context, and parsing
- Merge pull request raycast#3 from egeucak/codex/add-ci-workflow-for-rust-projects
- Add CI workflow for Rust checks
- Merge pull request raycast#2 from egeucak/codex/refactor-main.rs-into-modules
- Refactor logic into dedicated modules
- Merge pull request raycast#1 from egeucak/codex/setup-rust-project-structure
- Initialize polyhedra CLI
- Add initial README for polyhedra project
getdekoded added a commit to getdekoded/raycast-extensions that referenced this pull request Dec 18, 2025
- Merge pull request raycast#19 from getdekoded:preparing-for-prod
- chore(functions): rebuild with JSDoc comments preserved
- docs: Update Raycast metadata, README, and add screenshots for store submission
- feat: Refactor browser preference loading, centralize video extraction script, update Raycast auth redirect URIs, and add a new Arc debug probe script.
- refactor(raycast): remove Obsidian and Notion export functionality
- feat(raycast): fetch Pro status from API instead of stale JWT claims
- chore: Remove verbose console logging and debugging statements from various modules.
- fix(functions): resolve body parser stream error in Firebase Functions v2
- refactor: remove redundant JSDoc comments from utility functions
- chore: Remove development-specific code and debug logs from auth and storage utilities, archiving the removed code in a new documentation file.
- removed comments
- fix: clarify no video found error message and ensure command exits
- fix: Add robust error handling for browser tab queries to prevent crashes from AppleScript errors.
- Updates and analysis
- feat(website): Add branding images and update page content
- docs: Add development notes and research
- chore: Update gitignore
- fix(auth,raycast): Minor updates to auth and sync
- chore(firebase): Add production project configuration
- refactor(functions): Simplify config and clean up code
- feat(website): Prepare website for production launch
- feat: add `com.raycast://` and `com.raycast:/` to allowed Raycast production redirect URIs
- preparing raycast to test prod
- cleanup
- Updating next to bypass vulnerability
- making space on laptop
- Merge pull request raycast#15 from getdekoded:verifying-firebase-firestore
- fix: address CodeRabbit review issues across functions and Raycast
- fixes
- feat: implement background sync and fix critical runtime issues
- preferences
- feat(functions): Add Firebase Functions API infrastructure
- docs: add Kofi Functions Architecture and implementation plan
- docs: Organize .notes directory into logical folders
- feat(raycast): Add backup/restore for free users and improve auth flow
- Merge pull request raycast#14 from getdekoded:marketing-website
- fix(website): CodeRabbit review fixes - 6 issues resolved
- fix: patch React Server Components vulnerability (CVE-2025-55182)
- new rules
- feat(website): add SEO metadata and fix inaccurate feature claims
- chore(website): sync lockfile with package.json versions
- added more quotes
- fix(website): address CodeRabbit review issues
- feat(website): integrate interactive Raycast demo and landing page
- raycast ui
- feat(website): add raycast landing page and dynamic quote cards
- fix(website): address CodeRabbit review findings
- feat(website): rebuild Pro page with pricing cards and update footer nav
- feat(website): add Collector use case and refine layouts
- refactor(website): enhance Lifelong Learner page with improved spacing and visual consistency
- first iteration
- chore: remove .DS_Store files from tracking
- Merge pull request raycast#12 from getdekoded/better-highlight-creation
- Fixes
- perf(arc): optimize background video detection speed
- fix: improve background video detection with robust isPlaying check
- feat: Add deep state probe utility to gather detailed YouTube player information from Arc browser tabs.
- refactor: Make `getBackgroundPlayingVideo` optional on `BrowserAdapter` and call it type-safely.
- refactor: improve JSON parsing error handling by logging a warning and returning null on failure
- fix: enable stealth background extraction for Arc
- docs: confirm Arc blocks all background tab data extraction
- docs: add Arc learnings about pinned tabs and background DOM limitations
- feat: pivot to foreground-only extraction and remove background processing
- fix(browser): improve foreground extraction robustness with null check
- docs: Update JXA learnings and add background extraction deep dive
- docs: Document Arc JXA learnings and background flow pivot
- feat: Add background
- Updates
- Code reveiw
- feat(create-highlight): streamline extraction flow with auto-fallback
- fix(browser): restore regex escaping in JXA script and update learnings
- fix(browser): reliably extract metadata from background Arc tabs
- logger
- feat: Implement manual timestamp input, enhance video metadata fallback handling, and integrate a new logger.
- feat: Implement manual time input, add Arc browser preference, and enhance browser interaction with JXA, logging, and related documentation.
- chore: fix linting and formatting issues
- Merge pull request raycast#11 from getdekoded:feat/raycast-auth
- fix: Correct Raycast redirect URI and refine token refresh logic to explicitly handle expired tokens without a refresh token.
- fix: address PR review comments
- feat: update \'Get Raycast\' button text to \'Get The App\'
- feat: configure external link based on deployment environment
- fix(auth): allow custom redirect schemes without strict URL parsing
- feat: security hardening and code quality improvements
- feat(raycast): implement Recent Highlights view with simplified UX
- refactor: address code review comments and improve UX
- feat(raycast): Implement Free/Pro tiers, Sync logic, and UI refinements
- Planning
- feat: implement detail views and comprehensive documentation
- feat: finalize raycast auth UI and document free vs pro features
- ui: use extension-icon-big.png for command and auth icons
- ui: use extension-icon-big for command icons
- ui: reduce icon size to 64x64 in sign-in view
- fix: update UserToken interface to match firebase token structure
- ui: update sign-in page with custom logo and privacy fixes
- fix: map user_id to uid in auth utility
- debug: log decoded token structure
- chore: v0.04 - add service-account.json to gitignore
- fix: support service account JSON from env var for Vercel
- chore: bump to v0.03 - trigger rebuild with admin credentials
- debug: add comprehensive logging to token exchange flow
- chore: bump version to v0.02 for deployment verification
- chore: add debug logs for firebase config
- chore: add version and timestamp to landing page for verification
- fix(auth): allow com.raycast redirect and register commands
- feat: implement raycast auth and pro features
- add website
- Update to content
- Merge pull request raycast#10 from getdekoded:feat/central-auth
- PR fixes
- feat(auth): harden security for oauth flow and add legal pages
- feat(auth): initialize centralized auth service
- added sample auth website
- feat: Implement advanced features for YouTube Highlights
- chore: Configure monorepo workspaces and gitignore
- chore: Initialize monorepo structure
- UI cleanup (raycast#9)
- UI cleanup
- Refactor URL Input Section layout by repositioning icon and adjusting spacing for improved UI consistency.
- Added guide
- its-50-hide-elements-that-arent-ready-and-fix-ui-overflow (raycast#8)
- its-50-hide-elements-that-arent-ready-and-fix-ui-overflow
- its-49-fix-android-cicd (raycast#7)
- its-49-fix-android-cicd
- its-48-fix-cicd-for-web (raycast#6)
- Refactor Firebase configuration in .firebaserc to standardize app names for staging and dev environments; update binary configuration files for multiple architectures in Android app.
- Refactor firebase.json to support multiple hosting targets (staging, prod, dev) with enhanced configuration including CORS and cache control headers.
- uses: actions/checkout@v3
- Enhance deployment workflow by setting up SSH key, configuring Git for SSH access, and testing SSH connection to GitHub
- Update genie dependency URL to use SSH format
- GENIE_ACCESS_SECRET 2
- GENIE_ACCESS_SECRET
- Update genie dependency to use Git URL and reference; adjust binary configuration files for multiple architectures
- Update deployment workflow to build web from main_development.dart; remove unused character count and storytime examples
- target
- no web renderer
- test
- test cicd
- its-48-fix-cicd-for-web
- its-47-ui-cleanup (raycast#5)
- its-47-ui-cleanup
- 03-13-its-29_create_first_highlight_mode_flow (raycast#4)
- 03-13-its-29_create_first_highlight_mode_flow
- its-30-experiment-with-supereditor (raycast#3)
- its-30-experiment-with-supereditor
- ITS-29 create first highlight mode flow (raycast#2)
- ITS-29 create first highlight mode flow
- Refactor video data models and update addition date handling (raycast#1)
- Enhance video handling and initialization in app startup
- Refactor video data models and update addition date handling
- Enhance paste handling and processing overlay in HomePage
- Refactor HomeController and enhance paste handling in HomePage
- Update routes to include QuickTest page and refactor video response handling
- Refactor video handling and enhance data models
- Add export for paths.dart in core.dart
- Remove deprecated extensions.mdc file and refactor video-related imports and models
- Integrate Remote Config with Dynamic UI Strings
- Implement comprehensive Landing Page with responsive design and Google Sign-In
- Enhance Videos View with Decorative Icons and Section Headers
- Add keyboard shortcut hints and tooltips across views
- Add keyboard shortcuts panel and enhance keyboard navigation
- Refactor Profile Page to ProfileView and Update Routing
- Implement comprehensive keyboard navigation and shortcut system
- Enhance UI with playful animations and decorative elements
- Refactor UI components with Shadcn styling and improved layout
- Implement comprehensive video management and UI enhancements
- Update HomeAppBar styling and elevation
- Implement Videos View and Add Dividers to App Bar and Bottom Navigation
- Refactor project dependencies and code quality improvements
- Refactor mobile home view layout and animations
- Enhance UI animations and layout for mobile home view
- Add new video modal and integrate with home page
- quick cleanup
- Refactor home app bar and shared widgets
- Refactor notifications UI with modular components and centralized text
- Refactor home page and centralize UI constants
- Migrate to Firebase, Riverpod, and update project configuration
- Remove boilerplate counter app and simplify main entry points and added a .prototype folder
- Added cursor rules
- counter app
- Initial commit
adventures92 added a commit to adventures92/raycast-extensions that referenced this pull request Dec 22, 2025
- Refactor: Lint fixes and code quality improvements (raycast#2)
- Release v1.0.0: Initial Feature Set (raycast#1)
- Initial commit: Set up project structure and add MIT license
nevinliang added a commit to nevinliang/raycast-extensions that referenced this pull request Dec 23, 2025
- prettier changes
- unapikey lol
- Merge pull request raycast#2 from HockeyStack/nevin/add-pdd-raycast
- changed hs root dir to extension level pref instead of command level pref
- added pull dev data to commands
- Merge pull request raycast#1 from HockeyStack/add-impersonate-and-timestamp-commands
- added impersonate and timestamp commands
- first commit
DangJin pushed a commit to DangJin/raycast-extensions that referenced this pull request Dec 25, 2025
- Merge pull request raycast#2 from DangJin/feature/issue-1-s3-image-upload
- s3 upload finish
- feat: add S3 image upload extension
- Initial commit
uixmat added a commit to uixmat/raycast-extensions that referenced this pull request Dec 25, 2025
- fixed twitter-raycast image
- Merge pull request raycast#2 from bklit/feature/raycast-best-practices-refactor
- Adhering to best practices; Raycast docs.
Vinzzztty added a commit to Vinzzztty/raycast-extensions that referenced this pull request Dec 30, 2025
- change: path gif video
- update: preview image
- update: preview image
- update: preview image
- update: changelog
- Merge pull request raycast#2 from Vinzzztty/develop
- Merge pull request raycast#1 from Vinzzztty/upload-video
- chore: prepare Trae extension for store — resize icon, move preview to metadata, remove unused utils, update README and package.json
- add: 3 gif video
- add: video new window trae
ewilderj added a commit to ewilderj/raycast-extensions that referenced this pull request Jan 2, 2026
- Prepare Raycast extension
- chore: update Node.js version to 25 in workflow and documentation
- feat: add release workflow and helper script for versioning and building extensions
- finalized firefox release
- Initial Firefox port
- feat: implement Firefox extension support with simplified browser API handling and automated tests
- feat: add Firefox extension implementation plan and configuration
- Redesign icon with visual metaphor for document conversion
- Remove TODO.md references from documentation
- Remove TODO.md - embracing anti-pattern prevention
- test: add comprehensive tests for core conversion and environment modules to ensure functional correctness
- docs: enhance code quality standards and add quality gate checklist for improved maintainability
- refactor: remove unused code and simplify conversion services for cleaner architecture
- Add Extension store copy
- refactor: consolidate environment access and complete TODO items 2-5
- Enhance documentation with JSDoc comments for key functions to improve LLM readability and understanding
- Standardize error variable naming across codebase for improved LLM scanning
- Revise README for installation and development details
- Revise installation notes for Edge and Chrome
- Remove diagnostic command from production manifest and update related documentation
- remove old doc
- Add emoji and Unicode clipboard diagnostic documentation and enhance clipboard diagnostics in Raycast
- Add Word temporary files to .gitignore
- Fix emoji corruption in Raycast by normalizing LC_ALL locale
- add unicode test
- raycast test fixtures
- Stop overthinking!
- Add comprehensive TODO.md for LLM-oriented improvements
- Add comprehensive logging tests and demonstration
- Implement simple standardized logging patterns
- Remove orphaned converter.ts file
- Simplify link handling by stripping all title attributes
- Update README and PRD to include Raycast platform as work-in-progress
- Merge branch \'main\' of github.com:ewilderj/mdconv
- Add initial implementation of Markdown Converter extension with README, changelog, ESLint configuration, and icon asset
- Add icon asset and update package.json to reference new icon location
- Refactor Raycast clipboard adapter to use debug logging and simplify clipboard operations
- Add sync-version script to manage version consistency across packages
- Refactor Raycast integration: remove convert-selection command and update documentation
- Add tests for Raycast Word clipboard capture and update TypeScript configuration
- Phase 2: Implement Raycast platform support
- Phase 1: Refactor codebase for shared architecture
- Add Raycast integration plan for Markdown Converter with shared codebase architecture
- Add credits section to README
- Update README with usage instructions
- Update README with extension submission info
- Revved version prior to submission to extension stores for Chrome and Edge
- Fixed bug with newlines in alt text breaking image rendering
- Update test script to include all test files and improve fixture naming
- Fix regression on pasted content from Word app messing up lists
- add image tests
- Added example doc with Images
- Merge pull request raycast#4 from ewilderj/copilot/fix-b8b95185-f53e-4017-8be1-d51f80f72f15
- Merge branch \'main\' into copilot/fix-b8b95185-f53e-4017-8be1-d51f80f72f15
- Convert inline code to backticks
- Add tests for inline monospace translation to code
- Address code review feedback and improve implementation
- Implement image handling feature with comprehensive tests
- Initial plan
- chore: resolve npm audit reports
- Enhance Markdown conversion for Google Docs; update documentation and tests
- Add privacy policy and publishing guide; enhance package.json with build zip script
- Refactor README and code for improved clarity and efficiency; remove debug logging and unnecessary console statements
- Enhance popup UI with improved styling and layout adjustments
- Implement context menu integration for Markdown conversion and enhance README with usage instructions
- tidy UI
- Add new HTML test files and update test suite
- Add tests for converting Word HTML to Markdown
- Update section numbers in README.md
- Update README with Node.js installation for Mac
- Merge pull request raycast#2 from ewilderj/WindowsUpdates
- Added instructions for WIndows, powershell, and edge
- feat: add screenshot to README for better visual representation
- docs: update README to include creation credits and remove customization notes
- Add MIT License to the project
- feat: add custom rules for list processing and consolidate consecutive Word lists
- feat: enhance text extraction from monospace blocks and add support for block text elements
- feat: add word normalization for headings, monospace paragraphs, and bold spans in Markdown conversion
- feat: enhance clipboard conversion workflow by auto-copying Markdown output
- feat: initial commit of Markdown Clipboard Converter Chrome extension
benigeri added a commit to benigeri/raycast-extensions that referenced this pull request Jan 6, 2026
- Prepare Raycast extension for publishing
- Merge pull request raycast#15 from benigeri/feature/raycast-extension
- Add Raycast extension and shared Supabase library
- Add auto-deploy GitHub Action and Supabase debugging docs (raycast#14)
- Add checkbox and bullet point formatting to cleanup prompt (raycast#13)
- Rename AGENTS.md to CLAUDE.md for auto-injection (raycast#12)
- Split multiline messages into title and description (raycast#11)
- Preserve prefix tags in cleanup prompt (raycast#10)
- Add Telegram confirmation reply with Linear issue link (raycast#9)
- Fix Linear team ID to use UUID instead of team key (raycast#8)
- Implement Telegram webhook for voice/text to Linear triage (raycast#7)
- Merge pull request raycast#6 from benigeri/feature/supabase-init
- Merge pull request raycast#5 from benigeri/feature/add-deepgram-anthropic-env
- Initialize Supabase with telegram-webhook function
- Add Deepgram and Anthropic placeholders to .env.example
- Merge pull request raycast#4 from benigeri/feature/update-env-example
- Merge pull request raycast#3 from benigeri/feature/add-verification-requirement
- Update .env.example with Telegram and Supabase vars
- Add verification requirement before closing beads
- Clean up telegram-pipeline-plan.md and add beads
- Merge pull request raycast#2 from benigeri/add-agents-workflow-guide
- Add Claude Code hooks for workflow enforcement
- Add AGENTS.md with development workflow guidelines
- Merge pull request raycast#1 from benigeri/update-workflow-with-prs
- Add PR workflow to development process
- Update plan with TDD approach and agent workflow
- Add Telegram → Linear triage pipeline plan
- Add bead: Text to add to todo list
- Initialize beads task tracking
- Add Linear triage viewer CLI tool
- Initial commit
yafyx added a commit to yafyx/raycast-extensions that referenced this pull request Jan 6, 2026
- fix(raycast): correct GitHub username typo in README
- fix(raycast): use npm tidyf package instead of local file reference
- refactor: rename extensions to raycast and prepare for store submission
- refactor: reorganize extensions and update assets
- feat(raycast): improve organize files UX with category grouping and smart actions
- fix(raycast): resolve linting and type errors in extension
- feat(raycast): add native settings form and streamline actions
- refactor: use original model names from opencode in raycast extension
- feat(raycast): add command icons with themed backgrounds
- feat(raycast): Remove Raycast icons and fsevents
- feat(raycast): add target folder selection support
- feat(raycast): Add history exports and Raycast typings
- feat(raycast): enhance UX with history, safety checks and comprehensive actions
- docs: add Raycast extension documentation to CLAUDE.md
- style(raycast): remove emoji icons from model dropdown
- fix(raycast): improve robustness of model selection
- feat(raycast): implement grouped model selection by provider
- feat(raycast): add grouped provider model fetching with formatting helpers
- fix: improve type safety and dynamic chokidar import for Raycast compatibility
- Revise README for tidyf repository
- chore(release): v1.1.1
- feat: add update command and notification system
- Add light/dark SVG logos to README
- chore(release): v1.1.0
- Add badges to README for project information
- feat: add profile presets, json output, and duplicate detection
- feat: add profile management system
- feat: add undo command with history tracking
- chore(release): v1.0.3
- chore: bump version to 1.0.3
- chore(release): v1.0.2
- chore: bump version to 1.0.2
- chore(release): v1.0.1
- chore: bump version to 1.0.1
- feat: implement smart folder detection to respect existing organization (raycast#4)
- feat: add npm update notification (raycast#3)
- chore(release): v1.0.1
- feat: add regenerate with different model option
- docs: add claude code guidance and update examples
- chore(release): v1.0.0
- chore: rename package to tidyf and add publish metadata
- Include MIT License file
- style: format organize and watch commands
- feat: make source, target, and watch mode configurable (raycast#2)
- feat: add tidyfiles CLI alias
- fix: refresh config in menu loop to show updated AI model (raycast#1)
- chore: update bin alias and docs to tidyf
- feat: rename CLI to tidyf and add --local config
- feat: improve config model selection and opencode client startup
- Initial commit: tidy - AI-powered file organizer
skinnyandbald added a commit to skinnyandbald/raycast-extensions that referenced this pull request Jan 7, 2026
- chore: prepare for Raycast Store submission
- docs: fix installation instructions - use npm run dev
- Merge pull request raycast#2 from skinnyandbald/feat/calcom-provider
- docs: add ZIP download as alternative to git clone
- docs: improve installation instructions for non-technical users
- docs: clarify booker app behavior - time pre-filled, not locked
- docs: clarify prerequisites for non-technical users
- Update README.md
- Update README.md
- Merge pull request raycast#1 from skinnyandbald/feat/calcom-provider
- fix: remove shortcut from Copy Calendar Link action
- feat: add secondary action to copy direct calendar link
- fix: address remaining PR review comments
- fix: address PR review comments
- docs: rename to SavvyCal-Booker
- docs: update README for Cal.com support
- fix: add type assertion for event type response
- feat(calcom): fetch event type durations from API
- test: add Vitest tests for calendar providers
- docs: add hotkey tip to README
- docs: add cross-reference to savvycal-booker
- docs: rewrite README with setup instructions and motivation
- fix: update footer message text
- fix: limit to 4 slots per day
- feat: show individual time slots instead of windows for one-click booking
- docs: clarify build vs dev installation
- feat: add duration dropdown, README with setup instructions
- chore: add gitignore, remove node_modules from tracking
- feat: add one-click booking integration with custom booker URL
vermeerenmaxime added a commit to vermeerenmaxime/raycast-extensions that referenced this pull request Jan 11, 2026
- feat: raycast plugin
- refactor: Rename @klank/command to @klank/navigation
- feat: Add Raycast extension for command search
- fix: Schedule button
- update package & build fix?
- fix: Defaults
- feat: Currencies financials
- fix: Build
- fix: Format & lint
- Add labels feature & financial currency
- faster search command & smarter, better all integration, more polished ui
- Merge branch \'main\' into claude/add-financial-sources-overview-Viece
- add demo fallback email
- feat: Add financial sources overview to team financials
- fix: Oxlint & proxy & tsconfig & tracks client
- fix: Some oxlint stuff & new layouts
- new track layout style, todo mentiosn fix, shortcuts, audio seek fix, sticky header, tag input insane
- demo card inbox, booking & contact workers, upgrade email demo worker
- update packages
- fix: Demos inbox & metadata instead of platforms,
- fix: Webhook
- fix: resend
- fix: Demo route
- fix: Model & email
- fix: monorepo workers
- Merge branch \'main\' into claude/debug-ses-webhooks-U8jLF
- fix: Icons & emails
- fix: Add SES message tags for click/open tracking to work
- fix proxy svg\'s
- feat: Clicks route SES
- Merge branch \'main\' into claude/cloudflare-email-ai-demos-XRCho
- fix documents
- fix: Documents upload & campaigns, content widget
- fix: Metadata
- fix: countdown, replace audio, fix asset gallery, isrc version
- Merge branch \'main\' into claude/add-countdown-animation-z5HUx
- email cleanup
- fix: Build
- refactor: Use OpenRouter with free models for email parsing
- feat: Add Cloudflare Email Worker for AI-powered demo submissions
- feat: Add countdown animation for upcoming releases on dashboards
- fix: email preview
- fix: email send campaign, onboarding, analytics, emails
- fix: Novu route?
- fix: Build env keys
- feat: Collapse
- fix streaming links & notification types
- Merge branch \'claude/add-fallback-song-links-vXyiA\'
- Merge branch \'main\' into claude/add-fallback-song-links-vXyiA
- Merge branch \'main\' into claude/fix-restart-tour-dropdown-YF3gR
- fix: Secrets
- Fix build, analytics team, version comment @, novu notifications, track genre edit inline etc, playlist filtering and album better dropdown
- feat: add fallback streaming links to album metadata
- feat: add fallback streaming links to track metadata
- Merge branch \'main\' into vermeerenmaxime/fix-track-seo-display
- fix: Tags contacts fix
- fix: Collab card issues
- Merge remote-tracking branch \'origin/claude/add-tagging-notifications-ikiDo\'
- fix: sync TourProvider state with isTourCompleted prop
- feat: add react-email notification templates with email sending
- feat: integrate notifications into edit history dropdown with cached queries
- Merge remote-tracking branch \'origin/claude/add-tagging-notifications-ikiDo\'
- docs: add notification system documentation and @diceui/mention component
- Merge branch \'claude/add-tagging-notifications-ikiDo\'
- feat: add notification system with Novu integration and people tagging
- fix: Layout
- Merge remote-tracking branch \'origin/main\' into claude/vercel-domain-integration-jxaet
- feat: add notification system with Novu integration and people tagging
- Merge branch \'main\' into claude/vercel-domain-integration-jxaet
- feat: upgrade usage stats, fix dropdown, fix polar webhook
- feat: upgrade usage stats, fix dropdown, fix polar webhook
- feat: Fix build, storage breakdowns, track storage count, gallery fix
- Merge remote-tracking branch \'origin/claude/team-storage-tracking-qpJTY\'
- refactor: make plan page compact with cards
- Merge remote-tracking branch \'origin/claude/team-storage-tracking-qpJTY\'
- fix: Build
- feat: add usage section to team plan page
- feat: add storage check middleware to action client
- fix Storage table, remove track_documents, filesizes versions
- Merge remote-tracking branch \'origin/claude/team-storage-tracking-qpJTY\' into claude/team-storage-tracking-qpJTY
- fix: use SECURITY INVOKER on team_storage_stats view
- Merge branch \'main\' into claude/team-storage-tracking-qpJTY
- fix: User dropdown
- feat: add self-service domain purchase system with Vercel integration
- feat: add team storage tracking with computed view
- fix images
- feat: inline collabs & asset upload fix
- Remove unused .biomeignore file and update various components for code consistency and readability. Adjusted return statements and formatting in multiple files, including track and album components, to enhance clarity. Added Bandsintown event handling components and updated related actions and schemas for better integration.
- Merge branch \'main\' into claude/add-collaboration-contracts-fpdBU
- Merge pull request raycast#6 from vermeerenmaxime/claude/fix-nav-status-sorting-F23jF
- fix: Sort navigation status sections consistently
- fix: Build
- feat: Oxlint, tons of bugfixes & translations
- feat: Add collaboration contracts with PDF generation and immutable storage
- fix breadcrumb, releaseplan, db, tours fix, teammedia, inline edit milestone releaseplan
- Merge branch \'claude/improve-release-plan-CEAhg\'
- fix: Improved release plan
- feat: Improve release plan with notion-style calendar and database-backed content
- feat: Add comprehensive PostHog tracking across application
- feat: Onboarding & package types fix desktop & mobile
- fix register, add word rotate
- Merge remote-tracking branch \'origin/main\'
- svg route png
- Merge pull request raycast#2 from vermeerenmaxime/claude/add-professional-teams-section-KhvhT
- fix cache issues track version & public pages, format
- chore: Apply oxfmt formatting to all files
- refactor: Replace Playfair Display with Tangerine font for rotating words
- feat: Add professional teams section to landing page
- fix: Feedback nick landing page, stars, fix financials build
- feat: Mobile gitignore, nav personal finance, finance overview team @ personal
- format all files
- fix tracks list, add label copy, use oxlint oxformat, format all files
- fix: Navigation
- Klank finance, calendar update
- inline comment, r2 expiredate, icons, shader
- images test public
- fix: sitemap
- fix
- fix timeline month sync
- fix robots
- feat: Calendar upgrade & track reorder fixes
- fix: soon vercel ts
- fix: Build
- fix: Calendar layout, campaign edits, teamname breadcrumb, todos upgrade, custom listen url, email link shareid
- fix: Version keys todos, post inlines, ui improvements tracks version card, milestone indicator, download shares counts, search improvement
- title extract, track tags header, audio store fix(trying), feature fagl actions
- Filter dropdown X, pricing, todos, plans, playlist refactor, testimonials, asset gallery fix, feature flag servics, nav music player callback, expires audio
- Floating player, fix scrollbars,
- fix: Platform search, bun build
- playlist modal, documents max, genre multiselect, testimonials fix,
- fix: Build
- fix: Next upgrade
- feat: Update packages
- feat: attempt to fix track audio player
- feat feature flags, grain overlay, particle sphare, presave, email client,
- fix: Cache, team credit search, milestile utils, time utils, public album presave, downoad all
- fix: Format track artists
- Pre-save link
- fix: build
- fix: Type issue build
- feat: Email AWS, email contacts, emails campaigns
- Feat: Email campaigns
- feat: Add email click and open tracking, implement album analytics content, and enhance team switcher UI with verification and plan badges.
- unsubscribe from contact(list) of team, track invites, empty component, fancy status badge, upgrade bun pm, baseUI, email services invites register bugfix
- feat: Fancy status badge
- Youtube link, domain slug fix, youtube embed
- Search better, milestone filtering
- fix unsaved changed, cursors, milestones albums, sidebar switcher, calendar, invites
- fix: permissions, tags, build, plans
- Breadcrumb cleanup, email create team, sidebar team plans, version card updates, subscription plan requirements, dark ring fix,
- fix: Emoji comments
- fix: Version bpm, lyric, highlight, catalog number, colors,
- fix: Media navigation & gallery, tab nav, icons,
- feat: show keyboard shortcuts in navigation tooltips
- feat: add Cmd+J keyboard shortcut to navigate to create page
- Realtime cursor pages
- team realtime cursors, min plans visual
- fix: Protected routes proxy redirect
- fix: Sidebar click open group, deezer, apple music followers, expand button, deezer link,
- feat: Insane search command & sticky nav, team media, recent activity
- fixed status colors
- fix: Tracks client versiosn, missing final, track header,
- fix: Audio store
- Spotify album import, sidebar fixes, spotify api, empty state sidebar,
- fix: translation bs
- fix: Translations & contact groups
- fix: Redis
- fix: Milestone & todos
- fix: Polar route
- fix: Cookie banner
- fix: Server actions everywhere
- fix: search tracks, better ui, fix type issues polar, better public profile
- fix: Issue nextjs
- fix: Proxy, polar subscriptions local
- fix: label & distribution & collab page, label section, url cache update
- fix: Build, barcode, labelcopy, album tracks
- fix: BotId login register, sitemap artist
- botid test
- better search command, vercel blocking
- simple audio
- feat: collaborators fixes and vercel
- fix Shares pages mgmt
- fix Collab splits & history
- fix build, playlist sidebar, moving around pages teams, admin testimonials, posthog key
- fix admin panel
- Find albums & statuscode 404 redirects
- fix: Build & turbocache
- fix: No assetprefix & chatgpt
- fix: Iframe fix viewtransitions
- fix: bun catalogs
- fix: base_url
- fix: build finally
- fix: resolve JavaScript heap out of memory error during build
- block more paths
- trying to fix build
- fix: Utils package
- remove desktop
- fix build
- FIX THE FUCKING BUILD
- fix fucking build
- Enable static stuff again
- polar 16
- update revalidatetag to updatetag
- nextjs 16 upgrade
- Add release content ideas
- fix: More packages issues
- middleware test
- test fix build
- fix test build
- fix: build (again lol)
- fix: Build
- Test fix next in web package & remove consoles, fix middleware tsignores
- trying to fix
- fix build test on vercel
- Fix build bun 1.3.1, turbo 2.6.0
- fix: Upgrade packages
- antispam & oxlint
- fix: Build
- disable sentyr
- fix turbo
- fix: Website stuff
- Playlists
- build fix, domain caches
- Version bpm, track public search, key analytic workers, tag upgrades, domain ui chagnes, dashboard width full, post youtube urls
- album collabs, album share, album documents, album invites
- feat: Posthog analytics, add collaborator,
- fix: Build & improvements
- feat: Performance
- New public tracks & albums page, tours, events
- fix build, Add reaction comments
- fix: Build (viewtransition issue)
- Merge branch \'workingmain\'
- fix: Working build
- fix: Build & auth
- fix: Build & auth
- feat: Collaborator actions WIP, drag albums tracks
- fix: Build
- feat: Spotify import, collab edits, track tags,
- editable stuff, affiliate admin, track tags, shadcn components, next upgrade
- Album order, track tags, version tags, sorting, youtube embed, lyric magic wand
- fixed form leave, thin border, track reorder and status change column, upgrade react, ..
- fixes
- Delete album files, neightbouring rights, ipi number update profile, ipi collaborators
- manage invites
- sentry error fix, desktop main js fix
- Add sentry, build fix
- invites, cn utils, admin invites, login signout, login sso, ADE page
- ADE page, logo ghost, comments layout
- add contact page, next upgrade, translations, header logo, contact form, royalty guide,
- fix: Upload version, collabs list
- Version lyrics, permission, more royalty types, cookies fix, audio ext remove add track,
- fix api keys prod, track slug, sorting fix, upgrade, editable track slug, editable album slug
- Ads, not found, upgrade banner
- fix build: admin panel, ad banner
- fix build & format, admin portal testimonials,
- Ad cleanup files
- add cookie shit ad detect
- FIX BUILD: ad banner, env, audiostore, layout
- fix Types
- fix: Comments & track analytics
- fix Track play
- Track order, album order,
- Better design track editable
- feat: Public events, events, tracks combobox, tours, tour permission page, testimonials text, sidebar tabs, nav music clien tcleanup, eventbyslug, calendar input component, tour slug unique
- format
- Zod upgrade from v3 to v4
- Update packages, track delete, db cascades
- fix build testimontials
- Static locale landing, faster transitions, testimontials, share comments, shares login, share acces,
- fix types, unused imports, fix build
- fix build, waveform queries cleanup, edit tour, tours, public tours, storage functions cleanup, tour details
- Tour event dialogs crud
- Fix shares, add tour lists, event lists, demo submission from team, follow team, fix audio play
- Add bandsintown link to profiles
- fix tracks layout padding
- Track presign url onclick
- Interactive demo index
- Fix ade page, demo edit form, better nav
- fix demos filters, demo edit, demo delete, private demo, performance middleware, biome fix
- Middleware refactor opus 4.1
- Update dependencies in bun.lock and package.json; upgrade @biomejs/biome to 2.2.3 and ultracite to 5.3.4. Refactor middleware for app path handling and introduce getTeamIdBySlug function for improved team routing. Remove unused host-detection utilities.
- TODO proper share permissionsbytoken, searchparams utils
- Pageprops cleanup, form unsaved changed, email verification, email change, demos personal, APP subdomain
- Remove unecessary revalidations
- fix roles combobox, cascade team, last logni fix, instrumentation posthog dev, create team
- Better public page, cache fix uploads, roles form tema create
- Translations & shiki fix
- Editable album title, select pointer, edit history album
- fix menu double click & count tracks
- fix: Format
- Refactor shared folder, email spam check, download page
- Time utils cached queries
- feat: Last login method, posthog user identify
- fix: Team slug images and FIX public team cache albums tracks banners etc!
- fix: Build
- fix: Format
- fix: Build
- Refactor: Remove console logs, update dependencies, and enhance UI components
- fix build
- fix: Responsive mobile UI, MACOS TRAY app
- Fix track upload
- Fix storage delete cache
- Edit history store, nice edit, milestones fix, show plans, history search,
- Posthog proxy
- Optimize build nextjs
- Add website hosting
- Update types errormessage servererror
- Force dark mode mobile
- Update safe action package
- Update types hooks client
- Demos public page, edge share
- Edge middleware
- Edge middleware
- Documents form, domain, openimage, next upgrade, platform stats songstats
- Link alias redirect, version badge fix
- fix middleware team rewrite public
- Middleware fix
- Fix dome build
- Fix cached page and add dome
- Songstats & posthog implementation
- fix: Upload cover, banner and media for track & album. BUG track play audio transport. url cached queries, ..trackheader albumheader
- Refactor and enhance analytics integration
- Add pixel tracking system for analytics and advertising
- Shares, locales save, version shares, share tokens, ..
- Improve public teams pages
- Upgrade Next 15.5
- Team create, cached queries longer cache, revalidateTags, remove virtualize clienttracks, collaborator actions permissions, teamswitch cleanup
- permissions collabs
- CHECK TEAM DELETE ETC!
- Tabs fix, permissions types, cleanup files, apple music init, resend email, accept invite(s), contact groups fix, rate limits, plan definitions, RLS start
- trackheader, cover tabs, platform search, isrc code intergration, new homepage, darkmode fix, testimonials
- Fix build
- Fixed double children
- Fix build
- Fix build
- Download list products, remove products polar
- Organisation working
- Upgrade & fix packages
- fix mobile app out of monorepo
- App init, login methods, collab components, invites, register invites, invites page, polar token organisation team encryption
- Build fix
- Fix build
- App init
- Tracks client layout & fix scrolling
- Expo init
- Update landing page, tracks, scroll, svg, created by
- Middleware updates, ai sdk components, locale features, breadcrumb, 0auth
- Remove woppah
- Fix build
- Better Auth implementation, SSR?
- 0Auth google, SEO features, signup email, middleware auth,
- Fix build
- Polar downloads, organisation integration shop, register i18,
- Setup shops polar for teams
- mcp fix
- downloads page, caching team instead of user, todos, today todos, demos, demo deck, collapse store update, rate limits, global styling, postcreate updates, upcomoing todos, update motion libs, mcp server, event calendar date cache, timeline view date searchparam
- Fix woppah stuff
- Debounce, filter hook
- Property, woppah, todo list klank
- Demos, inline comment AI, dmeo rating, todos today, user todos, tracks general todos, fix open public profile page, demos submission
- bun run format
- loaaading
- Middleware fix internal request error
- Update cache & refresh urls in cache, final version selector cache, versioncard waveformcache, collaborators bugfixes, presign actions
- Performance prefetch update
- Disable botid, updates, ..
- Play audio from track client list
- Video overlay, promo card, newsletter card, search card, header, fixed thing, ..
- fix middleware
- Types fix OUT OF SYNC UI PACKAGES WEB
- Remove tauri desktop app, fix email sending, SES, resend invites, login, accept invites, register invites, features pricing page, usage limits
- Fix shares
- Woppah, desktop sessions, filequeues, media, documents, inline edits fix, zod upgrade,
- Working electron app
- Electron app init
- Build issue
- Desktop app monitor
- Landing page
- BotID test
- Fix collapse, album statusses, no active team
- Upgrade permissions upgrade required
- Activeteam
- Update sitemap, robots, languages, collapsibles, forms, actions, metadata,
- Add translations & header profile fix, SEO update
- Added korean & chineese as languages
- Middleware
- Refactor middleware and improve session handling. Update Next.js configuration to include security headers. Enhance layout components with improved structure and styling. Add new album tracks form component and streamline album management features. Update various UI components for consistency and performance.
- Update package dependencies, add @styleglide/theme-editor, and improve UI components. Refactor theme handling in layout and sidebar, enhance event calendar features, and streamline contact management UI. Adjust CSS variables for better theming support and fix various minor issues across components.
- Sidebar fix UI, breadcrumb reset, new tabs layout, zustand
- Animations tabs in nav
- New navigation
- Improvements
- New navigation
- UI update, colors, version cards, icons update, TS version
- Update package dependencies, add documentation app with MDX support, and enhance audio player features. Introduced new components for layout and navigation, improved UI elements, and fixed various issues in the music player. Updated Next.js configuration and added support for waveform generation in audio tracks. Simple waveform fix
- Update package dependencies, enhance audio player functionality, and refactor action schemas to use inputSchema. Added browser debug info in Next.js config and removed unused components. Improved UI components and fixed various issues in the music player. Fix queue bug audiostore
- Update dependencies, improve UI components, and remove unused API routes. Added SignOutButton component and integrated it into the user dropdown menu. Enhanced audio player functionality and fixed various issues in the music player. Updated presigned URL handling in storage provider.
- Fix queue, supabase getclaims, route signout, auth actions
- Fix build
- Fix build
- Fix build turbopack
- Better comments, play tracking, todos,
- Music player better working
- Sidebar hover
- better
- Biome, baseUI, breadcrumb navigation, command stuff, colors,
- Fix build, cleanup some files, new nav, beta phrase, audio player still mweh
- Version comments redo
- Update worker, package, docs, audio playerz
- Fumadocs, promise all, middleware fix, new audio component,
- Version actions, new audio player, cloudflare image loader, update types, middleware fix plans, tw breaks, cleanup code
- Presign audio
- Upload cover tracks & albums
- public albums, nav client side filter, user dropdown, hooks, default by status filter, new audioplayer provider, badge updates
- Draggable tracks, album header, spotify callback, album tracks, tag input, flags, contact socials, contact tags
- Code cleanup, sidebar improvement, user dropdown, language switch light mode landing page, album track select builder, admin wip, sparkle image webp
- Improved UI sidebar
- Download buttons
- Download settings & increment
- Download action
- Right sidebar, album sorting, db
- Good sidebar filtering
- fix build
- Sidebar animations
- Sidebar reusable, audio kind of fix?
- Improve global audio player, sidebar,
- Auth improvements, sidebar, team nav, final version in overview
- Scroll, tooltip, tracks, collabs, team details, version card, milestone combo, final version, UX navbar
- Better scrolling radix in nav
- audio wave
- Add version button fix, inline comment play from, global audio improvements, ux version card
- Fix auth, register, command client, form animations, messages, loading button, add version (wip)
- Scroll fix active
- Upload improvement, alert, album list, delete album, delete track, sidebar improvements, comboboxes, loading button, context right click, files cleanup old
- Cover gallery albums
- Cover gallery track
- Disable virtualized tracks nav
- File uploads
- Rename documents, page fixes number
- Sidebar resize, create track & version wip
- Init
- Track header, upgrade nav, contacts, audio not fixed yet
- virtualize
- Menu bar, covers, sidebar, nav music client, perosnal client, ..
- Fix som stuff
- Codemods
- test
- Todo update, top side filter tracks tooltip
- Fix build
- Remove error & document pages files
- Turbo
- View Transitions
- Insane filtering, calendar sync init, constants and enums update
- Music client search, plan page
- fix build, tabs, route polar upgrade bump pacakge, client animation framer list sidebar
- Track filter dropdown, utosize component, text shimmer,
- Active team id
- Fix subscription(s) en upgrade page, turbopack build
- Turbopack & updates packages
- Build fix albums
- Audio player,
- Register signup auth
- Contacts count, auth, login
- fix build
- create track v2
- Contact groups, posts, public posts, new audio player, bulk import,
- Edit groups, contacts
- Update types & code cleanup
- AWS emails, contacts form, contact actions, send email, active team cache
- Fix build prefetch logout ERROR!!!
- Team switch
- fix middleware, sidebar tabs cookie, active team, tracks kanban, delete team page, media uploads team, build fix, timeline calendar view
- Build fixes
- Tracks search & columns & layout
- Tracks client
- Password auth, confirm auth, cookie banner, tabs variant, MFA, mcp supaabse, middleware mfa
- Update middleware & packages
- Update social links, public links, team switcher, landing page
- Merge remote-tracking branch \'origin/main\'
- Update landing page
- prefix domain rewrite, ui updates sidebar, personal teams sidebar, locale types,
- wip
- File upload & sidebar improvement, new upload page wip
- Notifications init, new audio upload start build fix
- Editable genre, prio, status, release, description, event calendar items,
- Debounce title change, reelease date change, nav history nav favorites, dashboard search
- Fix build working search milestone
- Landing page, milestones combobox, working build..
- Prod build, landing page makeover, milestone combobox
- Waiting list
- Middleware, route portal polar, checkout new account, actions, ..
- Update calendar, polar setup
- fucked up milestones build
- Klank subscription polar, proximity, start ai milestones
- AI release planning, collaboraotr fix, track audio player
- Layout cleanup
- Team links
- Milestones & version card
- Version detail page, icons, add version
- Inline edit milestones, todos, menu sync, sidebar redesign, calendar buttons, global colors, milestone todo item update
- Calendar dates, todos version fix, release calendar
- Milestones, add version dropzone, todo item edit, delete file, teams order,
- Working upload & first version
- File upload, active team, download version,
- Collaborators
- Team themes
- Working todos, inline comment edit, milestones, audio player height, final version add track
- Loading audio, layout animate, comments convert
- Audio wavesurf, description update
- Lyrics update, tracks soft delete
- Choose active team(s)
- Fix build
- Move to hooks ui
- fix types
- Team switcher & active team
- Working public share
- Update delete copy versions
- @username link /profile/username, console logs, todos fix
- Plays & todos
- Fix types
- Fix: types
- Update react imports
- Forwardref remove
- Rules
- Delete todo, update todo
- Comments & todos
- Comments, track versions, navigation active
- Versions, formats, audiowaves, uploads, supabasecli, comments
- Notifications stuff
- Phone input, first & lastname update
- Sidebar notifications & open
- Update address, password, email, names
- Tracks covers fix, loading, navmain prefetch
- Realtime card
- Glow
- Glowing bento, world map, text hover
- Account, address, notification, calendar, middleware fix, timeline
- first lastname fullname
- Teams register
- Team members
- Team layout
- Mention
- Data tables diceui
- Cached teams
- rules & cached queries
- Auth fix
- Upgrade next, supabase issue rn outrage
- Fix login
- emoji picker & login fix
- Types fix
- Db & team setup genres
- Teams
- Upload cover
- Trackcards
- fix build
- PPR, loading
- React compiler, loading
- React scan
- Update track status
- Change track status
- fix Build
- Fix typing errors
- Fix build, issue ssr todos
- Todos
- Fix scale
- Update cookies track show what
- UI fixes kanban
- kanban board test
- transitions
- Fix build
- Fix page with query
- nav fix
- fix upload
- fix Storage and build
- package storage
- fix tsc build
- fix build & types
- cleanup files
- Cleanup
- Fix build
- Fix errors build
- upgrade turbo
- trying to fix build
- fix Polar
- Upload track
- Upload files
- Toggles teamswitch
- Artist setup, breadcrumb, sidebar, team switch, logout, middleware session fix
- Sidebar implement
- Login & register form
- fix MCP polar & figma
- MCP servers setup
- Fix Auth
- Middleware fixes
- Working supabase
- Login setup
- Update rules
- Fix locale
- Supa setup & locale
- Fix i18n & middleware
- Dev supabase & login
- Use bun
- Init pnpm
harunonsystem added a commit to harunonsystem/raycast-extensions that referenced this pull request Jan 16, 2026
- chore: prepare for release (add version and publish script)
- Merge pull request raycast#6 from harunonsystem/fix/media
- feat: Add local media assets for screenshots, update READMEs to reference them, and generate package-lock.json.
- Merge pull request raycast#5 from harunonsystem/fix/time-cal
- Update src/lib/time-utils.ts from gh copilot review
- feat: Implement overtime display functionality and integrate Biome for linting and formatting, along with translation cleanups.
- feat: Migrate testing to Vitest, refactor translation logic with new keys, and integrate Biome for code quality.
- wip
- Merge pull request raycast#4 from harunonsystem/claude/update-readme-files-XKDXj
- docs: swap README files - English as main, Japanese as .en version
- Merge pull request raycast#3 from harunonsystem/claude/add-english-readme-FjcwO
- docs: add English version of README
- Merge pull request raycast#2 from harunonsystem/fix/issue-1-hours-display
- pinact
- fix: remove lint step from CI (ray lint requires package-lock.json)
- pinact
- fix: 残り時間の計算修正と定期更新の追加
- fix
- docs
- feat: Dynamically update command subtitle with remaining time and set 1-minute refresh interval for the command.
- wip
- init
Vinzzztty added a commit to Vinzzztty/raycast-extensions that referenced this pull request Jan 18, 2026
- resize: preview.png
- update: Screenshot and test apple scripts
- refactor: optimize project search and organize assets
- change: path gif video
- update: preview image
- update: preview image
- update: preview image
- update: changelog
- Merge pull request raycast#2 from Vinzzztty/develop
- Merge pull request raycast#1 from Vinzzztty/upload-video
- chore: prepare Trae extension for store — resize icon, move preview to metadata, remove unused utils, update README and package.json
- add: 3 gif video
- add: video new window trae
- chore: cleanup unused files and update configuration for store submission
- chore: add required screenshots to metadata
- chore: cleanup unused files and update configuration for store submission
- [TRAE] Update image
- [TRAE] Raycast Extension
rmartins90 added a commit to rmartins90/raycast-extensions that referenced this pull request Jan 19, 2026
raycastbot added a commit that referenced this pull request Jan 20, 2026
* Add Dia browser support (#2)

* add {PR_MERGE_DATE} to changelog

* Update CHANGELOG.md

---------

Co-authored-by: raycastbot <bot@raycast.com>
maxjones1 added a commit to maxjones1/raycast-extensions that referenced this pull request Jan 22, 2026
- Sierra Intercom extension
- chore(deps): bump tmp and @inquirer/editor in /search-repos (raycast#29)
- chore(deps-dev): bump brace-expansion from 1.1.11 to 1.1.12 in /getting-started (raycast#32)
- chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 in /search-repos (raycast#31)
- chore(deps-dev): bump brace-expansion from 1.1.11 to 1.1.12 in /search-repos (raycast#30)
- chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 in /agent-portal (raycast#28)
- Migrate dependabot reviewers/assignees to CODEOWNERS (raycast#27)
- chore(deps-dev): bump brace-expansion in /agent-portal (raycast#25)
- Merge pull request raycast#23 from marshmallow-insurance/fix_nested_repo_dirs
- fix handling of repos with nested paths
- Merge pull request raycast#22 from marshmallow-insurance/feature/optimise-search-repos
- chore: Update changelog for version 1.4.0
- refactor(OpsLevelTools): Optimise tool generation
- Merge pull request raycast#21 from marshmallow-insurance/feature/add-new-ides
- Add 1.3.0 changelog
- feat: Add support for new editors and their icons
- Merge pull request raycast#20 from marshmallow-insurance/feature/add-cursor-ide-support
- fix lint
- Update search-repos/src/hooks/useAvailableEditorCommands.ts
- update changelog to v1.2.0
- feat: Add Cursor editor support with corresponding icon
- Merge pull request raycast#19 from marshmallow-insurance/search-repos/update-readme
- Update README.md
- feat(repoTools): Use cached state for repoTools initialisation
- style(search-repos): format useCachedState for repoTools initialization
- Update CHANGELOG links for version 1.1.0
- Update CHANGELOG for version 1.1.0
- feat(repoTools):Use cached state for repoTools initialization
- Merge pull request raycast#17 from marshmallow-insurance/david-gomes5-patch-1
- search-repos: fix readme formatting
- Merge pull request raycast#13 from marshmallow-insurance/feature/fix-intelliji-command
- chore(changelog): update CHANGELOG.md to reflect version 1.0.0
- chore(changelog): update CHANGELOG.md for version 1.0.0 and add new entries
- refactor(findAndParseOpsLevelFile): remove js-yaml and replace with yaml package
- fix(dependencies): update @raycast/api and @raycast/utils to latest versions
- feat(eslint): add ESLint configuration for search-repos refactor: clean up code formatting in various files
- Add changelog
- feat(search): add description field to repository item
- feat(changelog): update CHANGELOG.md for version 1.0.0 and add new entries docs(readme): enhance development setup instructions and release process refactor(update-changelog): improve commit filtering and repository URL handling
- feat(changelog): add CHANGELOG.md and implement automatic update script
- feat(metadata): add new PNG images for search repositories
- feat(docs): update README to include Opslevel tools feature and enhance shortcuts section
- feat(tools): add ToolsAction component and parse opslevel tools from repositories
- feat(utils): enhance `getGitUrl` function with repository validation and improved URL handling
- feat(utils): implement enum for programming languages and update extension mapping
- feat(utils): enhance repository language detection with scan limits and directory prioritization
- feat(utils): add repository language detection functionality
- refactor(EditorAction): simplify action logic and remove unused code
- style(search-repositories): standardize string quotes and formatting
- docs(README): update title and add debugging section; update .gitignore for VSCode
- refactor(utils): run linting fix
- Merge pull request raycast#12 from marshmallow-insurance/add-secrets-inherit
- Add \'secrets: inherit\' to Dependabot auto-merge workflow
- Bump cross-spawn from 7.0.3 to 7.0.6 in /search-repos (raycast#10)
- Bump cross-spawn from 7.0.3 to 7.0.6 in /agent-portal (raycast#9)
- Delete opslevel.yml (raycast#8)
- PE-1116 Use centralized dependabot auto-approve workflow (raycast#7)
- Bump micromatch from 4.0.7 to 4.0.8 in /search-repos (raycast#6)
- Merge pull request raycast#5 from marshmallow-insurance/feature/add-search-repos-extension
- remove reference to `parakeet`
- add search repos extension
- Bump micromatch from 4.0.6 to 4.0.8 in /getting-started (raycast#4)
- Bump micromatch from 4.0.5 to 4.0.8 in /agent-portal (raycast#3)
- Add dependabot
- Update opslevel.yml
- Update opslevel.yml
- Fix
- Fix
- Enable org publishing
- Add Opslevel configuration (raycast#2)
- Add agent portal search (raycast#1)
- Updated readme for agent-portal extension
- Added .gitignore
- Updated readme for extensions
- Agent Portal Details extension
raycastbot added a commit that referenced this pull request Jan 22, 2026
* Add bklit-analytics extension

- npm
- linting
- Merge pull request #1 from bklit/feature/snapshot-view
- Publish prep
- icons, adjustments etc
- style improvements
- improvements, charts, snapshot stats
- fixed default dash url
- raycast init
- first commit

* Update bklit-analytics extension

- fixed twitter-raycast image
- Merge pull request #2 from bklit/feature/raycast-best-practices-refactor
- Adhering to best practices; Raycast docs.

* Updated menubar to follow best practices

* Fixed label colors so they\'re ledgible

* greptile feedback

* fix: address Greptile PR feedback and add improvements

* Update bklit-analytics extension

- docs: update README with complete feature list and accurate details
- fix: implement proper background refresh for menu bar

* .

* Update bklit-analytics extension

- chore: upgrade dependencies including @raycast/utils and eslint-config
- feat: enhance error handling and loading states in analytics views
- refactor: modularize detail rendering for countries, device usage, referrers, and pages
- fix: increase API fetch timeout to prevent premature timeouts
- style: improve menu bar title and logging for better debugging

* Update

* Update bklit-analytics extension

- lint
- performance optimizations
- Pull contributions

* Sort package.json according to Raycast template

* Add logo to README for Bklit Analytics Extension

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Co-authored-by: raycastbot <bot@raycast.com>
tubone24 added a commit to tubone24/raycast-extensions that referenced this pull request Jan 23, 2026
- refactor(cli): コードの可読性向上のためのリファクタリング
- Merge pull request raycast#6 from tubone24/fav
- feat(config): 新しい設定ファイルと無視リストを追加
- Merge pull request raycast#5 from tubone24/aaaa
- docs(readme): リポジトリ名をwhisper-realtimeに変更
- feat(cli): 音声認識誤り訂正機能を追加
- feat(cli): 音声認識誤り訂正機能を追加
- feat(cli): macOS用メニューバー常駐モードを追加
- Merge pull request raycast#3 from tubone24/dependabot/uv/uv-16d11b4d57
- feat(cli): macOS用メニューバー常駐モードを追加
- Merge pull request raycast#4 from tubone24/aaaa
- feat(cli): macOS用メニューバー常駐モードを追加
- build(deps): bump the uv group across 1 directory with 3 updates
- Merge pull request raycast#2 from tubone24/claude/voice-recording-dictionary-QrTUJ
- docs(readme): GUIのスクリーンショットをGIFに変更し、コンテキストルールを修正
- docs: Update README with voice input, dictionary, and GUI features
- fix: Simplify GUI setup to avoid macOS crash
- fix: Ensure GUI window is visible on macOS
- debug: Add logging to GUI startup
- fix: Run tkinter GUI on main thread for macOS compatibility
- feat: Add GUI mode for voice input
- refactor: Simplify to clipboard-only output mode
- fix: Improve voice input session handling
- fix: Handle platform-specific key availability in pynput
- fix: Move pynput to main dependencies for voice feature
- feat: Add Push-to-Talk voice input and dictionary features
- 完全
- Merge remote-tracking branch \'refs/remotes/origin/main\'
- allow-empty
- Create LICENSE
- docs(readme): 不要なセクションを削除
- x setup
- docs(readme): デモGIFを追加し、システム音声の説明を修正
- Merge pull request raycast#1 from tubone24/claude/whisper-realtime-transcription-2r26o
- Convert setup.sh and pyproject.toml to English
- Update README with comprehensive English documentation
- Fix audio buffer handling and add screen output type
- Add debug logging to ScreenCaptureKit audio callback
- Use CMBlockBufferCopyDataBytes instead of pointer access for PyObjC compatibility
- Remove unused AudioToolbox import
- Fix CMBlockBufferGetDataPointer argument count
- Fix SCStream initialization with better error handling
- Add detailed error logging for ScreenCaptureKit initialization
- Fix ScreenCaptureKit for BlackHole-free system audio capture
- Simplify system audio: require BlackHole, remove ScreenCaptureKit
- Add pyobjc-framework-libdispatch dependency and handle missing dispatch
- Fix speaker diarization: limit speakers and use audio features
- Fix ScreenCaptureKit implementation for system audio capture
- Fix conversation history: properly finalize transcription segments
- Add ScreenCaptureKit fallback for BOTH mode without BlackHole
- Add stacked conversation display with speaker colors
- Fix whisper.cpp build: use Metal instead of Core ML
- Add whisper.cpp debug output and fix CLI options
- Add test-mic command and debug mode for troubleshooting
- Add ScreenCaptureKit support and fix whisper.cpp build
- Fix whisper.cpp build to use CMake
- Add whisper.cpp realtime transcription CLI
- Initial commit
harunonsystem pushed a commit to harunonsystem/raycast-extensions that referenced this pull request Jan 24, 2026
- Merge pull request raycast#7 from harunonsystem/bugfix/top-time-cal
- Improve leave time logic and project structure
- Merge pull request raycast#6 from harunonsystem/fix/media
- feat: Add local media assets for screenshots, update READMEs to reference them, and generate package-lock.json.
- Merge pull request raycast#5 from harunonsystem/fix/time-cal
- Update src/lib/time-utils.ts from gh copilot review
- feat: Implement overtime display functionality and integrate Biome for linting and formatting, along with translation cleanups.
- feat: Migrate testing to Vitest, refactor translation logic with new keys, and integrate Biome for code quality.
- wip
- Merge pull request raycast#4 from harunonsystem/claude/update-readme-files-XKDXj
- docs: swap README files - English as main, Japanese as .en version
- Merge pull request raycast#3 from harunonsystem/claude/add-english-readme-FjcwO
- docs: add English version of README
- Merge pull request raycast#2 from harunonsystem/fix/issue-1-hours-display
- pinact
- fix: remove lint step from CI (ray lint requires package-lock.json)
- pinact
- fix: 残り時間の計算修正と定期更新の追加
- fix
- docs
- feat: Dynamically update command subtitle with remaining time and set 1-minute refresh interval for the command.
- wip
- init
raycastbot added a commit that referenced this pull request Jan 27, 2026
* Add youtube-highlights extension

- Merge pull request #19 from getdekoded:preparing-for-prod
- chore(functions): rebuild with JSDoc comments preserved
- docs: Update Raycast metadata, README, and add screenshots for store submission
- feat: Refactor browser preference loading, centralize video extraction script, update Raycast auth redirect URIs, and add a new Arc debug probe script.
- refactor(raycast): remove Obsidian and Notion export functionality
- feat(raycast): fetch Pro status from API instead of stale JWT claims
- chore: Remove verbose console logging and debugging statements from various modules.
- fix(functions): resolve body parser stream error in Firebase Functions v2
- refactor: remove redundant JSDoc comments from utility functions
- chore: Remove development-specific code and debug logs from auth and storage utilities, archiving the removed code in a new documentation file.
- removed comments
- fix: clarify no video found error message and ensure command exits
- fix: Add robust error handling for browser tab queries to prevent crashes from AppleScript errors.
- Updates and analysis
- feat(website): Add branding images and update page content
- docs: Add development notes and research
- chore: Update gitignore
- fix(auth,raycast): Minor updates to auth and sync
- chore(firebase): Add production project configuration
- refactor(functions): Simplify config and clean up code
- feat(website): Prepare website for production launch
- feat: add `com.raycast://` and `com.raycast:/` to allowed Raycast production redirect URIs
- preparing raycast to test prod
- cleanup
- Updating next to bypass vulnerability
- making space on laptop
- Merge pull request #15 from getdekoded:verifying-firebase-firestore
- fix: address CodeRabbit review issues across functions and Raycast
- fixes
- feat: implement background sync and fix critical runtime issues
- preferences
- feat(functions): Add Firebase Functions API infrastructure
- docs: add Kofi Functions Architecture and implementation plan
- docs: Organize .notes directory into logical folders
- feat(raycast): Add backup/restore for free users and improve auth flow
- Merge pull request #14 from getdekoded:marketing-website
- fix(website): CodeRabbit review fixes - 6 issues resolved
- fix: patch React Server Components vulnerability (CVE-2025-55182)
- new rules
- feat(website): add SEO metadata and fix inaccurate feature claims
- chore(website): sync lockfile with package.json versions
- added more quotes
- fix(website): address CodeRabbit review issues
- feat(website): integrate interactive Raycast demo and landing page
- raycast ui
- feat(website): add raycast landing page and dynamic quote cards
- fix(website): address CodeRabbit review findings
- feat(website): rebuild Pro page with pricing cards and update footer nav
- feat(website): add Collector use case and refine layouts
- refactor(website): enhance Lifelong Learner page with improved spacing and visual consistency
- first iteration
- chore: remove .DS_Store files from tracking
- Merge pull request #12 from getdekoded/better-highlight-creation
- Fixes
- perf(arc): optimize background video detection speed
- fix: improve background video detection with robust isPlaying check
- feat: Add deep state probe utility to gather detailed YouTube player information from Arc browser tabs.
- refactor: Make `getBackgroundPlayingVideo` optional on `BrowserAdapter` and call it type-safely.
- refactor: improve JSON parsing error handling by logging a warning and returning null on failure
- fix: enable stealth background extraction for Arc
- docs: confirm Arc blocks all background tab data extraction
- docs: add Arc learnings about pinned tabs and background DOM limitations
- feat: pivot to foreground-only extraction and remove background processing
- fix(browser): improve foreground extraction robustness with null check
- docs: Update JXA learnings and add background extraction deep dive
- docs: Document Arc JXA learnings and background flow pivot
- feat: Add background
- Updates
- Code reveiw
- feat(create-highlight): streamline extraction flow with auto-fallback
- fix(browser): restore regex escaping in JXA script and update learnings
- fix(browser): reliably extract metadata from background Arc tabs
- logger
- feat: Implement manual timestamp input, enhance video metadata fallback handling, and integrate a new logger.
- feat: Implement manual time input, add Arc browser preference, and enhance browser interaction with JXA, logging, and related documentation.
- chore: fix linting and formatting issues
- Merge pull request #11 from getdekoded:feat/raycast-auth
- fix: Correct Raycast redirect URI and refine token refresh logic to explicitly handle expired tokens without a refresh token.
- fix: address PR review comments
- feat: update \'Get Raycast\' button text to \'Get The App\'
- feat: configure external link based on deployment environment
- fix(auth): allow custom redirect schemes without strict URL parsing
- feat: security hardening and code quality improvements
- feat(raycast): implement Recent Highlights view with simplified UX
- refactor: address code review comments and improve UX
- feat(raycast): Implement Free/Pro tiers, Sync logic, and UI refinements
- Planning
- feat: implement detail views and comprehensive documentation
- feat: finalize raycast auth UI and document free vs pro features
- ui: use extension-icon-big.png for command and auth icons
- ui: use extension-icon-big for command icons
- ui: reduce icon size to 64x64 in sign-in view
- fix: update UserToken interface to match firebase token structure
- ui: update sign-in page with custom logo and privacy fixes
- fix: map user_id to uid in auth utility
- debug: log decoded token structure
- chore: v0.04 - add service-account.json to gitignore
- fix: support service account JSON from env var for Vercel
- chore: bump to v0.03 - trigger rebuild with admin credentials
- debug: add comprehensive logging to token exchange flow
- chore: bump version to v0.02 for deployment verification
- chore: add debug logs for firebase config
- chore: add version and timestamp to landing page for verification
- fix(auth): allow com.raycast redirect and register commands
- feat: implement raycast auth and pro features
- add website
- Update to content
- Merge pull request #10 from getdekoded:feat/central-auth
- PR fixes
- feat(auth): harden security for oauth flow and add legal pages
- feat(auth): initialize centralized auth service
- added sample auth website
- feat: Implement advanced features for YouTube Highlights
- chore: Configure monorepo workspaces and gitignore
- chore: Initialize monorepo structure
- UI cleanup (#9)
- UI cleanup
- Refactor URL Input Section layout by repositioning icon and adjusting spacing for improved UI consistency.
- Added guide
- its-50-hide-elements-that-arent-ready-and-fix-ui-overflow (#8)
- its-50-hide-elements-that-arent-ready-and-fix-ui-overflow
- its-49-fix-android-cicd (#7)
- its-49-fix-android-cicd
- its-48-fix-cicd-for-web (#6)
- Refactor Firebase configuration in .firebaserc to standardize app names for staging and dev environments; update binary configuration files for multiple architectures in Android app.
- Refactor firebase.json to support multiple hosting targets (staging, prod, dev) with enhanced configuration including CORS and cache control headers.
- uses: actions/checkout@v3
- Enhance deployment workflow by setting up SSH key, configuring Git for SSH access, and testing SSH connection to GitHub
- Update genie dependency URL to use SSH format
- GENIE_ACCESS_SECRET 2
- GENIE_ACCESS_SECRET
- Update genie dependency to use Git URL and reference; adjust binary configuration files for multiple architectures
- Update deployment workflow to build web from main_development.dart; remove unused character count and storytime examples
- target
- no web renderer
- test
- test cicd
- its-48-fix-cicd-for-web
- its-47-ui-cleanup (#5)
- its-47-ui-cleanup
- 03-13-its-29_create_first_highlight_mode_flow (#4)
- 03-13-its-29_create_first_highlight_mode_flow
- its-30-experiment-with-supereditor (#3)
- its-30-experiment-with-supereditor
- ITS-29 create first highlight mode flow (#2)
- ITS-29 create first highlight mode flow
- Refactor video data models and update addition date handling (#1)
- Enhance video handling and initialization in app startup
- Refactor video data models and update addition date handling
- Enhance paste handling and processing overlay in HomePage
- Refactor HomeController and enhance paste handling in HomePage
- Update routes to include QuickTest page and refactor video response handling
- Refactor video handling and enhance data models
- Add export for paths.dart in core.dart
- Remove deprecated extensions.mdc file and refactor video-related imports and models
- Integrate Remote Config with Dynamic UI Strings
- Implement comprehensive Landing Page with responsive design and Google Sign-In
- Enhance Videos View with Decorative Icons and Section Headers
- Add keyboard shortcut hints and tooltips across views
- Add keyboard shortcuts panel and enhance keyboard navigation
- Refactor Profile Page to ProfileView and Update Routing
- Implement comprehensive keyboard navigation and shortcut system
- Enhance UI with playful animations and decorative elements
- Refactor UI components with Shadcn styling and improved layout
- Implement comprehensive video management and UI enhancements
- Update HomeAppBar styling and elevation
- Implement Videos View and Add Dividers to App Bar and Bottom Navigation
- Refactor project dependencies and code quality improvements
- Refactor mobile home view layout and animations
- Enhance UI animations and layout for mobile home view
- Add new video modal and integrate with home page
- quick cleanup
- Refactor home app bar and shared widgets
- Refactor notifications UI with modular components and centralized text
- Refactor home page and centralize UI constants
- Migrate to Firebase, Riverpod, and update project configuration
- Remove boilerplate counter app and simplify main entry points and added a .prototype folder
- Added cursor rules
- counter app
- Initial commit

* Update youtube-highlights extension

- chore: update root package-lock.json
- chore(raycast): add package-lock.json for store submission
- fix: update raycast API to 1.104.0 and regenerate lock file

* Update README.md to include disambiguation

Updated the Readme.md to provide clarity and explain where to find more info

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <bot@raycast.com>
technophile-04 added a commit to technophile-04/raycast-extensions that referenced this pull request Feb 6, 2026
- remove .cursor symlinks from git tracking
- remove .claude symlinks from git tracking
- add .claude to gitignore
- fix lint and formatting issues for publishing
- Merge branch \'contributions/merge-1770370376077\'
- Pull contributions
- update author and change image sizes
- migrate from pnpm to npm for Raycast store publishing (raycast#3)
- add required metadata
- add publis command
- Replace argument input with inline search bar and add reverse conversion (raycast#2)
- allow hour-only time format (e.g. "11 cet") (raycast#1)
- add readme
- add gitignore and allow "15.30 in time format"
- add initial docs plans
- update the skills
dishangyijiao added a commit to dishangyijiao/extensions that referenced this pull request Feb 8, 2026
- Prepare Raycast store submission with UX, reliability, tests, and metadata
- Merge pull request raycast#2 from dishangyijiao/release/1.0
- fix conflicts
- ref: delete useless md file
- Release 1.0: fix bugs, add export/import, {{else}}, tests, docs, tooling
- Merge pull request raycast#1 from dishangyijiao/feature/demo-functionality
- Raycast extension: Compile Prompt with multi-provider LLM support
- docs: 添加 PR 文档
- feat: 初始化 Prompt Compiler 项目结构和 Demo 功能
RUBisco0211 added a commit to RUBisco0211/raycast-extensions that referenced this pull request Feb 10, 2026
- Merge branch \'contributions/merge-1770744049959\'
- Pull contributions
- Merge pull request raycast#2 from RUBisco0211/feat/plugin-management
- update docs
- feature: add plugin search and management commands; add extra preferences; refactor
- update picgo to use latest feature
- feature: add plugin search functionality; refactor ctx
- feature: add npm package search type definition
- feature: add uploader config management functionality
- refactor: use proper name for picgo context getter func
raycastbot added a commit that referenced this pull request Feb 11, 2026
* Update picgo extension

- Merge branch \'contributions/merge-1770744049959\'
- Pull contributions
- Merge pull request #2 from RUBisco0211/feat/plugin-management
- update docs
- feature: add plugin search and management commands; add extra preferences; refactor
- update picgo to use latest feature
- feature: add plugin search functionality; refactor ctx
- feature: add npm package search type definition
- feature: add uploader config management functionality
- refactor: use proper name for picgo context getter func

* fix: type errors; clean code

* fix: type error due to version inconsistency

* fix: loading state when no plugin installed

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <bot@raycast.com>
praveenjuge added a commit to praveenjuge/raycast-extensions that referenced this pull request Feb 11, 2026
- Execute Raycast prepublish plan
- Implement Teak Raycast release plan
- Fix ultracite path and namespace
- Constrain convex/values imports
- Review recent uncommitted changes
- Add local build scripts and ignore IPA files
- Fix mobile dev script by removing unnecessary filter
- Fix turbo dev daemon failure
- Fix SearchBar tests and layout
- Implement deterministic time search
- Add deterministic time search
- Add deterministic time search
- Update extension packaging command
- docs: update AGENTS quick commands
- feat: enhance SEO with canonical URLs, structured data, and update image components
- feat: add canonical URLs to metadata for improved SEO
- feat: add sitemap generation for static and dynamic pages
- feat: add JSON-LD structured data components for SEO and implement schema in pages
- feat: implement author and changelog pages with metadata and dynamic content
- feat: add robots.txt for SEO and update dev scripts to use watch mode
- refactor: update parameter names to improve clarity in tests and components
- fix: add title elements to SVGs for accessibility
- feat(admin): filter out onboarding cards by default
- feat: add build:extension script and start task; enhance turbo.json with environment variables
- refactor: simplify DragOverlay component and improve drag-and-drop handling
- chore: update dependencies and fix Polar checkout API
- fix: keep search filter pills visible when clicking and show Clear All with search text
- refactor: remove async keyword from redirects and headers in next.config.mjs refactor: add default case for unknown actions in background.ts refactor: update AuthHelper and UiHelper constructors for better readability refactor: clean up biome.jsonc linter rules for consistency refactor: add default case in rgbToHsl function in colorUtils.ts
- fix: biome config updates and workflow improvements
- refactor: simplify SearchBar component structure and improve FaviconImage error handling in LinkPreview feat: add captions track to audio and video previews refactor: change color swatch to button in PalettePreview chore: update linter rules in biome configuration
- Fix linting issues and improve code quality across web, extension, and convex packages
- refactor: improve code quality and color utility functions
- refactor: clean up convex package code and tests
- refactor: update extension and convex tests with minor fixes
- chore: apply Biome formatting and linting fixes
- Move Tests
- Center header navigation links in docs app
- TURBOREPO (#36)
- chore: update @convex-dev/workflow to 0.3.4
- Delete outdated landing page content, including features, hero section, testimonials, use cases, ideal customer profile, messaging framework, user personas, positioning, competitive analysis, objections, one-pager, pitch deck, and pricing strategy documents.
- feat: update login and registration page titles and descriptions for improved clarity
- feat: enhance metadata for SEO and social sharing across multiple pages
- test: expand coverage across convex workflows and clients
- test: fix convex test import paths
- Remove obsolete test files for link categories, link category resolver, link metadata, shared constants, shared hooks, workflows, and renderables. These deletions streamline the test suite by eliminating unused or redundant tests, ensuring a more efficient testing process.
- feat: add pre-permission alerts for iOS app compliance (#33)
- fix: add OG image and Twitter card tags to docs (#32)
- fix: update store configuration with copyright and release details
- Merge branch \'main\' of github.com:praveenjuge/teak-convex-nextjs
- Add end-to-end tests for tag management, favorites functionality, and trash operations
- Merge pull request #31 from praveenjuge/praveenjuge/fix-privacy-purpose-strings
- fix: improve privacy permission strings with clearer purpose descriptions
- test: expand card processing and link metadata coverage
- Improve card search performance and update deps
- Optimize card search with tag indexes
- refactor: optimize performance by using refs in MasonryGrid and memoize Card component
- Memoize MasonryGrid handlers
- Simplify notes modal title and fix link icon mapping
- feat: add local card search cache
- Add paginated card search and infinite scroll
- style: apply global styles to body only
- fix: set minimum height for html element to ensure proper layout
- refactor: remove unused Apple Test component and clean up related code
- feat: add tag management and image copy functionality to cards
- feat: add deployment instructions and increment version to 1.0.1
- feat: implement findDuplicateCard query and integrate into auto-save functionality
- feat: add technical deep dives and feature spotlights to tweet ideas
- feat: add iOS metadata configuration for app submission
- feat: enhance error logging and handling across authentication and media components
- feat: add SVG thumbnail generation and processing for image cards
- feat: add EXIF orientation handling for thumbnail generation
- feat: update dependencies and improve metadata generation functions
- feat: add Open Graph support and dynamic image generation
- feat: Store original image/video dimensions in fileMetadata
- feat: Enhance video card processing to utilize thumbnail for metadata generation and add corresponding tests
- feat: Add resetCardProcessingState mutation and enhance fetchMetadataHandler with fallback to HTML fetch
- feat: Add wildcard support for trusted origins in authentication configuration
- Add foundational documentation and features for Teak
- feat: Remove deprecated admin dashboard components and related hooks; add pagination to card and user listing queries
- feat: Add Instagram link metadata handling and primary image extraction
- feat: Implement link detection and extraction utilities; update card processing and form handling
- feat: Add support for link preview image handling and dimensions across card components
- refactor: Optimize link metadata handling and improve Card component layout
- Merge branch \'main\' of github.com:praveenjuge/teak-convex-nextjs
- style: Improve layout and responsiveness of LinkPreview component
- Merge pull request #29 from praveenjuge/seer/refactor/descriptive-color-vars
- Add comprehensive test coverage for link metadata parsing and workflows
- Refactor: Improve readability of RGB variables in color utilities
- feat: Add clipboard, file system, and sharing functionalities to CardItem and CardPreviewSheet components
- feat: Replace long press gesture with a ContextMenu for delete actions.
- chore: include test files in tsconfig for compilation
- test: Improve coverage for color utilities, structured data parsing, kernel failures, auth dependencies, and default error handling.
- refactor: extract link metadata workflow handlers and add new categorization tests
- test: add new color utility and link metadata workflow tests, and enhance error handling and content type coverage in existing workflow tests.
- feat: update test runner to Bun and refactor AI and categorization tests
- Add tests for link categories and enhance color utility tests
- feat: Implement feedback dismissal timer and improve pointer events handling in FeedbackBottomSheet component feat: Add end-to-end tests for admin dashboard and card CRUD operations feat: Configure Playwright to match end-to-end test files with .e2e.ts extension
- feat: Adjust feedback dismissal timing and manage sheet open state in FeedbackBottomSheet component
- feat: Refactor CardItem and CardPreviewSheet components for improved rendering and audio handling
- feat: Update CardItem and CardPreviewSheet components for improved audio handling and UI adjustments
- feat: Integrate CardPreviewSheet for enhanced card media previews and add expo-video dependency
- feat: Remove deprecated aiModelMeta, microlinkData, and workflowId fields from card migrations and schema
- feat: Remove workflowId handling from card processing and add migration to clean up existing data
- feat: Remove deprecated microlinkData and aiModelMeta fields from metadata and card validators
- feat: Add migration to remove deprecated metadata.microlinkData field and update schema for cleanup
- feat: Remove deprecated aiModelMeta field and update related queries and mutations
- feat: Refactor Favicon and CardItem components for improved layout and styling
- feat: Simplify CardItem component by standardizing icon colors and removing unnecessary elements
- feat: Remove unused functions and simplify CardsGrid component
- feat: Add user card count display and loading indicator in SettingsScreen
- feat: Derive user name from email during sign-up for improved user experience
- feat: Refactor HomeScreen and CardsGrid for improved search functionality and loading state handling
- feat: Update FeedbackBottomSheet to clear feedback status correctly and enhance CardItem text display
- feat: Update logout and account deletion flows to redirect to welcome screen
- feat: Rename auth `index` screen to `welcome` and implement dynamic authentication-based navigation redirection.
- feat: Integrate ConvexQueryCacheProvider and update dependencies for improved state management
- feat: Implement FeedbackBottomSheet for improved feedback display and handling
- feat: Simplify FeedbackStatusScreen by removing StatusBar and refactoring StatusOverlay props
- feat: Refactor AddScreen to simplify layout and enhance recording UI feedback
- feat: Refactor AddScreen layout by replacing VStack with List for improved structure and styling
- feat: Refactor SignUpScreen layout by replacing Form with VStack for improved structure and styling
- feat: Add ESLint configuration and integrate react-compiler plugin; update sign-in and sign-up screens for improved UI components
- feat: Update routing in Onboarding and SignIn screens to direct to home tab and clean up unused keyboard dismiss logic
- feat: Implement authentication navigation with initial route handling and update sign-in/sign-up paths
- feat: Refactor authentication handling in RootLayout and remove unused router in SignInScreen
- feat: Update AppleLogo component to accept color prop and adjust OnboardingScreen for dynamic Apple logo color
- feat: Add delete account functionality with confirmation prompt in SettingsScreen
- feat: Enhance Favicon component with error handling and update CardItem layout for media actions
- feat: Update AddScreen layout with section titles and adjust button spacing for improved UI
- feat: Update CardItem to use pre-resolved fileUrl and remove getFileUrl query
- feat: Add tests for getFileUrl function to enforce authentication and card ownership checks
- feat: Add cardId to getFileUrl query for ownership checks in CardItem component
- feat: Add tests for ensureCardCreationAllowed function and enhance card creation logic with subscription checks
- feat: Enhance renderables processing with improved error handling and status updates for thumbnail generation
- feat: Implement audio recording stop functionality with state management and error handling
- feat: Refactor card processing and link enrichment workflows by removing unused parameters and enhancing mutation tests
- feat: Add tests for metadata link content fallback and enhance link content handling
- feat: Enhance self-hosting documentation with detailed environment setup and production guidelines
- feat: Update free tier card limit to 200 and adjust related messaging across the app
- feat: Enable authentication handling by updating Convex client configuration and enhancing error utility
- feat: Update package dependencies and refactor RootLayout component
- feat: Update database interactions to use explicit collection names and refactor authentication handling
- Merge pull request #27 from praveenjuge/adjust-linkpreview-for-mobile-view
- Adjust link preview layout on mobile
- feat: Refactor LinkPreview component to use Link for navigation and improve layout
- feat: Add .code to .gitignore to exclude code directory from version control
- refactor: Simplify layout and styling of QuotePreview component
- feat: Enhance file upload handling with card type validation and error messaging
- feat: Add selected card handling in HomePage and update CardModal to utilize selected card data
- feat: Add file URL handling to card components and update related previews
- feat: Enhance card functionality by adding file URL handling and updating components to utilize new URL properties
- fix: Adjust GridImagePreview to remove conditional rendering for link image display and enforce consistent height
- fix: Update GridImagePreview to use a default aspect ratio and improve layout
- fix: Remove rounded corners from image preview component
- Merge branch \'main\' of github.com:praveenjuge/teak-convex-nextjs
- feat: Add palette extraction and display functionality for image cards
- Merge pull request #25 from praveenjuge/update-card-limit-from-25-to-50
- Update docs/app/(home)/page.tsx
- Merge pull request #23 from praveenjuge/vercel/react-server-components-cve-vu-0biic9
- Increase free card allowance to 50
- Fix React Server Components CVE vulnerabilities
- Merge pull request #22 from praveenjuge/vercel/react-server-components-cve-vu-fhrqgz
- Fix React Server Components CVE vulnerabilities
- feat: Add /apple-test to proxy allowed paths.
- feat: add Apple Sign-In test page with debug logging and session checks.
- chore: Temporarily disable Apple social sign-in buttons and add callback URL configuration.
- Remove `callbackURL` parameter from Apple social sign-in.
- feat: Add Apple Sign-In functionality to web and mobile authentication flows.
- feat: Add Apple authentication provider and its required origin to allowed origins.
- fix: Adjust spacing in Row component and update image size in CardItem for better layout
- refactor: Remove unused share intent handling and clean up configuration
- fix: Update app configuration and dependencies for improved stability and performance
- Merge branch \'main\' of github.com:praveenjuge/teak-convex-nextjs
- Merge pull request #20 from praveenjuge/vercel/vercel-web-analytics-to-nextjs-9ehjmc
- fix: Change email verification message format from text to HTML for improved rendering
- fix: Update email verification message format for better readability
- fix: Open password reset and email verification links in a new tab
- Add Vercel Web Analytics to Next.js
- fix: Update Next.js dependency to version 16.0.7
- feat: Update API types to support multiple recipients and enhance email component structure refactor: Simplify layout structure in documentation and improve navigation handling style: Adjust global styles for navigation and sidebar responsiveness fix: Update package dependencies for improved stability and performance
- refactor: Remove unused loading components and simplify layout structure in admin and auth pages
- feat: Enhance file upload with additional metadata for images and videos
- fix: Remove debug output of cards in HomePage component
- fix: Update package dependencies and improve empty state rendering in HomePage component
- refactor: Simplify layout structure and enhance loading state handling in admin and profile settings pages
- fix: Add missing commas in query conditions and improve code formatting
- feat: Add retry behavior for AI metadata workflow actions
- Merge branch \'main\' of github.com:praveenjuge/teak-convex-nextjs
- refactor: Improve internal workflow references and add error handling for missing AI metadata workflow
- Merge pull request #17 from praveenjuge/seer/fix/file-upload-content-type-fallback
- fix: Provide fallback Content-Type for file uploads
- refactor: Replace img elements with Image component for better handling and add placeholders in LinkPreview and Card components
- refactor: Fix Toaster component syntax and ensure consistent formatting
- refactor: Streamline file upload handling in AddCardForm and improve toast notifications
- refactor: Enhance file upload validation and error handling in AddCardForm and useFileUpload hooks
- refactor: Update changelog titles and improve changelog generation guidelines
- refactor: Update documentation links and remove obsolete environment settings file
- refactor: Simplify ShareIntentScreen by removing unused functions and optimizing feedback handling
- refactor: Remove unnecessary View wrapper in SearchScreen component
- refactor: Update loading state in CardsGrid to use CircularProgress component
- refactor: Simplify FeedbackStatusScreen and ErrorBoundary components with new UI structure
- refactor: Update sign-up button variant for consistency
- refactor: Remove unused dependencies and enhance keyboard handling in sign-up and layout components
- refactor: Update imports to use absolute paths and improve layout consistency across components
- refactor: Update TabLayout icons to use new structure and improve consistency
- refactor: Update SignIn and SignUp screens to use new UI components and simplify layout
- refactor: Simplify OnboardingScreen layout and replace Google sign-in with buttons
- refactor: Update routing in SignIn and SignUp screens, remove Google sign-in logic and related UI elements from all auth screens
- refactor: Remove unused imports and simplify layout in CardsGrid and CardItem components
- refactor: Remove unused imports in SearchScreen component
- refactor: Streamline file selection process in AddScreen component
- refactor: Simplify CardItem component by removing redundant view and text elements
- refactor: Remove unnecessary style from Host component in Settings screen
- refactor: Remove unused HapticTab and TabBarBackground components
- refactor: Simplify loading check in Settings screen
- refactor: Update appearance options in Settings screen; remove subtitles for clarity
- feat: Refactor Home and Settings screens; implement Search screen layout and functionality
- feat: Add Home and Add screens with layout and functionality; remove old Settings screen
- feat: Implement theme preference management and update settings screen layout
- fix: Add callbackURL for Google sign-in in onboarding, sign-in, and sign-up screens
- fix: Update allowed redirect URIs for authentication in development mode
- fix: Add missing @react-native/virtualized-lists dependency
- fix: Update @convex-dev/better-auth dependency to version 0.9.9
- fix: Update next dependency to use the latest canary version
- feat: Add email verification alert after successful registration
- refactor: Update cookie handling in getSessionTokenFromCookies for better clarity and error logging
- refactor: Enhance session fetching logic to handle token authorization and improve error logging
- refactor: Update allowed redirect URIs and enhance URL restriction checks
- refactor: Remove sign-out functionality from AuthenticatedPopup component
- feat: Add upgrade prompt for users reaching card limit in AuthenticatedPopup
- refactor: Update session fetch logic to include Better Auth cookie handling
- feat: Implement web app session management and refactor authentication handling
- refactor: Update layout classes for consistent sizing in App and index.html
- feat: Add video thumbnail generation and enhance video previews in Card component
- refactor: Simplify DocumentPreview layout by adjusting iframe height and consolidating file name display
- feat: Implement PDF thumbnail generation and enhance document previews in Card component
- refactor: Remove unnecessary logging and streamline workflow handlers for improved clarity
- feat: Add optimistic card handling with visual indicators in Card component
- refactor: Remove unused enrichment functions and related imports from AI links
- refactor: Replace internalAction with internalMutation in AI workflows and remove unused retry behavior
- feat: Update package dependencies and enhance UI elements in password reset flow
- feat: Add optional fields for maximumAmount, minimumAmount, presetAmount, and oneBatchOnly in components
- Revert "feat: Enhance billing and authentication flows with new API methods and UI improvements"
- feat: Enhance billing and authentication flows with new API methods and UI improvements
- feat: Centralize type imports by replacing references to dataModel with shared types
- feat: Consolidate card creation limits and remove deprecated cardLimit module
- feat: Update various components to use void for async function calls and improve code clarity
- feat: Enhance card management with improved indexing, validation, and memory handling
- feat: Refactor AI metadata generation to use centralized model definitions and system prompts for improved maintainability
- feat: Add DialogDescription to CardModal for improved accessibility and loading state indication
- feat: Replace react-masonry-css with antd Masonry component and update masonry item rendering
- feat: Make aiModelMeta optional in updateCardAI and update card retrieval in generateThumbnail
- feat: Enhance metrics tracking for password resets, customer portal access, and various user interactions
- feat: Update AI integration from OpenAI to Groq API and enhance metadata processing
- feat: switch from OpenAI to Groq for AI metadata generation and audio transcription
- feat: enable stealth mode for kernel browser sessions in metadata fetching and screenshot capture
- feat: migrate from Cloudflare Browser Rendering to Kernel for link previews and screenshots
- Revert "feat(sentry): Integrate Sentry for error tracking and performance monitoring across Convex workflows and actions"
- feat(sentry): Integrate Sentry for error tracking and performance monitoring across Convex workflows and actions
- feat: implement metrics tracking for user actions across authentication, card management, and file uploads
- fix: update Sentry configuration with correct organization and project names, and modify DSN values
- feat: integrate Sentry error capturing across various components and hooks
- feat: ensure edge runtime configuration is imported in Sentry registration
- fix: remove unnecessary comments and clean up Sentry initialization code
- feat: implement AI-generated changelog with batch processing and new changelog files
- feat: enhance Sentry feedback integration with themeLight and themeDark configurations
- feat: add SentryUserManager component for user data synchronization with Sentry
- feat: enhance Sentry configuration with console logging and feedback integration
- fix: update sign-out behavior to refresh router and redirect to login page
- feat: implement rate limiting for card creation and enhance error handling
- fix: handle unauthenticated errors gracefully in getCurrentUser query
- refactor: update text sizes and styles across multiple components for consistency
- fix: include links in baseOptions destructuring for layout component
- feat: integrate Sentry for error tracking and monitoring in client and server
- refactor: update registration links and button texts across multiple components
- Add GoogleIcon component with SVG representation
- refactor: introduce hostnameMatchesDomain function to enhance domain matching logic and improve security
- chore: improve mobile linting and fix minor issues
- refactor: update ESLint config and improve error handling in background script; enhance context menu save logic
- refactor: streamline configuration and improve code readability across multiple files
- refactor: remove unnecessary TypeScript ignore comments and improve variable declarations
- fix: update ESLint configuration and lint script for improved compatibility
- Flatten web directory into src
- Test Git Hooks
- Swap Git Hooks
- Refactor card-related functionality into a dedicated \'card\' module
- fix: hide mobile TOC/navigation and adjust layout spacing
- feat: Update layout components and styles for improved navigation and background rendering
- feat: Implement AI metadata generation and renderables workflow
- feat: add UI components and hooks for card management and file uploads
- fix: remove user management exports from index file
- fix: correct web app version details in README
- docs: enhance documentation structure and clarity across multiple files
- fix: update button variant in SearchBar component for settings link
- feat: add authentication middleware and user account management
- fix: update imports and type handling for MDX content and adjust TypeScript paths
- fix: add webpack alias configuration for source directory
- fix: remove secondary CTA from layout and add build script for docs
- fix: simplify CTA components by removing secondary button and update documentation for environment settings
- fix: remove outdated link categorization section and unused component reference from documentation
- fix: refactor link metadata handling to start extraction in parallel and improve validation checks
- fix: refactor categorization logic by removing unused domainMap and adding link category resolver with tests
- fix: update documentation to remove specific version numbers from the web frontend and documentation stack
- fix: update documentation to remove version numbers from tech stack and environment settings
- fix: refactor admin access control to use first user ID instead of environment variable
- fix: refactor ProfileSettingsPage to derive cardCount and hasPremium from user data, remove unused getCardCount query
- fix: refactor SearchBar component by removing unused UserAvatar and integrating settings link
- fix: implement deterministic domain categorization and enhance link classification logic
- fix: enhance palette color extraction logic and remove AI dependency
- fix: update classification step to use deterministic heuristics and improve card type classification logic
- fix: add back navigation link to SettingsLayout and remove unused import from ProfileSettingsPage
- fix: remove password confirmation field and related validation from SignUp component
- fix: simplify SettingRow component and improve layout consistency
- fix: update environment variable configuration and improve clarity in documentation
- fix: enable email verification during user registration and update error handling in sign-in
- fix: update navigation paths from subscription to settings
- Fix Login Error
- fix: clean up logging and comments in createAuth function
- fix: remove vercel.json configuration file
- fix: disable crossDomain plugin in createAuth function
- fix: add trusted origins for Better Auth integration
- Merge pull request #4 from praveenjuge/better-auth
- Merge pull request #7 from praveenjuge/copilot/sub-pr-4
- fix: use user\'s theme preference in Polar checkout instead of hardcoded light theme
- Initial plan
- Merge pull request #5 from praveenjuge/copilot/sub-pr-4
- Merge pull request #6 from praveenjuge/copilot/sub-pr-4-again
- fix: remove hardcoded test credentials from mobile sign-in
- Remove admin logging statement from production code
- Update apps/web/app/(auth)/login/page.tsx
- Update apps/extension/entrypoints/popup/App.tsx
- Initial plan
- Initial plan
- Update apps/web/app/(auth)/forgot-password/page.tsx
- refactor: replace Clerk with Better Auth across mobile, web, and tests
- refactor: migrate to BetterAuth for authentication and enhance error handling
- refactor: replace Clerk authentication with BetterAuth and improve error handling
- refactor: integrate BetterAuth for improved authentication and update dependencies
- refactor: implement registration status check and limit user registrations
- refactor: update Next.js version and add analyze script
- refactor: update imports and enhance state management in settings page
- refactor: enhance subscription management UI and remove unused components
- refactor: replace UserProfileDropdown with UserAvatar component and streamline settings layout
- refactor: move theme selection from profile dropdown to settings page
- refactor: modularize subscription UI into components and integrate into settings pages
- feat(auth): enhance getCurrentUser to return null if user is not found
- fix: add missing TypeScript ignore comment and adjust Badge padding in PlanOption component
- feat(profile): enhance avatar upload functionality and improve user experience
- feat(auth): implement account deletion functionality and update related components
- fix: update popover and primary foreground colors in globals.css for improved contrast
- fix: correct popover foreground color in globals.css
- refactor: update color classes in BottomPattern and TopPattern components for consistency
- refactor(settings): simplify ProfileSettingsPage layout and remove unused components
- refactor(auth): update button variant in SettingsSidebarNav and remove user ID display in UserProfileDropdown
- feat(admin): implement Admin Dashboard with data fetching and UI components
- Refactor layout and page structure; remove subscription page and update user profile dropdown
- refactor(auth): simplify user profile dropdown and enhance theme selection
- refactor(auth): enhance user profile dropdown and integrate avatar component
- refactor(auth): standardize terminology for login references across authentication components
- refactor(auth): enhance password validation and user feedback in SignUp form
- refactor(auth): implement alert component for error and success messages in authentication forms
- refactor(auth): update form handling and loading state in authentication components
- refactor(auth): add required attribute to password fields in SignIn, SignUp, and ResetPassword forms
- refactor(auth): update email placeholder text for consistency across authentication forms
- refactor(auth): enhance UI consistency and improve user feedback in authentication forms
- refactor(migration): remove outdated migration guides for Clerk to Better Auth transition
- refactor(auth): streamline password input and footer links in SignIn component
- fix(auth): update CardDescription styles in forgot and reset password pages
- feat(auth): implement forgot and reset password functionality with Better Auth integration
- refactor(docs): update authentication references from Clerk to Better Auth
- feat(auth): integrate Better Auth for user authentication
- Merge branch \'main\' of github.com:praveenjuge/teak-convex-nextjs into better-auth
- chore(deps): update dependencies in package.json and backend package.json refactor(api): improve internal function references in linkMetadata and workflows fix(linkMetadata): enhance error handling and category normalization in workflows fix(screenshot): update internal function references for screenshot capture
- Add Better Auth implementation documentation
- refactor(docs): consolidate content from CLAUDE.md into AGENTS.md
- fix(docs): adjust metadata titles
- fix(screenshot): clean up code formatting and add CSS for screenshot capture
- fix(web): refine card modal layout
- feat(admin): add dashboard card modal components
- feat(linkMetadata): move preview helpers
- chore(tasks): expose quoteFormatting task
- fix(cards): normalize quote handling
- feat(web): remove alpha banner
- feat(docs): add apps landing page
- feat(docs): add icons to documentation pages
- fix(extension): add cookies permission and key
- chore(extension): remove store listing docs
- chore: add support doc and refresh extension deps
- feat(docs): add terms of service page
- fix(dependencies): update package versions for stability
- feat(categorization): add dribbble provider
- feat(backend): consolidate task exports
- fix(ai metadata): require single-word tags
- feat(ai): add metadata workflow
- feat(docs): refresh home and changelog messaging
- docs: refresh marketing copy
- docs: expand workflows and env docs
- docs: update development, environment settings, and features documentation
- docs: refresh README and docs details
- Merge pull request #3 from praveenjuge/update-quick-start-section-in-development.mdx
- fix(docs): update development quick start
- feat(docs): refresh marketing pages
- fix(web/badge): apply dark mode background for outline variant
- docs(readme): add Vercel OSS Program badge under platform list
- fix(web/globals.css): increase masonry grid gutter/column spacing and normalize font-face src indentation
- fix(web/card): refine link preview layout and accessibility
- fix(workflows): parallelize metadata/renderables, tune retries, and refine link metadata flow
- fix(docs/changelog,docs/home,docs/package.json): replace Next Image with native img for avatar & hero, remove priority prop, and bump dependency versions
- fix(docs/changelog,docs/next-config): remove explicit revalidate, use shrink-0 for avatar, and add output: "export" to next config
- fix(web/card-modal): use paragraph with adjusted spacing and add border for Notes and Summary
- fix(workflows/classification): treat fully-quoted snippets as quote cards and silence TS type error
- fix(web/card-modal): reduce badge icon size to 3.5 for consistent spacing
- fix(web/card-modal,web/link-preview): show card content for unknown types, restore preview bg, and tidy link preview
- fix(web/dialog): add dark mode background to dialog overlay
- chore(deps): bump lint-staged to ^16.2.6
- chore(deps): bump dependency versions in web and backend
- feat(web/global-error): add GlobalError client component for app-level error fallback
- refactor(workflows/manager): centralize card-processing startup and update callers
- feat(aiBackfill): add AI backfill workflow, wire into crons/admin, remove old enqueue action
- feat(linkEnrichment): extract link categorization/enrichment into dedicated workflow
- refactor(cardCleanup): move scheduled cards cleanup into workflow
- refactor(workflows): move screenshot capture into dedicated screenshot workflow/step and update callers
- feat(linkMetadata): implement link metadata extraction workflow and error handling
- Update Docs Design
- fix: unblock auth layout and convex typing
- refactor(renderables): own thumbnail generation in workflow
- refactor(workflows): move card pipeline out of tasks namespace
- chore: refresh marketing copy and drag overlay ui
- fix(subscription): replace product query with fixed plan ids
- feat(billing): embed polar checkout flow
- refactor: simplify billing guards and logo link styling
- fix(cards): improve preview styles and fallbacks
- fix(web): adjust card modal layout spacing
- fix(palette): prefer regex extraction and show content fallback
- feat(cards): improve link fallback display and workflow logging
- fix(subscription): clarify manage CTA label
- fix(web): polish modal UI and prevent alpha banner flicker
- chore(config): add security headers to next apps
- feat(subscription): redesign upgrade experience
- feat(workflows): add card processing pipeline
- feat(web): add alpha banner
- chore(vercel): set bun runtime
- perf(web): integrate convex cache hooks
- fix(subscription): use cached convex query hook
- refactor(admin): simplify admin dashboard UI code
- fix(admin): show 404 for unauthorized access
- refactor(web): remove convex preloads
- fix(web): justify modal header content
- refactor(web): streamline more info modal layout
- fix(billing): export listAllProducts from polar api
- refactor(billing): rename polar integration to billing module
- chore(deps): upgrade next 16 packages
- feat: update link metadata and dependencies
- Merge pull request #2 from praveenjuge/remove-login-from-footer-and-add-twitter-link
- fix(docs): update footer social links
- fix: update lint-staged and typescript versions in package.json
- fix: remove workspaces section from package.json
- fix: add missing workspaces section to package.json
- fix: re-add linkedom dependency to package.json
- fix: remove linkedom dependency from package.json
- fix: update linkedom version in package.json and reorder dependencies
- chore: update dependencies for @ai-sdk/openai, @types/bun, @types/node, and linkedom
- Refactor link metadata handling and introduce linkMetadataDb module
- feat: add reasons for missing cards in admin overview and update MissingCardSummary type
- feat: add retry mechanism for card enrichment and reset AI metadata status
- fix: adjust width of processing summary cell in AdminPage table
- feat: enhance AdminPage with enriched card metrics and navigation link
- refactor: restructure aiPipeline type definitions and improve data normalization in AdminPage
- feat: implement admin dashboard with metrics and AI enrichment controls
- refactor: remove AI processing status checks and related loading indicators from Card and CardModal components
- fix: update tsconfig path for Convex functions and ensure correct configuration
- feat: integrate share intent functionality and update project structure
- feat: implement feedback status management and integrate with AddScreen and FeedbackStatusScreen
- feat: add FeedbackStatusScreen and integrate feedback routing in AddScreen
- fix: update .gitignore to include shared node_modules and correct AGENTS.md documentation
- feat: initialize backend structure with Convex integration
- Refactor shared module structure and update imports
- feat: implement HomePage with preloaded cards and refactor HomeClient component
- Refactor card operations and file upload hooks
- fix(mobile): dedupe react resolution
- fix(docs): enhance repository guidelines for clarity and structure
- fix(docs): align landing content width
- fix(web): streamline card modal editing
- test(web): cover text card crud
- test(web): stabilize auth e2e flows
- test(web): add Playwright e2e suite
- fix(backend): accept legacy microlink metadata
- chore: sync pending changes
- refactor: drop microlink fallbacks
- feat: refactor subscription page with server-side rendering and component extraction
- fix: resolve TypeScript error in NotesEditModal and clean up unused imports
- feat: reorganize CardModal with dedicated modals and improved mobile UX
- feat: optimize analyzing state to hide after AI completion
- fix(ui): improve subscription page layout and card consistency
- feat: enrich link categorization and UI surfaces
- feat(palette): auto populate colors
- Delete Files
- refactor(cards): rely on ai pipeline for classification
- feat: enhance link metadata with cloudflare previews
- feat(backend): add card processing pipeline orchestration
- feat: centralize card limit handling
- feat: add SN Pro font to browser extension
- feat: add SN Pro font to docs app
- feat: replace system font with SN Pro font family
- fix: clarify soft deletion duration in FAQ response
- fix(docs): resolve deployment issues
- feat: update content and descriptions across various components to enhance focus on visual bookmarking and design inspiration management
- feat: replace react-plock with react-masonry-css for masonry grid layout, update styles for better responsiveness
- feat: integrate CTASection and Footer into Layout, update CTASection styling and responsiveness
- feat: refactor UI components to use new Button and Badge components, enhance styling and responsiveness
- feat: improve text formatting and consistency in HomePage component
- feat(changelog): update header styles and add follow link to X
- feat: update ChangelogPage layout and enhance BackgroundPattern styles for better responsiveness and dark mode support
- feat: enhance UI consistency by applying text-balance class to various components and updating pricing text
- feat(layout): implement layout component for documentation pages
- feat(config): update Next.js configuration to include image remote patterns
- feat: Add Pricing Page with plans and FAQs
- feat(add-screen): request audio recording permissions and set audio mode for iOS
- feat: update audio handling in AddScreen and CardItem components, improve navigation logic in RootLayout, and upgrade package dependencies
- feat(upgrade-prompt): implement upgrade prompt for card limit reached scenario
- feat(subscription): create SubscriptionPage component for managing user subscriptions and billing
- style(cards): update card background styling for improved visual consistency
- fix: update empty state rendering logic to use cards directly instead of filteredCards
- feat(thumbnails): implement thumbnail generation for image cards and update card with thumbnail ID
- chore(auth): remove commented instructions for Clerk app setup in auth configuration
- feat(cards): Implement card creation, deletion, and metadata handling
- style: update input field styling with improved border and margin for better layout
- feat: enhance CardsGrid component with improved card height estimation and distribution for masonry layout
- refactor: clean up AddScreen component by removing unused utility functions and simplifying file upload success handler
- feat: implement error boundary and enhance splash screen handling
- fix: add headerBackTitle option for sign-in and sign-up screens
- feat: add audio permissions and EAS configuration for improved functionality
- fix: update metadata keywords and titles for consistency across documentation style: improve SignOutButton background color by using defined color constants
- Update primary color and dependencies in mobile app
- Update extension icons and remove unused SVG files
- refactor: remove Shift+Click keyboard event handling for selection mode in MasonryGrid component
- feat: enhance loading states by wrapping user button and layout components in Suspense for improved performance
- fix: correct typo in warning message about important links disappearing
- feat: refactor HomePage layout for improved structure and readability; simplify feature card rendering and footer design
- feat: update metadata for improved clarity and consistency; change URLs and descriptions for better alignment with branding
- chore: update Next.js configuration and dependencies
- Update app icons and modify SVG graphics
- feat: update color scheme in BottomPattern and TopPattern components; change fill colors to red and gray for improved contrast
- feat: add Chrome Store submission and listing documentation; include required assets and metadata
- feat: integrate Loader2 component for improved loading indicators in popup; update package.json to include lucide-react
- feat: add Privacy Policy page and update documentation; enhance extension metadata and logo
- feat: remove image saving functionality from context menu and update related logic in popup
- feat: implement context menu functionality for saving pages, text, and images; enhance auto-save logic and error handling
- feat: enhance loading and sign-in experience in popup; improve auto-save status rendering and remove unused card count
- refactor: update extension configuration and dependencies
- feat: implement auto-save functionality in popup; enhance background script logging and update permissions in wxt.config.ts
- feat: enhance App component with user loading state and card count display; update main.tsx for Convex integration and remove unused style.css
- feat: implement bulk action bar for card selection and deletion in MasonryGrid
- fix: ensure port 3000 is free before starting development servers
- refactor: simplify manifest configuration in wxt.config.ts by removing unnecessary properties
- fix: update error message for missing VITE_PUBLIC_CLERK_PUBLISHABLE_KEY in main.tsx refactor: enhance wxt.config.ts to include host permissions and cookies in manifest
- feat: initialize Teak extension with basic structure and configuration
- refactor: update display name in package.json for consistency
- refactor: improve Card and CardModal component styling for better layout
- refactor: enhance Card component styling with consistent background and border
- fix: add dark mode border to CardModal dialog content
- refactor: update font styles in Card and QuotePreview components for consistency
- feat: add quote card type with content extraction and preview components
- refactor: centralize card type management with a registry and enhance icon retrieval
- refactor: simplify card creation logic by delegating type detection and processing to the backend
- feat: add favorite functionality to CardModal and update useCardModal for optimistic state management
- refactor: update AI metadata guidelines for tag specifications to enhance clarity
- refactor: replace Badge components with Button components in SearchBar and CardModal for consistency
- refactor: update background color and improve layout in CardModal and SearchBar components
- feat: add card type filter functionality and enhance CardModal with type handling
- refactor: update CSS variables for improved background color and enhance Card component styles for better readability
- feat: add palette card support with color parsing and previews
- refactor: update card metadata handling to use fileMetadata for improved consistency across components
- feat: update audio preview to use aiTranscript and enhance AI metadata handling with migrations support
- refactor: remove unused card mutation functions and unify delete/restore logic in updateCardField for improved code maintainability
- refactor: consolidate search functionality and remove unused hooks for improved code clarity
- feat: add CardSkeleton and CardsGridSkeleton components for improved loading state representation
- refactor: streamline search filters and update related handlers for improved clarity and functionality
- refactor: remove empty metadata fields from card creation and context menu save functions for cleaner data handling
- refactor: update ESLint configuration and middleware runtime settings for improved consistency
- feat: implement unified file upload hook and integrate across components for improved file handling
- refactor: simplify file handling and metadata extraction in card creation process
- fix: clean up whitespace in useGlobalDragDrop file for improved readability
- refactor: restructure layout and remove Dashboard component for improved organization and clarity
- fix: update imports to use convex-helpers for improved query handling
- fix: update styling for improved visibility and consistency across components
- fix: simplify fetch request headers in extractLinkMetadata function
- fix: update button class for consistent sizing and simplify AI summary label
- fix: wrap card content in a div for improved styling and layout consistency
- fix: enhance card styling during upload and submission states for better visibility
- feat: add experimental PPR support and update dependencies in package.json
- fix: update layout classes in CardModal for better responsiveness and clarity in preview and metadata areas
- feat: refactor SearchBar component to improve filter display and selection handling
- feat: add pre-commit hook for linting and TypeScript checks, and update package.json for lint-staged configuration
- test: verify pre-commit hooks work
- fix: improve keyboard handling in AddCardForm and adjust publisher display in LinkPreview
- fix: correct formatting and punctuation in Textarea component
- feat: enhance AI metadata generation for link cards and improve scheduling logic
- feat: add file download functionality and enhance UI in Card and CardModal components
- refactor: streamline SearchBar component and remove unused SearchTypeahead
- feat: add SubscriptionPage component and update SearchBar for user profile navigation
- Update copyright year in LICENSE file
- feat: add documentation site commands to CLAUDE.md and package.json
- fix: replace HTML entity with JSX escape sequence in getting started section
- refactor: remove redundant comment about individual layout customization for clarity
- feat: add documentation site with initial pages and components
- fix: cast fileId to any type for compatibility in createCard function
- feat: implement drag-and-drop file upload functionality with progress tracking and overlay
- refactor: remove legacy link metadata fields from metadata validator for improved clarity
- feat: update card metadata handling to preserve legacy fields for non-link cards and simplify link card metadata
- refactor: remove legacy metadata fields and simplify metadata handling across components
- feat: add legacy link metadata fields for backward compatibility in metadata validator
- feat: update card components to utilize Microlink.io metadata and improve type safety
- feat: add TypeScript types for product mapping in available plans
- feat: enhance card components to prioritize Microlink.io metadata and improve legacy support
- fix: remove dashboard command from predev script in package.json
- feat: remove mobile and extension workspaces from package.json
- feat: update package dependencies and remove web app reference from root tsconfig
- feat: update package dependencies and improve component imports for better performance
- Remove Teak Extension and associated resources
- Add macOS Teak application and extension with initial setup
- feat: enhance CardModal and previews with save functionality and improved state management
- feat: update Card and CardModal components for improved UI and functionality
- feat: enhance context menu functionality with state management and loading indicators
- feat: add context menu functionality for saving URLs, images, and text, along with notification system
- feat: implement auto-save functionality for active tabs and enhance popup UI
- feat: integrate Convex API and update package structure for backend services
- Refactor extension authentication and layout
- feat: integrate Clerk authentication and routing in extension, add Home and SignIn components
- feat: add Plasmo extension with Tailwind CSS styling
- fix: Correct typos and improve clarity in CLAUDE.md documentation
- feat: Add cardContainer style for improved layout in CardsGrid component
- feat: Improve UI components with enhanced styling and layout adjustments
- feat: Update onboarding, sign-in, and sign-up screens for improved user experience and layout adjustments
- fix: Refactor SignOutButton component for improved styling and functionality
- feat: Enhance Sign-Up and Add functionalities
- chore: update dependencies and refactor shared hooks
- feat: update CLAUDE.md with mobile app details and enhance architecture overview
- feat: add guidelines and best practices for Convex projects in CLAUDE.md
- feat: add mobile development script and remove unused .gitignore file from backend
- feat: Add mobile app structure with Home and Settings screens
- fix: remove dynamic prop from ClerkProvider in RootLayout component
- feat: update styling for card components and improve feedback messages
- feat: add apple icon and SVG icon files for improved branding
- feat: integrate Clerk for authentication loading states and enhance Logo component with improved SVG attributes
- fix: update free tier limit message to use HTML entity for apostrophe, add null check for card in CardModal, remove unused DotIcon import, and clean up LinkPreview component by removing failed and metadata checks
- refactor: remove unused @teak/shared package and update .gitignore to include node_modules
- feat: add Convex backend setup with Polar integration
- Remove unused Unauthenticated component and related import from Home page
- Enhance search functionality: add server-side search and filter query for cards, update metadata handling in link metadata, and refactor search filters to utilize new query.
- Remove convex configuration file as it is no longer needed
- Remove mention of local UI state management in CLAUDE.md for clarity on state handling
- Implement link metadata extraction: add linkMetadata module, update card creation to handle metadata status, and enhance LinkPreview component with loading skeletons.
- Refactor AudioPreview component: remove transcript collapse functionality and simplify layout for improved readability
- Refactor CardModal and TextPreview components: remove unused imports, enhance loading state handling, and improve layout for better user experience.
- Refactor CardModal and related components for improved structure and functionality
- Refactor Card and CardModal components: replace card prop with cardId for improved state management, add seededRandom function for consistent height generation, and implement getCard query for fetching card details securely.
- Refactor loading indicators: create a reusable Loading component and integrate it into Home and Dashboard for improved UI consistency
- Add Payments page and enhance SearchBar with subscription link
- Refactor SearchBar component: integrate tag handling directly, remove SearchTags component, and enhance UI with badges for keyword and filter tags
- Refactor card handling: remove title from Card and CardModal components, update AI metadata generation, and streamline card validation
- Add Payments page, enhance card creation logic, and integrate Polar API for subscription management
- Enhance CardModal and AI functionality for improved user experience
- Update package.json scripts for improved development workflow
- Add CLAUDE.md for development guidance and refactor type handling in components
- Update package version and enhance global styles with Clerk themes
- Refactor Dashboard component and introduce new UI elements for enhanced card management
- Add cmdk for command palette and enhance SearchTypeahead with icons
- Enhance CardModal functionality with favoriting state management
- Refactor metadata type in AddCardForm for improved type safety
- Enhance card management with trash functionality and UI improvements
- Add image dimension handling and integrate react-plock for masonry layout
- Update global styles and layout configuration
- Refactor authentication and UI components
- Refactor card ID handling and type validation
- Refactor card types and improve type management
- Enhance card functionality and UI improvements
- Enhance card management and UI components
- Initialize project structure with essential files and configurations
pjtat pushed a commit to pjtat/raycast-extensions that referenced this pull request Feb 13, 2026
- Add .gitignore for build artifacts
- Merge remote changes
- Merge pull request raycast#3 from pjtat/claude/fix-extension-screenshot-BEDKC
- Fix publish errors: author, categories, and ESLint config
- Update README.md
- Merge pull request raycast#2 from pjtat/claude/fix-extension-screenshot-BEDKC
- Add GIF and screenshot to README and metadata folder
- Added screenshot and gif
- Merge pull request raycast#1 from pjtat/claude/fix-extension-screenshot-BEDKC
- Add metadata folder for extension store screenshots and GIFs
- Add CHANGELOG.md for Raycast store submission
- Update extension icon with Ishihara eye design
- Add README, LICENSE, and fix lint issues for store publishing
- Switch from NTC to HTML palette for more recognizable color names
- Fix color naming, qualifier thresholds, and hex preview
- Add history, auto-copy hex, and fix dark color naming
- Fix inconsistent descriptions for low-saturation and near-black colors
- Simplify color descriptions to single qualifier + NTC name
- Implement Colorblind Helper Raycast extension
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.

2 participants