Skip to content

Add toneclone extension#21701

Merged
raycastbot merged 5 commits intoraycast:mainfrom
jfox85:ext/toneclone
Oct 7, 2025
Merged

Add toneclone extension#21701
raycastbot merged 5 commits intoraycast:mainfrom
jfox85:ext/toneclone

Conversation

@jfox85
Copy link
Contributor

@jfox85 jfox85 commented Sep 19, 2025

Description

Screencast

Checklist

- add old n8n to gitignore
- Restore static prompt placeholders
- Prepare Raycast extension for store submission
- Update Raycast metadata assets and placeholder prompts
- Polish ToneClone node for submission
- Handle training uploads inside ToneClone node
- Add ToneClone node tests and align client header
- chore: ignore backup directories in .gitignore
- chore: remove old n8n node structure files
- chore: add .gitignore for build artifacts and development files
- feat: migrate ToneClone n8n node to official 2025 CLI structure
- Fix ToneClone test import to avoid dist dependency
- feat: prepare Raycast extension for store submission
- fix: resolve Raycast knowledge card loading and persona switching issues
- Merge pull request raycast#236 from toneclone/jf-android-pt-2
- feat: complete Raycast migration from profiles to knowledge cards
- feat: add IsEnabled and DisabledAt fields to KnowledgeCardResponse
- fix: resolve JWT authentication tests and frontend build issues
- Resolve merge conflicts with main branch
- feat: Complete frontend rename from Profile to KnowledgeCard
- Rename Profile to KnowledgeCard throughout codebase
- Merge pull request raycast#234 from toneclone/jf-billing-fixes
- chore(backend): use Go 1.24-alpine in Dockerfile to match go.mod (fix prod deploy build)
- chore(stripe): guard against missing invoice customer
- Merge pull request raycast#232 from toneclone/jf-billing-fixes
- fix: Use proper plan constants for trial cancellation
- fix: Resolve TypeScript build errors after merge
- Merge branch \'main\' into jf-billing-fixes
- fix: Resolve backend test failures and DynamoDB field naming inconsistencies
- Merge pull request raycast#231 from toneclone/codex/update-prompt-templates-for-missing-data-policy
- Fix backend test failures
- feat: add missing data policy placeholders
- Update cancellation email text
- Improve payment failed email system
- Fix trial-to-Pro upgrade and Stripe time handling
- Merge pull request raycast#230 from toneclone/jf-remove-fine-tuning-test
- fix: resolve OpenAI provider test failures with mock client issues
- feat: implement comprehensive payment failed user handling
- Merge pull request raycast#229 from toneclone/codex/add-query-logging-to-toneclone
- Implement comprehensive subscription expiration handling
- Merge pull request raycast#220 from toneclone/codex/update-api-endpoints-for-renaming
- feat(logging): unify query response logs to variants envelope and add schema/version metadata; stop shallow copying requests\n\n- Exclude attachments from QueryRequest JSON; marshal request directly\n- Add LogSchemaVersion and RequestFormat on initial log write\n- Log responses as JSON envelope with variants[] and done for single/streaming/multi-variant\n- Add ResponseFormat and UpdatedAt on update\n- Update tests to assert JSON envelope in logs
- Fix cancellation banner not appearing
- chore: ignore Go build caches; remove cached test artifacts from index
- test: make DynamoDB mocks resilient to query log writes; allow QUERYLOG PutItem/UpdateItem when unmocked to avoid test flakiness\n\n- Add panic-safe handling in PutItem/UpdateItem to treat QUERYLOG writes as successful no-ops when no expectations are set\n- Remove broad default expectations to ensure test-specific Run hooks still fire\n- Verified all backend tests pass with ENVIRONMENT=test
- Resolve merge conflicts: Update terminology from \'profile\' to \'Knowledge Card\'
- Merge branch \'codex/add-query-logging-to-toneclone\' of github.com:toneclone/toneclone into codex/add-query-logging-to-toneclone
- Merge pull request raycast#228 from toneclone/codex/rename-voice-evolution-to-smartstyle
- Update marketing page - rename AI Tell filtering to StyleGuard
- Fix TypeScript build error - remove extra closing brace
- Resolve merge conflicts in writing components
- billing: scheduled downgrade detection and banners
- Downgrade scheduling: use subscription schedules; detect existing schedule; create then update phases; anchor phase1 start to current_period_start; phase1 iterations=1 then switch to lower price; end_behavior=release
- Merge pull request raycast#225 from toneclone/jf-document-handling
- fix: Critical fixes to address CI failures and Claude feedback
- Merge pull request raycast#224 from toneclone/codex/add-ui-for-prompt-presets-in-frontend
- Fix frontend test failures after usePromptPresets hook implementation
- Downgrade UX: personalize impact; caps old→new when under; usage→cap when over; conditional warning/info icon; support Priority→Standard row; neutral data handling copy; renamed button to ‘Confirm downgrade for next cycle’; wired usage from user + entitlements; annual Pro opens upgrade dialog and closes downgrade; PostHog reason tracking
- Implement shared usePromptPresets hook for performance optimization
- Fix TypeScript null safety issues in WritingStarter
- Fix remaining \'0\' display issue in WritingStarter
- Fix duplicate key warnings and infinite loading cycle
- Billing: add GSI retry in findOrCreateUserByStripeCustomer; safeguard NO_PLAN recovery in subscription.updated; ensure uppercase DynamoDB attrs; Stripe proration immediate invoicing; richer checkout logging; frontend 402 handling + upgrade/downgrade flows; add TIME_ADJUSTMENT_CHANGES.md
- chore(android): rename voiceEvolution to smartStyle
- Log query responses asynchronously
- Log user queries and responses
- fix: Address high priority code review feedback
- Merge pull request raycast#226 from toneclone/codex/rename-profiles-to-knowledge-in-frontend
- Merge pull request raycast#227 from toneclone/codex/update-profiles-to-knowledge-in-marketing-site
- Rename Voice Evolution feature to SmartStyle
- chore: rename profiles to knowledge cards in marketing copy
- fix: update knowledge card label in extension
- Merge pull request raycast#222 from toneclone/codex/rename-profiles-to-knowledge-in-android-app
- deps: Add document processing libraries for PDF and DOCX support
- feat: Implement robust document processing with proper text extraction
- fix: update keyboard repository for knowledge URIs
- Rename profiles to knowledge in Android app
- fix: update knowledge card field mappings
- Add prompt preset buttons to writing pages
- Merge pull request raycast#221 from toneclone/codex/rename-profiles-to-knowledge-in-raycast-extension
- Merge pull request raycast#223 from toneclone/codex/rename-profiles-to-knowledge-in-n8n-extension
- feat(n8n): rename profiles to knowledge cards
- Rename profiles to knowledge in Android app
- Merge pull request raycast#219 from toneclone/codex/fix-handling-of-rejected-stripe-events
- Rename profiles to knowledge in Raycast extension
- refactor: use knowledgeCardID param
- Handle stale Stripe webhook processing
- Rename profile endpoints to knowledge
- fix stripe event retry handling
- Merge pull request raycast#218 from toneclone/jf-built-in-personas
- Fix Codex review feedback: security, error handling, and test imports
- Add placeholder key to test script
- Fix TypeScript build errors and improve type safety
- Fix getPlanEntitlements warning in frontend tests
- fix: Use atomic DynamoDB ADD operation for API key usage tracking
- Fix frontend test failures and linting errors
- Add built-in persona support to CLI
- Fix Raycast profile loading errors for built-in personas
- Add built-in persona support to n8n client
- fix: handle built-in personas properly in Raycast extension
- feat: add built-in personas to Raycast generate text commands
- Merge pull request raycast#216 from toneclone/jf-prod-infra
- Fix missing SendGrid environment variables in GitHub Actions workflow
- feat: replace hardcoded built-in personas with dynamic API calls
- Merge pull request raycast#214 from toneclone/jf-banned-words
- fix: Resolve StyleGuard word update 404 errors
- security: Remove test_training_simple.go to prevent real OpenAI API calls
- docs: Add StyleGuard feature description to PRD
- fix: Update function signatures and remove legacy aliases
- feat: Complete StyleGuard rebranding from \'banned words\'
- Merge pull request raycast#213 from toneclone/jf-client-metrics
- Fix critical client tracking issues
- Merge pull request raycast#212 from toneclone/jf-add-marketing-metrics
- Update marketing package-lock.json after PostHog installation
- Add client tracking to Android app and keyboard module
- Add PostHog analytics to marketing site
- Update devx config
- Merge remote-tracking branch \'origin/main\' into jf-client-metrics
- Merge pull request raycast#211 from toneclone/jf-android-pt-2
- Update Android app to use backend built-in personas API
- feat: add client tracking to n8n node using X-Client header
- Improve API key service security and code quality
- refactor: remove unused getClientVersion function
- feat: add client tracking to CLI using X-Client header
- feat: replace all toneclone.com domain references with toneclone.ai
- Merge main into jf-android-pt-2 branch
- Add persona_routes.go
- Restore valid built-in persona tests that were accidentally removed
- feat: Add frontend client tracking with query parameters
- Add missing personas package to fix CI compilation
- feat: Add client tracking middleware for PostHog analytics
- Fix test failures in concurrent and rate limiting tests
- Fix API key authentication with scalable GSI-based lookup
- Merge pull request raycast#209 from toneclone/jf-raycast-pt2
- Refactor Raycast extension with security improvements and better architecture
- Address security concerns from code review
- Merge pull request raycast#210 from toneclone/codex/mock-openai-endpoint-in-tests
- Mock OpenAI fine-tuning tests
- Fix test issues and improve validation
- Merge branch \'main\' into jf-raycast-pt2
- Add comprehensive Raycast extension with multiple ToneClone commands
- Merge pull request raycast#208 from toneclone/jf-frontend-cleanup
- Merge remote-tracking branch \'origin/main\' into jf-frontend-cleanup
- Enhance Raycast extension with persona icons and simplified auth
- Fix live UI update after persona deletion
- Merge pull request raycast#207 from toneclone/jf-fix-onboarding
- Add SendGrid environment variables to Terraform configuration
- Fix email URLs and add missing Stripe customer validation
- Refactor email service to use Go templates and environment variables
- Resolve merge conflicts with main branch
- Fix failing tests and TypeScript build errors
- Merge pull request raycast#206 from toneclone/jf-client-cleanup
- Add DynamoDB field naming conventions to prevent data conflicts
- Fix Cloudflare Pages deployment file size issue for marketing site
- Fix persona enabled/disabled flickering by standardizing DynamoDB field names
- Fix TypeScript build error: remove unused Code import
- Add comprehensive CLI marketing page and update frontend apps listing
- Fix devx config
- Merge pull request raycast#205 from toneclone/jf-fix-devx-config
- Address PR feedback with improved error handling and validation
- Fix devx port conflicts by replacing background processes with named pipes
- Merge pull request raycast#204 from toneclone/jf-frontend-cleanup
- Change model reference in test
- Remove TypeScript build info from version control
- Enhance banned words UI with bundle types and normalization settings
- Optimize streaming banned word replacement with smart buffering
- Fix flaky test issues that caused CI failures
- Fix streaming banned word replacement with smart buffering
- Implement no-plan architecture for post-email-confirmation users
- Merge pull request raycast#203 from toneclone/jf-fix-onboarding
- Merge remote-tracking branch \'origin/main\' into jf-fix-onboarding
- Improve user signup flow with dedicated success page
- Merge pull request raycast#202 from toneclone/jf-android-pt-2
- Fix persona profiles endpoint to return 200 with empty array instead of 404
- Prepare CLI for open source release
- Implement efficient batch file upload with integrated persona association
- Update ResponseScreen header to match MainScreen branding
- Fix profile loading for built-in personas
- Add multiple profile support to CLI generate command
- Enable multi-variant feature with settings toggle
- Update API domain from toneclone.com to toneclone.ai
- Merge pull request raycast#200 from toneclone/jf-prod-infra
- Remove build artifacts
- Fix file association updates to work for all training scenarios
- Fix Cron job to update persona with fine-tuned model on completion
- Merge pull request raycast#198 from toneclone/jf-prod-infra
- Remove unused encoding/base64 import from supabase_jwt.go
- Fix combine Lambda timeout issue
- Fix App Runner IAM policy for Step Function access
- Merge pull request raycast#196 from toneclone/jf-prod-infra
- Fix GPT-5 parameter compatibility in combine Lambda
- Merge pull request raycast#194 from toneclone/jf-frontend-cleanup
- Merge pull request raycast#192 from toneclone/jf-prod-infra
- Fix Lambda deployment by reverting to always_run triggers
- Merge pull request raycast#190 from toneclone/jf-prod-infra
- Fix working directory issue in Lambda build scripts
- Merge pull request raycast#188 from toneclone/jf-prod-infra
- Fix shell compatibility: Use bash interpreter for pipefail support
- Merge pull request raycast#186 from toneclone/jf-prod-infra
- Address PR feedback: Fix timeout, build triggers, and error handling
- Fix Terraform formatting
- Fix Lambda builds and add build verification to CI
- Merge remote-tracking branch \'origin/main\' into jf-prod-infra
- Improve Lambda build process with better error handling and debugging
- Merge pull request raycast#185 from toneclone/jf-prod-infra
- Fix API response field name expectations in test
- Fix PostHog mock Enqueue method for Personal plan API access test
- Implement API key regeneration with confirmation dialog
- Fix backend tests for Personal plan API access change
- Merge pull request raycast#184 from toneclone/jf-prod-infra
- Fix Next.js client component issues for CloudFlare Pages
- Merge pull request raycast#180 from toneclone/jf-update-marketing-site
- Resolve merge conflicts with main
- Merge pull request raycast#182 from toneclone/jf-prod-infra
- Remove setup files that never should\'ve been committed :(
- Merge pull request raycast#181 from toneclone/jf-prod-infra
- Update to limit to main/prod branches
- Fix Terraform plan check in CI validation
- Fix Terraform security scan false positives
- Fix marketing site CloudFlare build issues
- Fix Terraform formatting for CI validation
- Fix remaining nested interactive elements with asChild pattern
- Fix HTML validity: remove nested interactive elements
- Fix CloudFlare Pages Node.js compatibility for marketing site
- Implement Claude\'s additional security and stability suggestions
- Merge pull request raycast#179 from toneclone/jf-prod-infra
- Merge pull request raycast#178 from toneclone/jf-android-pt-2
- Refactor marketing site to use shared components and improve content
- SECURITY FIX: Address Claude PR feedback
- Address Claude\'s PR feedback: improve code quality and add comprehensive tests
- Update test workflows to run on both main and prod branches
- Update production workflows to trigger on prod branch
- Remove CloudFlare Pages domain creation to prevent conflicts
- Fix CloudFlare Pages deployment issues
- Improve UI color contrast and accessibility across keyboard and main app
- Remove CloudFlare Pages import step from workflow
- Add comprehensive GitHub Actions IAM policy
- Fix output configuration for production deployment
- Add CloudFlare Pages import step to deployment workflow
- Add GitHub source configuration to CloudFlare Pages projects
- Merge pull request raycast#177 from toneclone/jf-android-pt-2
- Fix test compilation issues and add focused unit tests
- Address high-priority PR feedback: Add comprehensive tests and real-time validation
- Merge pull request raycast#176 from toneclone/jf-update-models
- Update training test to expect new default model gpt-4.1-mini-2025-04-14
- Fix CI test failures by preventing real OpenAI API calls during tests
- Address PR feedback: Fix race conditions and add validation
- Enhance AI prompt templates and training pipeline with advanced style profiling
- Reorganize settings page structure for better UX
- Implement hidden dev mode feature and UI improvements
- Fix AWS provider configuration for GitHub Actions
- Fix step-function.json path after merge from main
- Merge remote-tracking branch \'origin/main\' into jf-prod-infra
- Commit the step function definition
- Fix step-function.json file path in training module
- Fix test failures by updating FilterExpression field name case
- Add non-sensitive terraform.prod.tfvars for GitHub Actions
- Remove AWS profile from S3 backend config for GitHub Actions compatibility
- Configure S3 backend for shared Terraform state
- Handle App Runner service not in RUNNING state before deployment
- Fix GitHub Actions App Runner deployment wait command
- Fix Docker build context in GitHub Actions workflow
- Add debugging for AWS credentials in GitHub Actions workflow
- Merge pull request raycast#174 from toneclone/jf-android-pt-2
- Update fine-tuning model to gpt-4.1-mini-2025-04-14 and fix styleProfile support
- Fix AndroidTest compilation and runtime issues
- Add a toneclone cli readme
- Fix unit test compilation and implementation issues
- Fix plans.json: revert personal plan popular flag and enable API access
- Update marketing site with app links, favicon, and branding
- Add comprehensive test coverage for persona functionality
- Merge branch \'main\' of github.com:toneclone/toneclone
- Merge pull request raycast#175 from toneclone/jf-prod-infra
- Fix compilation errors from Claude feedback implementation
- Address critical security issues from PR review
- Fix critical security and performance issues
- Add production deployment workflows and CloudFlare Pages configuration
- Add Android build artifacts and IDE files to gitignore
- Add built-in personas with proper sorting and color support
- Update logos and optimize launcher icons with adaptive padding
- Update app logo to high-res version and fix launcher icons
- Make label text sizes consistent with selector/button text
- Complete profile reselection fix - consolidate rebuild logic
- Fix profile reselection issue with signature-based rebuild logic
- Add CloudFlare deployment script to frontend package.json
- Update production infrastructure for CloudFlare Pages deployment
- Add terraform.prod.tfvars to .gitignore to protect production secrets
- Add plans.json file to backend Docker image to fix Stripe plan validation
- Enhance .devx development environment with service logging and process management
- Add .worktrees to gitignore
- Simplify landing page: clean white background with logo, ToneClone text, and coming soon
- Add simple landing page with ToneClone logo and coming soon message
- Update package-lock.json for vaul@1.1.2 compatibility with React 19
- Fix marketing site React 19 compatibility
- Remove whitespace around Android app header logo
- Upgrade app logos with high-resolution ToneClone branding
- Implement Supabase authentication with secure configuration management
- Merge pull request raycast#172 from toneclone/jf-add-billing
- Merge pull request raycast#173 from toneclone/jf-add-logins
- Fix CI test failures - frontend TypeScript and backend mocks
- Fix CI test failures - correct supabase import inconsistency
- Implement code review improvements and comprehensive test suite
- Fix backend CI test failures
- Fix linting issues in OAuth authentication files
- Implement Claude\'s PR feedback recommendations
- Clean up debug logging from OAuth authentication flow
- Enhance OAuth authentication with GitHub login and improved UX
- Fix GitHub Actions test failures
- Extend billing integration to persona and profile management components
- Add billing-related enhancements to core components
- Add draft limit warning system with progress bar and upgrade links
- Enhance billing system with improved user management and Supabase integration
- Clean up debug logging from Google OAuth implementation
- Merge remote-tracking branch \'origin/main\' into jf-add-logins
- Add Google OAuth authentication support
- Merge pull request raycast#171 from toneclone/jf-add-billing
- Complete URL configuration and security logging fixes
- Security fix: Replace fmt.Printf with log.Printf in critical route handlers
- Fix URL configuration: remove hardcoded fallback URL from CORS
- Address security and configuration feedback from PR review
- Remove compiled binary from repository
- Update .gitignore to exclude build artifacts and logs
- Update marketing copy to remove \'no credit card required\' messaging
- Fix TestHandleQueryWithBannedWords to work with new AI service architecture
- Merge main into jf-add-billing branch
- Remove binaries
- Merge pull request raycast#170 from toneclone/jf-openai-sdk
- Fix OpenAI integration tests to skip in CI environment
- Add Stripe billing integration with frontend payment flow
- Add comprehensive training functions testing suite
- Fix model support: Add gpt-4o-mini-2024-07-18 to supported models
- Complete AI service integration and fix all test failures
- Implement backend enforcement of plan limits with atomic usage tracking
- Complete Deliverable 3.2: Refactor query routes and tests for AI service
- Complete Deliverable 3.1: Initialize service in main.go with DI
- Implement monthly usage tracking for draft limits
- Complete Deliverable 2.3: Migrate fine-tuning operations
- Update project todo list: Mark D2.2 as completed
- Complete Deliverable 2.2: Enhanced Streaming Support
- Complete Deliverable 2.1: OpenAI Provider with Responses API
- Implement Customer Billing Portal Integration (Deliverable 6)
- Implement comprehensive Stripe webhook processing with idempotent event handling
- Update project todo list: Mark D1.2 as completed
- Implement Deliverable 1.2: Service factory and provider registry
- Update project todo list: Mark D1.1 as completed
- Implement Deliverable 1.1: Provider-agnostic AI service interface
- Implement Stripe Checkout Session API with isolated mock testing
- Add Stripe integration with webhook endpoint and v82 SDK
- Add Stripe environment variables to configuration example
- Add plans configuration and update marketing pricing page
- Add plans management system for billing entitlements
- Add billing system foundations with user trials and plan management
- Fix marketing site service setup in Devx
- Merge pull request raycast#169 from toneclone/jf-marketing
- Update teh devx config
- Add ToneClone marketing site with Next.js and shadcn/ui components
- Merge pull request raycast#168 from toneclone/jf-update-sign-up-flow
- Fix TypeScript compilation errors to resolve CI build failures
- Fix backend test failures and enhance filter expression consistency
- Merge remote-tracking branch \'origin/main\' into jf-update-sign-up-flow
- Merge pull request raycast#167 from toneclone/jf-android-app-clean
- feat: Add memory pressure handling for multi-variant response caching
- security: Remove debug logging and improve IME security
- feat: Add complete Android app with multi-variant AI response functionality
- Fix final 3 frontend test failures - all tests now passing
- Fix frontend test failures and improve test reliability
- Enhance persona and writing components
- Update frontend components and UI improvements
- Fix banned words custom flag bug
- Remove duplicate AI Tells Bundle and Banned Words sections
- Fix banned words API authentication issues
- Fix banned words API authentication issues
- Add skeleton loader and improve writing canvas UX
- Update navigation and routing for Apps/Integrations page
- Add persona color customization and consistent avatar system
- Enhanced persona management UI and writing flow improvements
- Comprehensive UI improvements and new account management
- Update sign-up flow: streamline onboarding and improve UX
- Merge pull request raycast#153 from toneclone/jf-add-deny-list
- fix: Make test order-independent after LRU cache changes
- Merge branch \'main\' into jf-add-deny-list
- security: Address critical security and performance issues
- test: Add comprehensive test coverage and fix CI failures
- feat: Add AI Tells Bundle feature with loading indicators
- feat: Improve banned words UX with latency warnings and better defaults
- feat: Implement conditional buffering for optimal streaming performance
- Update devx config for removing Auth0
- Merge pull request raycast#165 from toneclone/jf-supabase-migration
- Fix CI test failures: Add missing Supabase environment variables
- Address Claude PR feedback: Security enhancements and ESLint improvements
- Resolve merge conflicts with main branch
- Complete Supabase JWT migration with comprehensive test coverage
- feat: Add JWT authentication tests and deprecate Auth0 session tests
- fix: Update persona validation test to use required name field
- test: Add comprehensive JWT authentication test coverage
- fix: Allow JWT authentication for API key management
- fix: Make parentModel optional with default value for persona creation
- fix: Enhance banned word spacing and punctuation preservation
- feat: Complete banned words deny list implementation with streaming integration
- fix: Support Auth0 user IDs in writing routes
- fix: Add banned routes registration and fix test compilation
- Add Supabase integration setup
- Merge branch \'main\' into jf-add-deny-list
- Merge pull request raycast#164 from toneclone/jf-writing-ui
- Fix CI test failures by mocking scrollIntoView globally
- Suppress harmless test environment errors to fix CI
- Fix CI test failures in WritingStarter component
- Clean up failing tests to achieve reliable CI pipeline
- Fix frontend CI test failures - localStorage parameter fixes
- Clean up lint warnings in test files
- Add comprehensive test coverage for document versioning and React components
- Fix TypeScript compilation errors in writing-canvas.tsx
- Merge branch \'main\' into jf-writing-ui
- Fix ESLint warnings and improve code quality
- Address Claude PR feedback - security and reliability improvements
- Fix test failures and lint errors
- Merge pull request raycast#163 from toneclone/jf-raycast-plugin
- Add comprehensive test suite and fix remaining ESLint warnings
- test: Add comprehensive unit test suite for Raycast plugin
- Add document versioning system and user preferences
- fix: Address critical PR feedback issues
- Complete writing UI integration with API and full functionality
- fix: Address code review feedback for Raycast plugin
- feat: Add complete Raycast plugin for ToneClone
- Merge pull request raycast#162 from toneclone/jf-n8n-module
- Refactor writing interface with starter flow and enhanced canvas
- Add comprehensive testing framework for ToneClone n8n module
- Add training content submission to ToneClone n8n module
- Add writing canvas feature with navigation and UI improvements
- feat: Add n8n ToneClone integration node
- Merge pull request raycast#158 from toneclone/jf-api-part-2
- Address Claude\'s PR review feedback: improve test robustness and constants
- Complete Group 6: Input Validation & Edge Cases with Critical Security Fix
- Complete Group 5: Rate Limiting & Authentication Security - Token Rotation Race Conditions
- Complete Group 5: Rate Limiting & Authentication Security Testing (3/4 sections)
- Complete Group 4: Training Workflow Robustness Testing
- Merge pull request raycast#161 from toneclone/codex/update-handlequery-to-support-multiple-profile-ids
- Hide invalid profile IDs
- Fix failing concurrent operations tests in Group 3 AI testing
- Allow multiple profile IDs for queries
- Complete Group 3: AI Service Integration & Resilience Testing
- New unit tests
- Complete Group 2 persona profile association tests and mark Group 2 complete
- pkg/types: add JSON round-trip and method tests for core types (Persona, associations, TrainingJob, FileMetadata, APIKey, User, Session) to establish baseline coverage and validate helper methods.
- Complete Group 2: Persona Management Comprehensive Testing
- pkg/training: add comprehensive tests for training job creation and persona-based job initiation; cover success and error paths using existing mocks; increase coverage to ~66% for package.
- Complete Group 1 API testing: File Upload & Storage Testing
- Complete Phase 4.1: Advanced Security Testing
- Complete Phase 3: Workflow Integration Tests
- feat: comprehensive writing routes test coverage with 10x improvement
- Merge pull request raycast#156 from toneclone/jf-api-part-2
- Address Claude\'s PR feedback - implement minor improvements
- Fix all remaining ESLint errors (9 → 0 errors)
- Fix GitHub Actions permissions and reduce ESLint errors
- Fix frontend ESLint errors and PostHog integration issues
- Merge pull request raycast#157 from toneclone/add-claude-github-actions-1755540604470
- "Claude Code Review workflow"
- "Claude PR Assistant workflow"
- Complete Phase 2.9: Writing Sessions Tests with authentication fixes
- Complete Phase 2.8: Training Management Tests
- Complete Phase 2.7: AI Query & Generation Tests with Security Fixes
- Complete Phase 2.6: Persona Management Tests with Critical Security Fix
- Complete Phase 2.5: File Management Tests
- Implement Phase 2.4: Comprehensive Profile Management Tests
- Complete Phase 2.3: API Key Management Integration Tests
- Add comprehensive ToneClone Backend API documentation
- Implement comprehensive authentication and middleware testing (Phase 2.1)
- Add optional non-streaming mode to query endpoint
- Add tmp directories to gitignore
- Remove tmp build artifacts from git tracking and add to gitignore
- Add comprehensive test infrastructure for API endpoint testing
- Merge pull request raycast#154 from toneclone/jf-update-devx-config
- Merge branch \'main\' of github.com:toneclone/toneclone into jf-update-devx-config
- Update devx config
- feat: Implement Phase 3 of Not-Allowed Filter System - Automatic Output Rewriting Pipeline
- feat: Implement Phase 2 of Not-Allowed Filter System - LLM prompt integration
- Merge pull request raycast#152 from toneclone/cursor/add-unit-tests-for-middleware-package-1905
- Add middleware package tests with comprehensive auth middleware coverage
- Merge pull request raycast#149 from toneclone/jf-toneclone-cli
- More small fixes for frontend tests
- Fix dependencies
- Move linting to just info for now
- Add frontend tests, add them to the github action
- Merge pull request raycast#150 from toneclone/cursor/fix-backend-tests-workflow-and-coverage-path-fe37
- Fix Codecov coverage file path in backend tests workflow
- Add backend test Github actions
- Merge pull request raycast#147 from toneclone/jf-toneclone-cli
- Merge pull request raycast#148 from toneclone/cursor/fix-global-directory-change-in-tests-5942
- Refactor template path resolution using runtime.Caller for dynamic paths
- Complete backend testing infrastructure with 100% test success rate
- Merge pull request raycast#145 from toneclone/jf-toneclone-cli
- Hide future binaries in gitignore
- Remove the binary from the repo
- Merge pull request raycast#146 from toneclone/cursor/fix-rate-limit-token-consumption-bug-fad0
- Fix rate limit remaining requests calculation method
- Add API key management routes and frontend components
- Add backend authentication fixes and feature planning documentation
- Complete ToneClone CLI implementation with all 8 deliverables
- Merge pull request raycast#144 from toneclone/jf-setup-tooling
- Add some basic claude tooling
- Merge branch \'main\' of github.com:toneclone/toneclone
- Fix some devx config
- Merge pull request raycast#143 from toneclone/one-more-time
- Fixes for localhost cookie management
- Merge pull request raycast#142 from toneclone/jf-add-new-devx
- Some fixes and clean up
- Merge pull request raycast#141 from toneclone/jf-add-new-devx
- Update devx config
- Add auth0 callback handler script
- Add some more devx config
- Some clean up in process of adding devx
- Some fixes for handling the toneclone-api.jonefox.com domain
- Add knowledge management to the popup menu instead. Closes raycast#101
- Handle logged out status when running inline edit prompts. Closes raycast#132
- Add login menu on Tone Clone buttons when the user is no longer logged in
- Add simple script to help with version management of the extension
- Fix smart fill integration for inline editing
- Update the browser extension icon in the popup and right click menus
- Minor fixes to make the build happy
- Add initial support for Outlook
- Add a simple privacy policy since we need one for the Chrome Web Store submission
- Update the text area button to use new logo
- Add support for multiple API domain aliases
- Clean up and simplify a few small things in the onboarding flow
- Fix stylesheet reference
- Fix sidebar in Brave browser
- Merge branch \'main\' of github.com:toneclone/toneclone
- Update createWritingSession call to use service worker
- Fix white space issues in selection verification
- Update color theme, icons
- Fix hiding the toolbar if the selection goes away without a click
- Add basic Twitter/X support and get Gmail toolbar working
- Add WIP twitter integration
- Add the URL and potentially some additional context to the prompt. Closes raycast#123
- Change the icon to reset the sidebar session and add a confirmation dialog box. Closes raycast#120 and closes raycast#119
- Filter out and replace   characters. Fixes raycast#114
- Fix bug with the sidebar, add some build debug logs, and don\'t include content_script.js on gmail pages since it gets bundled with gmail.js
- Fix the merge and related bugs
- Merge pull request raycast#130 from toneclone/jf-wip-inline-editing
- Merge branch \'jf-wip-inline-editing\' of github.com:toneclone/toneclone into jf-wip-inline-editing
- Small bug fix for opening the sidebar
- Merge pull request raycast#129 from toneclone/jf-wip-inline-editing
- Merge branch \'main\' into jf-wip-inline-editing
- Fix bug with multiple compose windows.
- Move gmail features to their own script. Closes raycast#127
- Add the handler to the power button to add a modal to disable Tone Clone. Also adds a list of disabled sites in the popup menu where you can remove sites from the disabled list. Closes raycast#125
- Replace old Tone Clone button menu with the new one
- Add caching and request de-duping to presets service
- Fix minor typos in prompt template
- Pending history icon insertion and minor fixes on prompt history handling
- finish prompt history implementation
- Fix bug with sumamry modal on loading screen and add caching to email summaries
- Initial summarize thread implementation and add emails as writing samples
- Wire up the menu features
- Wire up suggested preset replies
- Add hot key execution to Gmail
- Fix placement issues with the prompt window
- Make the prompts actually work
- Make smart replies actually work and add opening animation for prompt window
- Use loaded presets instead of hard coded onees
- Swap icon and text order on the buttons
- WIP prompt menu
- More work on the menu
- WIP Gmail Integration - hover on button
- Add some example places to get samples in training-intro page. Closes raycast#110
- Add a glowing circle around the Tone Clone icon in the textarea to make it more obvious clicking it is the next step. Closes raycast#113
- Update the selected persona when it changes in another component
- Migration to services and background-services-client
- WIP form fills and prompt suggestions
- Fix merge conflicts
- Add a bunch of small changes from product feedback session on onboarding
- Update color theme
- Don\'t delete the extension folder when deploying the frontend
- Add initial version of hotkey trigger from textareas on the page directly.
- Fix PostHog CSP errors for tracking events in the extension. Closes raycast#99
- Fix -\'s in extractor autocomplete matching
- Switch to using AWS App Runner instead of API Gateway and Lambda for the API. This should be a bit faster and give us more control, but also fixes streaming responses in preview environment.
- Add a reset session button to the sidebar to reset everything. Closes raycast#63
- Don\'t update the prompt placeholder every document change, just update it if there is or isn\'t document text
- Add support for a summarized email thread in Gmail as an extractor/smart fill
- Allow pressing enter to save the name when creating a new persona and make sure we update the sample count and goal when selecting new personas in the popup menu
- Add auto training at sample levels 1, 3, 10, 20, and 50
- Change persona output to be levels instead
- Add \'calm it down\' and \'make it spicier\' buttons
- Add support for Slack and append a space after autocompleted extractors
- Rename extractors \'smart fill\' and add multiple placeholders for prompt text including ones that use @\'s, different ones for starter vs someone who\'s used it a bit, and different ones for doc revisions vs new doc draft prompts
- Add support for Google Voice text messages
- Fix @ extractor handling
- Add basic document history feature
- Add a basic prompt history feature
- Add multiple levels of goals for writing samples.
- Add error message for Safari since we don\'t support it.
- Be a bit smarter about adding our icons to pages to make things more performant. Closes raycast#78
- Some minor clean up to the build and put some bounds on when we insert the Tone Clone icon into pages. Closes raycast#77
- Special case training data being added from the training-intro page and just show them a helpful message instead of actually adding it. Closes raycast#98
- Don\'t show the personas in the sidebar if they only have 1. Closes raycast#96 and closes raycast#97
- Change the order of the onboarding flow to make the writing section 2nd instead of last. Closes raycast#95
- Finish new onboarding flow. Closes raycast#81, closes raycast#86, closes raycast#83
- WIP new onboarding flow
- Don\'t add the sidebar to a page until we try to open it. Closes raycast#76
- Add ability to upload and paste writing samples in the popup-menu in the extension. Closes raycast#87 and closes raycast#88
- Simplify the right click context menu text and make them more distinct so they\'re easy to scan. Closes raycast#80
- Add screenshots to extension installation page. Detect if they don\'t have personas yet and direct them to persona picker in extension popup (if on toneclone or not). Closes raycast#72 and closes raycast#82
- Add a way to detect when the extension is installed on the install extension page. Both if it\'s already installed and if it is actively installed at the time. Closes raycast#75
- Add a pick-persona page (accessible if you don\'t have any personas yet). Closes raycast#73 and closes raycast#74
- Update sidebar auth styles
- Add support for markdown files
- Draggable sidebar
- Hook up context manager interactions
- Merge branch \'main\' of github.com:toneclone/toneclone
- Add support for extracting diff summaries and commit messages on compare pages in GitHub, and add a preset for generating Pull Requests
- Merge remote-tracking branch \'origin/main\'
- Add context manager to sidebar
- Only show the add from library option in the persona editor if there are new files that aren\'t already added to the persona
- Fix CSRF token cookie issue with preview domains
- Refactor the create initial persona code, make sure it\'s on both the welcome page and the intro to training page, and default Voice Evolution to be on for new personas by default
- Bold the persona name in extension popup to make it more clear, change the copy button in sidebar to be copy and close so it\'s not a surprise to users, and try to make writing contexts more intuitive in the persona editor
- For now just log CSRF failures, don\'t actually block.
- Strip console.log from production builds
- Add CSRF tokens to prevent attacks. Closes raycast#21
- Move writer/persona and context inline raycast#32
- Merge remote-tracking branch \'origin/main\'
- Move writer/persona and context inline raycast#32
- Remove background on icons and make the textarea icon larger
- minor clean up for frontend build
- Add nicer save dialog and delete option for query presets. Closes raycast#56. Closes 5
- Allow sidebar prompt textfield to autoexpand. Closes raycast#80
- Fix formatting when copying existing text from content editable elements to the textarea in the sidebar.
- Add URL filter list for query presets and add a few more static ones for emails.
- Add right click menu option to send selected text to the document in Tone Clone
- Add right click context menu to add selected text to the prompt.
- Add right click menu on selected to text to add the text to a persona as a writing sample
- Fix line breaks when sending text to contenteditable elements
- Add training intro page, getting started menu item, and update links in welcome page. Closes raycast#62
- Add support for content editable elements and fix URL filtering for extractors. Closes raycast#64.
- Minor clean up and word smithing for clarity from walkthrough with Katie
- Add basic version of extractors
- Add query preset API endpoints to API Gateway
- Move prompts to Golang templates and split out different ones for updating a doc vs creating one from scratch. Closes raycast#57
- Simplify extension detection
- Add a new metrics.toneclone.ai to proxy PostHog requests and add PostHog to browser extension. Closes raycast#47
- Add a little banner to suggest installing the extension if they don\'t have it yet. Closes raycast#44
- Add a welcome page for new users who just signed up. Closes raycast#45
- Add script to deploy extension
- Add option for no context/profile
- Make the sidebar icons actually work
- Add ability to save prompt presets, make them dynamic, and make them actually work. Closes raycast#53
- Add voice evolution support in the extension. Closes raycast#23
- Fix small build error
- Fix training bug with trainingStatus. Closes raycast#27
- Add a new persona type for untrained personas
- Minor fixes for persona editor page
- Add a welcome blurb to the popup. Closes raycast#12
- Add missing background script
- Make persona sticky to the domain/site. Closes raycast#42
- Add Posthog to website. Closes raycast#46
- Fix the sidebar close button and other small UI tweaks
- Broadcast auth changes to all existing injected sidebars. Closes raycast#20
- Add a message when opening the ToneClone extension on a ToneClone.ai site. Closes raycast#43
- Hook up add persona button in popup
- Fix AI generated writing session titles and auto-select of persona on new session
- More buttons in sidebar, lots more buttons
- Profile -> Context for sidebar dropdown
- Writer and profile side-by-side in sidebar
- Add training in progress message to popup.
- Add new persona from popup
- Upload success/fail styles, submit icon change
- Upload success/fail styles, submit icon change
- Allow writing with untrained personas. Closes raycast#13 and Closes raycast#41. Also fixes a few small bugs in ai-writing.tsx (infinite polling and failing to fetch profiles if no persona is selected).
- Wire up the undo button. Closes raycast#14
- Merge
- Add extractors examples
- Sidebar layout and buttons
- Handle 0 and 1 personas use cases. Closes raycast#10
- Don\'t show double spinners when submitting samples from the extension. Just show a spinner on the one you click and show the other as disabled. Closes raycast#8
- Don\'t show the settings icon in the popup menu if the user is logged out. Closes raycast#11
- Disable add selected text button if no text is selected. Fixes raycast#16
- Fix the toggleSidebar handler
- Clean up the workflow a little with the sidebar, page, and menu interactions when finishing writing
- Sync content between target textarea and the sidebar
- Merge branch \'main\' of github.com:toneclone/toneclone
- Add icon to text areas
- Buttons -> ActionIcons
- Add skeleton loader
- Remove sidebar debug auto-toggling
- Add copy button to sidebar + loaderProps for buttons
- Add background / async training. Closes raycast#25
- Fix minor bug with showing Add from Library button as disabled
- Add metric events to the training lambas. Closes raycast#22
- Fix broken tests
- De-dupe and reorganize structs and constants between packages
- Reorganize golange code into one main folder
- Add posthog to backend API calls
- Adds voice evolution to the website writing interface and closes raycast#24. Also adds source tracking to writing samples to know how the sample got added (website file upload, extension add page, voice evolution on website, etc).
- Update sidebar layout and styles
- Make the persona sticky in the sidebar and keep it in sync with the one in the popup
- Block opening the sidebar on *.toneclone.ai
- Fix bug and race condition in login/logout flow
- Fix the status of the sidebar in the popup menu
- Merge branch \'main\' of github.com:toneclone/toneclone
- Truncate long filenames in writing samples
- Fix add page and add selected text uploads to actually associate them with the current persona
- Fix broken links in popup menu
- Make persona sticky in the popup, will need to update writing sidebar later
- Add sidebar spacing
- Inject styles into sidebar, split into separate components
- Merge branch \'main\' of github.com:toneclone/toneclone
- Initialize  API client in sidebar
- Update lock file
- Update lock file
- Add home link, updated settings
- Merge remote-tracking branch \'origin/main\'
- Pop up refinements, fixed logged out layout
- Add new routes to terraform
- Minor fix for old ai-training page
- Fix merge conflicts
- Update the persona editor to handle writing samples, writing contexts, and voice evolution settings. Other minor clean up and fixing support for file associations and training markers on them
- Add new popup design
- Clean up the writing page a bit
- Add more sub clients to make API interaction easier
- Clean up the profile-editor and give it a routing path
- Update terraform for new session endpoints
- Fix the header active class on sub pages
- Fix the HTTPClient in main.go
- Mega merge...
- Fix persona detail page rendering
- Fix all the tests
- Finish extension login/logout handling
- Add the existing logged in path for the extension
- Initial commit of new auth / session management
- Merge pull request raycast#1 from toneclone/mknepprath/v0
- Prevent sidebar refresh on submit
- Add TextArea to embed
- Merge conflicts
- Merge branch \'refs/heads/main\' into mknepprath/v0
- Linted, routing changes, etc
- Don\'t cache index.html in Cloudfront because it\'s not versioned
- Fix link to the writing page with a specific persona
- Add a cmd/control+enter handler for easier submission
- Add response streaming
- Fix build errors
- Add prompt only training and support for both prompt and model training on same persona
- Merge branch \'refs/heads/main\' into mknepprath/v0
- Add an undo button to undo the most recent change from AI
- Remove the chat features
- Ignore .bak files in git
- Removed sliders, added close button to sidebar, fixed type issues
- Merge branch \'main\' into mknepprath/v0
- Add method and endpoints to associate profiles with personas
- Merge branch \'main\' into mknepprath/v0
- Update profiles to be a freeform textbox instead of a map of key/value pairs
- Add associations between files and personas and new endpoints to manage them, also add a new training endpoint to train on all untrained files
- Popup work
- Add a function to create a screenshot of the browser tab
- Merge branch \'main\' into mknepprath/v0
- Fix auth config for extension to eliminate race condition and alternate Auth0 config
- Init commit
- Add polling when creating a new writing session to make sure we get the initial message and response loaded correctly
- More prompt enhancements
- Move the common axios library stuff into a new api-client lib file instead
- Update the prompt building based on new framework
- Add option for adding full pages to the training data
- Make the filename for selected text uploads a bit more meaningful
- Add method to grab selected text and add it as training data to a persona
- Attempt to handle refresh tokens and kick to a login page when session expires
- Add text upload route and fix unit tests
- Add localhost:5173 to the accepted CORS origins for now for easier local testing of the frontend
- Small fixes to make build happy, add error modal when can\'t load from backend, add persona and profile descriptionand fix bug with delete files
- Fixes for the extension
- Get extension working with auth and clean up a bug in AI writing page
- More clean up of Supertokens -> Auth0 and fix a few small bugs with file uploads
- A few more additions to .gitignore
- Add example env.local
- Frontend changes to migrate from Supertokens to Auth0
- Add backend changes for Auth0 migration
- Terraform updates to migrate to Auth0 and clean up
- Fix the website build
- Initial commit
@raycastbot raycastbot added the new extension Label for PRs with new extensions label Sep 19, 2025
@raycastbot
Copy link
Collaborator

Congratulations on your new Raycast extension! 🚀

You can expect an initial review within five business days.

Once the PR is approved and merged, the extension will be available on our Store.

@jfox85
Copy link
Contributor Author

jfox85 commented Sep 19, 2025

ToneClone is an AI writing tool designed to help you write with your unique voice and style, rather than generic AI-sounding text. It learns your individual writing patterns from your own samples and assists you in creating content that feels authentically yours. Whatever you write, ToneClone uses trained personas to generate output that mirrors how you naturally write.

The Raycast extension brings ToneClone's capabilities to the Raycast launcher. This lets you generate personalized, high-quality content quickly without switching apps or breaking your flow. You can select from your trained personas, apply knowledge cards for specialized context, and use preset prompts-all from Raycast. The extension supports seamless text generation with efficient features like clipboard integration and pulling context from the browser extension, making it a practical tool for anyone who writes regularly and wants AI assistance that truly sounds like them.

In short: ToneClone trains AI on your writing style to help you write faster and better with your own voice. The Raycast extension puts that power at your fingertips through a streamlined interface right in your launcher.

More details on ToneClone are available at our website if interested. Also, just a note that I saw the linter warning suggesting we should use Toneclone instead of ToneClone, but we'd like to keep this casing if possible to match our website and other integrations.

Thanks in advance for your review!

@jfox85 jfox85 marked this pull request as ready for review September 19, 2025 23:23
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

Greptile Summary

This PR adds a new ToneClone extension to the Raycast store, providing AI-powered writing capabilities that match users' personal writing styles. The extension integrates with the ToneClone API to offer persona-based writing, knowledge cards, and browser context integration.

Key features implemented:

  • Seven commands for writing, training, and managing ToneClone personas
  • Secure API key handling with password field type
  • Persona and knowledge card management
  • Browser tab context integration for contextual writing
  • Persistent preferences for user selections

Issues identified:

  • Manual Preferences interfaces defined in multiple files instead of using Raycast's auto-generated types
  • Missing platform restriction despite using macOS-specific getFrontmostApplication API
  • Otherwise follows Raycast extension standards well with proper ESLint and Prettier configuration

Confidence score: 3/5

  • This PR has several structural issues that need fixing before merge
  • Score reflects the need to fix manual Preferences interfaces and add platform restrictions. The core functionality appears solid but these are important architectural issues.
  • extensions/toneclone/src/api.ts, extensions/toneclone/src/components/AuthenticationGate.tsx, and extensions/toneclone/package.json require fixes

Important Files Changed

File Analysis
Filename Score Overview Issues
extensions/toneclone/src/api.ts 3/5 Defines manual Preferences interface when it should be auto-generated Manual Preferences interface conflicts with Raycast's auto-generation
extensions/toneclone/src/components/AuthenticationGate.tsx 3/5 Defines another manual Preferences interface Manual Preferences interface conflicts with Raycast's auto-generation
extensions/toneclone/package.json 3/5 Uses macOS-specific APIs without platform restriction getFrontmostApplication API is macOS-specific but no platform field specified
extensions/toneclone/.prettierrc 5/5 Prettier configuration follows Raycast standards None identified
extensions/toneclone/eslint.config.js 5/5 ESLint configuration follows Raycast standards None identified
extensions/toneclone/src/types.ts 5/5 Well-structured type definitions for ToneClone API None identified

23 files reviewed, 3 comments

Edit Code Review Bot Settings | Greptile

Comment on lines +16 to +19
interface Preferences {
apiKey?: string;
apiUrl: string;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

syntax: Manual Preferences interface shouldn't be defined - it's auto-generated in raycast-env.d.ts

Suggested change
interface Preferences {
apiKey?: string;
apiUrl: string;
}
// Remove this interface - it's auto-generated in raycast-env.d.ts

Context Used: Context - You shouldn't create the Preferences interface since it's autogenerated in raycast-env.d.ts when you run the extension. (link)

Comment on lines +17 to +20
interface Preferences {
apiKey?: string;
apiUrl: string;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

syntax: Manual Preferences interface shouldn't be defined - it's auto-generated in raycast-env.d.ts

Suggested change
interface Preferences {
apiKey?: string;
apiUrl: string;
}
// Remove this interface - it's auto-generated in raycast-env.d.ts

Context Used: Context - You shouldn't create the Preferences interface since it's autogenerated in raycast-env.d.ts when you run the extension. (link)

"description": "Remember your last used persona and knowledge card selections",
"default": true
}
],
Copy link
Contributor

Choose a reason for hiding this comment

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

syntax: Extension uses getFrontmostApplication (macOS-specific) but lacks platform restriction

Suggested change
],
],
"platforms": ["darwin"],
"dependencies": {

Context Used: Rule - If an extension uses platform-specific APIs (like AppleScript or paths that only exists on on platform) without alternatives, the package.json of the extension should specify a platforms field to restrict the extension to the specified platforms (https://developers.raycast.com/information/manifest). (link)

@jfox85
Copy link
Contributor Author

jfox85 commented Oct 1, 2025

Just wanted to check if there is any update or next steps on this one.

@pernielsentikaer
Copy link
Collaborator

@greptileai can you do a fresh review here?

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

I'll provide a comprehensive review of this ToneClone extension submission for the Raycast Store.

🎯 Overall Assessment

This is a well-structured extension for ToneClone's AI writing service. The implementation follows Raycast best practices and provides a comprehensive set of features for AI-powered writing with personalized style.

✅ Strengths

Code Quality & Architecture

  • Excellent error handling with ErrorBoundary components and graceful fallbacks
  • Well-structured API client with proper authentication and request handling
  • Good separation of concerns with dedicated utilities for data loading, preferences, etc.
  • Comprehensive type definitions with proper TypeScript usage
  • Security-conscious with API key redaction in logs

User Experience

  • Intuitive command structure with clear naming and descriptions
  • Smart preference persistence including per-app and per-domain persona memory
  • Comprehensive browser integration for contextual writing
  • Good loading states and user feedback throughout

Feature Completeness

  • Full CRUD operations for presets and knowledge cards
  • Multiple input methods (text, file upload, browser content)
  • Regeneration capabilities with various modification options
  • Proper authentication flow with clear error messages

🔍 Issues to Address

1. Package.json Compliance Issues

Critical: Author field doesn't match Raycast guidelines:

"author": "jfox"

Should use your Raycast account username as specified in the store guidelines.

Package Lock: ✅ Included properly

2. Extension Metadata

Icon: ✅ Custom 512x512 PNG icon provided
Categories: ✅ Appropriate categories (Productivity, Communication)
Screenshots: ✅ 5 screenshots provided in metadata folder

3. README Quality

The README is comprehensive and well-structured, covering:

  • ✅ Clear getting started instructions
  • ✅ Detailed command descriptions
  • ✅ Troubleshooting section
  • ✅ Feature explanations

4. Code Issues

API Configuration

// In api.ts - Good URL validation
const rawUrl = preferences.apiUrl?.trim() || "https://api.toneclone.ai";
try {
  const url = new URL(rawUrl);
  if (!["http:", "https:"].includes(url.protocol)) {
    throw new Error("API URL must use HTTP or HTTPS protocol");
  }
  this.baseUrl = rawUrl;
}

Authentication Gate

// In AuthenticationGate.tsx - Good fallback UI
return (
  <List>
    <List.EmptyView
      title="Unable to connect to ToneClone"
      description="Check your API key"
      icon={{ source: Icon.Warning, tintColor: Color.Red }}
      actions={
        <ActionPanel>
          <Action title="Open Preferences" onAction={openCommandPreferences} icon={Icon.Gear} />
          <Action
            title="Get Your Api Key"
            onAction={() => open("https://app.toneclone.ai/api-keys")}
            icon={Icon.Globe}
          />
        </ActionPanel>
      }
    />
  </List>
);

Minor Issues

  1. Hardcoded Extension Reference:
// Multiple files contain hardcoded extension path
"raycast://extensions/jfox/toneclone/manage-presets"

This should use a constant or be more flexible for different author names.

  1. Console Warnings: Some console.warn statements could be replaced with proper error handling:
console.warn("Could not save per-app persona preference:", error);
  1. Unused Imports: Some files have unused imports that should be cleaned up.

5. Extension Guidelines Compliance

Title Guidelines: Follows proper naming conventions
Command Structure: Good verb-noun structure
No External Analytics: No external tracking detected
Preferences API: Proper use of Raycast preferences
No Keychain Access: Doesn't request keychain access
Error States: Good empty states and error handling

🚀 Recommendations

High Priority

  1. Fix author field in package.json to match your Raycast username
  2. Replace hardcoded extension paths with constants or dynamic references

Medium Priority

  1. Add error boundaries to remaining command entry points
  2. Consolidate duplicate code in the two generation commands
  3. Add input validation for URL preferences

Low Priority

  1. Clean up unused imports and console statements
  2. Add loading skeletons for better perceived performance
  3. Consider adding keyboard shortcuts to README for discoverability

📝 Specific Code Suggestions

Fix Hardcoded Paths

// Create a constants file
export const EXTENSION_PATHS = {
  MANAGE_PRESETS: "raycast://extensions/manage-presets", // Relative path
  GENERATE_TEXT: "raycast://extensions/generate-text"
};

Improve Error Handling

// In preferences.ts
export async function saveLastPersona(command: string, personaId: string): Promise<void> {
  try {
    const prefs = await getSavedPreferences();
    const updatedPrefs = {
      ...prefs,
      [`${command}PersonaId`]: personaId,
    };
    await LocalStorage.setItem(PREFERENCES_KEY, JSON.stringify(updatedPrefs));
  } catch (error) {
    // Better error handling instead of console.warn
    throw new Error(`Failed to save persona preference: ${error instanceof Error ? error.message : 'Unknown error'}`);
  }
}

🎉 Conclusion

This is a high-quality extension that demonstrates excellent Raycast development practices. The main blocker is the author field in package.json - once that's fixed along with the hardcoded paths, this should be ready for store submission.

The extension provides comprehensive functionality, good user experience, and follows security best practices. The code is well-structured and maintainable.

Recommendation: Approve after addressing the author field and hardcoded paths

- Upgrade @raycast/utils to version 2.2.0
- Add @raycast/eslint-plugin as a dependency
- Update @raycast/eslint-config to version 2.1.1
- Bump esbuild packages to version 0.25.10
- Standardize subtitles in package.json for ToneClone commands
Copy link
Collaborator

@pernielsentikaer pernielsentikaer left a comment

Choose a reason for hiding this comment

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

Looks good to me, approved 🔥

@raycastbot raycastbot merged commit 5bcb18d into raycast:main Oct 7, 2025
2 checks passed
@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2025

Published to the Raycast Store:
https://raycast.com/jfox/toneclone

@raycastbot
Copy link
Collaborator

🎉 🎉 🎉

Such a great contribution deserves a reward, but unfortunately we couldn't find your Raycast account based on your GitHub username (@jfox85).

Please link your GitHub account to your Raycast account to receive your credits and soon be able to exchange them for some swag.

StoutTools pushed a commit to StoutTools/raycast-extensions that referenced this pull request Oct 7, 2025
- Merge contributions from ext/shodan branch
- Add Shodan extension
- Docs: update for the new API release
- Refactor platform label handling in PR bot (#22016)
- Implement platform detection for extensions (#22014)
- Update CODEOWNERs (dd22780a)
- Add near-rewards extension (#21917)
- Update CODEOWNERs (5bcb18d9)
- Add toneclone extension (#21701)
- [dust] feat(login): auto-switcher for user region (#21668)
- Update CODEOWNERs (a97cef3c)
- Add alloy extension (#21849)
- Update CODEOWNERs (0fa6b009)
- [Bitwarden Vault] Add a command to create a login (#21360)
- Update CODEOWNERs (10274f0e)
- Add numpy-documentation-search extension (#22013)
- Update `ipapi.is` extension - Modernize + Windows Support + Enhancements (#21935)
- Update CODEOWNERs (bdd2960d)
- Update datetime format converter extension (#21707)
- Update CODEOWNERs (8f7b8b7b)
- Add `Infisical` extension (#21880)
- Update CODEOWNERs (f3417a17)
- Add `Chatbase` extension - View Agents/Bots, their conversations and messages (#21963)
- add issue type to templates (#22005)
- Update CODEOWNERs (ce65697d)
- Add guitar-tools extension (#21855)
- Update CODEOWNERs (27cae3f6)
- Add shopify-dev-docs-search extension (#21694)
- Update CODEOWNERs (9433c5d4)
- Update comet extension (#21945)
- [epim] Add automatic role status refresh after activation (#22008)
- [raycastbot] Add support for closing issues as duplicate (#21548)
- Update CODEOWNERs (4356e0bd)
- Update `Kaomoji Search` extension - Windows Support + Modernize (#21976)
- Update workflow configurations (#22002)
- Update CODEOWNERs (5a03e66d)
- Add braintick extension (#21545)
- [Say] Fix missing await (#22001)
- Update CODEOWNERs (ae2261c9)
- Add rtl-reader extension (#21549)
- Update CODEOWNERs (aaeda7de)
- Add airsync extension (#21903)
- [Say] Add Stop Say command & enhancements (#21998)
- Docs: Update the utils docs
- Update add-approve-label.yml (#21995)
- Updated WebBites extension (#21987)
- Enhance label addition workflow with debug info (#21990)
- Update add-approve-label.yml (#21989)
- Update reviewer type and token handling in workflow (#21988)
- Refine auto-labeling for approved PRs (#21986)
- Update add-approve-label.yml (#21984)
- Update add-approve-label.yml (#21983)
- Update add-approve-label.yml (#21982)
- Update add-approve-label.yml (#21981)
- Update add-approve-label.yml (#21980)
- Update add-approve-label.yml (#21979)
- Rework of fuzzy-file-search extension (#21675)
- Update add-approve-label.yml (#21977)
- Update add-approve-label.yml (#21975)
- Add GitHub Actions workflow to auto-label approved PRs (skip write+ users only) (#21974)
- Update CODEOWNERs (45a587fb)
-  [Web Converter] Add Windows Support (#21691)
- Update CODEOWNERs (f922e589)
- Add security-search extension (#21711)
- Improve video filename handling and update dependencies (#21958)
- [Grafana] add command Pages (#21952)
- Fix formatting in generate-code-owners.yml (#21951)
- Update CODEOWNERs (070fbee8)
- Implement fallback for core dirs and key files checkout (#21950)
- Refactor sparse checkout and improve Slack notifications (#21949)
- Enhance sparse checkout and improve commit message (#21947)
- Update qrcode generator extension (#21922)
- Enhance URL handling: allow direct opening of URLs and add utility function for URL validation (#21555)
- [Trello] Allow for multiple assignees on card (#21512)
- Update messages extension (#21939)
- Update stripe extension (#21943)
- Update generate-code-owners.yml for sparse-checkout (#21925)
- Add comma-separator extension (#21749)
- Add gomander extension (#21647)
- [Google Transalte] add hotkey to switch between language sets quickly (up and down) (#21918)
- Add supermemory extension (#21811)
- Add nepali-calendar extension (#21708)
- Add folder-organizer extension (#21575)
- Update github extension (#21742)
- [Logseq] Windows support (#21705)
- add an extra space for reward text (#21905)
- Add uranium-raycast-plugin extension (#21501)
- Update 1password extension (#21689)
- Fix: The "Search Bookmarks" command returns an error when the hard-coded default path does not exist (#21706)
- [Raindrop.io] open in 2ndary browser + modernize (#21748)
- feat: enable windows support (#21739)
- Update plexus extension (#21894)
- Add hemolog extension (#21733)
- Add `Koyeb` extension (#21891)
- Update genius-lyrics extension (#21678)
- Update battery-health extension: add adaptor power watts (#20966)
- feat: Update YouTube transcript functionality (#21868)
- [Bitbucket] Swap to API tokens (#21489)
- Update aws extension (#21688)
- Update code-runway extension (#21662)
- Add claude-code-launcher extension (#21075)
- Ext/window sizer: Updated screenshots to macOS Tahoe (#21790)
- Update bilibili extension (#21703)
- Update Ext/surge outbound switcher (#21860)
- Ext/surge outbound switcher: Updated screenshots to macOS Tahoe (#21791)
- Update `Font Awesome` extension - fix search would get stuck since token was not persisted (#21835)
- Update aave-search extension (#21798)
- Update `Spaceship` extension - View Lifecycle State of "Domain" + Change "Nameservers" of "Domain" + Add "Windows" Support (#21816)
- feat(KeePassXC): add windows support. (#21785)
- Update onbo extension (#21792)
- Update `Todo List` extension - Added `tooltip` to to-do list items so longer titles easier to read + Added `metadata` images + Modernized (#21819)
- [Comet] sort bookmarks by dateAdded + Modernize (#21734)
- [Pipedrive] fix issue + lots of changes (#21709)
- Add `Youform` extension - view your forms, their blocks and submissions (#21840)
- Update arc extension (#21821)
- [video-downloader] Fix long video name issue (#21839)
- [Playnite Launcher] Fix cold starting issue (#21827)
- Add razuna extension (#21558)
- fix(nuxt): sanitize component name and optimize ai prompt (#21804)
- Update gif search extension (#21834)
- Improve Sesh List (#21805)
- Update tembo extension (#21810)
- Update duan-raycast-extension extension (#21836)
- [Forked Extensions] Add support for checking aheads & branches (#21838)
- Update svgl extension (#21841)
- Update CODEOWNERs
- Update unicode-symbols extension (#21726)
- [JSONtoTS] Add Windows Support (#21736)
- Update CODEOWNERs
- feat(mcp-registry): update nuxt ui mcp url (#21763)
- Update `MailerSend` extension - Add Windows Support + View Domain DNS Records (#21698)
- Add `Vanguard Backup` extension - Manage **Backup Destinations** + Manage **Backup Tasks** + Manage **Remote Servers** (#21769)
- Update CODEOWNERs
- Update `bmrks` extension - change delete action shortcut + modernize (#21770)
- feat(nuxt): update to nuxt ui v4 (#21762)
- Updated Wordflow (#21753)
- Update CODEOWNERs
- Added WebBites extension (#21227)
- Update CODEOWNERs
- feat: add CometAPI extension for AI-powered text processing tools (#21562)
- Update CODEOWNERs
- Add nightscout extension (#21552)
- PPL: Fixed View Newspapers bug (#21693)
- Docs: Update the utils docs
- Docs: Add changelog for windows (#21695)
- Update CODEOWNERs
- Update parcel extension (#21415)
- Update CODEOWNERs
- Docs: update for the new API release
- Update mail extension (#21687)
- Add platforms support to package.json for windows and linux (#21666)
- Update CODEOWNERs
- Update CODEOWNERs
- Update dependencies and improve keyboard shortcuts for cross-platform compatibility (#21667)
- Update static-marks extension (#21428)
- Update gitlab extension (#21670)
- Update how long to beat extension (#21671)
- Update Google Calendar Quickadd (#21673)
- [Statamic Docs] Rename dev readme to avoid it showing on the store (#21654)
- Update hue palette extension (#21627)
- Update CODEOWNERs
- Add `Postiz` extension - Search Channels + Search Posts (week) & Create (draft, text-only) Post & Delete Post (#21553)
- Added version switcher to Statamic Docs extension (#21620)
- Update CODEOWNERs
- Add ip-finder extension (#21543)
- Migration for 1.103.0 and Windows docs (#21652)
- Update granola extension (#21629)
- Update CODEOWNERs
- Add Raycast FRC (#21390)
- Update unicode-symbols (#21641)
- [Playnite Launcher] Support for portable versions & fixes (#21622)
- Update duan-raycast-extension extension (#21626)
- [Forked Extensions] Fix incorrect content for copying (#21635)
- Zed Recent Projects - fix broken pinned cache (#21608)
- Update extensions/shodan/src/shodan-api.ts
- Add shodan extension
- Docs: update for the new API release
- Update CODEOWNERs
- Add simple-dictionary extension (#21456)
- Update CODEOWNERs
- `zen-browser`: Add Windows Support (#21600)
- Update CODEOWNERs
- Add swiss-train-times extension (#21522)
- Update CODEOWNERs
- Add onbo extension (#21551)
- Update zen-browser extension (#21414)
- Update CODEOWNERs
- Add share-a-quote extension (#21541)
- Update CODEOWNERs
- Add `Autumn` (useautumn.com) extension - List Customers & Create Customer + List Products & Create Product (#21514)
- [OCI] List NoSQL + Manage Object Storage (#21572)
- Update CODEOWNERs
- Update remember this extension (#21367)
- Update debug package to version 4.4.3 (#21574)
- [Font Awesome] Update devDependencies in fontawesome extension, removed two unused packages (#21573)
- Docs: update for the new API release
- Update letterboxd extension (#21520)
- Update react-native-directory extension (#21544)
- [Xcode] Update assets to match Xcode 26 (#21525)
- Enhance PR workflow with merge and branch deletion (#21568)
- [Forked Extensions] Fix the infinite rerender (#21566)
- Update CODEOWNERs
- Update zed-recent-projects extension (#21528)
- Add google-calendar-quickadd extension (#21191)
- Update CODEOWNERs
- Add fuzzy-file-search extension (#21270)
- Update CODEOWNERs
- Update the dependencies to fix search history and search tabs (#21487)
- Add acceptance flags for winget installation (#21539)
- Update CODEOWNERs
- [Forked Extensions] Add "isMac" and "isWindows" helpers (#21547)
- Update CODEOWNERs
- Add ai-stats extension (#21480)
- Update CODEOWNERs
- Update uuid generator extension (#21490)
- Update renaming extension (#21554)
- Update CODEOWNERs
- Make available on Windows, typescript fixes, display ipv4 details even when ipv6 is available (#21560)
- [Forked Extensions] Fix the rerender logic of Sync Fork actions (#21563)
- Make sure the migrations are cross-platforms (#21516)
- Update CODEOWNERs
- Add playnite-launcher extension (#20407)
- Update CODEOWNERs
- Add everything-search extension (#20055)
- Update CODEOWNERs
- feat: [Video Downloader] Add Windows Support (#21411)
- Update CODEOWNERs
- Add scoop extension (#21177)
- Product Hunt: scraper + logger improvements (#21188)
- Update music-assistant-controls extension (#21510)
- Update CODEOWNERs
- [GitHub Copilot] Refactor data loading (#21511)
- Add tembo extension (#21366)
- Update CODEOWNERs
- Update qq-music-controls extension (#21466)
- Update CODEOWNERs
- Update rize-io-sessions extension (#21481)
- [Forked Extensions] Support migrating from full-checkout (#21488)
- Update CODEOWNERs
- Remove problematic airplay preference from audio-device extension (#21495)
- Update `UptimeRobot` extension - Create Ping Monitors + Show monitor type + Update monitor icon & add tooltip + Modernize (#21497)
- Menu bar command, new icons and more (#21431)
- feat: update Firecrawl extension to use v2 API (#21477)
- Fix formatting of Nuxt UI description (#21479)
- Add Nuxt UI entry to MCP registry (#21478)
- Update CODEOWNERs
- [Git repos] Fix worktree remotes (#21464)
- Update scheduler extension (#21472)
- Update CODEOWNERs
- Add xpf-converter extension (#21448)
- Update CODEOWNERs
- Update CODEOWNERs
- Add zendesk-admin extension (#20763)
- Add yr-weather-forecast extension (#21354)
- Update CODEOWNERs
- Add `Apify` extension - List Actors + List Runs (#21467)
- Update CODEOWNERs
- [Forked Extensionis] Run local Git commands before requesting APIs (#21457)
- Update circleback extension (#21459)
- [zed-recent-projects] Handle new sqlite database schema 28 (#21447)
- Fixed deprecated Jira API issue. (#21452)
- Update `Keygen` extension - List API Tokens and Revoke old ones + Add Windows Support (#21395)
- Update `Productboard` extension - View `Objectives` + Modernize (#21450)
- Update CODEOWNERs
- Stripe: add support for managing customers and subscriptions (#21135)
- Update CODEOWNERs
- [Font Awesome] Add Windows Support (#21433)
- Update CODEOWNERs
- Update arxiv extension (#21033)
- Update CODEOWNERs
- [YouTube Companion] Add Windows Support and bump dependencies (#21436)
- Update CODEOWNERs
- [Forked Extensions] Add support for create extensions (#21364)
- Add whentomeet extension (#20675)
- Update CODEOWNERs
- Add Circleback extension (#21391)
- Update CODEOWNERs
- update packages and add option to exit raycast after cleaning link (#21269)
- Update CODEOWNERs
- Add tuneblade extension (#21350)
- Update wechat-devtool extension (#21399)
- Update CODEOWNERs
- feat(KeepassXC): add windows support. (#21430)
- Add Qovery extension (#21255)
- Update CODEOWNERs
- Update raindrop-io extension (#21394)
- Update comet extension (#21362)
- Update CODEOWNERs
- Update cheatsheets-remastered extension (#21376)
- Add publora extension (#21372)
- Update CODEOWNERs
- Update CODEOWNERs
- Update `Unsplash` extension - Fixed crash when "Rate Limit" exceeded + Centralized error handling + Removed `node-fetch` (#21406)
- [cURL Extension] Add Windows Support (#21427)
- [Raindrop.io] Move @sh-cho to past contributors (#21435)
- [Update] [Things] Add project update/delete tools and improve type safety (#21416)
- Update obsidian-link-opener extension (#21443)
- Update zed-recent-projects extension to use latest sqlite Zed schema (#21180)
- Fix Jira extension: JQL error (#21429)
- Docs: update for the new API release
- Update `Manotori` extension - Support Windows! + View DNS Zones + View DNS Records + Create DNS Record (#21370)
- Update github extension (#21381)
- Update docker extension (#21398)
- Update Advanced Replace for regex transforms and entry options (#21409)
- Update deepwiki extension (#21400)
- Update meta-music extension (#21417)
- Update CODEOWNERs
- Update `Opera` extension - Fix: would show as not installed due to changed path + Add better error handling when dealing with `AppleScript` - Modernize to use latest Raycast configuration + Removed `run-applescript` (#21421)
- Update instagram media downloader extension (#21422)
- Update CODEOWNERs
- Update `Proxmox` extension - show status in `tooltip` + token is now password + modernize to use latest Raycast config (#21349)
- Update CODEOWNERs
- Add red-note-post-viewer extension (#21315)
- Fix documentation for screenshot extension: capture-to-clipboard command (#21311)
- Update flibusta-search extension (#21327)
- Mention Forked Extensions in dev doc (#21158)
- Update CODEOWNERs
- Fix todoist extension: Setting due date and time (#21331)
- Update CODEOWNERs
- Add plexus extension (#21289)
- Update CODEOWNERs
- Add r2-uploader extension (#21215)
- Cursor Agents: Add a new tool to get back all repositories that are s… (#21337)
- Update CODEOWNERs
- [cursor-agents] Made `ref` optional in the agent launch form (#21334)
- Cursor: Few smaller fixes (#21333)
- Add error handling for launchCommand (#21332)
- Update CODEOWNERs
- Cursor Agents (#21328)
- Update CODEOWNERs
- Update memos extension (#21213)
- Release more extensions on Windows (#21324)
- Update CODEOWNERs
- Update google-chrome extension (#21235)
- Add lockfiles and registry rules to copilot instructions (#21254)
- docs: update documentation (#21325)
- Update CODEOWNERs
- [Gandi] New Extension (#21120)
- Update RAE Dictionary extension with latest improvements (#21307)
- Update CODEOWNERs
- Add `Visitor Queue` extension - View "Data Views" + View "Leads" + View "Contacts" (Windows supported!) (#21322)
- Update zeabur extension (#21321)
- Update CODEOWNERs
- Add music-assistant-controls extension (#21249)
- Update CODEOWNERs
- Add ChartMogul extension (#21251)
- [google-chrome-profiles] Refactor Chrome profile opening into dedicated no-view commands (#20623)
- Fix incorrect error message in GitHub Enterprise issues search (#21231)
- Update CODEOWNERs
- Add hebrew-date-zmanim extension (#21292)
- Update CODEOWNERs
- Add atomberg-raycast-extension extension (#21185)
- Improve error handling in GitHub Copilot extension (#21308)
- feat(add-expense): Add "Category" selection dropdown to "Add Expense" form (#21224)
- feat(shell-history): add option to reverse history order (#21304)
- Update CODEOWNERs
- Add vanishlink extension (#20996)
- Revert "Renaming metadata images (#21305)" (#21306)
- Update brreg extension (#21169)
- Update brave-search-with-results extension (#20916)
- [Farcaster] cleanup and migration (#21299)
- Renaming metadata images (#21305)
- Fix `pr-bot` for detecting touched extensions (#21250)
- Update CODEOWNERs
- Add Windows support and update dependencies (#21282)
- Fix GitHub Copilot instructions to provide actionable code suggestions without character escaping (#21276)
- Update CODEOWNERs
- Update `solidtime` extension - use custom (self-hosted) URL + handle errors + 2 EmptyViews (#20602)
- [Forked Extensions] Improve Sync actions (#21294)
- [Bitwarden] Sync vault on command launch (#21300)
- Update `Tally` extension - update many settings of a Form + fix: crash when no Form title + add shortcut to "Open in Tally" `Action` (#21302)
- [Forked Extensions] Fix the fork action (#21281)
- Update CODEOWNERs
- Add tallinn-transport extension (#20762)
- Update CODEOWNERs
- [Mozilla Firefox] Refactor and fixes (#20767)
- Update CODEOWNERs
- [Whimsical]: First version, only AI (#20815)
- feat(raindrop-io): prefill add form from launch context (#21261)
- Update CODEOWNERs
- Fix todoist extension: An error creating task (#21153)
- [Forked Extensions] Improve error handlers and toasts (#21222)
- Update CODEOWNERs
- Update spotify-player extension (#21234)
- Update CODEOWNERs
- Update ado-search extension (#20586)
- Update CODEOWNERs
- Add sourcegraph-amp-dash-x extension (#20730)
- Update CODEOWNERs
- Update dotmate extension (#21129)
- Update CODEOWNERs
- Add barassistant extension (#21126)
- Update `Airtable` extension - precise errors + `Add` Icon to **Bases** & **Fields** + `Add` support for **Personal Access Token** + `Simplify` OAuth + `Modernize` (#21262)
- fix(readwise-reader): Use correct URL when opening articles (#21219)
- Complete overhaul of "Where Is My Cursor?" extension (#21124)
- Update stale PR message and timing settings (#21273)
- Update `My Idlers` extension - Add Server (#21256)
- Add Windows support and update dependencies (#21260)
- [MapleStory.gg] Routine maintenance (#21266)
- Update CODEOWNERs
- Fuelx: Override @coinbase/wallet-sdk and cbw-sdk versions (#21247)
- Add comprehensive GitHub Copilot instructions for extension reviews (#21243) (#21244)
- Update polymarket extension (#21236)
- Add AI tools to GitHub Copilot extension for task creation and repository management (#21228)
- kill-process: Add support for Windows (#21240)
- Gate some more extensions for Windows (#21239)
- Fix formatting in README.md for GitHub Copilot (#21226)
- Update CODEOWNERs
- Add GitHub Copilot extension (#21225)
- Update CODEOWNERs
- Add Mobius Materials extension (#21136)
- [Installed Extensions] Use Raycast buitl-in `Action.CopyToClipboard` (#21216)
- notion: Fix opening page on windows (#21205)
- Update CODEOWNERs
- Update CODEOWNERs
- Update spotify-player extension (#21208)
- Add fuelix extension (#21067)
- Update copy-path extension (#21168)
- Update `MailerSend` extension - View Domain Webhooks (#21194)
- [Forked Extensions] Polish `Sync Fork` & fix Git path for Windows (#21204)
- Update freeagent extension (#21203)
- Update One Time Password (#20176)
- [Language Detector] Add support for internet slangs (#21201)
- Docs: update for the new API release
- Update CODEOWNERs
- Vercel/Vercast: Bump deps, make available on Windows (#20758)
- Update CODEOWNERs
- apple-maps-search - Windows support (#20700)
- Update roblox extension (#18919)
- [Forked Extensions] Fix `Sync Fork` and check Git executable file (#21187)
- Update CODEOWNERs
- Whois: Add windows support (#20759)
- Add \'Windows\' to exempt PR labels in stale.yml (#21176)
- feat: Rube MCP Server added to the registry (#21146)
- Update CODEOWNERs
- Add `Lemon Squeezy` extension - List all orders in all your stores + List all products in all your stores (#21115)
- Update awork extension (#21178)
- Add cheatsheets-remastered extension (#20991)
- Update CODEOWNERs
- Add leap-new extension (#21175)
- Update CODEOWNERs
- Update `Console Dev` extension - Major Rewrite + Support Windows + Fix Parser (#21036)
- Update CODEOWNERs
- Add luxafor-controller extension (#21082)
- Update youversion-suggest extension (#21074)
- [Forked Extensions] Sync fork repo with upstream repo on GitHub (#21171)
- Update CODEOWNERs
- Add shopinfo-app extension (#20884)
- Update awork extension (#21040)
- Update CODEOWNERs
- Update radarr extension (#21118)
- Update Fathom Analytics menu bar icon and add shortcut (#21147)
- Update CODEOWNERs
- Update aave-search extension (#21149)
- [Installed Extensions] Add support launching target extension (#21154)
- [Steam] Routine maintenance (#21156)
- Update ray-clicker extension (#21161)
- Update gradient-generator extension (#21163)
- Bugfix/issue-18862 MLB Schedule Fix, addition of Standings and Search Players command (#21167)
- [Forked Extensions] Add support for Windows & improvements (#21060)
- Update CODEOWNERs
- Update CODEOWNERs
- Update copy-path extension (#21134)
- Fix Slack extension: Send message is not working. (#21148)
- Update brreg extension (#21151)
- Update CODEOWNERs
- Update CODEOWNERs
- [GitHub] Add Starred Repos command (#21110)
- Add monkeytype extension (#21108)
- Update CODEOWNERs
- ray-so: Add Windows support (#20740)
- Update ente-auth extension (#20663)
- Update CODEOWNERs
- Add obsidian-link-opener extension (#21021)
- Update CODEOWNERs
- Add crypto-search extension (#21084)
- [Home Assistant] Port to windows (#21065)
- feat: add [Generate QR Code from Selection] Command for [QR Code Generator] Extension (#20831)
- Update CODEOWNERs
- Update CODEOWNERs
- Update google-chrome extension: Add reload/refresh tab action (#21140)
- feat(endel): add Endel extension (#20788)
- Update CODEOWNERs
- Add chatgpt-search extension (#20721)
- Update CODEOWNERs
- Fix Jira extension: Deprecated Atlassian API methods (#21057)
- Add odoo-companion extension (#21058)
- Update brreg extension (#21046)
- [spotify-player] Check for duplicate tracks before adding to a playlist (#20617)
- Update aws extension (#21016)
- ext/media-converter: hotfix: simple quality settings (#21092)
- Update `logitech-litra` extension to support devices without a serial… (#21139)
- Update CODEOWNERs
- [Multilinks] Add Dia browser support (#21128)
- Update 1password extension (#21142)
- Update todoist extension (#21141)
- Update `changedetection.io` extension - Create + Delete + modernize + add EmptyView (#21143)
- Update openrouter-models-finder extension (#21100)
- Fix a minor typo in video-downloader Installer view (#21102)
- Update CODEOWNERs
- Add Looma.fm extension with all reviewer feedback addressed (#20781)
- Update CODEOWNERs
- Add get-cat-images extension (#20964)
- Update CODEOWNERs
- feat(add-expense): add “Recent” section to “Add Expense” form (#21032)
- Update CODEOWNERs
- Add typora-note-creator extension (#20851)
- Update commit-issue-parser extension (#21050)
- [Surge] Routine maintenance (#21098)
- [United Nations] Handle SIGTERM gracefully (#21086)
- Update search index used in Statamic Docs extension (#21089)
- Update CODEOWNERs
- feat: support specifying issue type when creating an issue (#21043)
- Update naver-search extension (#20235)
- [Say] Allow stop saying & handle SIGTERM gracefully (#21081)
- Update CODEOWNERs
- [Spotify] Fix reading values from undefined (#20986)
- Add gradient-generator extension (#21012)
- Update CODEOWNERs
- Update raycast-surge extension (#20578)
- Add openrouter-quick-actions extension (#20958)
- Update CODEOWNERs
- Add scheduler extension (#20641)
- Update CODEOWNERs
- Add comet extension (#20632)
- Update ray-clicker extension (#21088)
- Update todoist extension (#21078)
- Update CODEOWNERs
- Update ship24-client extension (#21059)
- Add openrouter-models-finder extension (#21005)
- Update CODEOWNERs
- Add zsh-aliases extension (#20985)
- Update CODEOWNERs
- Add ray-clicker extension (#20979)
- Update `Wave` - Enhance `Invoice` to show amounts due and paid + Move "Business Products And Services" to its own file + Add new product or service (#21052)
- Update password-generator extension to guarantee presence of character choices (#20976)
- Update CODEOWNERs
- [Forked Extensions] Initial release (#20968)
- Update CODEOWNERs
- Update todoist extension (#20984)
- Docs: Update the utils docs
- Update brreg extension (#21027)
- Docs: update for the new API release
- feat: adding the calculation time for MOROCCO (#20917)
- Update CODEOWNERs
- feat(model-context-protocol-registry): linear mcp server (#20895)
- [defbro] Dynamic detection of defbro command path (issue #20881) (#20882)
- Brew: Close Raycast in case the brew cmd typed in raycast window (#20780)
- Hot Fix: Granola authentication to support WorkOS tokens (#21039)
- Update CODEOWNERs
- Add vixai extension (#20772)
- Update lookaway extension (#21038)
- Update CODEOWNERs
- Bitaxe initial commit (#20750)
- Update CODEOWNERs
- Update cyberchef extension with custom Instance URL (#20735)
- Update duckduckgo-image-search extension (#21034)
- 🐛 fix browser-extension for zen browser (#21035)
- Update CODEOWNERs
- Add positron extension (#20596)
- Update CODEOWNERs
- Add french-company-search extension (#20865)
- Update minio-manager extension (#20999)
- Update change case extension (#20960)
- Update grammari-x extension (#20998)
- Support for scientific notation and decimal encoding in converter (#21011)
- Update Claude Code Cheatsheet - Add v1.0.55-v1.0.81 features (#21004)
- Update CODEOWNERs
- Update trakt-manager extension (#20854)
- [Language Detector] Add support for Windows (#20832)
- Update quick-git extension (#21001)
- Update CODEOWNERs
- Update `SwitchHosts` extension - modernize + icons + markdown + add hook + remove `setTimeout`,`node-fetch` (#21017)
- Update `Clockify` extension - Select Tag During Start + More Precise Types + Modernize (#21002)
- Update `cPanel` extension (#20977)
- Update google lens extension (#21019)
- Update CODEOWNERs
- Add invisible-text-detector extension (#20926)
- Update CODEOWNERs
- Add word4you extension (#20638)
- Update CODEOWNERs
- Add radarr extension (#20904)
- Update CODEOWNERs
- feat(8ball): add preference to choose default action (copy/paste) and… (#20947)
- Update CODEOWNERs
- Update deepwiki extension (#20955)
- Update CODEOWNERs
- Update dodo-payments extension (#20956)
- Update vercast extension (#20838)
- Update CODEOWNERs
- Update search-gule-sider extension (#20911)
- [Groq] model update and improvements (#20630)
- Add support for password protected YubiKeys in yubikey-code (#20938)
- [Time Tracking] rename in Edit Form + Modernize (#20922)
- [Brand.dev] trigger search via search text (QoL) (#20944)
- Update CODEOWNERs
- Add unblocked-answers extension (#20696)
- Update CODEOWNERs
- Add chainscout extension (#20712)
- Update CODEOWNERs
- tabler: add download actions (#20704)
- Update CODEOWNERs
- Add raycast-kozip-extension extension (#20686)
- Update CODEOWNERs
- Add jitsi extension (#20680)
- Update CODEOWNERs
- Add time-calculator extension (#20674)
- Docs: update for the new API release
- Update CODEOWNERs
- feat(todoist): Add NLP task creation with natural language parsing (#20647)
- Update CODEOWNERs
- Add synology-download-station extension (#20643)
- Add owl extension (#20777)
- Update CODEOWNERs
- Update synonyms extension (#20879)
- Update scira extension (#20889)
- [Notion] Quick Capture - Use bookmark block instead of markdown link when Capture As is set to Bookmark (#20906)
- [Color Picker] Fix Convert Color command (#20913)
- Update v0-by-vercel extension (#20923)
- Update CODEOWNERs
- Add v0-by-vercel extension (#20792)
- Add `.gitattributes` & get rid of `\r\n` (#20498)
- [Brand Icons] Add support for creating social badges through cross-extension (#20861)
- Update `PocketBase` extension - **modernize** + search-backups + store token (#20876)
- Update `Keygen` extension - List, Create and Delete Users + View API Usage + Fix typo in command title: "Voew Licenses" -> "View Licenses" (#20885)
- Update certificate-viewer extension (#20894)
- Update CODEOWNERs
- Add yap extension (#20888)
- Update CODEOWNERs
- Media-converter extension: more quality settings, type refactor (#20427)
- Update CODEOWNERs
- Add emojis-com extension (#20875)
- Add dodo-payments extension (#20669)
- Update CODEOWNERs
- Add twingate extension (#20580)
- Update CODEOWNERs
- Update brave-search-with-results extension (#20570)
- Update CODEOWNERs
- Update CODEOWNERs
- Add where-is-my-cursor extension (#20892)
- Update image-wallet extension (#20806)
- Add proton-authenticator extension (#20773)
- Update CODEOWNERs
- Add sharding-tools extension (#20394)
- Update CODEOWNERs
- Add Save Link extension  (#20521)
- Update CODEOWNERs
- Update display-modes extension (#20260)
- Update CODEOWNERs
- Update craftdocs extension (#19976)
- Update CODEOWNERs
- Update aerospace extension (#20847)
- Update aws extension (#20862)
- Update CODEOWNERs
- Update pick-your-wallpaper extension (#20805)
- Update CODEOWNERs
- Add `Tally` extension - view, rename workspaces + view forms + view form submissions (#20493)
- Update at-profile extension (#20853)
- Update aws extension (#20856)
- Update grammari-x extension (#20848)
- Update preferences.md (#20855)
- Update youtrack extension (#20571)
- Update Esports pass extension - replace toISOString() with toLocaleDateString() (#20553)
- Update CODEOWNERs
- Add kiro extension (#20790)
- Update freeagent extension (#20844)
- [Badges] Add shortcut for picking logo (#20849)
- Update CODEOWNERs
- Update svgl extension (#20852)
- Add docklock-plus extension (#20419)
- Update slugify-file-folder-names extension (#20528)
- Update CODEOWNERs
- Add freeagent extension (#20828)
- Update CODEOWNERs
- Update aws extension (#20809)
- Update CODEOWNERs
- Add sefaria extension (#20378)
- Update CODEOWNERs
- Add tokenizer extension (#20513)
- Update CODEOWNERs
- Update CODEOWNERs
- Add parse-logs extension (#20817)
- Add ag-audioflow extension (#20798)
- Update CODEOWNERs
- [GitLab] Fix GitLab lint issues (#20830)
- Update CODEOWNERs
- Adding new social platforms (#20549)
- Update `OpenStatus` extension - ✨AI Tools✨ (#20813)
- [GitLab] Add windows support (#20824)
- Update raindrop-io extension (#20820)
- Update CODEOWNERs
- Update timezone-buddy extension (#20723)
- Update: Implement recently viewed books feature and enhance caching mechanism (#20664)
- Update CODEOWNERs
- Add raycast-focus-stats extension (#19456)
- Fix token expired auth flow in SendAI extension (#20711)
- Update CODEOWNERs
- Add commit-issue-parser extension (#20395)
- Update CODEOWNERs
- Add ozbargain-deals extension (#20288)
- Update mermaid-to-image extension (#20614)
- [zoxide] fix compatibility with Intel Macs, clean up /Users/sparks/.npm/_npx/daafed3b81e85078/node_modules/.bin:/Users/sparks/Projects/raycast-extensions/extensions/shodan/node_modules/.bin:/Users/sparks/Projects/raycast-extensions/extensions/node_modules/.bin:/Users/sparks/Projects/raycast-extensions/node_modules/.bin:/Users/sparks/Projects/node_modules/.bin:/Users/sparks/node_modules/.bin:/Users/node_modules/.bin:/node_modules/.bin:/opt/homebrew/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/Users/sparks/Projects/raycast-extensions/extensions/shodan/node_modules/.bin:/Users/sparks/Projects/raycast-extensions/extensions/node_modules/.bin:/Users/sparks/Projects/raycast-extensions/node_modules/.bin:/Users/sparks/Projects/node_modules/.bin:/Users/sparks/node_modules/.bin:/Users/node_modules/.bin:/node_modules/.bin:/opt/homebrew/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/homebrew/opt/ruby/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/sparks/.rbenv/bin:/Applications/Sublime Text.app/Contents/SharedSupport/bin:/opt/homebrew/opt/ruby/bin:/Users/sparks/.nix-profile/bin:/run/current-system/sw/bin:/nix/var/nix/profiles/default/bin:/usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin (#20458)
- Update system-monitor extension (#20465)
- Update `claude-code-cheatsheet` extension - Add Claude Code v1.0.51-v1.0.54+ support (#20558)
- Update CODEOWNERs
- Update wol extension (#20601)
- Update CODEOWNERs
- Add google-lens extension (#20319)
- Update CODEOWNERs
- Update CODEOWNERs
- unix-timestamp: Make available on Windows (#20747)
- Update visual-studio-code extension (#20606)
- Update CODEOWNERs
- Update CODEOWNERs
- Update raindrop-io extension (#20563)
- Add dia-skills extension (#20548)
- Update letterboxd extension (#20615)
- end-of-life - Windows support (#20701)
- Gemini/updatemodels-July (#20662)
- Fix: Support currency format in transaction amount validation (#20399)
- Update CODEOWNERs
- feat: Update Rewind Icon (#20744)
- Update CODEOWNERs
- Update hypersonic extension (#20462)
- Update CODEOWNERs
- Update grok-ai extension (#20734)
- Add network-proxy extension (#20425)
- Update CODEOWNERs
- Update CODEOWNERs
- Support device name for audio device selection (#20460)
- Update defbro extension (#20367)
- Show Artist\'s name when liking current track (#20583)
- Update wechat-devtool extension (#20668)
- Add character tabulation to Unicode Symbols extension (#20555)
- Update CODEOWNERs
- [Music extension] Add Remove from Library command (#20168)
- Update nusmods extension (#20625)
- Update quick-notes extension (#20569)
- Update CODEOWNERs
- Deleted directory (#20776)
- Update CODEOWNERs
- extensions/model-context-protocol-registry: APIFY_API_TOKEN → APIFY_TOKEN (#20749)
- Renames the extension from "hoarder" to "karakeep". (#20113)
- Update pr-bot.ts (#20775)
- Update CODEOWNERs
- Update pomodoro extension (#20653)
- Update CODEOWNERs
- Add duckduckgo-image-search extension (#20221)
- Update CODEOWNERs
- Add VLC extension (#20556)
- Update CODEOWNERs
- tw-colorsearch - Windows support (#20702)
- Update Project Hub Extension - Add Recent Projects Section (#20561)
- Update arc extension (#20761)
- Update extension (#20741)
- Update CODEOWNERs
- [Brand Icons] Handle readfile errors gracefully (#20697)
- Update `Host Switch` extension - add Brave support + Modernize + Error Handling + mark as "macOS" only (#20654)
- Update CODEOWNERs
- Update `Tabler` extension - Copy HTML Char Actions + Modernize (#20626)
- Add `Host.io` extension - get full domain data for any domain (#20591)
- Update `Microsoft Edge` extension - fix "new tab" not opening + modernize + mark as "MacOS" only (#20560)
- Update `Dokploy` extension - Manage Destinations (S3 mounts - mostly used for Backups) + Update `navigationTitle`s (#20720)
- Update CODEOWNERs
- Update `HestiaCP` extension - Modernize + View,Create Cron Jobs (#20557)
- Update `SSH Manager` extension - Select SSH Config File + loads of Enhancements (#20461)
- Update CODEOWNERs
- Update `Open in JSON Hero` extension - QoL Enhancements + Modernize (#20515)
- Docs: update for the new API release
- Update CODEOWNERs
- Add planning-center extension (#20502)
- Update youversion-suggest extension (#20527)
- Docs: update for the new API release
- Docs: update for the new API release
- Update `Mattermost` extension - Fix: Direct Messages would not show in `Search Channels` (#20628)
- Update `Library Genesis` extension - fix search no longer working + Modernize (#20542)
- Docs: update for the new API release
- Update CODEOWNERs
- Update tailscale extension to add more information about Mullvad exit nodes (#20357)
- Deprecate Ghost Docs Extension (#20690)
- Update CODEOWNERs
- author update (#20705)
- [Badges][Brand Icons] Bugfixes & improvements (#20545)
- Update public_raycast_extensions.txt (#20688)
- Update CODEOWNERs
- Update pieces-raycast extension (#20296)
- feat[Backstage plugin]: configurable Backstage API URL (#20398)
- Update whisper-dictation extension (#20482)
- Update CODEOWNERs
- Update endoflife (#20651)
- Update T3 chat\'s icon (#20599)
- Update CODEOWNERs
- feat: add windows support mymind extension (#20239)
- [Mastodon] Add support for Windows (#20448)
- [NeoDB] Add support for Windows (#20471)
- Update CODEOWNERs
- [NUSMods] Add support for Raycast Windows (#20240)
- [Todoist] Windows support (#20487)
- Update gdrive homepage url (#20608)
- Update CODEOWNERs
- Arc: Fix trying to open a tab with `open` (#20579)
- Update Zerion author to original one (#20582)
- Update CODEOWNERs
- Update zerion author (#20581)
- feat: Backstage plugin supports static token (#20383)
- [groq] Remove Llama Guard 4 12B 128K (#20507)
- Update CODEOWNERs
- Add preference to toggle default reuse open GitHub search tab (resolves #20488) (#20489)
- Add weread-sync extension (#20205)
- Docs: update for the new API release
- Update CODEOWNERs
- Add cloudflare-email-routing extension (#20305)
- Update dpm-lol extension (#20491)
- macosicons: fix API error handling for non-JSON responses (#20172)
- Update CODEOWNERs
- [Perplexity] Add Perplexity desktop app support to extension (#20393)
- Parse Zed local workspace paths from binary format correctly (#20086)
- Docs: update for the new API release
- Update prepare-an-extension-for-store.md (#20473)
- Update wechat-devtool extension (#20406)
- [Update] [IP Geolocation] Optimize extension icons (#20467)
- Update CODEOWNERs
- [World Clock] Avoid accessing the `.map` function on possibly undefined data (#20469)
- Update CODEOWNERs
- [Update] [Easy New File] Support Default Directory (#20449)
- update pr merge dates (#20457)
- Update grammaring extension (#20464)
- [raycast2github] Fix name mapping (#20472)
- Update CODEOWNERs
- Add extension for opening new instances of apps (#20432)
- Update CODEOWNERs
- Update remove-paywall extension (#20331)
- Update CODEOWNERs
- Update registries to use the official npmjs registry (#20440)
- Add paste-to-markdown extension (#19999)
- Update CODEOWNERs
- Update vscode-project-manager extension (#20446)
- [Easings] Add spring animations (#20445)
- Update CODEOWNERs
- Update groq extension (#20439)
- [Brand Icons] Use `pacote` for downloading & extracting icons (#20391)
- [espanso] support import (#20400)
- Update secret-browser-commands extension (#19948)
- Fixing issue in ext/beehiiv (#20437)
- Update CODEOWNERs
- Update change-case extension (#20002)
- Update ideate extension (#20063)
- Update `Appwrite` extension - DB, Storage, User Enhancements (#20386)
- Update `Oracle Cloud (OCI)` extension - implement provider w/ context + basic objectstorage command (#20405)
- [valkey commands search] Migrate to useFetch and group the commands (#20421)
- Update `Neon` extension - add project, delete projects + Modernize to use latest Raycast config (#20402)
- [espanso] add binary path option (#20280)
- [Larajobs] update metadata image + chore (#20417)
- feat(readwise-reader:) add option to open in Reader desktop app (#20424)
- Update URL unshortener (#20385)
- Update granola extension (#20384)
- feat(readwise-reader): add ability to include tags when saving links (#20388)
- Update background-sounds (#20387)
- Update ScreenOCR (#20408)
- Update instagram-media-downloader extension (#20413)
- Update yu-gi-oh-card-lookup extension (#20414)
- Update CODEOWNERs
- Add pdf-compression extension (#20194)
- Update CODEOWNERs
- Add control kef extension (#20127)
- Update pr-bot.ts (#20376)
- Update Tasklink extension (#20375)
- Update CODEOWNERs
- Added open-in-textmate extension (#20266)
- Update CODEOWNERs
- Update ente-auth extension (#20122)
- [SteamGridDB] Add support for Windows (#20364)
- Update CODEOWNERs
- [Update] [DocSearch] Add TailwindCSS v4, Next.js, MassTransit and Pinia documentations (#20254)
- Update CODEOWNERs
- FocusFLOW (#20214)
- Update repology-search (#20370)
- Update CODEOWNERs
- Add WeChat DevTool extension (#20222)
- Update URL-unshortener (#20136)
- [ProtonDB] Add support for Windows (#20338)
- Fix GIF Search extension updates (#20360)
- PR bot assignee constant (#20358)
- run pr bot on ready to review (#20356)
- [TourBox] Add support for Windows (#20337)
- add debugging for draft pr review assigning (#20353)
- Update `Name.com` extension - ✨ AI Enhancements (add 3 Tools) + Migrate API (Legacy v4 to Core v1) + Modernize (#20340)
- PR bot should check PR files in existing extensions too (#20352)
- Update CODEOWNERs
- Add console logs to PR Bot for testing (#20351)
- Add rounding-number extension (#20232)
- Update CODEOWNERs
- toggle-desktop-visibility for mac os 26 tahoe (#20225)
- Update zipline extension (#20336)
- Update CODEOWNERs
- Update slack extension (#19219)
- Update FHIR extension (#20329)
- Update CODEOWNERs
- Update CODEOWNERs
- [Easy Dictionary] Remove the unused icon file (#20333)
- Update aerospace extension - Changed the icon to the new design. (#20342)
- things: handle JXA scripts with no result (#20341)
- Update trenit extension (#20215)
- Apply "AI Extension" label for new extensions as well as existing ones (#20306)
- Update `Short.io` extension - `search-links` now allows you to view links independent of default + fix: `shorten-link-with-domain` persists Default Domain properly (#20327)
- Create new message when no number match found (#20326)
- Update CODEOWNERs
- Support for OTP codes that include a hyphen (#20236)
- Update anytype extension (#20227)
- Update CODEOWNERs
- Update ray-boop extension (#20231)
- Update easydict extension (#20190)
- Update CODEOWNERs
- Add quick-jump extension (#20050)
- Update CODEOWNERs
- Add zipline extension (#20157)
- Update CODEOWNERs
- Add ship24-client extension (#20170)
- Update Raycast X link in README (#20318)
- things: improve project detection to not depend on existing projects (#20300)
- noteplan 3 | fix #20116 Daily plan not displaying (#20308)
- Update CODEOWNERs
- feat(notion): show properties in page preview (#20111)
- Update CODEOWNERs
- fix: typescript error handling (#20298)
- Update spotify-player extension (#20178)
- Update CODEOWNERs
- New Extension : Percentage Calculator (#20195)
- Update CODEOWNERs
- Update g-cloud extension (#20210)
- Update Lightshot Gallery extension (#20246)
- [HoudahSpot Search] fix fallback text not used (#20295)
- Update CODEOWNERs
- Update browser-bookmarks extension (#20187)
- Add trip search command to Norwegian Public Transport extension (#20226)
- Update CODEOWNERs
- Add FHIR extension (#20163)
- Update CODEOWNERs
- Update xecutor extension (#20159)
- Add climbing-grade-converter extension (#20134)
- Update Cider extension (#20241)
- Update CODEOWNERs
- change author (#20289)
- things: enhance error reporting + troubleshooting hints (#20224)
- [Update] [Hide Files] new icon style (#20253)
- [Update] [Bing Wallpaper] Add refresh interval (#20249)
- Update CODEOWNERs
- [Update] [Browser tabs] new icon style (#20251)
- [Update] [Maven Central Repository] new icon style (#20252)
- Add clipyai extension (#19740)
- Update CODEOWNERs
- Update CODEOWNERs
- Update `Larajobs` extension - filter by Type, Salary, Tag (#20286)
- [zed-recent-projects] Adds a preference checkbox to use the Zed development Sqlite database (#19803)
- Add Metabase AI Tools  (#17673)
- Update CODEOWNERs
- Add squeeze extension (#20083)
- Update CODEOWNERs
- Update CODEOWNERs
- Add `Upstash` extension - List Redis Databases, View Details & Usage, Create Database + List Vector Indices, Create Index, Delete Index (#20274)
- Update `HoudahSpot Search` extension - fix: text passed as "undefined" when Argument is empty in fallback mode + add `metadata` image + Modernize + `chore` (#20250)
- [Spaceship] Toggle Domain Transfer Lock + Get Domain Auth Code + Add AAAA,  CNAME DNS Records (#20243)
- Update `Keygen` extension - List & Add Products + Color License based on Status + show: Expiry, Scheme, Valid in License (#20228)
- Update `Sanity` extension - update logo + modernize (#20220)
- Update CODEOWNERs
- Update `MailerSend` extension - View API Quota + Filter Domain Activity by Type + View, Rename, Toggle (Pause/Unpause) Tokens (#20197)
- [Say] Fix duplicate lines in Configure Say command (#20245)
- [Update][Are.na] show status accessory w/ color in search channels + remove auto-generated types (#20265)
- Update CODEOWNERs
- [ccusage]: fix(#20056) resolve custom npx path issue in ccusage CLI commands (#20262)
- update[send-ai]: added new features in the extension (#20273)
- [Image Modification] Bug Fixes (#20282)
- Update curl extension (#20284)
- Update f1-standings extension (#20217)
- Update CODEOWNERs
- Add csfd extension (#18344)
- Docs: Update the utils docs
- Update CODEOWNERs
- Add rewiser extension (#20023)
- Update `Resend` extension - Update Icons + Modernize to use latest config + chore: remove `node-fetch`, `cross-fetch` (#20179)
- Update CODEOWNERs
- Major update to Kaleidoscope extension, see README and CHANGELOG. (#20076)
- [catppuccin] update data source (#20216)
- update extension raycast-Gemini - safety-setting (#19277)
- Update CODEOWNERs
- Add ray-boop extension (#20108)
- Update CODEOWNERs
- [Spotify Player] Fix for Search command not working issue (#20183)
- Update CODEOWNERs
- Add new raycast extension - SendAI (#20104)
- things: fix project update actions (#20161)
- Update `Wave` extension - Add new customers through `Form` + Remove customers after confirming (`Alert`) + Move "Business Customers" to its own file + Modernize to latest config (#20185)
- Spotify Lyric Finder Improvements (#20154)
- Update CODEOWNERs
- Add certificate-viewer extension (#20110)
- Update CODEOWNERs
- Add markdown-preview extension (#20052)
- Update CODEOWNERs
- Add somafm-for-raycast extension (#20027)
- feat: add getThumbnailUrl to optimize image loading and update components to use it (#20177)
- Update CODEOWNERs
- feat: add resend wallpaper extension (#20169)
- Update CODEOWNERs
- Update `Polar` extension - View Products and their Media + Optionally BYOK + Remove `node-fetch` (#20156)
- Update CODEOWNERs
- Add Instant Translate feature to Google Translate extension (#20093)
- Add quick-quit extension (#19869)
- extensions/messages: docs: add note about automation permissions for sending messages (#20148)
- Update `Doppler` extension - View Logs of a Config + "Open In Doppler" component (#20164)
- Try/catch AI label PR bot (#20165)
- Auto-label AI extensions in PRs (#20160)
- Update CODEOWNERs
- Update apple-notes extension (#19613)
- Update CODEOWNERs
- Add roblox-creator-docs extension (#20024)
- Update music extension (#19654)
- Update CODEOWNERs
- Update apple-notes extension (#20138)
- Update zeabur extension (#20140)
- Update `radicle` extension - remove need for `radicle-httpd` (#20141)
- Update CODEOWNERs
- Update spotify-player extension (#19950)
- Update CODEOWNERs
- Add windsurf extension (#20046)
- Add stacks extension (#19863)
- Update CODEOWNERs
- Add markdown-styler extension (#19967)
- Update CODEOWNERs
- Update CODEOWNERs
- Update `Pocket` extension - add an Alert in Show informing users to Export + required url in create (#20126)
- Update `Obsidian Tasks` add `preference` to show description in details markdown (List Tasks) (#20098)
- [create-link]: Add customizable templates and tab selection feature (#20120)
- Update preferences.md (#20131)
- Update CODEOWNERs
- [Get SSH Keys] OpenInFinder + Key as Icon (#20117)
- No `-lossless` flag on `dwebp` (#20125)
- feat: add Gen-PDF MCP Server to the registry (#19924)
- Update CODEOWNERs
- Update CODEOWNERs
- Add tidal extension (#19784)
- Add image-shield extension (#19969)
- Update CODEOWNERs
- Update cobalt extension (#20090)
- Update sequoia-tiling extension (#20101)
- Update lookaway extension (#20092)
- Update media-converter extension: proper user preferences (#20081)
- docker,dockerhub,drafts,ensk-is,seo-lighthouse: Update to use newer version of `tar-fs`. (#20068)
- Update CODEOWNERs
- Add Default Formality Configuration Option (#19656)
- Update CODEOWNERs
- Add sidecar extension (#19980)
- [GitLab] Group milestones on issue and mr create form (#20072)
- Update CODEOWNERs
- Update CODEOWNERs
- Update `Short.io` extension - Add Domain inside `shorten-link-with-domain` + Modernize extension to use latest Raycast config (#20070)
- fix: replace youtube-transcript lib (#20080)
- Add sequoia-tiling extension (#19877)
- Update CODEOWNERs
- Update github extension (#20073)
- Update CODEOWNERs
- Support device name for audio device selection (#19995)
- New: Password.Link Extension (#19996)
- Update CODEOWNERs
- Add clipmate extension (#19958)
- Update CODEOWNERs
- Add regex-batch-renamer extension (#19849)
- [Bitwarden] Catch OTPAuth initialization (#20064)
- Update CODEOWNERs
- Update quick-notes extension (#19965)
- Update linkding extension (#19756)
- Update media-converter extension (#20061)
- Update CODEOWNERs
- Update docker extension (#19817)
- [ChatGPT Quick Actions] API pricing fix (#19964)
- Update raycast-zoxide extension (#20032)
- Update whisper-dictation extension (#19989)
- Browser Bookmarks: Add support for Dia and Ghost Browser (#19971)
- Update CODEOWNERs
- Add duan-raycast-extension extension (#19765)
- Update CODEOWNERs
- Add ideate extension (#19791)
- Update CODEOWNERs
- Update transmission extension to fix error on showing a list (#19809)
- Update CODEOWNERs
- Update Markdown to ADF library (#19972)
- Update CODEOWNERs
- DotMate - Raycast Extension for Dotfile Management (#19819)
- Update media-converter extension: better installation (#19808)
- Update wp-bones extension (#19953)
- Update CODEOWNERs
- Update CODEOWNERs
- Update project-code-to-text extension (#19921)
- Add `MailerSend` extension - View Domains, View Domain Activity (24 hours), View Templates, View Users (#20022)
- Update CODEOWNERs
- Add psn extension (#19914)
- Update CODEOWNERs
- Add minio-manager extension (#19906)
- Fix Slack extension YAML (#19865)
- Better handling of cloc command to show statistics (#20040)
- Aerospace - add monitor name to switch apps action (#19899)
- Updated Font Awesome version, added support for more icon types (#19963)
- Update CODEOWNERs
- Update translate extension (#19933)
- Update openrouter-model-search extension (#20028)
- [ccusage] Hotfix critical React Hooks Rules violations and improve loading states (#20033)
- [Google Translate] Show auto detected language in Quick Translate (#20036)
- [Bitwarden] fix: check if user can access BrowserExtension (#20029)
- Update CODEOWNERs
- Update tailwindcss extension - add default action preference to `Search Colors` command (#19707)
- Add claude-code-cheatsheet extension (#19828)
- Update Repository Manager (#19994)
- [ccusage] Major v2.0.0 upgrade: AI extension support and architecture refactor (#20019)
- [Google Translate ] fix quick translate with Chinese auto detected language (#19991)
- Update CODEOWNERs
- Add redirect-trace extension (#19854)
- Update workouts extension (#20018)
- Update raycast-wallpaper extension (#20017)
- Fix Slack powershell script (#20014)
- Linear: Fix SVGs to include xmlns (#20012)
- Feat: Add permalink to Dub Link page (#20004)
- [Google Translate] Improve UX for quick language change in Translate Form (#19990)
- Update react-native-directory extension (#19992)
- [Bitwarden] Catch authenticator initialization error (#19997)
- [Dribbble, Uplabs] Remove Dribbble and Uplabs extensions (#19913)
- Update youtrack extension (#19983)
- Fix Slack extension: search messages from specific user (#19731)
- [Daminik] use URL instead of Slug in Preferences (#19934)
- Docs: update for the new API release
- Update youtrack extension (#19925)
- Update workouts extension (#19981)
- [Update] [Raycast Wallpaper] More Auto Switch Interval (#19952)
- [Update] [Easy New File] Supports Form layout (#19954)
- [Google translate] fix Chinese and some other languages (#19957)
- [Update] [Life Progress] (#19959)
- Update compressx extension (#19966)
- Patched breaking API change (#19974)
- Update `Coolify` extension - fix: Unable to delete Databases in `Resources` + view `ENVs` of **applications** and **services** (#19940)
- [MyIdlers] - Domain, Shared, Reseller and Server are now split into "Active" and "Inactive" sections (#19968)
- [Brand Icons] Routine maintenance (#19912)
- Update CODEOWNERs
- [ccusage] Clean up unused dependencies and exports (#19916)
- Add kusto-reference extension (#19836)
- Update CODEOWNERs
- Make sure extensions use official npm registry (#19911)
- Update safari extension (#19829)
- Update CODEOWNERs
- Housekeep Knip config (#19903)
- [Confluence Search] Use the npm official registry (#19901)
- Update CODEOWNERs
- [ClickUp] persist priority on create (super minor fix) + add some missing icons (#19904)
- Update CODEOWNERs
- [Gitlab] Add issue filter on issues menu item (#19769)
- [Google Translate] add all the languages from google translate, remove flags (#19905)
- Release more extensions on Windows (#19896)
- Update `SolusVM 2` extension - Reinstall Server + View,Create,Remove Snapshots + Invite,Remove Members (#19900)
- Update CODEOWNERs
- Add openrouter extension (#19831)
- Update CODEOWNERs
- Add ccusage extension (#19792)
- Update CODEOWNERs
- Add open-in-trae extension (#19705)
- Update CODEOWNERs
- [dust-tt] update auth provider (#19783)
- Update CODEOWNERs
- Update CODEOWNERs
- Update aws extension (#19476)
- [Promptlab] Use the npm official registry (#19895)
- Update CODEOWNERs
- Add loan-calculator extension (#19781)
- Update CODEOWNERs
- Update CODEOWNERs
- [Markdown to Plain Text] Use the npm official registry (#19894)
- Update Wifi Password Reveal (#19402)
- Update CODEOWNERs
- [Bitbucket Search] Use the npm official registry (#19891)
- Update CODEOWNERs
- [Akkoma] Use the npm official registry (#19893)
- Update CODEOWNERs
- Update CODEOWNERs
- [Find OpenGL Enum] Use npm official registry (#19889)
- Add microblog extension (#19777)
- Update CODEOWNERs
- Add beehiiv extension (#19770)
- Update CODEOWNERs
- Preview visibility, toast fix, and png w/ background option (#19855)
- Folder search/drag n drop (#19841)
- Update slugify-file-folder-names extension (#19850)
- Update `NameSilo` extension - View Contact Profiles + View & Configure Email Forwards + Modernize (#19871)
- Ext/popcorn: Fix stream selection bug, and added more support for other addons (#19873)
- Update zeabur extension (#19881)
- Update CODEOWNERs
- Adds glossary extension (#19502)
- Update flush-dns extension (#18964)
- Update CODEOWNERs
- Add geoconverter extension (#19759)
- Add Keboola MCP Server to the Model Context Protocol registry (#19753)
- Update CODEOWNERs
- Update CODEOWNERs
- Bitbucket feature (#19739)
- Add nyc-train-tracker extension (#19185)
- Update CODEOWNERs
- Add popcorn extension (#19823)
- Update google-scholar extension (#19796)
- Update quick-git extension (#19778)
- Update Harpoon extension (#19798)
- Update instagram-media-downloader extension (#19789)
- Update mozilla icon (#19801)
- [Xcode] AI Tools & Improvements (#17875)
- Update CODEOWNERs
- Add `Keygen` extension - View Licenses & Policies + Create Licenses & Policies (#19802)
- Update CODEOWNERs
- [ClickUp] allow creating task w/o priority + add OpenInClickUp Action (#19787)
- Update `Mixpanel` extension - Support All Server Regions + Update Logo + better Error Handling + Modernize (#19821)
- Update CODEOWNERs
- Add bookmark/save to queue for Matter (#19434)
- Update wip extension (#19837)
- Update CODEOWNERs
- Update Okta search extension (#19825)
- Add image-search extension (#19672)
- Update CODEOWNERs
- Add chronometer extension (#19295)
- Add url-editor-pro extension (#19661)
- Update CODEOWNERs
- Add shutdown-timer extension (#19650)
- Docs: update for the new API release
- Docs: Update the utils docs
- Update CODEOWNERs
- Add AWS Audit Manager and update Amazon Bedrock details in aws-servic… (#19685)
- Add Creation Date option for sorting (#19682)
- Add clipboard-sequential-paste extension (#19679)
- Update CODEOWNERs
- Add open-docker extension (#19671)
- Cleanup unused lockfile (#19659)
- [Hue] Fix certificate handling (#19658)
- chore: update icon path in the README.md file (#19773)
- Update CODEOWNERs
- Update CODEOWNERs
- Add `Dokploy` extension - Add Instances then manage services and docker containers (#19668)
- Update `Geist UI Components` extension - Modernize + Update Logo + Add Hooks, metadata images (#19775)
- add ai incident search to incident.io extension (#19631)
- [Hookmark Search] Fix bookmark properties encoding (#19543)
- Updated to new version extension (#19358)
- Update dexcom-reader extension (#19642)
- Add priority levels mapping (#19771)
- Docs: update for the new API release
- Expected Delivery Date Formatting Overhaul (#19649)
- Update `Brand.dev` extension -  add fonts, stock, email, phone + remove "verified" + change Browser Action + Modernize (#19645)
- Update CODEOWNERs
- [WP Plugins] add pagination + add shortcut to "Download" + Modernize (#19683)
- Fix search authentication errors - resolves #19400 (#19450)
- Update CODEOWNERs
- docs: update Shadcn Vue icon path (#19639)
- Update shadcn-vue extension (#19637)
- Update lucide-icons extension (#19763)
- fix: only index field must be required others if not input should fall to defaultValue (#19747)
- Update CODEOWNERs
- chore: update firecrawl version + add integration parameter (#19725)
- Update finderutils extension (#19751)
- Update google-scholar extension (#19761)
- Docs: update for the new API release
- Update web3bio extension (#19629)
- [browser-tabs] Fix for Duplicate Tabs Issue (#19665)
- [Folder-Search] - Major Improvements: Bug Fixes, Error Handling, Performance (#19663)
- Update CODEOWNERs
- Update zen-browser extension (#19611)
- Fix: Add latest OpenAI models and consolidation system (#19592)
- Update CODEOWNERs
- Add yomicast extension (#19573)
- Add chhoto-url extension (#19567)
- [Laravel Herd] (#19733)
- Update CODEOWNERs
- Update audio-device extension (#19074)
- Update code-saver extension (#19687)
- Update grammaring extension (#19681)
- Update `HetrixTools` extension - Add Status Pages command + modernize to use latest config (#19728)
- Update vmware-vcenter extension (#19716)
- Update CODEOWNERs
- Add force kill to  kill-process extension (#19607)
- Update docker extension (#19698)
- Update CODEOWNERs
- Update CODEOWNERs
- Add quick-git extension (#19405)
- Add copee extension (#19526)
- Update CODEOWNERs
- Add rize-io-sessions extension (#19677)
- Update CODEOWNERs
- Add advanced-speech-to-text extension (#19517)
- Update CODEOWNERs
- Clipsign - extension for creating, saving, and instantly copying your e‑signature (#19453)
- Update CODEOWNERs
- Update `HubSpot` extension - You can now `copy` some properties of a Contact through new "Copy to Clipboard..." submenu (#19652)
- Update project-code-to-text extension (#19676)
- Update CODEOWNERs
- Update `Country Lookup` - Offline Support since API is now limited + Modernize (#19693)
- Update quick-event extension (#19258)
- Update CODEOWNERs
- Update prism-launcher extension (#19601)
- Fix obsidian-raycast bug on note creating (#19635)
- Update CODEOWNERs
- Add whisper-dictation extension (#19532)
- Update CODEOWNERs
- Updated the URL for the Prisma MCP server (#19472)
- Add open-latest-url-from-clipboard extension (#19624)
- Update CODEOWNERs
- Update shadcn-ui extension (#19525)
- Update CODEOWNERs
- Update CODEOWNERs
- Improve Flight Details Layout: Combined Times & Side-by-Side Terminal/Gate (#19521)
- Add analog-film-library extension (#19514)
- Update CODEOWNERs
- Add volumio-control extension (#19504)
- Update CODEOWNERs
- [Color Picker] Fix returned value from callback-launch command (#19619)
- [GitHub] Add preference to exclude repositories from other commands (#17468)
- Update CODEOWNERs
- Add diff-view extension (#19463)
- Add kagimcp server (#19568)
- [Bitwarden] Fix Authenticator "TypeError: t is not a function" (#19616)
- Include Outlook in app description (#19594)
- Update CODEOWNERs
- add Open Documentation (#19500)
- Update sportssync extension (#19483)
- Update CODEOWNERs
- macosicons: include user applications (#19482)
- [Brand Icons] Add compatibility with Simple Icons 15 (#19478)
- Docs: update for the new API release
- Update prism-launcher extension (#19599)
- [United Nations] Maintenance & fix news format (#19584)
- Update prism-launcher extension (#19598)
- Update CODEOWNERs
- Apple reminders/show which list reminder is from (#19343)
- Update battery-optimizer extension (#19190)
- Update awork extension (#19558)
- Update CODEOWNERs
- feat: Add history command (#19589)
- Update system-monitor extension (#19595)
- Update Ext/window sizer (#19580)
- Enhanced Date Format Support (#19539)
- [TRELLO] Allow for unassigned card and update dependencies (#19519)
- Update `Oracle Cloud` extension - (Confirm and) Terminate Instance + Add "Open in OCI" `Action` (#19534)
- Update Ext/window sizer (#19541)
- Update `Cloudflare` extension - Add A,AAAA,TXT DNS Records + Delete any DNS Record + Improve error handling function + Modernize extension to use latest Raycast config (#19552)
- Update wp-cli-command-explorer extension (#19559)
- Update CODEOWNERs
- Update reverso-context extension (#19452)
- Update CODEOWNERs
- Add project-code-to-text extension (#18996)
- Update CODEOWNERs
- Add project-hub extension (#19293)
- Update CODEOWNERs
- Update GemOptions.tsx (#19136)
- Update checksum (#19492)
- Update CODEOWNERs
- Update united-nations extension (#19528)
- Update downloads-manager extension (#19407)
- Update CODEOWNERs
- Move `josephlou` to past contributors (#19522)
- Update aave-search extension (#19366)
- Update CODEOWNERs
- Add dexcom-reader extension (#19141)
- Update CODEOWNERs
- Update digitalocean extension addressing issue displaying automated deployments (#19432)
- Update Fabric extension - location and tag selection (#19470)
- Wikipedia language improvements (#19473)
- Update Ext/window-sizer (#19499)
- Update CODEOWNERs
- Add slugify-file-folder-names extension (#19422)
- Update messages extension (#19426)
- macosicons: fix lint (#19497)
- Update CODEOWNERs
- Add google-scholar extension (#19392)
- Update CODEOWNERs
- Add `SolusVM 2` extension - Manage Servers + View,Update Members + View,Create API Tokens & Settings + View ISOs (#19486)
- Update CODEOWNERs
- feat: add Anytype MCP Server to the registry (#19506)
- Add `Appwrite` extension - Add multiple projects and view various services (#19510)
- Update CODEOWNERs
- Add foodle-recipes extension (#19084)
- Update CODEOWNERs
- Add cangjie extension (#19308)
- Update CODEOWNERs
- feat(google-calendar): create events with natural language duration input (#19317)
- Update CODEOWNERs
- Improved Category Search & Fixed Budget Details (#19451)
- Update qrcode-generator extension (#19455)
- Fix Toggle Grayscale exstension (#19236)
- Add unix-timestamp-converter extension (#18949)
- Update parcel extension (#19466)
- Fix Slack emoji search missing scope error - resolves #19441 (#19447)
- feat: add Thena MCP entry to official entries (#19379)
- Update Ext/Window Sizer (#19459)
- [2FA Directory] filter by category (like the Website) + modernize to use latest Raycast config (#19454)
- Update CODEOWNERs
- Update todoist extension (#19309)
- Update CODEOWNERs
- [git-repos] Fix issue with the path of the repository (#19440)
- Folder search fallback bug fix (#19449)
- Update CODEOWNERs
- Update CODEOWNERs
- Update parcel extension (#19356)
- Add fisher extension (#19213)
- Update CODEOWNERs
- Fix: React Rules of Hooks violation in New Tab command (#19384)
- Docs: update for the new API release
- Update prompt-stash extension - increase character limit and refactor validations (#19428)
- Update stock-tracker extension (#19424)
- feat(deepcast): Return to root state preference (#19430)
- Update subwatch extension (#19433)
- Update CODEOWNERs
- Update linkding extension (#19436)
- Update media-converter extension (#19385)
- Update CODEOWNERs
- [Dock] add MenuBar Item + add metadata image + Modernize (#19393)
- feat: add Grafana MCP to registry (#19240)
- Major improvement to Elgato Key LightsElgato enhancements (#19374)
- Update anytype extension (#19418)
- Update CODEOWNERs
- feat(preferences): Option to Close Raycast After Translation (#19386)
- Update mullvad extension (#19382)
- Update CODEOWNERs
- Update CODEOWNERs
- Update stock-tracker extension (#19411)
- Update t3-chat extension (#19412)
- Update CODEOWNERs
- Add Secret Browser Commands extension (#19396)
- Update CODEOWNERs
- Update linkding extension (#19395)
- Update sql-format extension (#19398)
- Update zeabur extension (#19413)
- Update `Google Books` extension -  feat: filter results by category, use `useFetch` for caching + docs: add CHANGELOG + modernize: use latest Raycast config (#19414)
- Update Ext/window sizer (#19416)
- Update CODEOWNERs
- Ability to copy song\'s artist and title (#19368)
- Update CODEOWNERs
- DEVONthink 4 (#19375)
- Add position-size-calculator extension (#19123)
- Update CODEOWNERs
- Add ratingsdb extension (#19298)
- Update Ext/window sizer (#19348)
- Update `ClickUp` extension - choose status from Dropdown in \'capture\' (close #19331) + update README (#19370)
- Update Extension: Easy New File (#19364)
- Updated openpgp version (#19367)
- Update CODEOWNERs
- Add Claude Sonnet 4 (#19362)
- Update CODEOWNERs
- Add paste-from-kindle ex…
tktcorporation added a commit to tktcorporation/extensions that referenced this pull request Nov 2, 2025
- chore: add assets and metadata for store submission
- docs: add comprehensive documentation
- test: add comprehensive test coverage
- feat: implement UI components and main search interface
- feat: add internationalization support
- feat: add AI-powered query interpretation
- feat: implement core app search functionality
- feat: add type definitions and fuzzy matching utilities
- feat: initialize app-search extension with project configuration
- Update CODEOWNERs (7b1e59c4)
- Add kagi-news extension (#22389)
- brew: Change "formula" to "formulae" (#22518)
- Update CODEOWNERs (257af696)
- Add string-formatter extension (#21859)
- Update CODEOWNERs (2a0fab28)
- Add helium extension (#22290)
- feat(markdown-codeblock): add newline prefix (#22369)
- Update CODEOWNERs (b20058a1)
- Docker/add windows support (#22455)
- Add Windows platform support (#22453)
- Update CODEOWNERs (aa68611f)
- Add xkcd-password-generator extension (#22433)
- Update CODEOWNERs (8bf2a9d9)
- Add Stagehand extension (#22179)
- Update CODEOWNERs (59d237b7)
- Add micro-snitch-logs extension (#22390)
- Update CODEOWNERs (238052ee)
- Update github extension (#22384)
- Docs: Update the utils docs
- Update CODEOWNERs (42e307ec)
- Add ivpn extension (#22149)
- Add Pagination to List of Playlist Songs (#22145)
- [Update] [Things] Increase timeout in AppleScript and update Node packages to latest (#22512)
- Update figma-files-raycast-extension extension (#22254)
- Update prism-launcher extension (#22458)
- Update unicode-symbols extension (#22510)
- Update jsr extension (#22503)
- Update CODEOWNERs (0fd5ad08)
- Add keeper-security extension (#22296)
- Update filemaker-snippets extension (#22509)
- Update CODEOWNERs (e858971c)
- Add paynow extension (#22380)
- [ipapi.is] fix error when some location field is invalid (#22493)
- Update CODEOWNERs (ccfa9932)
- Update zen-browser extension (#22491)
- Update tembo extension (#22471)
- Delete .github/workflows/add-approve-label.yml (#22501)
- Update `Chatwoot` extension - Add "My Inbox" command + Fix "List Messages" command (#22490)
- [Linear] Use API-provided notification presentation (#22285)
- Update CODEOWNERs (1a7209ee)
- Update harvest extension (#22256)
- Update CODEOWNERs (13787cdf)
- Fix finding button in Tahoe. (#22330)
- Update GitHub Actions workflow for PR approvals (#22487)
- Docs: update for the new API release
- Update CODEOWNERs (77f64775)
- Added support for Asana sections (#21912)
- Update auto-label workflow for PR approvals (#22484)
- Update GitHub Actions workflow to set effective token (#22482)
- Update workflow to use pull_request_review event (#22479)
- Update CODEOWNERs (d5727aab)
- Add action to generate and copy private links (#22273)
- Enhance PR approval labeling workflow (#22477)
- Chatgpt atlas bookmarks improvement (#22371)
- Add windows support  (#22367)
- Update diskutil-mac extension (#22307)
- [Secret Browser Commands] add ChatGPT Atlas, etc (#22348)
- Update deployhq extension (#22319)
- [Serie A] Update extensions (#22427)
- Update CODEOWNERs (a0f6527b)
- Update arc extension (#22272)
- Update CODEOWNERs (82962ede)
- Add file-info extension (#22259)
- [LaLiga] Update extensions (#22452)
- Update CODEOWNERs (9f49ac17)
- Update jotoba extension (#22379)
- Update capture fullpage of website extension (#22392)
- Update CODEOWNERs (9eeb19ae)
- Add `Formizee` extension - The Open-Source Forms Platform (#22281)
- Update CODEOWNERs (3878eb92)
- [Video Downloader] ADD "Open in Explorer" for Windows users. (#22300)
- Add `Sevalla` extension  (#22407)
- Update CODEOWNERs (c4582cbb)
- Add `Attio` extension - Objects, Tasks, Webhooks, Lists, Notes, Members and Teams (1st version) (#22432)
- Update CODEOWNERs (04f103bd)
- Update google tasks extension (#22439)
- Update CODEOWNERs (1e072cd8)
- feat: add KeePassXC entry placeholder support (#22357)
- Update ton-address extension (#22370)
- [Postiz] Fix Creation Failing + Post Enhancements (#22372)
- Update comet extension (#22381)
- Update CODEOWNERs (291204ff)
- [Random] Update dependencies, release for Windows (#22353)
- Update CODEOWNERs (eeb3d87a)
- Update capture fullpage of website extension (#22304)
- Update CODEOWNERs (5204e8d4)
- Add `HomeBox` extension - A simple home inventory management software (#22264)
- Update docklock-plus extension (#22240)
- Update `Autumn` extension - New Features command + Windows Support + Enhancements (#22311)
- Update CODEOWNERs (7385f9dd)
- Update paste as plain text extension (#22328)
- Update CODEOWNERs (0ad576af)
- Add `Vartiq` extension - Manage Projects, Apps, Webhooks, Webhook Messages (#22324)
- Update CODEOWNERs (f28be428)
- Update browser bookmarks extension (#22343)
- Update CODEOWNERs (85c4dc01)
- Update chatgpt atlas extension (#22351)
- Update CODEOWNERs (2468906f)
- Add ChatGPT Atlas extension (#22340)
- Docs: update for the new API release
- Update nightscout extension (#22293)
- Threads: ESLint simplification, dependency updates, new commands, and documentation (#22276)
- Update CODEOWNERs (a2bc7743)
- Add wled-controller extension (#22258)
- Update CODEOWNERs (12a75181)
- Update jetbrains extension - Add Support for Toolbox V3  (#22265)
- Update CODEOWNERs (3c3bfba8)
- Add fathom extension (#22187)
- Update youtube extension (#22250)
- Update CODEOWNERs (2ddb7251)
- Update fetch youtube transcript extension (#22220)
- docs: [YouTube] reflect YouTube extension features instead of the GitLab extension (#22246)
- Update kimai extension (#21809)
- Update multiple extensions to address security vulnerabilities. (#22241)
- Update linkding extension (#22231)
- Update CODEOWNERs (f24e76f7)
- Add http-observatory extension (#22219)
- Update dig extension (#22213)
- Update CODEOWNERs (4dd7c9d8)
- Update apple-reminders extension (#22182)
- Update CODEOWNERs (6336d869)
- Add `Paymenter` extension - View Invoices + View Tickets + View & Create Users (#22232)
- Update CODEOWNERs (f7242a65)
- Update nhl extension (#22237)
- Update CODEOWNERs (6d84bbb2)
- Update obsidian-tasks extension (#21863)
- Update harvest extension: Add favorites command (#22210)
- Update CODEOWNERs (e8d487be)
- Add tududi extension (#22165)
- Update raycast-zoxide extension (#22218)
- Update CODEOWNERs (00c88e12)
- Update cheatsheets extension (#22226)
- New Feature: Bootstrap Icons: AI Search Fallback (#22221)
- Update `Unkey` extension - move to Unkey SDK w/ v2 Endpoints for better performance (#22214)
- feat(nuxt): add Windows compatibility (#22209)
- Update CODEOWNERs (4e5503af)
- Add forscore extension (#22204)
- tabler: handle pagination/search APIs (#22189)
- Update CODEOWNERs (72e0c46f)
- Update plane extension (#22198)
- Update CODEOWNERs (a15e7275)
- Add haystack extension (#22052)
- Update zed-recent-projects extension (#22199)
- things: fix timeout on macOS Tahoe (#22193)
- macosicons: enhance error handling with detailed troubleshooting (#22192)
- feat(nuxt): v2.1.0 (#22104)
- [Bitwarden] Add Windows support (#21940)
- Update CODEOWNERs (0d47291d)
- Update instant-domain-search extension (#22081)
- Update CODEOWNERs (a006b143)
- Update time-machine extension (#22045)
- Update base-stats extension (#21710)
- Update CODEOWNERs (88cf72d9)
- Update contributors (#22175)
- Add Bootstrap Icons extension (#22190)
- Update CODEOWNERs (9e13279b)
- Add edgestore-raycast extension (#22117)
- Update CODEOWNERs (a82922ec)
- New Extension: Metacritic (#21588)
- Update dust-tt extension (#22167)
- [1Password] Adopt the latest extension template (#22109)
- Update CODEOWNERs (b1b36e04)
- Kaomoji Windows Support (#22158)
- Update CODEOWNERs (21f635c6)
- Update changedetection-io extension (#22126)
- Update CODEOWNERs (7aa198cb)
- [IPInfo] Release for Windows (#22075)
- Update threads extension (#21962)
- Update search-npm extension (#22153)
- Update CODEOWNERs (0f83c147)
- Update deployhq extension (#22151)
- Update anna-s-archive extension (#22156)
- Update `brand.dev` extension - Take Screenshots + Retrieve Styleguides + more brand data (#22155)
- fix(keepassxc): retrieve keepassxc app location. (#22073)
- Update bible extension (#22157)
- Update CODEOWNERs (10372204)
- Add serialcast extension (#21795)
- Update CODEOWNERs (b25f5e83)
- Add yazio-tracker extension (#21954)
- Update bible extension (#22112)
- Update grammaring extension (#22113)
- Update CODEOWNERs (e100bc12)
- Update toggle-fn extension (#22130)
- Update CODEOWNERs (1f62a06f)
- [Linear] Schema deprecation and update SDK (#22095)
- Update CODEOWNERs (576ae0c4)
- Update jwt-decoder extension (#22088)
- Update duckduckgo-image-search extension (#22064)
- Update CODEOWNERs (1869fd16)
- Add deployhq extension (#21902)
- Update CODEOWNERs (e46aede5)
- Add bahn-info extension (#21492)
- Update howlongtobeat extension (#22120)
- Update CODEOWNERs (dfa9df71)
- feat: add massCode assistant (#21851)
- Update zoxide-git-projects extension to add alternate application and copy shortcuts (#22143)
- Update CODEOWNERs (14d29e47)
- Add planning-center-api-docs extension (#22029)
- Update CODEOWNERs (df7f1aca)
- Update font-awesome extension (#22085)
- Update google-chrome extension (#22074)
- Update unicode-symbols extension (#22103)
- Update CODEOWNERs (1c08b627)
- [Twitter] Modernize + fix smol controlled form thingy (#21767)
- feat(bento-me): add Windows support. (#22119)
- [Plane] fix crash due to different logo response (#22146)
- Update CODEOWNERs (cc8cf75b)
- Update `Plane` extension - search projects & view their work items + filter work items  (#22106)
- Update CODEOWNERs (187ad3c6)
- Update hackmd extension (#22035)
- Update CODEOWNERs (9befbb8b)
- Update base64 extension (#21507)
- [MapleStory.gg] Add support for Windows (#22086)
- Update CODEOWNERs (8d7ab8d0)
- Update `Supermemory` extension - search and add projects + Removed `useEffect` + Simplified `getApiKey`+ Moved API Key check into HoC (#22102)
- [RICE Score] Port to Windows (#22118)
- [Snake] Add Windows support (#22105)
- [Brand Icons] Routine maintenance (#22087)
- Update CODEOWNERs (da27c425)
- Add `Chatwoot` extension (#22116)
- Update CODEOWNERs (1e28965f)
- update information & a small fix (#22137)
- Add lapack-blas-documentation-search extension (#22031)
- kim/fix/youtube transcripts (#22067)
- Update scheduler extension (#22003)
- Update unicode-symbols extension (#22066)
- Update zeabur extension (#22062)
- Update CODEOWNERs (ac316560)
- Add `OVHcloud` extension - Manage Domain, DNS Records, Nameservers (#22065)
- Update CODEOWNERs (3a9d22a1)
- Update sesh extension (#21914)
- Set Due Date to Everyday for Existing Tasks (#22058)
- Update CODEOWNERs (049667a3)
- Update duckduckgo-image-search extension (#21953)
- Update numpy-documentation-search extension (#22020)
- Update CODEOWNERs (7d895075)
- Add instant-domain-search extension (#21871)
- Update CODEOWNERs (ed57125e)
- Add fakecrime-upload extension (#22010)
- Update CODEOWNERs (92d1043d)
- Add plane extension (#21879)
- [RSS Reader] AI enhanced rss-reader extension (#22000)
- Update CODEOWNERs (e4687ae8)
- Add clean-text extension (#20988)
- Update CODEOWNERs (99f287ce)
- Fix quit-applications extension: Apple Events authorization error with fallback to ps command (#21155)
- Update CODEOWNERs (fdc83ab6)
- Scoop(refactor): implement singleton pattern for scoop command management and hooks for the UI (#21702)
- Update CODEOWNERs (24d2d377)
- feat(search-router): add custom search engine support (#21714)
- Update sportssync extension (#21970)
- Update CODEOWNERs (f31f0658)
- Update zen-browser extension (#21556)
- linear: add status preference to create issue for myself (#21959)
- Update CODEOWNERs (061fee85)
- Add ipinfo extension (#21991)
- Update `Postiz` extension - support v2 endpoint + toggle display (#22044)
- Fix: Address recipe fetching bug (#22033)
- Update CODEOWNERs (32769831)
- Update CT-7567 username in raycast2github.json (#22050)
- Refactor reviewer permission check in workflow (#22041)
- Update some deps to solve vulnerabilities (#22040)
- Update CODEOWNERs (573ea59e)
- Fix some security warnings (#21921)
- [United Nations] Add support for Windows (#22032)
- [Installed Extensions] Add support for Windows (#22036)
- Implement comment creation and updating for PR bot (#22037)
- Decommission Clarify Raycast extension. (#22034)
- Docs: update for the new API release
- Refactor platform label handling in PR bot (#22016)
- Implement platform detection for extensions (#22014)
- Update CODEOWNERs (dd22780a)
- Add near-rewards extension (#21917)
- Update CODEOWNERs (5bcb18d9)
- Add toneclone extension (#21701)
- [dust] feat(login): auto-switcher for user region (#21668)
- Update CODEOWNERs (a97cef3c)
- Add alloy extension (#21849)
- Update CODEOWNERs (0fa6b009)
- [Bitwarden Vault] Add a command to create a login (#21360)
- Update CODEOWNERs (10274f0e)
- Add numpy-documentation-search extension (#22013)
- Update `ipapi.is` extension - Modernize + Windows Support + Enhancements (#21935)
- Update CODEOWNERs (bdd2960d)
- Update datetime format converter extension (#21707)
- Update CODEOWNERs (8f7b8b7b)
- Add `Infisical` extension (#21880)
- Update CODEOWNERs (f3417a17)
- Add `Chatbase` extension - View Agents/Bots, their conversations and messages (#21963)
- add issue type to templates (#22005)
- Update CODEOWNERs (ce65697d)
- Add guitar-tools extension (#21855)
- Update CODEOWNERs (27cae3f6)
- Add shopify-dev-docs-search extension (#21694)
- Update CODEOWNERs (9433c5d4)
- Update comet extension (#21945)
- [epim] Add automatic role status refresh after activation (#22008)
- [raycastbot] Add support for closing issues as duplicate (#21548)
- Update CODEOWNERs (4356e0bd)
- Update `Kaomoji Search` extension - Windows Support + Modernize (#21976)
- Update workflow configurations (#22002)
- Update CODEOWNERs (5a03e66d)
- Add braintick extension (#21545)
- [Say] Fix missing await (#22001)
- Update CODEOWNERs (ae2261c9)
- Add rtl-reader extension (#21549)
- Update CODEOWNERs (aaeda7de)
- Add airsync extension (#21903)
- [Say] Add Stop Say command & enhancements (#21998)
- Docs: Update the utils docs
- Update add-approve-label.yml (#21995)
- Updated WebBites extension (#21987)
- Enhance label addition workflow with debug info (#21990)
- Update add-approve-label.yml (#21989)
- Update reviewer type and token handling in workflow (#21988)
- Refine auto-labeling for approved PRs (#21986)
- Update add-approve-label.yml (#21984)
- Update add-approve-label.yml (#21983)
- Update add-approve-label.yml (#21982)
- Update add-approve-label.yml (#21981)
- Update add-approve-label.yml (#21980)
- Update add-approve-label.yml (#21979)
- Rework of fuzzy-file-search extension (#21675)
- Update add-approve-label.yml (#21977)
- Update add-approve-label.yml (#21975)
- Add GitHub Actions workflow to auto-label approved PRs (skip write+ users only) (#21974)
- Update CODEOWNERs (45a587fb)
-  [Web Converter] Add Windows Support (#21691)
- Update CODEOWNERs (f922e589)
- Add security-search extension (#21711)
- Improve video filename handling and update dependencies (#21958)
- [Grafana] add command Pages (#21952)
- Fix formatting in generate-code-owners.yml (#21951)
- Update CODEOWNERs (070fbee8)
- Implement fallback for core dirs and key files checkout (#21950)
- Refactor sparse checkout and improve Slack notifications (#21949)
- Enhance sparse checkout and improve commit message (#21947)
- Update qrcode generator extension (#21922)
- Enhance URL handling: allow direct opening of URLs and add utility function for URL validation (#21555)
- [Trello] Allow for multiple assignees on card (#21512)
- Update messages extension (#21939)
- Update stripe extension (#21943)
- Update generate-code-owners.yml for sparse-checkout (#21925)
- Add comma-separator extension (#21749)
- Add gomander extension (#21647)
- [Google Transalte] add hotkey to switch between language sets quickly (up and down) (#21918)
- Add supermemory extension (#21811)
- Add nepali-calendar extension (#21708)
- Add folder-organizer extension (#21575)
- Update github extension (#21742)
- [Logseq] Windows support (#21705)
- add an extra space for reward text (#21905)
- Add uranium-raycast-plugin extension (#21501)
- Update 1password extension (#21689)
- Fix: The "Search Bookmarks" command returns an error when the hard-coded default path does not exist (#21706)
- [Raindrop.io] open in 2ndary browser + modernize (#21748)
- feat: enable windows support (#21739)
- Update plexus extension (#21894)
- Add hemolog extension (#21733)
- Add `Koyeb` extension (#21891)
- Update genius-lyrics extension (#21678)
- Update battery-health extension: add adaptor power watts (#20966)
- feat: Update YouTube transcript functionality (#21868)
- [Bitbucket] Swap to API tokens (#21489)
- Update aws extension (#21688)
- Update code-runway extension (#21662)
- Add claude-code-launcher extension (#21075)
- Ext/window sizer: Updated screenshots to macOS Tahoe (#21790)
- Update bilibili extension (#21703)
- Update Ext/surge outbound switcher (#21860)
- Ext/surge outbound switcher: Updated screenshots to macOS Tahoe (#21791)
- Update `Font Awesome` extension - fix search would get stuck since token was not persisted (#21835)
- Update aave-search extension (#21798)
- Update `Spaceship` extension - View Lifecycle State of "Domain" + Change "Nameservers" of "Domain" + Add "Windows" Support (#21816)
- feat(KeePassXC): add windows support. (#21785)
- Update onbo extension (#21792)
- Update `Todo List` extension - Added `tooltip` to to-do list items so longer titles easier to read + Added `metadata` images + Modernized (#21819)
- [Comet] sort bookmarks by dateAdded + Modernize (#21734)
- [Pipedrive] fix issue + lots of changes (#21709)
- Add `Youform` extension - view your forms, their blocks and submissions (#21840)
- Update arc extension (#21821)
- [video-downloader] Fix long video name issue (#21839)
- [Playnite Launcher] Fix cold starting issue (#21827)
- Add razuna extension (#21558)
- fix(nuxt): sanitize component name and optimize ai prompt (#21804)
- Update gif search extension (#21834)
- Improve Sesh List (#21805)
- Update tembo extension (#21810)
- Update duan-raycast-extension extension (#21836)
- [Forked Extensions] Add support for checking aheads & branches (#21838)
- Update svgl extension (#21841)
- Update CODEOWNERs
- Update unicode-symbols extension (#21726)
- [JSONtoTS] Add Windows Support (#21736)
- Update CODEOWNERs
- feat(mcp-registry): update nuxt ui mcp url (#21763)
- Update `MailerSend` extension - Add Windows Support + View Domain DNS Records (#21698)
- Add `Vanguard Backup` extension - Manage **Backup Destinations** + Manage **Backup Tasks** + Manage **Remote Servers** (#21769)
- Update CODEOWNERs
- Update `bmrks` extension - change delete action shortcut + modernize (#21770)
- feat(nuxt): update to nuxt ui v4 (#21762)
- Updated Wordflow (#21753)
- Update CODEOWNERs
- Added WebBites extension (#21227)
- Update CODEOWNERs
- feat: add CometAPI extension for AI-powered text processing tools (#21562)
- Update CODEOWNERs
- Add nightscout extension (#21552)
- PPL: Fixed View Newspapers bug (#21693)
- Docs: Update the utils docs
- Docs: Add changelog for windows (#21695)
- Update CODEOWNERs
- Update parcel extension (#21415)
- Update CODEOWNERs
- Docs: update for the new API release
- Update mail extension (#21687)
- Add platforms support to package.json for windows and linux (#21666)
- Update CODEOWNERs
- Update CODEOWNERs
- Update dependencies and improve keyboard shortcuts for cross-platform compatibility (#21667)
- Update static-marks extension (#21428)
- Update gitlab extension (#21670)
- Update how long to beat extension (#21671)
- Update Google Calendar Quickadd (#21673)
- [Statamic Docs] Rename dev readme to avoid it showing on the store (#21654)
- Update hue palette extension (#21627)
- Update CODEOWNERs
- Add `Postiz` extension - Search Channels + Search Posts (week) & Create (draft, text-only) Post & Delete Post (#21553)
- Added version switcher to Statamic Docs extension (#21620)
- Update CODEOWNERs
- Add ip-finder extension (#21543)
- Migration for 1.103.0 and Windows docs (#21652)
- Update granola extension (#21629)
- Update CODEOWNERs
- Add Raycast FRC (#21390)
- Update unicode-symbols (#21641)
- [Playnite Launcher] Support for portable versions & fixes (#21622)
- Update duan-raycast-extension extension (#21626)
- [Forked Extensions] Fix incorrect content for copying (#21635)
- Zed Recent Projects - fix broken pinned cache (#21608)
- Docs: update for the new API release
- Update CODEOWNERs
- Add simple-dictionary extension (#21456)
- Update CODEOWNERs
- `zen-browser`: Add Windows Support (#21600)
- Update CODEOWNERs
- Add swiss-train-times extension (#21522)
- Update CODEOWNERs
- Add onbo extension (#21551)
- Update zen-browser extension (#21414)
- Update CODEOWNERs
- Add share-a-quote extension (#21541)
- Update CODEOWNERs
- Add `Autumn` (useautumn.com) extension - List Customers & Create Customer + List Products & Create Product (#21514)
- [OCI] List NoSQL + Manage Object Storage (#21572)
- Update CODEOWNERs
- Update remember this extension (#21367)
- Update debug package to version 4.4.3 (#21574)
- [Font Awesome] Update devDependencies in fontawesome extension, removed two unused packages (#21573)
- Docs: update for the new API release
- Update letterboxd extension (#21520)
- Update react-native-directory extension (#21544)
- [Xcode] Update assets to match Xcode 26 (#21525)
- Enhance PR workflow with merge and branch deletion (#21568)
- [Forked Extensions] Fix the infinite rerender (#21566)
- Update CODEOWNERs
- Update zed-recent-projects extension (#21528)
- Add google-calendar-quickadd extension (#21191)
- Update CODEOWNERs
- Add fuzzy-file-search extension (#21270)
- Update CODEOWNERs
- Update the dependencies to fix search history and search tabs (#21487)
- Add acceptance flags for winget installation (#21539)
- Update CODEOWNERs
- [Forked Extensions] Add "isMac" and "isWindows" helpers (#21547)
- Update CODEOWNERs
- Add ai-stats extension (#21480)
- Update CODEOWNERs
- Update uuid generator extension (#21490)
- Update renaming extension (#21554)
- Update CODEOWNERs
- Make available on Windows, typescript fixes, display ipv4 details even when ipv6 is available (#21560)
- [Forked Extensions] Fix the rerender logic of Sync Fork actions (#21563)
- Make sure the migrations are cross-platforms (#21516)
- Update CODEOWNERs
- Add playnite-launcher extension (#20407)
- Update CODEOWNERs
- Add everything-search extension (#20055)
- Update CODEOWNERs
- feat: [Video Downloader] Add Windows Support (#21411)
- Update CODEOWNERs
- Add scoop extension (#21177)
- Product Hunt: scraper + logger improvements (#21188)
- Update music-assistant-controls extension (#21510)
- Update CODEOWNERs
- [GitHub Copilot] Refactor data loading (#21511)
- Add tembo extension (#21366)
- Update CODEOWNERs
- Update qq-music-controls extension (#21466)
- Update CODEOWNERs
- Update rize-io-sessions extension (#21481)
- [Forked Extensions] Support migrating from full-checkout (#21488)
- Update CODEOWNERs
- Remove problematic airplay preference from audio-device extension (#21495)
- Update `UptimeRobot` extension - Create Ping Monitors + Show monitor type + Update monitor icon & add tooltip + Modernize (#21497)
- Menu bar command, new icons and more (#21431)
- feat: update Firecrawl extension to use v2 API (#21477)
- Fix formatting of Nuxt UI description (#21479)
- Add Nuxt UI entry to MCP registry (#21478)
- Update CODEOWNERs
- [Git repos] Fix worktree remotes (#21464)
- Update scheduler extension (#21472)
- Update CODEOWNERs
- Add xpf-converter extension (#21448)
- Update CODEOWNERs
- Update CODEOWNERs
- Add zendesk-admin extension (#20763)
- Add yr-weather-forecast extension (#21354)
- Update CODEOWNERs
- Add `Apify` extension - List Actors + List Runs (#21467)
- Update CODEOWNERs
- [Forked Extensionis] Run local Git commands before requesting APIs (#21457)
- Update circleback extension (#21459)
- [zed-recent-projects] Handle new sqlite database schema 28 (#21447)
- Fixed deprecated Jira API issue. (#21452)
- Update `Keygen` extension - List API Tokens and Revoke old ones + Add Windows Support (#21395)
- Update `Productboard` extension - View `Objectives` + Modernize (#21450)
- Update CODEOWNERs
- Stripe: add support for managing customers and subscriptions (#21135)
- Update CODEOWNERs
- [Font Awesome] Add Windows Support (#21433)
- Update CODEOWNERs
- Update arxiv extension (#21033)
- Update CODEOWNERs
- [YouTube Companion] Add Windows Support and bump dependencies (#21436)
- Update CODEOWNERs
- [Forked Extensions] Add support for create extensions (#21364)
- Add whentomeet extension (#20675)
- Update CODEOWNERs
- Add Circleback extension (#21391)
- Update CODEOWNERs
- update packages and add option to exit raycast after cleaning link (#21269)
- Update CODEOWNERs
- Add tuneblade extension (#21350)
- Update wechat-devtool extension (#21399)
- Update CODEOWNERs
- feat(KeepassXC): add windows support. (#21430)
- Add Qovery extension (#21255)
- Update CODEOWNERs
- Update raindrop-io extension (#21394)
- Update comet extension (#21362)
- Update CODEOWNERs
- Update cheatsheets-remastered extension (#21376)
- Add publora extension (#21372)
- Update CODEOWNERs
- Update CODEOWNERs
- Update `Unsplash` extension - Fixed crash when "Rate Limit" exceeded + Centralized error handling + Removed `node-fetch` (#21406)
- [cURL Extension] Add Windows Support (#21427)
- [Raindrop.io] Move @sh-cho to past contributors (#21435)
- [Update] [Things] Add project update/delete tools and improve type safety (#21416)
- Update obsidian-link-opener extension (#21443)
- Update zed-recent-projects extension to use latest sqlite Zed schema (#21180)
- Fix Jira extension: JQL error (#21429)
- Docs: update for the new API release
- Update `Manotori` extension - Support Windows! + View DNS Zones + View DNS Records + Create DNS Record (#21370)
- Update github extension (#21381)
- Update docker extension (#21398)
- Update Advanced Replace for regex transforms and entry options (#21409)
- Update deepwiki extension (#21400)
- Update meta-music extension (#21417)
- Update CODEOWNERs
- Update `Opera` extension - Fix: would show as not installed due to changed path + Add better error handling when dealing with `AppleScript` - Modernize to use latest Raycast configuration + Removed `run-applescript` (#21421)
- Update instagram media downloader extension (#21422)
- Update CODEOWNERs
- Update `Proxmox` extension - show status in `tooltip` + token is now password + modernize to use latest Raycast config (#21349)
- Update CODEOWNERs
- Add red-note-post-viewer extension (#21315)
- Fix documentation for screenshot extension: capture-to-clipboard command (#21311)
- Update flibusta-search extension (#21327)
- Mention Forked Extensions in dev doc (#21158)
- Update CODEOWNERs
- Fix todoist extension: Setting due date and time (#21331)
- Update CODEOWNERs
- Add plexus extension (#21289)
- Update CODEOWNERs
- Add r2-uploader extension (#21215)
- Cursor Agents: Add a new tool to get back all repositories that are s… (#21337)
- Update CODEOWNERs
- [cursor-agents] Made `ref` optional in the agent launch form (#21334)
- Cursor: Few smaller fixes (#21333)
- Add error handling for launchCommand (#21332)
- Update CODEOWNERs
- Cursor Agents (#21328)
- Update CODEOWNERs
- Update memos extension (#21213)
- Release more extensions on Windows (#21324)
- Update CODEOWNERs
- Update google-chrome extension (#21235)
- Add lockfiles and registry rules to copilot instructions (#21254)
- docs: update documentation (#21325)
- Update CODEOWNERs
- [Gandi] New Extension (#21120)
- Update RAE Dictionary extension with latest improvements (#21307)
- Update CODEOWNERs
- Add `Visitor Queue` extension - View "Data Views" + View "Leads" + View "Contacts" (Windows supported!) (#21322)
- Update zeabur extension (#21321)
- Update CODEOWNERs
- Add music-assistant-controls extension (#21249)
- Update CODEOWNERs
- Add ChartMogul extension (#21251)
- [google-chrome-profiles] Refactor Chrome profile opening into dedicated no-view commands (#20623)
- Fix incorrect error message in GitHub Enterprise issues search (#21231)
- Update CODEOWNERs
- Add hebrew-date-zmanim extension (#21292)
- Update CODEOWNERs
- Add atomberg-raycast-extension extension (#21185)
- Improve error handling in GitHub Copilot extension (#21308)
- feat(add-expense): Add "Category" selection dropdown to "Add Expense" form (#21224)
- feat(shell-history): add option to reverse history order (#21304)
- Update CODEOWNERs
- Add vanishlink extension (#20996)
- Revert "Renaming metadata images (#21305)" (#21306)
- Update brreg extension (#21169)
- Update brave-search-with-results extension (#20916)
- [Farcaster] cleanup and migration (#21299)
- Renaming metadata images (#21305)
- Fix `pr-bot` for detecting touched extensions (#21250)
- Update CODEOWNERs
- Add Windows support and update dependencies (#21282)
- Fix GitHub Copilot instructions to provide actionable code suggestions without character escaping (#21276)
- Update CODEOWNERs
- Update `solidtime` extension - use custom (self-hosted) URL + handle errors + 2 EmptyViews (#20602)
- [Forked Extensions] Improve Sync actions (#21294)
- [Bitwarden] Sync vault on command launch (#21300)
- Update `Tally` extension - update many settings of a Form + fix: crash when no Form title + add shortcut to "Open in Tally" `Action` (#21302)
- [Forked Extensions] Fix the fork action (#21281)
- Update CODEOWNERs
- Add tallinn-transport extension (#20762)
- Update CODEOWNERs
- [Mozilla Firefox] Refactor and fixes (#20767)
- Update CODEOWNERs
- [Whimsical]: First version, only AI (#20815)
- feat(raindrop-io): prefill add form from launch context (#21261)
- Update CODEOWNERs
- Fix todoist extension: An error creating task (#21153)
- [Forked Extensions] Improve error handlers and toasts (#21222)
- Update CODEOWNERs
- Update spotify-player extension (#21234)
- Update CODEOWNERs
- Update ado-search extension (#20586)
- Update CODEOWNERs
- Add sourcegraph-amp-dash-x extension (#20730)
- Update CODEOWNERs
- Update dotmate extension (#21129)
- Update CODEOWNERs
- Add barassistant extension (#21126)
- Update `Airtable` extension - precise errors + `Add` Icon to **Bases** & **Fields** + `Add` support for **Personal Access Token** + `Simplify` OAuth + `Modernize` (#21262)
- fix(readwise-reader): Use correct URL when opening articles (#21219)
- Complete overhaul of "Where Is My Cursor?" extension (#21124)
- Update stale PR message and timing settings (#21273)
- Update `My Idlers` extension - Add Server (#21256)
- Add Windows support and update dependencies (#21260)
- [MapleStory.gg] Routine maintenance (#21266)
- Update CODEOWNERs
- Fuelx: Override @coinbase/wallet-sdk and cbw-sdk versions (#21247)
- Add comprehensive GitHub Copilot instructions for extension reviews (#21243) (#21244)
- Update polymarket extension (#21236)
- Add AI tools to GitHub Copilot extension for task creation and repository management (#21228)
- kill-process: Add support for Windows (#21240)
- Gate some more extensions for Windows (#21239)
- Fix formatting in README.md for GitHub Copilot (#21226)
- Update CODEOWNERs
- Add GitHub Copilot extension (#21225)
- Update CODEOWNERs
- Add Mobius Materials extension (#21136)
- [Installed Extensions] Use Raycast buitl-in `Action.CopyToClipboard` (#21216)
- notion: Fix opening page on windows (#21205)
- Update CODEOWNERs
- Update CODEOWNERs
- Update spotify-player extension (#21208)
- Add fuelix extension (#21067)
- Update copy-path extension (#21168)
- Update `MailerSend` extension - View Domain Webhooks (#21194)
- [Forked Extensions] Polish `Sync Fork` & fix Git path for Windows (#21204)
- Update freeagent extension (#21203)
- Update One Time Password (#20176)
- [Language Detector] Add support for internet slangs (#21201)
- Docs: update for the new API release
- Update CODEOWNERs
- Vercel/Vercast: Bump deps, make available on Windows (#20758)
- Update CODEOWNERs
- apple-maps-search - Windows support (#20700)
- Update roblox extension (#18919)
- [Forked Extensions] Fix `Sync Fork` and check Git executable file (#21187)
- Update CODEOWNERs
- Whois: Add windows support (#20759)
- Add \'Windows\' to exempt PR labels in stale.yml (#21176)
- feat: Rube MCP Server added to the registry (#21146)
- Update CODEOWNERs
- Add `Lemon Squeezy` extension - List all orders in all your stores + List all products in all your stores (#21115)
- Update awork extension (#21178)
- Add cheatsheets-remastered extension (#20991)
- Update CODEOWNERs
- Add leap-new extension (#21175)
- Update CODEOWNERs
- Update `Console Dev` extension - Major Rewrite + Support Windows + Fix Parser (#21036)
- Update CODEOWNERs
- Add luxafor-controller extension (#21082)
- Update youversion-suggest extension (#21074)
- [Forked Extensions] Sync fork repo with upstream repo on GitHub (#21171)
- Update CODEOWNERs
- Add shopinfo-app extension (#20884)
- Update awork extension (#21040)
- Update CODEOWNERs
- Update radarr extension (#21118)
- Update Fathom Analytics menu bar icon and add shortcut (#21147)
- Update CODEOWNERs
- Update aave-search extension (#21149)
- [Installed Extensions] Add support launching target extension (#21154)
- [Steam] Routine maintenance (#21156)
- Update ray-clicker extension (#21161)
- Update gradient-generator extension (#21163)
- Bugfix/issue-18862 MLB Schedule Fix, addition of Standings and Search Players command (#21167)
- [Forked Extensions] Add support for Windows & improvements (#21060)
- Update CODEOWNERs
- Update CODEOWNERs
- Update copy-path extension (#21134)
- Fix Slack extension: Send message is not working. (#21148)
- Update brreg extension (#21151)
- Update CODEOWNERs
- Update CODEOWNERs
- [GitHub] Add Starred Repos command (#21110)
- Add monkeytype extension (#21108)
- Update CODEOWNERs
- ray-so: Add Windows support (#20740)
- Update ente-auth extension (#20663)
- Update CODEOWNERs
- Add obsidian-link-opener extension (#21021)
- Update CODEOWNERs
- Add crypto-search extension (#21084)
- [Home Assistant] Port to windows (#21065)
- feat: add [Generate QR Code from Selection] Command for [QR Code Generator] Extension (#20831)
- Update CODEOWNERs
- Update CODEOWNERs
- Update google-chrome extension: Add reload/refresh tab action (#21140)
- feat(endel): add Endel extension (#20788)
- Update CODEOWNERs
- Add chatgpt-search extension (#20721)
- Update CODEOWNERs
- Fix Jira extension: Deprecated Atlassian API methods (#21057)
- Add odoo-companion extension (#21058)
- Update brreg extension (#21046)
- [spotify-player] Check for duplicate tracks before adding to a playlist (#20617)
- Update aws extension (#21016)
- ext/media-converter: hotfix: simple quality settings (#21092)
- Update `logitech-litra` extension to support devices without a serial… (#21139)
- Update CODEOWNERs
- [Multilinks] Add Dia browser support (#21128)
- Update 1password extension (#21142)
- Update todoist extension (#21141)
- Update `changedetection.io` extension - Create + Delete + modernize + add EmptyView (#21143)
- Update openrouter-models-finder extension (#21100)
- Fix a minor typo in video-downloader Installer view (#21102)
- Update CODEOWNERs
- Add Looma.fm extension with all reviewer feedback addressed (#20781)
- Update CODEOWNERs
- Add get-cat-images extension (#20964)
- Update CODEOWNERs
- feat(add-expense): add “Recent” section to “Add Expense” form (#21032)
- Update CODEOWNERs
- Add typora-note-creator extension (#20851)
- Update commit-issue-parser extension (#21050)
- [Surge] Routine maintenance (#21098)
- [United Nations] Handle SIGTERM gracefully (#21086)
- Update search index used in Statamic Docs extension (#21089)
- Update CODEOWNERs
- feat: support specifying issue type when creating an issue (#21043)
- Update naver-search extension (#20235)
- [Say] Allow stop saying & handle SIGTERM gracefully (#21081)
- Update CODEOWNERs
- [Spotify] Fix reading values from undefined (#20986)
- Add gradient-generator extension (#21012)
- Update CODEOWNERs
- Update raycast-surge extension (#20578)
- Add openrouter-quick-actions extension (#20958)
- Update CODEOWNERs
- Add scheduler extension (#20641)
- Update CODEOWNERs
- Add comet extension (#20632)
- Update ray-clicker extension (#21088)
- Update todoist extension (#21078)
- Update CODEOWNERs
- Update ship24-client extension (#21059)
- Add openrouter-models-finder extension (#21005)
- Update CODEOWNERs
- Add zsh-aliases extension (#20985)
- Update CODEOWNERs
- Add ray-clicker extension (#20979)
- Update `Wave` - Enhance `Invoice` to show amounts due and paid + Move "Business Products And Services" to its own file + Add new product or service (#21052)
- Update password-generator extension to guarantee presence of character choices (#20976)
- Update CODEOWNERs
- [Forked Extensions] Initial release (#20968)
- Update CODEOWNERs
- Update todoist extension (#20984)
- Docs: Update the utils docs
- Update brreg extension (#21027)
- Docs: update for the new API release
- feat: adding the calculation time for MOROCCO (#20917)
- Update CODEOWNERs
- feat(model-context-protocol-registry): linear mcp server (#20895)
- [defbro] Dynamic detection of defbro command path (issue #20881) (#20882)
- Brew: Close Raycast in case the brew cmd typed in raycast window (#20780)
- Hot Fix: Granola authentication to support WorkOS tokens (#21039)
- Update CODEOWNERs
- Add vixai extension (#20772)
- Update lookaway extension (#21038)
- Update CODEOWNERs
- Bitaxe initial commit (#20750)
- Update CODEOWNERs
- Update cyberchef extension with custom Instance URL (#20735)
- Update duckduckgo-image-search extension (#21034)
- 🐛 fix browser-extension for zen browser (#21035)
- Update CODEOWNERs
- Add positron extension (#20596)
- Update CODEOWNERs
- Add french-company-search extension (#20865)
- Update minio-manager extension (#20999)
- Update change case extension (#20960)
- Update grammari-x extension (#20998)
- Support for scientific notation and decimal encoding in converter (#21011)
- Update Claude Code Cheatsheet - Add v1.0.55-v1.0.81 features (#21004)
- Update CODEOWNERs
- Update trakt-manager extension (#20854)
- [Language Detector] Add support for Windows (#20832)
- Update quick-git extension (#21001)
- Update CODEOWNERs
- Update `SwitchHosts` extension - modernize + icons + markdown + add hook + remove `setTimeout`,`node-fetch` (#21017)
- Update `Clockify` extension - Select Tag During Start + More Precise Types + Modernize (#21002)
- Update `cPanel` extension (#20977)
- Update google lens extension (#21019)
- Update CODEOWNERs
- Add invisible-text-detector extension (#20926)
- Update CODEOWNERs
- Add word4you extension (#20638)
- Update CODEOWNERs
- Add radarr extension (#20904)
- Update CODEOWNERs
- feat(8ball): add preference to choose default action (copy/paste) and… (#20947)
- Update CODEOWNERs
- Update deepwiki extension (#20955)
- Update CODEOWNERs
- Update dodo-payments extension (#20956)
- Update vercast extension (#20838)
- Update CODEOWNERs
- Update search-gule-sider extension (#20911)
- [Groq] model update and improvements (#20630)
- Add support for password protected YubiKeys in yubikey-code (#20938)
- [Time Tracking] rename in Edit Form + Modernize (#20922)
- [Brand.dev] trigger search via search text (QoL) (#20944)
- Update CODEOWNERs
- Add unblocked-answers extension (#20696)
- Update CODEOWNERs
- Add chainscout extension (#20712)
- Update CODEOWNERs
- tabler: add download actions (#20704)
- Update CODEOWNERs
- Add raycast-kozip-extension extension (#20686)
- Update CODEOWNERs
- Add jitsi extension (#20680)
- Update CODEOWNERs
- Add time-calculator extension (#20674)
- Docs: update for the new API release
- Update CODEOWNERs
- feat(todoist): Add NLP task creation with natural language parsing (#20647)
- Update CODEOWNERs
- Add synology-download-station extension (#20643)
- Add owl extension (#20777)
- Update CODEOWNERs
- Update synonyms extension (#20879)
- Update scira extension (#20889)
- [Notion] Quick Capture - Use bookmark block instead of markdown link when Capture As is set to Bookmark (#20906)
- [Color Picker] Fix Convert Color command (#20913)
- Update v0-by-vercel extension (#20923)
- Update CODEOWNERs
- Add v0-by-vercel extension (#20792)
- Add `.gitattributes` & get rid of `\r\n` (#20498)
- [Brand Icons] Add support for creating social badges through cross-extension (#20861)
- Update `PocketBase` extension - **modernize** + search-backups + store token (#20876)
- Update `Keygen` extension - List, Create and Delete Users + View API Usage + Fix typo in command title: "Voew Licenses" -> "View Licenses" (#20885)
- Update certificate-viewer extension (#20894)
- Update CODEOWNERs
- Add yap extension (#20888)
- Update CODEOWNERs
- Media-converter extension: more quality settings, type refactor (#20427)
- Update CODEOWNERs
- Add emojis-com extension (#20875)
- Add dodo-payments extension (#20669)
- Update CODEOWNERs
- Add twingate extension (#20580)
- Update CODEOWNERs
- Update brave-search-with-results extension (#20570)
- Update CODEOWNERs
- Update CODEOWNERs
- Add where-is-my-cursor extension (#20892)
- Update image-wallet extension (#20806)
- Add proton-authenticator extension (#20773)
- Update CODEOWNERs
- Add sharding-tools extension (#20394)
- Update CODEOWNERs
- Add Save Link extension  (#20521)
- Update CODEOWNERs
- Update display-modes extension (#20260)
- Update CODEOWNERs
- Update craftdocs extension (#19976)
- Update CODEOWNERs
- Update aerospace extension (#20847)
- Update aws extension (#20862)
- Update CODEOWNERs
- Update pick-your-wallpaper extension (#20805)
- Update CODEOWNERs
- Add `Tally` extension - view, rename workspaces + view forms + view form submissions (#20493)
- Update at-profile extension (#20853)
- Update aws extension (#20856)
- Update grammari-x extension (#20848)
- Update preferences.md (#20855)
- Update youtrack extension (#20571)
- Update Esports pass extension - replace toISOString() with toLocaleDateString() (#20553)
- Update CODEOWNERs
- Add kiro extension (#20790)
- Update freeagent extension (#20844)
- [Badges] Add shortcut for picking logo (#20849)
- Update CODEOWNERs
- Update svgl extension (#20852)
- Add docklock-plus extension (#20419)
- Update slugify-file-folder-names extension (#20528)
- Update CODEOWNERs
- Add freeagent extension (#20828)
- Update CODEOWNERs
- Update aws extension (#20809)
- Update CODEOWNERs
- Add sefaria extension (#20378)
- Update CODEOWNERs
- Add tokenizer extension (#20513)
- Update CODEOWNERs
- Update CODEOWNERs
- Add parse-logs extension (#20817)
- Add ag-audioflow extension (#20798)
- Update CODEOWNERs
- [GitLab] Fix GitLab lint issues (#20830)
- Update CODEOWNERs
- Adding new social platforms (#20549)
- Update `OpenStatus` extension - ✨AI Tools✨ (#20813)
- [GitLab] Add windows support (#20824)
- Update raindrop-io extension (#20820)
- Update CODEOWNERs
- Update timezone-buddy extension (#20723)
- Update: Implement recently viewed books feature and enhance caching mechanism (#20664)
- Update CODEOWNERs
- Add raycast-focus-stats extension (#19456)
- Fix token expired auth flow in SendAI extension (#20711)
- Update CODEOWNERs
- Add commit-issue-parser extension (#20395)
- Update CODEOWNERs
- Add ozbargain-deals extension (#20288)
- Update mermaid-to-image extension (#20614)
- [zoxide] fix compatibility with Intel Macs, clean up /Users/tkt/ghq/github.com/tktcorporation/extensions/extensions/app-search/node_modules/.bin:/Users/tkt/ghq/github.com/tktcorporation/extensions/extensions/node_modules/.bin:/Users/tkt/ghq/github.com/tktcorporation/extensions/node_modules/.bin:/Users/tkt/ghq/github.com/tktcorporation/node_modules/.bin:/Users/tkt/ghq/github.com/node_modules/.bin:/Users/tkt/ghq/node_modules/.bin:/Users/tkt/node_modules/.bin:/Users/node_modules/.bin:/node_modules/.bin:/Users/tkt/.volta/tools/image/node/22.15.0/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/Users/tkt/ghq/github.com/tktcorporation/extensions/extensions/app-search/node_modules/.bin:/Users/tkt/ghq/github.com/tktcorporation/extensions/extensions/node_modules/.bin:/Users/tkt/ghq/github.com/tktcorporation/extensions/node_modules/.bin:/Users/tkt/ghq/github.com/tktcorporation/node_modules/.bin:/Users/tkt/ghq/github.com/node_modules/.bin:/Users/tkt/ghq/node_modules/.bin:/Users/tkt/node_modules/.bin:/Users/node_modules/.bin:/node_modules/.bin:/Users/tkt/.volta/tools/image/node/22.15.0/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/Users/tkt/.volta/tools/image/node/22.15.0/bin:/Users/tkt/Library/pnpm:/Users/tkt/.volta/bin:/Users/tkt/.nix-profile/bin:/nix/var/nix/profiles/default/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Users/tkt/.orbstack/bin (#20458)
- Update system-monitor extension (#20465)
- Update `claude-code-cheatsheet` extension - Add Claude Code v1.0.51-v1.0.54+ support (#20558)
- Update CODEOWNERs
- Update wol extension (#20601)
- Update CODEOWNERs
- Add google-lens extension (#20319)
- Update CODEOWNERs
- Update CODEOWNERs
- unix-timestamp: Make available on Windows (#20747)
- Update visual-studio-code extension (#20606)
- Update CODEOWNERs
- Update CODEOWNERs
- Update raindrop-io extension (#20563)
- Add dia-skills extension (#20548)
- Update letterboxd extension (#20615)
- end-of-life - Windows support (#20701)
- Gemini/updatemodels-July (#20662)
- Fix: Support currency format in transaction amount validation (#20399)
- Update CODEOWNERs
- feat: Update Rewind Icon (#20744)
- Update CODEOWNERs
- Update hypersonic extension (#20462)
- Update CODEOWNERs
- Update grok-ai extension (#20734)
- Add network-proxy extension (#20425)
- Update CODEOWNERs
- Update CODEOWNERs
- Support device name for audio device selection (#20460)
- Update defbro extension (#20367)
- Show Artist\'s name when liking current track (#20583)
- Update wechat-devtool extension (#20668)
- Add character tabulation to Unicode Symbols extension (#20555)
- Update CODEOWNERs
- [Music extension] Add Remove from Library command (#20168)
- Update nusmods extension (#20625)
- Update quick-notes extension (#20569)
- Update CODEOWNERs
- Deleted directory (#20776)
- Update CODEOWNERs
- extensions/model-context-protocol-registry: APIFY_API_TOKEN → APIFY_TOKEN (#20749)
- Renames the extension from "hoarder" to "karakeep". (#20113)
- Update pr-bot.ts (#20775)
- Update CODEOWNERs
- Update pomodoro extension (#20653)
- Update CODEOWNERs
- Add duckduckgo-image-search extension (#20221)
- Update CODEOWNERs
- Add VLC extension (#20556)
- Update CODEOWNERs
- tw-colorsearch - Windows support (#20702)
- Update Project Hub Extension - Add Recent Projects Section (#20561)
- Update arc extension (#20761)
- Update extension (#20741)
- Update CODEOWNERs
- [Brand Icons] Handle readfile errors gracefully (#20697)
- Update `Host Switch` extension - add Brave support + Modernize + Error Handling + mark as "macOS" only (#20654)
- Update CODEOWNERs
- Update `Tabler` extension - Copy HTML Char Actions + Modernize (#20626)
- Add `Host.io` extension - get full domain data for any domain (#20591)
- Update `Microsoft Edge` extension - fix "new tab" not opening + modernize + mark as "MacOS" only (#20560)
- Update `Dokploy` extension - Manage Destinations (S3 mounts - mostly used for Backups) + Update `navigationTitle`s (#20720)
- Update CODEOWNERs
- Update `HestiaCP` extension - Modernize + View,Create Cron Jobs (#20557)
- Update `SSH Manager` extension - Select SSH Config File + loads of Enhancements (#20461)
- Update CODEOWNERs
- Update `Open in JSON Hero` extension - QoL Enhancements + Modernize (#20515)
- Docs: update for the new API release
- Update CODEOWNERs
- Add planning-center extension (#20502)
- Update youversion-suggest extension (#20527)
- Docs: update for the new API release
- Docs: update for the new API release
- Update `Mattermost` extension - Fix: Direct Messages would not show in `Search Channels` (#20628)
- Update `Library Genesis` extension - fix search no longer working + Modernize (#20542)
- Docs: update for the new API release
- Update CODEOWNERs
- Update tailscale extension to add more information about Mullvad exit nodes (#20357)
- Deprecate Ghost Docs Extension (#20690)
- Update CODEOWNERs
- author update (#20705)
- [Badges][Brand Icons] Bugfixes & improvements (#20545)
- Update public_raycast_extensions.txt (#20688)
- Update CODEOWNERs
- Update pieces-raycast extension (#20296)
- feat[Backstage plugin]: configurable Backstage API URL (#20398)
- Update whisper-dictation extension (#20482)
- Update CODEOWNERs
- Update endoflife (#20651)
- Update T3 chat\'s icon (#20599)
- Update CODEOWNERs
- feat: add windows support mymind extension (#20239)
- [Mastodon] Add support for Windows (#20448)
- [NeoDB] Add support for Windows (#20471)
- Update CODEOWNERs
- [NUSMods] Add support for Raycast Windows (#20240)
- [Todoist] Windows support (#20487)
- Update gdrive homepage url (#20608)
- Update CODEOWNERs
- Arc: Fix trying to open a tab with `open` (#20579)
- Update Zerion author to original one (#20582)
- Update CODEOWNERs
- Update zerion author (#20581)
- feat: Backstage plugin supports static token (#20383)
- [groq] Remove Llama Guard 4 12B 128K (#20507)
- Update CODEOWNERs
- Add preference to toggle default reuse open GitHub search tab (resolves #20488) (#20489)
- Add weread-sync extension (#20205)
- Docs: update for the new API release
- Update CODEOWNERs
- Add cloudflare-email-routing extension (#20305)
- Update dpm-lol extension (#20491)
- macosicons: fix API error handling for non-JSON responses (#20172)
- Update CODEOWNERs
- [Perplexity] Add Perplexity desktop app support to extension (#20393)
- Parse Zed local workspace paths from binary format correctly (#20086)
- Docs: update for the new API release
- Update prepare-an-extension-for-store.md (#20473)
- Update wechat-devtool extension (#20406)
- [Update] [IP Geolocation] Optimize extension icons (#20467)
- Update CODEOWNERs
- [World Clock] Avoid accessing the `.map` function on possibly undefined data (#20469)
- Update CODEOWNERs
- [Update] [Easy New File] Support Default Directory (#20449)
- update pr merge dates (#20457)
- Update grammaring extension (#20464)
- [raycast2github] Fix name mapping (#20472)
- Update CODEOWNERs
- Add extension for opening new instances of apps (#20432)
- Update CODEOWNERs
- Update remove-paywall extension (#20331)
- Update CODEOWNERs
- Update registries to use the official npmjs registry (#20440)
- Add paste-to-markdown extension (#19999)
- Update CODEOWNERs
- Update vscode-project-manager extension (#20446)
- [Easings] Add spring animations (#20445)
- Update CODEOWNERs
- Update groq extension (#20439)
- [Brand Icons] Use `pacote` for downloading & extracting icons (#20391)
- [espanso] support import (#20400)
- Update secret-browser-commands extension (#19948)
- Fixing issue in ext/beehiiv (#20437)
- Update CODEOWNERs
- Update change-case extension (#20002)
- Update ideate extension (#20063)
- Update `Appwrite` extension - DB, Storage, User Enhancements (#20386)
- Update `Oracle Cloud (OCI)` extension - implement provider w/ context + basic objectstorage command (#20405)
- [valkey commands search] Migrate to useFetch and group the commands (#20421)
- Update `Neon` extension - add project, delete projects + Modernize to use latest Raycast config (#20402)
- [espanso] add binary path option (#20280)
- [Larajobs] update metadata image + chore (#20417)
- feat(readwise-reader:) add option to open in Reader desktop app (#20424)
- Update URL unshortener (#20385)
- Update granola extension (#20384)
- feat(readwise-reader): add ability to include tags when saving links (#20388)
- Update background-sounds (#20387)
- Update ScreenOCR (#20408)
- Update instagram-media-downloader extension (#20413)
- Update yu-gi-oh-card-lookup extension (#20414)
- Update CODEOWNERs
- Add pdf-compression extension (#20194)
- Update CODEOWNERs
- Add control kef extension (#20127)
- Update pr-bot.ts (#20376)
- Update Tasklink extension (#20375)
- Update CODEOWNERs
- Added open-in-textmate extension (#20266)
- Update CODEOWNERs
- Update ente-auth extension (#20122)
- [SteamGridDB] Add support for Windows (#20364)
- Update CODEOWNERs
- [Update] [DocSearch] Add TailwindCSS v4, Next.js, MassTransit and Pinia documentations (#20254)
- Update CODEOWNERs
- FocusFLOW (#20214)
- Update repology-search (#20370)
- Update CODEOWNERs
- Add WeChat DevTool extension (#20222)
- Update URL-unshortener (#20136)
- [ProtonDB] Add support for Windows (#20338)
- Fix GIF Search extension updates (#20360)
- PR bot assignee constant (#20358)
- run pr bot on ready to review (#20356)
- [TourBox] Add support for Windows (#20337)
- add debugging for draft pr review assigning (#20353)
- Update `Name.com` extension - ✨ AI Enhancements (add 3 Tools) + Migrate API (Legacy v4 to Core v1) + Modernize (#20340)
- PR bot should check PR files in existing extensions too (#20352)
- Update CODEOWNERs
- Add console logs to PR Bot for testing (#20351)
- Add rounding-number extension (#20232)
- Update CODEOWNERs
- toggle-desktop-visibility for mac os 26 tahoe (#20225)
- Update zipline extension (#20336)
- Update CODEOWNERs
- Update slack extension (#19219)
- Update FHIR extension (#20329)
- Update CODEOWNERs
- Update CODEOWNERs
- [Easy Dictionary] Remove the unused icon file (#20333)
- Update aerospace extension - Changed the icon to the new design. (#20342)
- things: handle JXA scripts with no result (#20341)
- Update trenit extension (#20215)
- Apply "AI Extension" label for new extensions as well as existing ones (#20306)
- Update `Short.io` extension - `search-links` now allows you to view links independent of default + fix: `shorten-link-with-domain` persists Default Domain properly (#20327)
- Create new message when no number match found (#20326)
- Update CODEOWNERs
- Support for OTP codes that include a hyphen (#20236)
- Update anytype extension (#20227)
- Update CODEOWNERs
- Update ray-boop extension (#20231)
- Update easydict extension (#20190)
- Update CODEOWNERs
- Add quick-jump extension (#20050)
- Update CODEOWNERs
- Add zipline extension (#20157)
- Update CODEOWNERs
- Add ship24-client extension (#20170)
- Update Raycast X link in README (#20318)
- things: improve project detection to not depend on existing projects (#20300)
- noteplan 3 | fix #20116 Daily plan not displaying (#20308)
- Update CODEOWNERs
- feat(notion): show properties in page preview (#20111)
- Update CODEOWNERs
- fix: typescript error handling (#20298)
- Update spotify-player extension (#20178)
- Update CODEOWNERs
- New Extension : Percentage Calculator (#20195)
- Update CODEOWNERs
- Update g-cloud extension (#20210)
- Update Lightshot Gallery extension (#20246)
- [HoudahSpot Search] fix fallback text not used (#20295)
- Update CODEOWNERs
- Update browser-bookmarks extension (#20187)
- Add trip search command to Norwegian Public Transport extension (#20226)
- Update CODEOWNERs
- Add FHIR extension (#20163)
- Update CODEOWNERs
- Update xecutor extension (#20159)
- Add climbing-grade-converter extension (#20134)
- Update Cider extension (#20241)
- Update CODEOWNERs
- change author (#20289)
- things: enhance error reporting + troubleshooting hints (#20224)
- [Update] [Hide Files] new icon style (#20253)
- [Update] [Bing Wallpaper] Add refresh interval (#20249)
- Update CODEOWNERs
- [Update] [Browser tabs] new icon style (#20251)
- [Update] [Maven Central Repository] new icon style (#20252)
- Add clipyai extension (#19740)
- Update CODEOWNERs
- Update CODEOWNERs
- Update `Larajobs` extension - filter by Type, Salary, Tag (#20286)
- [zed-recent-projects] Adds a preference checkbox to use the Zed development Sqlite database (#19803)
- Add Metabase AI Tools  (#17673)
- Update CODEOWNERs
- Add squeeze extension (#20083)
- Update CODEOWNERs
- Update CODEOWNERs
- Add `Upstash` extension - List Redis Databases, View Details & Usage, Create Database + List Vector Indices, Create Index, Delete Index (#20274)
- Update `HoudahSpot Search` extension - fix: text passed as "undefined" when Argument is empty in fallback mode + add `metadata` image + Modernize + `chore` (#20250)
- [Spaceship] Toggle Domain Transfer Lock + Get Domain Auth Code + Add AAAA,  CNAME DNS Records (#20243)
- Update `Keygen` extension - List & Add Products + Color License based on Status + show: Expiry, Scheme, Valid in License (#20228)
- Update `Sanity` extension - update logo + modernize (#20220)
- Update CODEOWNERs
- Update `MailerSend` extension - View API Quota + Filter Domain Activity by Type + View, Rename, Toggle (Pause/Unpause) Tokens (#20197)
- [Say] Fix duplicate lines in Configure Say command (#20245)
- [Update][Are.na] show status accessory w/ color in search channels + remove auto-generated types (#20265)
- Update CODEOWNERs
- [ccusage]: fix(#20056) resolve custom npx path issue in ccusage CLI commands (#20262)
- update[send-ai]: added new features in the extension (#20273)
- [Image Modification] Bug Fixes (#20282)
- Update curl extension (#20284)
- Update f1-standings extension (#20217)
- Update CODEOWNERs
- Add csfd extension (#18344)
- Docs: Update the utils docs
- Update CODEOWNERs
- Add rewiser extension (#20023)
- Update `Resend` extension - Update Icons + Modernize to use latest config + chore: remove `node-fetch`, `cross-fetch` (#20179)
- Update CODEOWNERs
- Major update to Kaleidoscope extension, see README and CHANGELOG. (#20076)
- [catppuccin] update data source (#20216)
- update extension raycast-Gemini - safety-setting (#19277)
- Update CODEOWNERs
- Add ray-boop extension (#20108)
- Update CODEOWNERs
- [Spotify Player] Fix for Search command not working issue (#20183)
- Update CODEOWNERs
- Add new raycast extension - SendAI (#20104)
- things: fix project update actions (#20161)
- Update `Wave` extension - Add new customers through `Form` + Remove customers after confirming (`Alert`) + Move "Business Customers" to its own file + Modernize to latest config (#20185)
- Spotify Lyric Finder Improvements (#20154)
- Update CODEOWNERs
- Add certificate-viewer extension (#20110)
- Update CODEOWNERs
- Add markdown-preview extension (#20052)
- Update CODEOWNERs
- Add somafm-for-raycast extension (#20027)
- feat: add getThumbnailUrl to optimize image loading and update components to use it (#20177)
- Update CODEOWNERs
- feat: add resend wallpaper extension (#20169)
- Update CODEOWNERs
- Update `Polar` extension - View Products and their Media + Optionally BYOK + Remove `node-fetch` (#20156)
- Update CODEOWNERs
- Add Instant Translate feature to Google Translate extension (#20093)
- Add quick-quit extension (#19869)
- extensions/messages: docs: add note about automation permissions for sending messages (#20148)
- Update `Doppler` extension - View Logs of a Config + "Open In Doppler" component (#20164)
- Try/catch AI label PR bot (#20165)
- Auto-label AI extensions in PRs (#20160)
- Update CODEOWNERs
- Update apple-notes extension (#19613)
- Update CODEOWNERs
- Add roblox-creator-docs extension (#20024)
- Update music extension (#19654)
- Update CODEOWNERs
- Update apple-notes extension (#20138)
- Update zeabur extension (#20140)
- Update `radicle` extension - remove need for `radicle-httpd` (#20141)
- Update CODEOWNERs
- Update spotify-player extension (#19950)
- Update CODEOWNERs
- Add windsurf extension (#20046)
- Add stacks extension (#19863)
- Update CODEOWNERs
- Add markdown-styler extension (#19967)
- Update CODEOWNERs
- Update CODEOWNERs
- Update `Pocket` extension - add an Alert in Show informing users to Export + required url in create (#20126)
- Update `Obsidian Tasks` add `preference` to show description in details markdown (List Tasks) (#20098)
- [create-link]: Add customizable templates and tab selection feature (#20120)
- Update preferences.md (#20131)
- Update CODEOWNERs
- [Get SSH Keys] OpenInFinder + Key as Icon (#20117)
- No `-lossless` flag on `dwebp` (#20125)
- feat: add Gen-PDF MCP Server to the registry (#19924)
- Update CODEOWNERs
- Update CODEOWNERs
- Add tidal extension (#19784)
- Add image-shield extension (#19969)
- Update CODEOWNERs
- Update cobalt extension (#20090)
- Update sequoia-tiling extension (#20101)
- Update lookaway extension (#20092)
- Update media-converter extension: proper user preferences (#20081)
- docker,dockerhub,drafts,ensk-is,seo-lighthouse: Update to use newer version of `tar-fs`. (#20068)
- Update CODEOWNERs
- Add Default Formality Configuration Option (#19656)
- Update CODEOWNERs
- Add sidecar extension (#19980)
- [GitLab] Group milestones on issue and mr create form (#20072)
- Update CODEOWNERs
- Update CODEOWNERs
- Update `Short.io` extension - Add Domain inside `shorten-link-with-domain` + Modernize extension to use latest Raycast config (#20070)
- fix: replace youtube-transcript lib (#20080)
- Add sequoia-tiling extension (#19877)
- Update CODEOWNERs
- Update github extension (#20073)
- Update CODEOWNERs
- Support device name for audio device selection (#19995)
- New: Password.Link Extension (#19996)
- Update CODEOWNERs
- Add clipmate extension (#19958)
- Update CODEOWNERs
- Add regex-batch-renamer extension (#19849)
- [Bitwarden] Catch OTPAuth initialization (#20064)
- Update CODEOWNERs
- Update quick-notes extension (#19965)
- Update linkding extension (#19756)
- Update media-converter extension (#20061)
- Update CODEOWNERs
- Update docker extension (#19817)
- [ChatGPT Quick Actions] API pricing fix (#19964)
- Update raycast-zoxide extension (#20032)
- Update whisper-dictation extension (#19989)
- Browser Bookmarks: Add support for Dia and Ghost Browser (#19971)
- Update CODEOWNERs
- Add duan-raycast-extension extension (#19765)
- Update CODEOWNERs
- Add ideate extension (#19791)
- Update CODEOWNERs
- Update transmission extension to fix error on showing a list (#19809)
- Update CODEOWNERs
- Update Markdown to ADF library (#19972)
- Update CODEOWNERs
- DotMate - Raycast Extension for Dotfile Management (#19819)
- Update media-converter extension: better installation (#19808)
- Update wp-bones extension (#19953)
- Update CODEOWNERs
- Update CODEOWNERs
- Update project-code-to-text extension (#19921)
- Add `MailerSend` extension - View Domains, View Domain Activity (24 hours), View Templates, View Users (#20022)
- Update CODEOWNERs
- Add psn extension (#19914)
- Update CODEOWNERs
- Add minio-manager extension (#19906)
- Fix Slack extension YAML (#19865)
- Better handling of cloc command to show statistics (#20040)
- Aerospace - add monitor name to switch apps action (#19899)
- Updated Font Awesome version, added support for more icon types (#19963)
- Update CODEOWNERs
- Update translate extension (#19933)
- Update openrouter-model-search extension (#20028)
- [ccusage] Hotfix critical React Hooks Rules violations and improve loading states (#20033)
- [Google Translate] Show auto detected language in Quick Translate (#20036)
- [Bitwarden] fix: check if user can access BrowserExtension (#20029)
- Update CODEOWNERs
- Update tailwindcss extension - add default action preference to `Search Colors` command (#19707)
- Add claude-code-cheatsheet extension (#19828)
- Update Repository Manager (#19994)
- [ccusage] Major v2.0.0 upgrade: AI extension support and architecture refactor (#20019)
- [Google Translate ] fix quick translate with Chinese auto detected language (#19991)
- Update CODEOWNERs
- Add redirect-trace extension (#19854)
- Update workouts extension (#20018)
- Update raycast-wallpaper extension (#20017)
- Fix Slack powershell script (#20014)
- Linear: Fix SVGs to include xmlns (#20012)
- Feat: Add permalink to Dub Link page (#20004)
- [Google Translate] Improve UX for quick language change in Translate Form (#19990)
- Update react-native-directory extension (#19992)
- [Bitwarden] Catch authenticator initialization error (#19997)
- [Dribbble, Uplabs] Remove Dribbble and Uplabs extensions (#19913)
- Update youtrack extension (#19983)
- Fix Slack extension: search messages from specific user (#19731)
- [Daminik] use URL instead of Slug in Preferences (#19934)
- Docs: update for the new API release
- Update youtrack extension (#19925)
- Update workouts extension (#19981)
- [Update] [Raycast Wallpaper] More Auto Switch Interval (#19952)
- [Update] [Easy New File] Supports Form layout (#19954)
- [Google translate] fix Chinese and some other languages (#19957)
- [Update] [Life Progress] (#19959)
- Update compressx extension (#19966)
- Patched breaking API change (#19974)
- Update `Coolify` extension - fix: Unable to delete Databases in `Resources` + view `ENVs` of **applications** and **services** (#19940)
- [MyIdlers] - Domain, Shared, Reseller and Server are now split into "Active" and "Inactive" sections (#19968)
- [Brand Icons] Routine maintenance (#19912)
- Update CODEOWNERs
- [ccusage] Clean up unused dependencies and exports (#19916)
- Add kusto-reference extension (#19836)
- Update CODEOWNERs
- Make sure extensions use official npm registry (#19911)
- Update safari extension (#19829)
- Update CODEOWNERs
- Housekeep Knip config (#19903)
- [Confluence Search] Use the npm official registry (#19901)
- Update CODEOWNERs
- [ClickUp] persist priority on create (super minor fix) + add some missing icons (#19904)
- Update CODEOWNERs
- [Gitlab] Add issue filter on issues menu item (#19769…
AmanVarshney01 added a commit to AmanVarshney01/raycast-extensions that referenced this pull request Nov 20, 2025
- Add Prisma Postgres Extension
- Update CODEOWNERs (84c8fd75)
- Update papago-translate extension (#22699)
- Update CODEOWNERs (d3206b90)
- feat: Add preference to open iTerm in a new window or tab for the "Open iTerm Here" command (#22960)
- Update CODEOWNERs (14975d4c)
- Better search for remote items (#22959)
- [United Nations] Routine maintenance (#22955)
- Update CODEOWNERs (558b1625)
- [Visual Studio Code Extension]: Add Windows Support (#22108)
- Update CODEOWNERs (f5310078)
- Update macosicons extension (#22963)
- Update github extension (#22965)
- Google Calendar: Update check for internal flavor (#22951)
- [World Clock] Add Windows support (#22274)
- Support Google Calendar on Windows (#22945)
- Update scheduler extension (#22476)
- Update tududi extension (#22938)
- Update logos-launcher extension (#22939)
- feat(mcp-registry): update nuxt mcp server url (#22865)
- Update CODEOWNERs (8f56211e)
- Update google-chrome extension (#22926)
- Update CODEOWNERs (a390ca22)
- Add kalshi extension (#22776)
- Update CODEOWNERs (0ee96955)
- Add port-from-project-name extension (#22312)
- Add AUP link to README.md (#22935)
- Google Calendar: Make compatible for internal build on Windows (#22932)
- Update CODEOWNERs (142e4b77)
- Update kagi search extension (#22921)
- Update CODEOWNERs (0273e950)
- Update type-snob extension (#22925)
- Update CODEOWNERs (7d5913a5)
- Add `Featurebase` extension (#22891)
- Update CODEOWNERs (e634a895)
- Update `LLMs Txt` add Windows support (#22900)
- Update `n8n` extension - fix crash when invalid URL (show EmptyView) (#22917)
- Update CODEOWNERs (3b6e10f2)
- Update can-i-use extension (#22923)
- Update bitbucket extension (#22836)
- Add AI assistant tooling to Raindrop.io extension (#22908)
- Update excel-formula-beautifier extension (#22871)
- [Groq] Update models (#22902)
- [Chatwoot] fix msg crash when no sender name (one line fix) (#22919)
- Update CODEOWNERs (a4d9e687)
- Forked extensions windows cloning error when user folder has space (#22914)
- Update `Appwrite` extension - fix users + copy id + add sort order (#22890)
- Update CODEOWNERs (d1dd3af2)
- Update installed extensions extension (#22895)
- Update vps-explorer extension (#22863)
- Update 1password extension (#22877)
- Add screenshots for WebBlocker extension (#22893)
- Update CODEOWNERs (8ee1662a)
- Update type-snob extension (#22876)
- Update CODEOWNERs (8e373817)
- Add `Immich` extension - Explore + Library + API Keys (#22884)
- Update wechat-devtool extension (#22886)
- Update CODEOWNERs (dac38da6)
- Add WebBlocker extension for productivity and focus (#22715)
- Update CODEOWNERs (4c92abd3)
- Spotify Player - Add Windows support (#22759)
- Update CODEOWNERs (bb38e635)
- Add yasb extension (#22555)
- Update toolbox extension (#22527)
- Update CODEOWNERs (2ce02087)
- Add winscp extension (#22012)
- Update CODEOWNERs (4bb8c1d8)
- Add ports extension (#21729)
- [Home Assistant] Replace deprecated attribute and fix related commands (#22870)
- Update CODEOWNERs (e7d3e1f4)
- Update cratecast extension (#22720)
- Update CODEOWNERs (967888a4)
- Add qalc extension (#21937)
- Update CODEOWNERs (6a294cab)
- Add eurovision-song-contest extension (#22866)
- [NetNewsWire] fix articles not loading (#22864)
- Update CODEOWNERs (77629198)
- Update library-genesis extension (#22869)
- Update CODEOWNERs (82d7e681)
- Add drug-search extension (#22860)
- Update CODEOWNERs (b30fad64)
- Add httpperf extension (#22809)
- Update CODEOWNERs (a1b96be6)
- Add git extension (#22550)
- Update CODEOWNERs (9c354083)
- Add logos-launcher extension (#22366)
- Update CODEOWNERs (792ccbdc)
- Add crypto-portfolio-tracker extension (#22516)
- Update CODEOWNERs (7c738cc5)
- chore: update github username (#22634)
- Update CODEOWNERs (20093698)
- feat(screenocr): add option to disable sound and toast message (#22559)
- feat: Vision Support with Pixtral Models and Clipboard Integration (#22724)
- Update CODEOWNERs (76861a76)
- Update deepcast extension (#22830)
- Update CODEOWNERs (4e55cf4b)
- [Sink] windows support + shortcuts + modernize (#22850)
- chore(sdk-scw): migrate to new sdk (#22777)
- Improve regex pattern used for Jira issue key detection (#22833)
- Update freeagent extension (#22818)
- Update CODEOWNERs (0fe6eb9d)
- [JWT Decoder] Update dependencies (#22411)
- Update CODEOWNERs (05e17791)
- Add grokipedia extension (#22519)
- Update CHANGELOG.md (#22832)
- [VLC] Add commands for speed and history (#22800)
- Update CODEOWNERs (630baf92)
- Update search-router extension (#22823)
- Update CODEOWNERs (660ff273)
- Add excel-formula-beautifier extension (#22578)
- Update CODEOWNERs (f46e7f57)
- Add json-resume extension (#22499)
- Update vps-explorer extension (#22819)
- Update CODEOWNERs (fae2c295)
- Update prism-launcher (#22801)
- Update CODEOWNERs (6c53c0e4)
- Update video-downloader extension (#22810)
- Update CODEOWNERs (b4006be0)
- Add vps-explorer extension (#22507)
- [Ligue-1] Update extensions (#22806)
- Update `Coolify` extension - delete project (new action) (#22794)
- Update CODEOWNERs (f6d7e481)
- Add `Firefly III` extension (#22795)
- Update CODEOWNERs (cfb46f57)
- Add AI by vercel extension (#22804)
- Update review expectations message in pr-bot (#22734)
- Change fetch URL and parse frontend version (#22751)
- Update CODEOWNERs (61c928e3)
- fix(extension): fix zen-browser opening new tab in private window in windows (#22767)
- Update raycast-zoxide extension (#22775)
- Update browser bookmarks extension (#22778)
- Update CODEOWNERs (5898b655)
- Add rule-of-three extension (#22773)
- Update twitch (#22770)
- Update fathom extension (#22760)
- [Postiz] v2 month till EoM + posts in markdown (#22774)
- Update CODEOWNERs (ad1c8665)
- Update twitch (#22746)
- Update CODEOWNERs (584953d5)
- Add Shelve extension (#22287)
- Update CODEOWNERs (342955a0)
- Add ray-code extension (#22755)
- Update qbittorrent (#22756)
- Update CODEOWNERs (c282ff17)
- Update uploadthing (#22763)
- Update cloudflare-warp extension (#22765)
- Update CODEOWNERs (38c5ec83)
- Add `Papra` extension (#22761)
- Update CODEOWNERs (ba06e8c4)
- add: Orshot extension (#21715)
- [ivpn] minor fix: error handling in logout command (#22757)
- Update CODEOWNERs (977815a6)
- Update steam (#22730)
- Update CODEOWNERs (52b198d4)
- feat(imessage-2fa): add support for the 2FA from Epos Card Japan (#22593)
- Update browser history extension (#22749)
- Update `Appwrite` extension - Show Sites, Deployments, Variables (#22754)
- [Multilinks] Add Perplexity Comet browser support (#21476)
- Update anna-s-archive extension (#22739)
- Update CODEOWNERs (fceb40cc)
- [ccusage] feat: enhance Node.js path resolution and CLI execution flexibility (#22740)
- Update silent-mode extension (#22738)
- Update CODEOWNERs (8101bc2b)
- AppGrid - Smart app launcher with grid view and category grouping (#22709)
- Update CODEOWNERs (c6c796f6)
- Add silent-mode extension (#22732)
- feat(ray-so): add nuxt theme preferences (#22733)
- Update CODEOWNERs (6de71ca1)
- Add pi-drill extension (#22714)
- Update CODEOWNERs (043ad9be)
- Update bitbucket extension (#22708)
- Update CODEOWNERs (57cbf4b9)
- Add ping-menu extension (#22299)
- Docs: Update the utils docs
- Update CODEOWNERs (d3ea74a2)
- Add udemy-coupons extension (#22713)
- Update CODEOWNERs (2dfb48e5)
- Update qbittorrent (#22728)
- Update CODEOWNERs (7c6269c0)
- Add dice-tiles extension (#22021)
- FuelX: Remove vulnerable, but unused, dependencies. (#22727)
- LingoRep: Fix security vulnerabilities. (#22726)
- Update CODEOWNERs (9a3fcb4e)
- Add zshrc-manager extension (#22314)
- Update CODEOWNERs (6f5ff619)
- Update parallels-virtual-machines extension (#22676)
- Update CODEOWNERs (a92f1b80)
- Add tex2typst extension (#22667)
- Update CODEOWNERs (dbdf4185)
- feat(sound-search): new extension for searching sounds 🎵  (#22590)
- Update skyscanner-flights extension (#22723)
- Update CODEOWNERs (19316773)
- Add rhttp extension (#22359)
- Update `Capacities` extension - Maintenance + Windows Support (#22694)
- Update CODEOWNERs (6f7ed842)
- Add `NetNewsWire` extension (#22717)
- [Chatwoot] search contacts + show unread convo count (#22719)
- Add Ghostty terminal support to Claude Code Launcher (#22706)
- Update knowyourmeme extension (#22705)
- Feature mistral medium (#22633)
- Update CODEOWNERs (10b7497d)
- Handle the search favourite space error (#22689)
- Update CODEOWNERs (85f8818e)
- Update timezone-buddy extension (#22652)
- Update CODEOWNERs (10af08bf)
- Extension: cloudflare (#22660)
- feat(chatgpt-search): Make query parameters configurable, simplify extension (#22677)
- Update CODEOWNERs (33834b75)
- Add prompt-builder extension (#22648)
- Update CODEOWNERs (aa910511)
- Add display-reinitializer extension (#22678)
- Update CODEOWNERs (2780fca6)
- Update messages extension (#22687)
- Update CODEOWNERs (cde25cb6)
- [gitignore] Windows Support and Favourites (#22623)
- Update CODEOWNERs (6e16a93d)
- [Google Search] Release for Windows (#22410)
- Update skyscanner-flights extension (#22686)
- Update jsr extension (#22682)
- Update CODEOWNERs (9b38b344)
- Update spell extension (#22657)
- Update CODEOWNERs (24aabfd6)
- [Adhan Time] Add Windows support (#22622)
- Update CODEOWNERs (2a668305)
- Update parcel extension (#22239)
- Update CODEOWNERs (5b5c73f4)
- Update idonthavespotify extension (#22695)
- Update CODEOWNERs (f7ae792c)
- [Search NPM Packages] Add Bun Support (#22697)
- Update CODEOWNERs (62749d70)
- Add skyscanner-flights extension (#22646)
- [Premier League] API Migration (#22631)
- Update svelte-docs extension (#22666)
- Update CODEOWNERs (d9f76b0f)
- Update keyboard-shortcut-sequences extension (#22181)
- Docs: update for the new API release
- Ertembiyik/update punto (#22624)
- Update svelte-docs extension (#22650)
- Update CODEOWNERs (9894359b)
- Add `Grist` extension (#22655)
- Update CODEOWNERs (29553c07)
- Update `Pastefy` extension - add win support + 2 new create preference (close 2 issues) (#22656)
- feat(google-chrome): add exclude search functionality (#22614)
- Update CODEOWNERs (cc8a88c8)
- Update url parse extension (#22662)
- Update CODEOWNERs (92771db0)
- Add Tempo extension (#22643)
- Update svelte-docs extension (#22533)
- Update CODEOWNERs (977eb5e6)
- Add Copy Notion Markdown Link extension (#22523)
- Update prism-launcher extension (#22645)
- Update prism-launcher extension (#22526)
- Update CODEOWNERs (c8bea537)
- Add qrcp extension (#22524)
- Keeper Security Updated Readme file (#22642)
- Update currency-exchange extension (#22620)
- [ENS name lookup]: Fix the extension functionality (#22613)
- Update CODEOWNERs (6c3d489d)
- Update any-website-search extension (#22574)
- Update plane extension - README (#22636)
- Update CODEOWNERs (257ee845)
- Update delivery-tracker extension (#22577)
- Update roblox-creator-docs extension (#22538)
- Update plane extension - Support for Plane Self Hosted and API Key authentication (#22608)
- Update tembo extension (#22615)
- Update bible extension (#22606)
- Update `Koyeb` extension - paginate activities + app,service events (#22619)
- Update CODEOWNERs (42d77f5b)
- Add linkace extension (#22362)
- Update CODEOWNERs (e1f980ca)
- Add paperform extension (#22500)
- Update CODEOWNERs (cdfc8913)
- Update T3 Chat extension - Added new models (#22127)
- Update `Attio` extension - use official logo + add task (#22609)
- Update claude extension to dynamically retrieve models (#22217)
- Update CODEOWNERs (936310d4)
- Agent Client Protocol client implementation (#22140)
- Update some dependencies to fix some security issues (#22610)
- Update harvest extension (#22545)
- Update CODEOWNERs (b8c8fcd7)
- Update some deps to fix vunerability issues (#22546)
- Update discord-timestamps extension (#22554)
- Update Eagle extension (#22560)
- Update zed-recent-projects extension (#22562)
- Updated to Filament 4 (#21869)
- [Coolify] add Windows support (#22565)
- Fix: Compatibility with new Luna UI, Windows Support, Version Updates (#22575)
- Update `Resend` extension - use Node SDK  (#22572)
- Update CODEOWNERs (7a56bbe0)
- Update raindrop-io extension (#22552)
- Updated backend endpoints (#22568)
- Update swift-command extension (#22592)
- [Brand Icons] Routine maintenance (#22564)
- Update radarr extension (#22580)
- Update exif extension (#22542)
- Convert Media: add `Copy FFmpeg Command`, remove AVI CRF,... (#22549)
- Update `FreeDNS` extension - modernize + add windows support (#22536)
- Update plane extension README (#22548)
- Update kagi-news extension (#22539)
- Fix casing of \'Windows\' to \'windows\' in keyboard.md (#22540)
- Update CODEOWNERs (0a691228)
- Update timezone-buddy extension (#22349)
- Update reclaim-ai extension to include support for platform: Windows & fix bug with search tasks (#22460)
- Update CODEOWNERs (f4aad1fb)
- Add knowyourmeme extension (#22305)
- Update CODEOWNERs (53d4b505)
- Update gitlab extension (#22360)
- Update CODEOWNERs (7b1e59c4)
- Add kagi-news extension (#22389)
- brew: Change "formula" to "formulae" (#22518)
- Update CODEOWNERs (257af696)
- Add string-formatter extension (#21859)
- Update CODEOWNERs (2a0fab28)
- Add helium extension (#22290)
- feat(markdown-codeblock): add newline prefix (#22369)
- Update CODEOWNERs (b20058a1)
- Docker/add windows support (#22455)
- Add Windows platform support (#22453)
- Update CODEOWNERs (aa68611f)
- Add xkcd-password-generator extension (#22433)
- Update CODEOWNERs (8bf2a9d9)
- Add Stagehand extension (#22179)
- Update CODEOWNERs (59d237b7)
- Add micro-snitch-logs extension (#22390)
- Update CODEOWNERs (238052ee)
- Update github extension (#22384)
- Docs: Update the utils docs
- Update CODEOWNERs (42e307ec)
- Add ivpn extension (#22149)
- Add Pagination to List of Playlist Songs (#22145)
- [Update] [Things] Increase timeout in AppleScript and update Node packages to latest (#22512)
- Update figma-files-raycast-extension extension (#22254)
- Update prism-launcher extension (#22458)
- Update unicode-symbols extension (#22510)
- Update jsr extension (#22503)
- Update CODEOWNERs (0fd5ad08)
- Add keeper-security extension (#22296)
- Update filemaker-snippets extension (#22509)
- Update CODEOWNERs (e858971c)
- Add paynow extension (#22380)
- [ipapi.is] fix error when some location field is invalid (#22493)
- Update CODEOWNERs (ccfa9932)
- Update zen-browser extension (#22491)
- Update tembo extension (#22471)
- Delete .github/workflows/add-approve-label.yml (#22501)
- Update `Chatwoot` extension - Add "My Inbox" command + Fix "List Messages" command (#22490)
- [Linear] Use API-provided notification presentation (#22285)
- Update CODEOWNERs (1a7209ee)
- Update harvest extension (#22256)
- Update CODEOWNERs (13787cdf)
- Fix finding button in Tahoe. (#22330)
- Update GitHub Actions workflow for PR approvals (#22487)
- Docs: update for the new API release
- Update CODEOWNERs (77f64775)
- Added support for Asana sections (#21912)
- Update auto-label workflow for PR approvals (#22484)
- Update GitHub Actions workflow to set effective token (#22482)
- Update workflow to use pull_request_review event (#22479)
- Update CODEOWNERs (d5727aab)
- Add action to generate and copy private links (#22273)
- Enhance PR approval labeling workflow (#22477)
- Chatgpt atlas bookmarks improvement (#22371)
- Add windows support  (#22367)
- Update diskutil-mac extension (#22307)
- [Secret Browser Commands] add ChatGPT Atlas, etc (#22348)
- Update deployhq extension (#22319)
- [Serie A] Update extensions (#22427)
- Update CODEOWNERs (a0f6527b)
- Update arc extension (#22272)
- Update CODEOWNERs (82962ede)
- Add file-info extension (#22259)
- [LaLiga] Update extensions (#22452)
- Update CODEOWNERs (9f49ac17)
- Update jotoba extension (#22379)
- Update capture fullpage of website extension (#22392)
- Update CODEOWNERs (9eeb19ae)
- Add `Formizee` extension - The Open-Source Forms Platform (#22281)
- Update CODEOWNERs (3878eb92)
- [Video Downloader] ADD "Open in Explorer" for Windows users. (#22300)
- Add `Sevalla` extension  (#22407)
- Update CODEOWNERs (c4582cbb)
- Add `Attio` extension - Objects, Tasks, Webhooks, Lists, Notes, Members and Teams (1st version) (#22432)
- Update CODEOWNERs (04f103bd)
- Update google tasks extension (#22439)
- Update CODEOWNERs (1e072cd8)
- feat: add KeePassXC entry placeholder support (#22357)
- Update ton-address extension (#22370)
- [Postiz] Fix Creation Failing + Post Enhancements (#22372)
- Update comet extension (#22381)
- Update CODEOWNERs (291204ff)
- [Random] Update dependencies, release for Windows (#22353)
- Update CODEOWNERs (eeb3d87a)
- Update capture fullpage of website extension (#22304)
- Update CODEOWNERs (5204e8d4)
- Add `HomeBox` extension - A simple home inventory management software (#22264)
- Update docklock-plus extension (#22240)
- Update `Autumn` extension - New Features command + Windows Support + Enhancements (#22311)
- Update CODEOWNERs (7385f9dd)
- Update paste as plain text extension (#22328)
- Update CODEOWNERs (0ad576af)
- Add `Vartiq` extension - Manage Projects, Apps, Webhooks, Webhook Messages (#22324)
- Update CODEOWNERs (f28be428)
- Update browser bookmarks extension (#22343)
- Update CODEOWNERs (85c4dc01)
- Update chatgpt atlas extension (#22351)
- Update CODEOWNERs (2468906f)
- Add ChatGPT Atlas extension (#22340)
- Docs: update for the new API release
- Update nightscout extension (#22293)
- Threads: ESLint simplification, dependency updates, new commands, and documentation (#22276)
- Update CODEOWNERs (a2bc7743)
- Add wled-controller extension (#22258)
- Update CODEOWNERs (12a75181)
- Update jetbrains extension - Add Support for Toolbox V3  (#22265)
- Update CODEOWNERs (3c3bfba8)
- Add fathom extension (#22187)
- Update youtube extension (#22250)
- Update CODEOWNERs (2ddb7251)
- Update fetch youtube transcript extension (#22220)
- docs: [YouTube] reflect YouTube extension features instead of the GitLab extension (#22246)
- Update kimai extension (#21809)
- Update multiple extensions to address security vulnerabilities. (#22241)
- Update linkding extension (#22231)
- Update CODEOWNERs (f24e76f7)
- Add http-observatory extension (#22219)
- Update dig extension (#22213)
- Update CODEOWNERs (4dd7c9d8)
- Update apple-reminders extension (#22182)
- Update CODEOWNERs (6336d869)
- Add `Paymenter` extension - View Invoices + View Tickets + View & Create Users (#22232)
- Update CODEOWNERs (f7242a65)
- Update nhl extension (#22237)
- Update CODEOWNERs (6d84bbb2)
- Update obsidian-tasks extension (#21863)
- Update harvest extension: Add favorites command (#22210)
- Update CODEOWNERs (e8d487be)
- Add tududi extension (#22165)
- Update raycast-zoxide extension (#22218)
- Update CODEOWNERs (00c88e12)
- Update cheatsheets extension (#22226)
- New Feature: Bootstrap Icons: AI Search Fallback (#22221)
- Update `Unkey` extension - move to Unkey SDK w/ v2 Endpoints for better performance (#22214)
- feat(nuxt): add Windows compatibility (#22209)
- Update CODEOWNERs (4e5503af)
- Add forscore extension (#22204)
- tabler: handle pagination/search APIs (#22189)
- Update CODEOWNERs (72e0c46f)
- Update plane extension (#22198)
- Update CODEOWNERs (a15e7275)
- Add haystack extension (#22052)
- Update zed-recent-projects extension (#22199)
- things: fix timeout on macOS Tahoe (#22193)
- macosicons: enhance error handling with detailed troubleshooting (#22192)
- feat(nuxt): v2.1.0 (#22104)
- [Bitwarden] Add Windows support (#21940)
- Update CODEOWNERs (0d47291d)
- Update instant-domain-search extension (#22081)
- Update CODEOWNERs (a006b143)
- Update time-machine extension (#22045)
- Update base-stats extension (#21710)
- Update CODEOWNERs (88cf72d9)
- Update contributors (#22175)
- Add Bootstrap Icons extension (#22190)
- Update CODEOWNERs (9e13279b)
- Add edgestore-raycast extension (#22117)
- Update CODEOWNERs (a82922ec)
- New Extension: Metacritic (#21588)
- Update dust-tt extension (#22167)
- [1Password] Adopt the latest extension template (#22109)
- Update CODEOWNERs (b1b36e04)
- Kaomoji Windows Support (#22158)
- Update CODEOWNERs (21f635c6)
- Update changedetection-io extension (#22126)
- Update CODEOWNERs (7aa198cb)
- [IPInfo] Release for Windows (#22075)
- Update threads extension (#21962)
- Update search-npm extension (#22153)
- Update CODEOWNERs (0f83c147)
- Update deployhq extension (#22151)
- Update anna-s-archive extension (#22156)
- Update `brand.dev` extension - Take Screenshots + Retrieve Styleguides + more brand data (#22155)
- fix(keepassxc): retrieve keepassxc app location. (#22073)
- Update bible extension (#22157)
- Update CODEOWNERs (10372204)
- Add serialcast extension (#21795)
- Update CODEOWNERs (b25f5e83)
- Add yazio-tracker extension (#21954)
- Update bible extension (#22112)
- Update grammaring extension (#22113)
- Update CODEOWNERs (e100bc12)
- Update toggle-fn extension (#22130)
- Update CODEOWNERs (1f62a06f)
- [Linear] Schema deprecation and update SDK (#22095)
- Update CODEOWNERs (576ae0c4)
- Update jwt-decoder extension (#22088)
- Update duckduckgo-image-search extension (#22064)
- Update CODEOWNERs (1869fd16)
- Add deployhq extension (#21902)
- Update CODEOWNERs (e46aede5)
- Add bahn-info extension (#21492)
- Update howlongtobeat extension (#22120)
- Update CODEOWNERs (dfa9df71)
- feat: add massCode assistant (#21851)
- Update zoxide-git-projects extension to add alternate application and copy shortcuts (#22143)
- Update CODEOWNERs (14d29e47)
- Add planning-center-api-docs extension (#22029)
- Update CODEOWNERs (df7f1aca)
- Update font-awesome extension (#22085)
- Update google-chrome extension (#22074)
- Update unicode-symbols extension (#22103)
- Update CODEOWNERs (1c08b627)
- [Twitter] Modernize + fix smol controlled form thingy (#21767)
- feat(bento-me): add Windows support. (#22119)
- [Plane] fix crash due to different logo response (#22146)
- Update CODEOWNERs (cc8cf75b)
- Update `Plane` extension - search projects & view their work items + filter work items  (#22106)
- Update CODEOWNERs (187ad3c6)
- Update hackmd extension (#22035)
- Update CODEOWNERs (9befbb8b)
- Update base64 extension (#21507)
- [MapleStory.gg] Add support for Windows (#22086)
- Update CODEOWNERs (8d7ab8d0)
- Update `Supermemory` extension - search and add projects + Removed `useEffect` + Simplified `getApiKey`+ Moved API Key check into HoC (#22102)
- [RICE Score] Port to Windows (#22118)
- [Snake] Add Windows support (#22105)
- [Brand Icons] Routine maintenance (#22087)
- Update CODEOWNERs (da27c425)
- Add `Chatwoot` extension (#22116)
- Update CODEOWNERs (1e28965f)
- update information & a small fix (#22137)
- Add lapack-blas-documentation-search extension (#22031)
- kim/fix/youtube transcripts (#22067)
- Update scheduler extension (#22003)
- Update unicode-symbols extension (#22066)
- Update zeabur extension (#22062)
- Update CODEOWNERs (ac316560)
- Add `OVHcloud` extension - Manage Domain, DNS Records, Nameservers (#22065)
- Update CODEOWNERs (3a9d22a1)
- Update sesh extension (#21914)
- Set Due Date to Everyday for Existing Tasks (#22058)
- Update CODEOWNERs (049667a3)
- Update duckduckgo-image-search extension (#21953)
- Update numpy-documentation-search extension (#22020)
- Update CODEOWNERs (7d895075)
- Add instant-domain-search extension (#21871)
- Update CODEOWNERs (ed57125e)
- Add fakecrime-upload extension (#22010)
- Update CODEOWNERs (92d1043d)
- Add plane extension (#21879)
- [RSS Reader] AI enhanced rss-reader extension (#22000)
- Update CODEOWNERs (e4687ae8)
- Add clean-text extension (#20988)
- Update CODEOWNERs (99f287ce)
- Fix quit-applications extension: Apple Events authorization error with fallback to ps command (#21155)
- Update CODEOWNERs (fdc83ab6)
- Scoop(refactor): implement singleton pattern for scoop command management and hooks for the UI (#21702)
- Update CODEOWNERs (24d2d377)
- feat(search-router): add custom search engine support (#21714)
- Update sportssync extension (#21970)
- Update CODEOWNERs (f31f0658)
- Update zen-browser extension (#21556)
- linear: add status preference to create issue for myself (#21959)
- Update CODEOWNERs (061fee85)
- Add ipinfo extension (#21991)
- Update `Postiz` extension - support v2 endpoint + toggle display (#22044)
- Fix: Address recipe fetching bug (#22033)
- Update CODEOWNERs (32769831)
- Update CT-7567 username in raycast2github.json (#22050)
- Refactor reviewer permission check in workflow (#22041)
- Update some deps to solve vulnerabilities (#22040)
- Update CODEOWNERs (573ea59e)
- Fix some security warnings (#21921)
- [United Nations] Add support for Windows (#22032)
- [Installed Extensions] Add support for Windows (#22036)
- Implement comment creation and updating for PR bot (#22037)
- Decommission Clarify Raycast extension. (#22034)
- Docs: update for the new API release
- Refactor platform label handling in PR bot (#22016)
- Implement platform detection for extensions (#22014)
- Update CODEOWNERs (dd22780a)
- Add near-rewards extension (#21917)
- Update CODEOWNERs (5bcb18d9)
- Add toneclone extension (#21701)
- [dust] feat(login): auto-switcher for user region (#21668)
- Update CODEOWNERs (a97cef3c)
- Add alloy extension (#21849)
- Update CODEOWNERs (0fa6b009)
- [Bitwarden Vault] Add a command to create a login (#21360)
- Update CODEOWNERs (10274f0e)
- Add numpy-documentation-search extension (#22013)
- Update `ipapi.is` extension - Modernize + Windows Support + Enhancements (#21935)
- Update CODEOWNERs (bdd2960d)
- Update datetime format converter extension (#21707)
- Update CODEOWNERs (8f7b8b7b)
- Add `Infisical` extension (#21880)
- Update CODEOWNERs (f3417a17)
- Add `Chatbase` extension - View Agents/Bots, their conversations and messages (#21963)
- add issue type to templates (#22005)
- Update CODEOWNERs (ce65697d)
- Add guitar-tools extension (#21855)
- Update CODEOWNERs (27cae3f6)
- Add shopify-dev-docs-search extension (#21694)
- Update CODEOWNERs (9433c5d4)
- Update comet extension (#21945)
- [epim] Add automatic role status refresh after activation (#22008)
- [raycastbot] Add support for closing issues as duplicate (#21548)
- Update CODEOWNERs (4356e0bd)
- Update `Kaomoji Search` extension - Windows Support + Modernize (#21976)
- Update workflow configurations (#22002)
- Update CODEOWNERs (5a03e66d)
- Add braintick extension (#21545)
- [Say] Fix missing await (#22001)
- Update CODEOWNERs (ae2261c9)
- Add rtl-reader extension (#21549)
- Update CODEOWNERs (aaeda7de)
- Add airsync extension (#21903)
- [Say] Add Stop Say command & enhancements (#21998)
- Docs: Update the utils docs
- Update add-approve-label.yml (#21995)
- Updated WebBites extension (#21987)
- Enhance label addition workflow with debug info (#21990)
- Update add-approve-label.yml (#21989)
- Update reviewer type and token handling in workflow (#21988)
- Refine auto-labeling for approved PRs (#21986)
- Update add-approve-label.yml (#21984)
- Update add-approve-label.yml (#21983)
- Update add-approve-label.yml (#21982)
- Update add-approve-label.yml (#21981)
- Update add-approve-label.yml (#21980)
- Update add-approve-label.yml (#21979)
- Rework of fuzzy-file-search extension (#21675)
- Update add-approve-label.yml (#21977)
- Update add-approve-label.yml (#21975)
- Add GitHub Actions workflow to auto-label approved PRs (skip write+ users only) (#21974)
- Update CODEOWNERs (45a587fb)
-  [Web Converter] Add Windows Support (#21691)
- Update CODEOWNERs (f922e589)
- Add security-search extension (#21711)
- Improve video filename handling and update dependencies (#21958)
- [Grafana] add command Pages (#21952)
- Fix formatting in generate-code-owners.yml (#21951)
- Update CODEOWNERs (070fbee8)
- Implement fallback for core dirs and key files checkout (#21950)
- Refactor sparse checkout and improve Slack notifications (#21949)
- Enhance sparse checkout and improve commit message (#21947)
- Update qrcode generator extension (#21922)
- Enhance URL handling: allow direct opening of URLs and add utility function for URL validation (#21555)
- [Trello] Allow for multiple assignees on card (#21512)
- Update messages extension (#21939)
- Update stripe extension (#21943)
- Update generate-code-owners.yml for sparse-checkout (#21925)
- Add comma-separator extension (#21749)
- Add gomander extension (#21647)
- [Google Transalte] add hotkey to switch between language sets quickly (up and down) (#21918)
- Add supermemory extension (#21811)
- Add nepali-calendar extension (#21708)
- Add folder-organizer extension (#21575)
- Update github extension (#21742)
- [Logseq] Windows support (#21705)
- add an extra space for reward text (#21905)
- Add uranium-raycast-plugin extension (#21501)
- Update 1password extension (#21689)
- Fix: The "Search Bookmarks" command returns an error when the hard-coded default path does not exist (#21706)
- [Raindrop.io] open in 2ndary browser + modernize (#21748)
- feat: enable windows support (#21739)
- Update plexus extension (#21894)
- Add hemolog extension (#21733)
- Add `Koyeb` extension (#21891)
- Update genius-lyrics extension (#21678)
- Update battery-health extension: add adaptor power watts (#20966)
- feat: Update YouTube transcript functionality (#21868)
- [Bitbucket] Swap to API tokens (#21489)
- Update aws extension (#21688)
- Update code-runway extension (#21662)
- Add claude-code-launcher extension (#21075)
- Ext/window sizer: Updated screenshots to macOS Tahoe (#21790)
- Update bilibili extension (#21703)
- Update Ext/surge outbound switcher (#21860)
- Ext/surge outbound switcher: Updated screenshots to macOS Tahoe (#21791)
- Update `Font Awesome` extension - fix search would get stuck since token was not persisted (#21835)
- Update aave-search extension (#21798)
- Update `Spaceship` extension - View Lifecycle State of "Domain" + Change "Nameservers" of "Domain" + Add "Windows" Support (#21816)
- feat(KeePassXC): add windows support. (#21785)
- Update onbo extension (#21792)
- Update `Todo List` extension - Added `tooltip` to to-do list items so longer titles easier to read + Added `metadata` images + Modernized (#21819)
- [Comet] sort bookmarks by dateAdded + Modernize (#21734)
- [Pipedrive] fix issue + lots of changes (#21709)
- Add `Youform` extension - view your forms, their blocks and submissions (#21840)
- Update arc extension (#21821)
- [video-downloader] Fix long video name issue (#21839)
- [Playnite Launcher] Fix cold starting issue (#21827)
- Add razuna extension (#21558)
- fix(nuxt): sanitize component name and optimize ai prompt (#21804)
- Update gif search extension (#21834)
- Improve Sesh List (#21805)
- Update tembo extension (#21810)
- Update duan-raycast-extension extension (#21836)
- [Forked Extensions] Add support for checking aheads & branches (#21838)
- Update svgl extension (#21841)
- Update CODEOWNERs
- Update unicode-symbols extension (#21726)
- [JSONtoTS] Add Windows Support (#21736)
- Update CODEOWNERs
- feat(mcp-registry): update nuxt ui mcp url (#21763)
- Update `MailerSend` extension - Add Windows Support + View Domain DNS Records (#21698)
- Add `Vanguard Backup` extension - Manage **Backup Destinations** + Manage **Backup Tasks** + Manage **Remote Servers** (#21769)
- Update CODEOWNERs
- Update `bmrks` extension - change delete action shortcut + modernize (#21770)
- feat(nuxt): update to nuxt ui v4 (#21762)
- Updated Wordflow (#21753)
- Update CODEOWNERs
- Added WebBites extension (#21227)
- Update CODEOWNERs
- feat: add CometAPI extension for AI-powered text processing tools (#21562)
- Update CODEOWNERs
- Add nightscout extension (#21552)
- PPL: Fixed View Newspapers bug (#21693)
- Docs: Update the utils docs
- Docs: Add changelog for windows (#21695)
- Update CODEOWNERs
- Update parcel extension (#21415)
- Update CODEOWNERs
- Docs: update for the new API release
- Update mail extension (#21687)
- Add platforms support to package.json for windows and linux (#21666)
- Update CODEOWNERs
- Update CODEOWNERs
- Update dependencies and improve keyboard shortcuts for cross-platform compatibility (#21667)
- Update static-marks extension (#21428)
- Update gitlab extension (#21670)
- Update how long to beat extension (#21671)
- Update Google Calendar Quickadd (#21673)
- [Statamic Docs] Rename dev readme to avoid it showing on the store (#21654)
- Update hue palette extension (#21627)
- Update CODEOWNERs
- Add `Postiz` extension - Search Channels + Search Posts (week) & Create (draft, text-only) Post & Delete Post (#21553)
- Added version switcher to Statamic Docs extension (#21620)
- Update CODEOWNERs
- Add ip-finder extension (#21543)
- Migration for 1.103.0 and Windows docs (#21652)
- Update granola extension (#21629)
- Update CODEOWNERs
- Add Raycast FRC (#21390)
- Update unicode-symbols (#21641)
- [Playnite Launcher] Support for portable versions & fixes (#21622)
- Update duan-raycast-extension extension (#21626)
- [Forked Extensions] Fix incorrect content for copying (#21635)
- Zed Recent Projects - fix broken pinned cache (#21608)
- Docs: update for the new API release
- Update CODEOWNERs
- Add simple-dictionary extension (#21456)
- Update CODEOWNERs
- `zen-browser`: Add Windows Support (#21600)
- Update CODEOWNERs
- Add swiss-train-times extension (#21522)
- Update CODEOWNERs
- Add onbo extension (#21551)
- Update zen-browser extension (#21414)
- Update CODEOWNERs
- Add share-a-quote extension (#21541)
- Update CODEOWNERs
- Add `Autumn` (useautumn.com) extension - List Customers & Create Customer + List Products & Create Product (#21514)
- [OCI] List NoSQL + Manage Object Storage (#21572)
- Update CODEOWNERs
- Update remember this extension (#21367)
- Update debug package to version 4.4.3 (#21574)
- [Font Awesome] Update devDependencies in fontawesome extension, removed two unused packages (#21573)
- Docs: update for the new API release
- Update letterboxd extension (#21520)
- Update react-native-directory extension (#21544)
- [Xcode] Update assets to match Xcode 26 (#21525)
- Enhance PR workflow with merge and branch deletion (#21568)
- [Forked Extensions] Fix the infinite rerender (#21566)
- Update CODEOWNERs
- Update zed-recent-projects extension (#21528)
- Add google-calendar-quickadd extension (#21191)
- Update CODEOWNERs
- Add fuzzy-file-search extension (#21270)
- Update CODEOWNERs
- Update the dependencies to fix search history and search tabs (#21487)
- Add acceptance flags for winget installation (#21539)
- Update CODEOWNERs
- [Forked Extensions] Add "isMac" and "isWindows" helpers (#21547)
- Update CODEOWNERs
- Add ai-stats extension (#21480)
- Update CODEOWNERs
- Update uuid generator extension (#21490)
- Update renaming extension (#21554)
- Update CODEOWNERs
- Make available on Windows, typescript fixes, display ipv4 details even when ipv6 is available (#21560)
- [Forked Extensions] Fix the rerender logic of Sync Fork actions (#21563)
- Make sure the migrations are cross-platforms (#21516)
- Update CODEOWNERs
- Add playnite-launcher extension (#20407)
- Update CODEOWNERs
- Add everything-search extension (#20055)
- Update CODEOWNERs
- feat: [Video Downloader] Add Windows Support (#21411)
- Update CODEOWNERs
- Add scoop extension (#21177)
- Product Hunt: scraper + logger improvements (#21188)
- Update music-assistant-controls extension (#21510)
- Update CODEOWNERs
- [GitHub Copilot] Refactor data loading (#21511)
- Add tembo extension (#21366)
- Update CODEOWNERs
- Update qq-music-controls extension (#21466)
- Update CODEOWNERs
- Update rize-io-sessions extension (#21481)
- [Forked Extensions] Support migrating from full-checkout (#21488)
- Update CODEOWNERs
- Remove problematic airplay preference from audio-device extension (#21495)
- Update `UptimeRobot` extension - Create Ping Monitors + Show monitor type + Update monitor icon & add tooltip + Modernize (#21497)
- Menu bar command, new icons and more (#21431)
- feat: update Firecrawl extension to use v2 API (#21477)
- Fix formatting of Nuxt UI description (#21479)
- Add Nuxt UI entry to MCP registry (#21478)
- Update CODEOWNERs
- [Git repos] Fix worktree remotes (#21464)
- Update scheduler extension (#21472)
- Update CODEOWNERs
- Add xpf-converter extension (#21448)
- Update CODEOWNERs
- Update CODEOWNERs
- Add zendesk-admin extension (#20763)
- Add yr-weather-forecast extension (#21354)
- Update CODEOWNERs
- Add `Apify` extension - List Actors + List Runs (#21467)
- Update CODEOWNERs
- [Forked Extensionis] Run local Git commands before requesting APIs (#21457)
- Update circleback extension (#21459)
- [zed-recent-projects] Handle new sqlite database schema 28 (#21447)
- Fixed deprecated Jira API issue. (#21452)
- Update `Keygen` extension - List API Tokens and Revoke old ones + Add Windows Support (#21395)
- Update `Productboard` extension - View `Objectives` + Modernize (#21450)
- Update CODEOWNERs
- Stripe: add support for managing customers and subscriptions (#21135)
- Update CODEOWNERs
- [Font Awesome] Add Windows Support (#21433)
- Update CODEOWNERs
- Update arxiv extension (#21033)
- Update CODEOWNERs
- [YouTube Companion] Add Windows Support and bump dependencies (#21436)
- Update CODEOWNERs
- [Forked Extensions] Add support for create extensions (#21364)
- Add whentomeet extension (#20675)
- Update CODEOWNERs
- Add Circleback extension (#21391)
- Update CODEOWNERs
- update packages and add option to exit raycast after cleaning link (#21269)
- Update CODEOWNERs
- Add tuneblade extension (#21350)
- Update wechat-devtool extension (#21399)
- Update CODEOWNERs
- feat(KeepassXC): add windows support. (#21430)
- Add Qovery extension (#21255)
- Update CODEOWNERs
- Update raindrop-io extension (#21394)
- Update comet extension (#21362)
- Update CODEOWNERs
- Update cheatsheets-remastered extension (#21376)
- Add publora extension (#21372)
- Update CODEOWNERs
- Update CODEOWNERs
- Update `Unsplash` extension - Fixed crash when "Rate Limit" exceeded + Centralized error handling + Removed `node-fetch` (#21406)
- [cURL Extension] Add Windows Support (#21427)
- [Raindrop.io] Move @sh-cho to past contributors (#21435)
- [Update] [Things] Add project update/delete tools and improve type safety (#21416)
- Update obsidian-link-opener extension (#21443)
- Update zed-recent-projects extension to use latest sqlite Zed schema (#21180)
- Fix Jira extension: JQL error (#21429)
- Docs: update for the new API release
- Update `Manotori` extension - Support Windows! + View DNS Zones + View DNS Records + Create DNS Record (#21370)
- Update github extension (#21381)
- Update docker extension (#21398)
- Update Advanced Replace for regex transforms and entry options (#21409)
- Update deepwiki extension (#21400)
- Update meta-music extension (#21417)
- Update CODEOWNERs
- Update `Opera` extension - Fix: would show as not installed due to changed path + Add better error handling when dealing with `AppleScript` - Modernize to use latest Raycast configuration + Removed `run-applescript` (#21421)
- Update instagram media downloader extension (#21422)
- Update CODEOWNERs
- Update `Proxmox` extension - show status in `tooltip` + token is now password + modernize to use latest Raycast config (#21349)
- Update CODEOWNERs
- Add red-note-post-viewer extension (#21315)
- Fix documentation for screenshot extension: capture-to-clipboard command (#21311)
- Update flibusta-search extension (#21327)
- Mention Forked Extensions in dev doc (#21158)
- Update CODEOWNERs
- Fix todoist extension: Setting due date and time (#21331)
- Update CODEOWNERs
- Add plexus extension (#21289)
- Update CODEOWNERs
- Add r2-uploader extension (#21215)
- Cursor Agents: Add a new tool to get back all repositories that are s… (#21337)
- Update CODEOWNERs
- [cursor-agents] Made `ref` optional in the agent launch form (#21334)
- Cursor: Few smaller fixes (#21333)
- Add error handling for launchCommand (#21332)
- Update CODEOWNERs
- Cursor Agents (#21328)
- Update CODEOWNERs
- Update memos extension (#21213)
- Release more extensions on Windows (#21324)
- Update CODEOWNERs
- Update google-chrome extension (#21235)
- Add lockfiles and registry rules to copilot instructions (#21254)
- docs: update documentation (#21325)
- Update CODEOWNERs
- [Gandi] New Extension (#21120)
- Update RAE Dictionary extension with latest improvements (#21307)
- Update CODEOWNERs
- Add `Visitor Queue` extension - View "Data Views" + View "Leads" + View "Contacts" (Windows supported!) (#21322)
- Update zeabur extension (#21321)
- Update CODEOWNERs
- Add music-assistant-controls extension (#21249)
- Update CODEOWNERs
- Add ChartMogul extension (#21251)
- [google-chrome-profiles] Refactor Chrome profile opening into dedicated no-view commands (#20623)
- Fix incorrect error message in GitHub Enterprise issues search (#21231)
- Update CODEOWNERs
- Add hebrew-date-zmanim extension (#21292)
- Update CODEOWNERs
- Add atomberg-raycast-extension extension (#21185)
- Improve error handling in GitHub Copilot extension (#21308)
- feat(add-expense): Add "Category" selection dropdown to "Add Expense" form (#21224)
- feat(shell-history): add option to reverse history order (#21304)
- Update CODEOWNERs
- Add vanishlink extension (#20996)
- Revert "Renaming metadata images (#21305)" (#21306)
- Update brreg extension (#21169)
- Update brave-search-with-results extension (#20916)
- [Farcaster] cleanup and migration (#21299)
- Renaming metadata images (#21305)
- Fix `pr-bot` for detecting touched extensions (#21250)
- Update CODEOWNERs
- Add Windows support and update dependencies (#21282)
- Fix GitHub Copilot instructions to provide actionable code suggestions without character escaping (#21276)
- Update CODEOWNERs
- Update `solidtime` extension - use custom (self-hosted) URL + handle errors + 2 EmptyViews (#20602)
- [Forked Extensions] Improve Sync actions (#21294)
- [Bitwarden] Sync vault on command launch (#21300)
- Update `Tally` extension - update many settings of a Form + fix: crash when no Form title + add shortcut to "Open in Tally" `Action` (#21302)
- [Forked Extensions] Fix the fork action (#21281)
- Update CODEOWNERs
- Add tallinn-transport extension (#20762)
- Update CODEOWNERs
- [Mozilla Firefox] Refactor and fixes (#20767)
- Update CODEOWNERs
- [Whimsical]: First version, only AI (#20815)
- feat(raindrop-io): prefill add form from launch context (#21261)
- Update CODEOWNERs
- Fix todoist extension: An error creating task (#21153)
- [Forked Extensions] Improve error handlers and toasts (#21222)
- Update CODEOWNERs
- Update spotify-player extension (#21234)
- Update CODEOWNERs
- Update ado-search extension (#20586)
- Update CODEOWNERs
- Add sourcegraph-amp-dash-x extension (#20730)
- Update CODEOWNERs
- Update dotmate extension (#21129)
- Update CODEOWNERs
- Add barassistant extension (#21126)
- Update `Airtable` extension - precise errors + `Add` Icon to **Bases** & **Fields** + `Add` support for **Personal Access Token** + `Simplify` OAuth + `Modernize` (#21262)
- fix(readwise-reader): Use correct URL when opening articles (#21219)
- Complete overhaul of "Where Is My Cursor?" extension (#21124)
- Update stale PR message and timing settings (#21273)
- Update `My Idlers` extension - Add Server (#21256)
- Add Windows support and update dependencies (#21260)
- [MapleStory.gg] Routine maintenance (#21266)
- Update CODEOWNERs
- Fuelx: Override @coinbase/wallet-sdk and cbw-sdk versions (#21247)
- Add comprehensive GitHub Copilot instructions for extension reviews (#21243) (#21244)
- Update polymarket extension (#21236)
- Add AI tools to GitHub Copilot extension for task creation and repository management (#21228)
- kill-process: Add support for Windows (#21240)
- Gate some more extensions for Windows (#21239)
- Fix formatting in README.md for GitHub Copilot (#21226)
- Update CODEOWNERs
- Add GitHub Copilot extension (#21225)
- Update CODEOWNERs
- Add Mobius Materials extension (#21136)
- [Installed Extensions] Use Raycast buitl-in `Action.CopyToClipboard` (#21216)
- notion: Fix opening page on windows (#21205)
- Update CODEOWNERs
- Update CODEOWNERs
- Update spotify-player extension (#21208)
- Add fuelix extension (#21067)
- Update copy-path extension (#21168)
- Update `MailerSend` extension - View Domain Webhooks (#21194)
- [Forked Extensions] Polish `Sync Fork` & fix Git path for Windows (#21204)
- Update freeagent extension (#21203)
- Update One Time Password (#20176)
- [Language Detector] Add support for internet slangs (#21201)
- Docs: update for the new API release
- Update CODEOWNERs
- Vercel/Vercast: Bump deps, make available on Windows (#20758)
- Update CODEOWNERs
- apple-maps-search - Windows support (#20700)
- Update roblox extension (#18919)
- [Forked Extensions] Fix `Sync Fork` and check Git executable file (#21187)
- Update CODEOWNERs
- Whois: Add windows support (#20759)
- Add \'Windows\' to exempt PR labels in stale.yml (#21176)
- feat: Rube MCP Server added to the registry (#21146)
- Update CODEOWNERs
- Add `Lemon Squeezy` extension - List all orders in all your stores + List all products in all your stores (#21115)
- Update awork extension (#21178)
- Add cheatsheets-remastered extension (#20991)
- Update CODEOWNERs
- Add leap-new extension (#21175)
- Update CODEOWNERs
- Update `Console Dev` extension - Major Rewrite + Support Windows + Fix Parser (#21036)
- Update CODEOWNERs
- Add luxafor-controller extension (#21082)
- Update youversion-suggest extension (#21074)
- [Forked Extensions] Sync fork repo with upstream repo on GitHub (#21171)
- Update CODEOWNERs
- Add shopinfo-app extension (#20884)
- Update awork extension (#21040)
- Update CODEOWNERs
- Update radarr extension (#21118)
- Update Fathom Analytics menu bar icon and add shortcut (#21147)
- Update CODEOWNERs
- Update aave-search extension (#21149)
- [Installed Extensions] Add support launching target extension (#21154)
- [Steam] Routine maintenance (#21156)
- Update ray-clicker extension (#21161)
- Update gradient-generator extension (#21163)
- Bugfix/issue-18862 MLB Schedule Fix, addition of Standings and Search Players command (#21167)
- [Forked Extensions] Add support for Windows & improvements (#21060)
- Update CODEOWNERs
- Update CODEOWNERs
- Update copy-path extension (#21134)
- Fix Slack extension: Send message is not working. (#21148)
- Update brreg extension (#21151)
- Update CODEOWNERs
- Update CODEOWNERs
- [GitHub] Add Starred Repos command (#21110)
- Add monkeytype extension (#21108)
- Update CODEOWNERs
- ray-so: Add Windows support (#20740)
- Update ente-auth extension (#20663)
- Update CODEOWNERs
- Add obsidian-link-opener extension (#21021)
- Update CODEOWNERs
- Add crypto-search extension (#21084)
- [Home Assistant] Port to windows (#21065)
- feat: add [Generate QR Code from Selection] Command for [QR Code Generator] Extension (#20831)
- Update CODEOWNERs
- Update CODEOWNERs
- Update google-chrome extension: Add reload/refresh tab action (#21140)
- feat(endel): add Endel extension (#20788)
- Update CODEOWNERs
- Add chatgpt-search extension (#20721)
- Update CODEOWNERs
- Fix Jira extension: Deprecated Atlassian API methods (#21057)
- Add odoo-companion extension (#21058)
- Update brreg extension (#21046)
- [spotify-player] Check for duplicate tracks before adding to a playlist (#20617)
- Update aws extension (#21016)
- ext/media-converter: hotfix: simple quality settings (#21092)
- Update `logitech-litra` extension to support devices without a serial… (#21139)
- Update CODEOWNERs
- [Multilinks] Add Dia browser support (#21128)
- Update 1password extension (#21142)
- Update todoist extension (#21141)
- Update `changedetection.io` extension - Create + Delete + modernize + add EmptyView (#21143)
- Update openrouter-models-finder extension (#21100)
- Fix a minor typo in video-downloader Installer view (#21102)
- Update CODEOWNERs
- Add Looma.fm extension with all reviewer feedback addressed (#20781)
- Update CODEOWNERs
- Add get-cat-images extension (#20964)
- Update CODEOWNERs
- feat(add-expense): add “Recent” section to “Add Expense” form (#21032)
- Update CODEOWNERs
- Add typora-note-creator extension (#20851)
- Update commit-issue-parser extension (#21050)
- [Surge] Routine maintenance (#21098)
- [United Nations] Handle SIGTERM gracefully (#21086)
- Update search index used in Statamic Docs extension (#21089)
- Update CODEOWNERs
- feat: support specifying issue type when creating an issue (#21043)
- Update naver-search extension (#20235)
- [Say] Allow stop saying & handle SIGTERM gracefully (#21081)
- Update CODEOWNERs
- [Spotify] Fix reading values from undefined (#20986)
- Add gradient-generator extension (#21012)
- Update CODEOWNERs
- Update raycast-surge extension (#20578)
- Add openrouter-quick-actions extension (#20958)
- Update CODEOWNERs
- Add scheduler extension (#20641)
- Update CODEOWNERs
- Add comet extension (#20632)
- Update ray-clicker extension (#21088)
- Update todoist extension (#21078)
- Update CODEOWNERs
- Update ship24-client extension (#21059)
- Add openrouter-models-finder extension (#21005)
- Update CODEOWNERs
- Add zsh-aliases extension (#20985)
- Update CODEOWNERs
- Add ray-clicker extension (#20979)
- Update `Wave` - Enhance `Invoice` to show amounts due and paid + Move "Business Products And Services" to its own file + Add new product or service (#21052)
- Update password-generator extension to guarantee presence of character choices (#20976)
- Update CODEOWNERs
- [Forked Extensions] Initial release (#20968)
- Update CODEOWNERs
- Update todoist extension (#20984)
- Docs: Update the utils docs
- Update brreg extension (#21027)
- Docs: update for the new API release
- feat: adding the calculation time for MOROCCO (#20917)
- Update CODEOWNERs
- feat(model-context-protocol-registry): linear mcp server (#20895)
- [defbro] Dynamic detection of defbro command path (issue #20881) (#20882)
- Brew: Close Raycast in case the brew cmd typed in raycast window (#20780)
- Hot Fix: Granola authentication to support WorkOS tokens (#21039)
- Update CODEOWNERs
- Add vixai extension (#20772)
- Update lookaway extension (#21038)
- Update CODEOWNERs
- Bitaxe initial commit (#20750)
- Update CODEOWNERs
- Update cyberchef extension with custom Instance URL (#20735)
- Update duckduckgo-image-search extension (#21034)
- 🐛 fix browser-extension for zen browser (#21035)
- Update CODEOWNERs
- Add positron extension (#20596)
- Update CODEOWNERs
- Add french-company-search extension (#20865)
- Update minio-manager extension (#20999)
- Update change case extension (#20960)
- Update grammari-x extension (#20998)
- Support for scientific notation and decimal encoding in converter (#21011)
- Update Claude Code Cheatsheet - Add v1.0.55-v1.0.81 features (#21004)
- Update CODEOWNERs
- Update trakt-manager extension (#20854)
- [Language Detector] Add support for Windows (#20832)
- Update quick-git extension (#21001)
- Update CODEOWNERs
- Update `SwitchHosts` extension - modernize + icons + markdown + add hook + remove `setTimeout`,`node-fetch` (#21017)
- Update `Clockify` extension - Select Tag During Start + More Precise Types + Modernize (#21002)
- Update `cPanel` extension (#20977)
- Update google lens extension (#21019)
- Update CODEOWNERs
- Add invisible-text-detector extension (#20926)
- Update CODEOWNERs
- Add word4you extension (#20638)
- Update CODEOWNERs
- Add radarr extension (#20904)
- Update CODEOWNERs
- feat(8ball): add preference to choose default action (copy/paste) and… (#20947)
- Update CODEOWNERs
- Update deepwiki extension (#20955)
- Update CODEOWNERs
- Update dodo-payments extension (#20956)
- Update vercast extension (#20838)
- Update CODEOWNERs
- Update search-gule-sider extension (#20911)
- [Groq] model update and improvements (#20630)
- Add support for password protected YubiKeys in yubikey-code (#20938)
- [Time Tracking] rename in Edit Form + Modernize (#20922)
- [Brand.dev] trigger search via search text (QoL) (#20944)
- Update CODEOWNERs
- Add unblocked-answers extension (#20696)
- Update CODEOWNERs
- Add chainscout extension (#20712)
- Update CODEOWNERs
- tabler: add download actions (#20704)
- Update CODEOWNERs
- Add raycast-kozip-extension extension (#20686)
- Update CODEOWNERs
- Add jitsi extension (#20680)
- Update CODEOWNERs
- Add time-calculator extension (#20674)
- Docs: update for the new API release
- Update CODEOWNERs
- feat(todoist): Add NLP task creation with natural language parsing (#20647)
- Update CODEOWNERs
- Add synology-download-station extension (#20643)
- Add owl extension (#20777)
- Update CODEOWNERs
- Update synonyms extension (#20879)
- Update scira extension (#20889)
- [Notion] Quick Capture - Use bookmark block instead of markdown link when Capture As is set to Bookmark (#20906)
- [Color Picker] Fix Convert Color command (#20913)
- Update v0-by-vercel extension (#20923)
- Update CODEOWNERs
- Add v0-by-vercel extension (#20792)
- Add `.gitattributes` & get rid of `\r\n` (#20498)
- [Brand Icons] Add support for creating social badges through cross-extension (#20861)
- Update `PocketBase` extension - **modernize** + search-backups + store token (#20876)
- Update `Keygen` extension - List, Create and Delete Users + View API Usage + Fix typo in command title: "Voew Licenses" -> "View Licenses" (#20885)
- Update certificate-viewer extension (#20894)
- Update CODEOWNERs
- Add yap extension (#20888)
- Update CODEOWNERs
- Media-converter extension: more quality settings, type refactor (#20427)
- Update CODEOWNERs
- Add emojis-com extension (#20875)
- Add dodo-payments extension (#20669)
- Update CODEOWNERs
- Add twingate extension (#20580)
- Update CODEOWNERs
- Update brave-search-with-results extension (#20570)
- Update CODEOWNERs
- Update CODEOWNERs
- Add where-is-my-cursor extension (#20892)
- Update image-wallet extension (#20806)
- Add proton-authenticator extension (#20773)
- Update CODEOWNERs
- Add sharding-tools extension (#20394)
- Update CODEOWNERs
- Add Save Link extension  (#20521)
- Update CODEOWNERs
- Update display-modes extension (#20260)
- Update CODEOWNERs
- Update craftdocs extension (#19976)
- Update CODEOWNERs
- Update aerospace extension (#20847)
- Update aws extension (#20862)
- Update CODEOWNERs
- Update pick-your-wallpaper extension (#20805)
- Update CODEOWNERs
- Add `Tally` extension - view, rename workspaces + view forms + view form submissions (#20493)
- Update at-profile extension (#20853)
- Update aws extension (#20856)
- Update grammari-x extension (#20848)
- Update preferences.md (#20855)
- Update youtrack extension (#20571)
- Update Esports pass extension - replace toISOString() with toLocaleDateString() (#20553)
- Update CODEOWNERs
- Add kiro extension (#20790)
- Update freeagent extension (#20844)
- [Badges] Add shortcut for picking logo (#20849)
- Update CODEOWNERs
- Update svgl extension (#20852)
- Add docklock-plus extension (#20419)
- Update slugify-file-folder-names extension (#20528)
- Update CODEOWNERs
- Add freeagent extension (#20828)
- Update CODEOWNERs
- Update aws extension (#20809)
- Update CODEOWNERs
- Add sefaria extension (#20378)
- Update CODEOWNERs
- Add tokenizer extension (#20513)
- Update CODEOWNERs
- Update CODEOWNERs
- Add parse-logs extension (#20817)
- Add ag-audioflow extension (#20798)
- Update CODEOWNERs
- [GitLab] Fix GitLab lint issues (#20830)
- Update CODEOWNERs
- Adding new social platforms (#20549)
- Update `OpenStatus` extension - ✨AI Tools✨ (#20813)
- [GitLab] Add windows support (#20824)
- Update raindrop-io extension (#20820)
- Update CODEOWNERs
- Update timezone-buddy extension (#20723)
- Update: Implement recently viewed books feature and enhance caching mechanism (#20664)
- Update CODEOWNERs
- Add raycast-focus-stats extension (#19456)
- Fix token expired auth flow in SendAI extension (#20711)
- Update CODEOWNERs
- Add commit-issue-parser extension (#20395)
- Update CODEOWNERs
- Add ozbargain-deals extension (#20288)
- Update mermaid-to-image extension (#20614)
- [zoxide] fix compatibility with Intel Macs, clean up /Users/aman/.npm/_npx/daafed3b81e85078/node_modules/.bin:/Users/aman/dev/personal/raycast-extensions/extensions/prisma-postgres/node_modules/.bin:/Users/aman/dev/personal/raycast-extensions/extensions/node_modules/.bin:/Users/aman/dev/personal/raycast-extensions/node_modules/.bin:/Users/aman/dev/personal/node_modules/.bin:/Users/aman/dev/node_modules/.bin:/Users/aman/node_modules/.bin:/Users/node_modules/.bin:/node_modules/.bin:/Users/aman/.local/share/mise/installs/node/24.11.0/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/Users/aman/dev/personal/raycast-extensions/extensions/prisma-postgres/node_modules/.bin:/Users/aman/dev/personal/raycast-extensions/extensions/node_modules/.bin:/Users/aman/dev/personal/raycast-extensions/node_modules/.bin:/Users/aman/dev/personal/node_modules/.bin:/Users/aman/dev/node_modules/.bin:/Users/aman/node_modules/.bin:/Users/node_modules/.bin:/node_modules/.bin:/Users/aman/.local/share/mise/installs/node/24.11.0/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/Users/aman/Library/pnpm:/Users/aman/.orbstack/bin:/Users/aman/Library/Android/sdk/emulator:/Users/aman/Library/Android/sdk/platform-tools:/Users/aman/Library/Android/sdk/emulator:/Users/aman/Library/Android/sdk/platform-tools:/Users/aman/.local/share/mise/installs/node/24.11.0/bin:/Users/aman/.local/bin:/Users/aman/.bun/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/opt/homebrew/bin (#20458)
- Update system-monitor extension (#20465)
- Update `claude-code-cheatsheet` extension - Add Claude Code v1.0.51-v1.0.54+ support (#20558)
- Update CODEOWNERs
- Update wol extension (#20601)
- Update CODEOWNERs
- Add google-lens extension (#20319)
- Update CODEOWNERs
- Update CODEOWNERs
- unix-timestamp: Make available on Windows (#20747)
- Update visual-studio-code extension (#20606)
- Update CODEOWNERs
- Update CODEOWNERs
- Update raindrop-io extension (#20563)
- Add dia-skills extension (#20548)
- Update letterboxd extension (#20615)
- end-of-life - Windows support (#20701)
- Gemini/updatemodels-July (#20662)
- Fix: Support currency format in transaction amount validation (#20399)
- Update CODEOWNERs
- feat: Update Rewind Icon (#20744)
- Update CODEOWNERs
- Update hypersonic extension (#20462)
- Update CODEOWNERs
- Update grok-ai extension (#20734)
- Add network-proxy extension (#20425)
- Update CODEOWNERs
- Update CODEOWNERs
- Support device name for audio device selection (#20460)
- Update defbro extension (#20367)
- Show Artist\'s name when liking current track (#20583)
- Update wechat-devtool extension (#20668)
- Add character tabulation to Unicode Symbols extension (#20555)
- Update CODEOWNERs
- [Music extension] Add Remove from Library command (#20168)
- Update nusmods extension (#20625)
- Update quick-notes extension (#20569)
- Update CODEOWNERs
- Deleted directory (#20776)
- Update CODEOWNERs
- extensions/model-context-protocol-registry: APIFY_API_TOKEN → APIFY_TOKEN (#20749)
- Renames the extension from "hoarder" to "karakeep". (#20113)
- Update pr-bot.ts (#20775)
- Update CODEOWNERs
- Update pomodoro extension (#20653)
- Update CODEOWNERs
- Add duckduckgo-image-search extension (#20221)
- Update CODEOWNERs
- Add VLC extension (#20556)
- Update CODEOWNERs
- tw-colorsearch - Windows support (#20702)
- Update Project Hub Extension - Add Recent Projects Section (#20561)
- Update arc extension (#20761)
- Update extension (#20741)
- Update CODEOWNERs
- [Brand Icons] Handle readfile errors gracefully (#20697)
- Update `Host Switch` extension - add Brave support + Modernize + Error Handling + mark as "macOS" only (#20654)
- Update CODEOWNERs
- Update `Tabler` extension - Copy HTML Char Actions + Modernize (#20626)
- Add `Host.io` extension - get full domain data for any domain (#20591)
- Update `Microsoft Edge` extension - fix "new tab" not opening + modernize + mark as "MacOS" only (#20560)
- Update `Dokploy` extension - Manage Destinations (S3 mounts - mostly used for Backups) + Update `navigationTitle`s (#20720)
- Update CODEOWNERs
- Update `HestiaCP` extension - Modernize + View,Create Cron Jobs (#20557)
- Update `SSH Manager` extension - Select SSH Config File + loads of Enhancements (#20461)
- Update CODEOWNERs
- Update `Open in JSON Hero` extension - QoL Enhancements + Modernize (#20515)
- Docs: update for the new API release
- Update CODEOWNERs
- Add planning-center extension (#20502)
- Update youversion-suggest extension (#20527)
- Docs: update for the new API release
- Docs: update for the new API release
- Update `Mattermost` extension - Fix: Direct Messages would not show in `Search Channels` (#20628)
- Update `Library Genesis` extension - fix search no longer working + Modernize (#20542)
- Docs: update for the new API release
- Update CODEOWNERs
- Update tailscale extension to add more information about Mullvad exit nodes (#20357)
- Deprecate Ghost Docs Extension (#20690)
- Update CODEOWNERs
- author update (#20705)
- [Badges][Brand Icons] Bugfixes & improvements (#20545)
- Update public_raycast_extensions.txt (#20688)
- Update CODEOWNERs
- Update pieces-raycast extension (#20296)
- feat[Backstage plugin]: configurable Backstage API URL (#20398)
- Update whisper-dictation extension (#20482)
- Update CODEOWNERs
- Update endoflife (#20651)
- Update T3 chat\'s icon (#20599)
- Update CODEOWNERs
- feat: add windows support mymind extension (#20239)
- [Mastodon] Add support for Windows (#20448)
- [NeoDB] Add support for Windows (#20471)
- Update CODEOWNERs
- [NUSMods] Add support for Raycast Windows (#20240)
- [Todoist] Windows support (#20487)
- Update gdrive homepage url (#20608)
- Update CODEOWNERs
- Arc: Fix trying to open a tab with `open` (#20579)
- Update Zerion author to original one (#20582)
- Update CODEOWNERs
- Update zerion author (#20581)
- feat: Backstage plugin supports static token (#20383)
- [groq] Remove Llama Guard 4 12B 128K (#20507)
- Update CODEOWNERs
- Add preference to toggle default reuse open GitHub search tab (resolves #20488) (#20489)
- Add weread-sync extension (#20205)
- Docs: update for the new API release
- Update CODEOWNERs
- Add cloudflare-email-routing extension (#20305)
- Update dpm-lol extension (#20491)
- macosicons: fix API error handling for non-JSON responses (#20172)
- Update CODEOWNERs
- [Perplexity] Add Perplexity desktop app support to extension (#20393)
- Parse Zed local workspace paths from binary format correctly (#20086)
- Docs: update for the new API release
- Update prepare-an-extension-for-store.md (#20473)
- Update wechat-devtool extension (#20406)
- [Update] [IP Geolocation] Optimize extension icons (#20467)
- Update CODEOWNERs
- [World Clock] Avoid accessing the `.map` function on possibly undefined data (#20469)
- Update CODEOWNERs
- [Update] [Easy New File] Support Default Directory (#20449)
- update pr merge dates (#20457)
- Update grammaring extension (#20464)
- [raycast2github] Fix name mapping (#20472)
- Update CODEOWNERs
- Add extension for opening new instances of apps (#20432)
- Update CODEOWNERs
- Update remove-paywall extension (#20331)
- Update CODEOWNERs
- Update registries to use the official npmjs registry (#20440)
- Add paste-to-markdown extension (#19999)
- Update CODEOWNERs
- Update vscode-project-manager extension (#20446)
- [Easings] Add spring animations (#20445)
- Update CODEOWNERs
- Update groq extension (#20439)
- [Brand Icons] Use `pacote` for downloading & extracting icons (#20391)
- [espanso] support import (#20400)
- Update secret-browser-commands extension (#19948)
- Fixing issue in ext/beehiiv (#20437)
- Update CODEOWNERs
- Update change-case extension (#20002)
- Update ideate extension (#20063)
- Update `Appwrite` extension - DB, Storage, User Enhancements (#20386)
- Update `Oracle Cloud (OCI)` extension - implement provider w/ context + basic objectstorage command (#20405)
- [valkey commands search] Migrate to useFetch and group the commands (#20421)
- Update `Neon` extension - add project, delete projects + Modernize to use latest Raycast config (#20402)
- [espanso] add binary path option (#20280)
- [Larajobs] update metadata image + chore (#20417)
- feat(readwise-reader:) add option to open in Reader desktop app (#20424)
- Update URL unshortener (#20385)
- Update granola extension (#20384)
- feat(readwise-reader): add ability to include tags when saving links (#20388)
- Update background-sounds (#20387)
- Update ScreenOCR (#20408)
- Update instagram-media-downloader extension (#20413)
- Update yu-gi-oh-card-lookup extension (#20414)
- Update CODEOWNERs
- Add pdf-compression extension (#20194)
- Update CODEOWNERs
- Add control kef extension (#20127)
- Update pr-bot.ts (#20376)
- Update Tasklink extension (#20375)
- Update CODEOWNERs
- Added open-in-textmate extension (#20266)
- Update CODEOWNERs
- Update ente-auth extension (#20122)
- [SteamGridDB] Add support for Windows (#20364)
- Update CODEOWNERs
- [Update] [DocSearch] Add TailwindCSS v4, Next.js, MassTransit and Pinia documentations (#20254)
- Update CODEOWNERs
- FocusFLOW (#20214)
- Update repology-search (#20370)
- Update CODEOWNERs
- Add WeChat DevTool extension (#20222)
- Update URL-unshortener (#20136)
- [ProtonDB] Add support for Windows (#20338)
- Fix GIF Search extension updates (#20360)
- PR bot assignee constant (#20358)
- run pr bot on ready to review (#20356)
- [TourBox] Add support for Windows (#20337)
- add debugging for draft pr review assigning (#20353)
- Upda…
raycastbot added a commit that referenced this pull request Nov 21, 2025
* Add prisma-postgres extension

- Add Prisma Postgres Extension
- Update CODEOWNERs (84c8fd75)
- Update papago-translate extension (#22699)
- Update CODEOWNERs (d3206b90)
- feat: Add preference to open iTerm in a new window or tab for the "Open iTerm Here" command (#22960)
- Update CODEOWNERs (14975d4c)
- Better search for remote items (#22959)
- [United Nations] Routine maintenance (#22955)
- Update CODEOWNERs (558b1625)
- [Visual Studio Code Extension]: Add Windows Support (#22108)
- Update CODEOWNERs (f5310078)
- Update macosicons extension (#22963)
- Update github extension (#22965)
- Google Calendar: Update check for internal flavor (#22951)
- [World Clock] Add Windows support (#22274)
- Support Google Calendar on Windows (#22945)
- Update scheduler extension (#22476)
- Update tududi extension (#22938)
- Update logos-launcher extension (#22939)
- feat(mcp-registry): update nuxt mcp server url (#22865)
- Update CODEOWNERs (8f56211e)
- Update google-chrome extension (#22926)
- Update CODEOWNERs (a390ca22)
- Add kalshi extension (#22776)
- Update CODEOWNERs (0ee96955)
- Add port-from-project-name extension (#22312)
- Add AUP link to README.md (#22935)
- Google Calendar: Make compatible for internal build on Windows (#22932)
- Update CODEOWNERs (142e4b77)
- Update kagi search extension (#22921)
- Update CODEOWNERs (0273e950)
- Update type-snob extension (#22925)
- Update CODEOWNERs (7d5913a5)
- Add `Featurebase` extension (#22891)
- Update CODEOWNERs (e634a895)
- Update `LLMs Txt` add Windows support (#22900)
- Update `n8n` extension - fix crash when invalid URL (show EmptyView) (#22917)
- Update CODEOWNERs (3b6e10f2)
- Update can-i-use extension (#22923)
- Update bitbucket extension (#22836)
- Add AI assistant tooling to Raindrop.io extension (#22908)
- Update excel-formula-beautifier extension (#22871)
- [Groq] Update models (#22902)
- [Chatwoot] fix msg crash when no sender name (one line fix) (#22919)
- Update CODEOWNERs (a4d9e687)
- Forked extensions windows cloning error when user folder has space (#22914)
- Update `Appwrite` extension - fix users + copy id + add sort order (#22890)
- Update CODEOWNERs (d1dd3af2)
- Update installed extensions extension (#22895)
- Update vps-explorer extension (#22863)
- Update 1password extension (#22877)
- Add screenshots for WebBlocker extension (#22893)
- Update CODEOWNERs (8ee1662a)
- Update type-snob extension (#22876)
- Update CODEOWNERs (8e373817)
- Add `Immich` extension - Explore + Library + API Keys (#22884)
- Update wechat-devtool extension (#22886)
- Update CODEOWNERs (dac38da6)
- Add WebBlocker extension for productivity and focus (#22715)
- Update CODEOWNERs (4c92abd3)
- Spotify Player - Add Windows support (#22759)
- Update CODEOWNERs (bb38e635)
- Add yasb extension (#22555)
- Update toolbox extension (#22527)
- Update CODEOWNERs (2ce02087)
- Add winscp extension (#22012)
- Update CODEOWNERs (4bb8c1d8)
- Add ports extension (#21729)
- [Home Assistant] Replace deprecated attribute and fix related commands (#22870)
- Update CODEOWNERs (e7d3e1f4)
- Update cratecast extension (#22720)
- Update CODEOWNERs (967888a4)
- Add qalc extension (#21937)
- Update CODEOWNERs (6a294cab)
- Add eurovision-song-contest extension (#22866)
- [NetNewsWire] fix articles not loading (#22864)
- Update CODEOWNERs (77629198)
- Update library-genesis extension (#22869)
- Update CODEOWNERs (82d7e681)
- Add drug-search extension (#22860)
- Update CODEOWNERs (b30fad64)
- Add httpperf extension (#22809)
- Update CODEOWNERs (a1b96be6)
- Add git extension (#22550)
- Update CODEOWNERs (9c354083)
- Add logos-launcher extension (#22366)
- Update CODEOWNERs (792ccbdc)
- Add crypto-portfolio-tracker extension (#22516)
- Update CODEOWNERs (7c738cc5)
- chore: update github username (#22634)
- Update CODEOWNERs (20093698)
- feat(screenocr): add option to disable sound and toast message (#22559)
- feat: Vision Support with Pixtral Models and Clipboard Integration (#22724)
- Update CODEOWNERs (76861a76)
- Update deepcast extension (#22830)
- Update CODEOWNERs (4e55cf4b)
- [Sink] windows support + shortcuts + modernize (#22850)
- chore(sdk-scw): migrate to new sdk (#22777)
- Improve regex pattern used for Jira issue key detection (#22833)
- Update freeagent extension (#22818)
- Update CODEOWNERs (0fe6eb9d)
- [JWT Decoder] Update dependencies (#22411)
- Update CODEOWNERs (05e17791)
- Add grokipedia extension (#22519)
- Update CHANGELOG.md (#22832)
- [VLC] Add commands for speed and history (#22800)
- Update CODEOWNERs (630baf92)
- Update search-router extension (#22823)
- Update CODEOWNERs (660ff273)
- Add excel-formula-beautifier extension (#22578)
- Update CODEOWNERs (f46e7f57)
- Add json-resume extension (#22499)
- Update vps-explorer extension (#22819)
- Update CODEOWNERs (fae2c295)
- Update prism-launcher (#22801)
- Update CODEOWNERs (6c53c0e4)
- Update video-downloader extension (#22810)
- Update CODEOWNERs (b4006be0)
- Add vps-explorer extension (#22507)
- [Ligue-1] Update extensions (#22806)
- Update `Coolify` extension - delete project (new action) (#22794)
- Update CODEOWNERs (f6d7e481)
- Add `Firefly III` extension (#22795)
- Update CODEOWNERs (cfb46f57)
- Add AI by vercel extension (#22804)
- Update review expectations message in pr-bot (#22734)
- Change fetch URL and parse frontend version (#22751)
- Update CODEOWNERs (61c928e3)
- fix(extension): fix zen-browser opening new tab in private window in windows (#22767)
- Update raycast-zoxide extension (#22775)
- Update browser bookmarks extension (#22778)
- Update CODEOWNERs (5898b655)
- Add rule-of-three extension (#22773)
- Update twitch (#22770)
- Update fathom extension (#22760)
- [Postiz] v2 month till EoM + posts in markdown (#22774)
- Update CODEOWNERs (ad1c8665)
- Update twitch (#22746)
- Update CODEOWNERs (584953d5)
- Add Shelve extension (#22287)
- Update CODEOWNERs (342955a0)
- Add ray-code extension (#22755)
- Update qbittorrent (#22756)
- Update CODEOWNERs (c282ff17)
- Update uploadthing (#22763)
- Update cloudflare-warp extension (#22765)
- Update CODEOWNERs (38c5ec83)
- Add `Papra` extension (#22761)
- Update CODEOWNERs (ba06e8c4)
- add: Orshot extension (#21715)
- [ivpn] minor fix: error handling in logout command (#22757)
- Update CODEOWNERs (977815a6)
- Update steam (#22730)
- Update CODEOWNERs (52b198d4)
- feat(imessage-2fa): add support for the 2FA from Epos Card Japan (#22593)
- Update browser history extension (#22749)
- Update `Appwrite` extension - Show Sites, Deployments, Variables (#22754)
- [Multilinks] Add Perplexity Comet browser support (#21476)
- Update anna-s-archive extension (#22739)
- Update CODEOWNERs (fceb40cc)
- [ccusage] feat: enhance Node.js path resolution and CLI execution flexibility (#22740)
- Update silent-mode extension (#22738)
- Update CODEOWNERs (8101bc2b)
- AppGrid - Smart app launcher with grid view and category grouping (#22709)
- Update CODEOWNERs (c6c796f6)
- Add silent-mode extension (#22732)
- feat(ray-so): add nuxt theme preferences (#22733)
- Update CODEOWNERs (6de71ca1)
- Add pi-drill extension (#22714)
- Update CODEOWNERs (043ad9be)
- Update bitbucket extension (#22708)
- Update CODEOWNERs (57cbf4b9)
- Add ping-menu extension (#22299)
- Docs: Update the utils docs
- Update CODEOWNERs (d3ea74a2)
- Add udemy-coupons extension (#22713)
- Update CODEOWNERs (2dfb48e5)
- Update qbittorrent (#22728)
- Update CODEOWNERs (7c6269c0)
- Add dice-tiles extension (#22021)
- FuelX: Remove vulnerable, but unused, dependencies. (#22727)
- LingoRep: Fix security vulnerabilities. (#22726)
- Update CODEOWNERs (9a3fcb4e)
- Add zshrc-manager extension (#22314)
- Update CODEOWNERs (6f5ff619)
- Update parallels-virtual-machines extension (#22676)
- Update CODEOWNERs (a92f1b80)
- Add tex2typst extension (#22667)
- Update CODEOWNERs (dbdf4185)
- feat(sound-search): new extension for searching sounds 🎵  (#22590)
- Update skyscanner-flights extension (#22723)
- Update CODEOWNERs (19316773)
- Add rhttp extension (#22359)
- Update `Capacities` extension - Maintenance + Windows Support (#22694)
- Update CODEOWNERs (6f7ed842)
- Add `NetNewsWire` extension (#22717)
- [Chatwoot] search contacts + show unread convo count (#22719)
- Add Ghostty terminal support to Claude Code Launcher (#22706)
- Update knowyourmeme extension (#22705)
- Feature mistral medium (#22633)
- Update CODEOWNERs (10b7497d)
- Handle the search favourite space error (#22689)
- Update CODEOWNERs (85f8818e)
- Update timezone-buddy extension (#22652)
- Update CODEOWNERs (10af08bf)
- Extension: cloudflare (#22660)
- feat(chatgpt-search): Make query parameters configurable, simplify extension (#22677)
- Update CODEOWNERs (33834b75)
- Add prompt-builder extension (#22648)
- Update CODEOWNERs (aa910511)
- Add display-reinitializer extension (#22678)
- Update CODEOWNERs (2780fca6)
- Update messages extension (#22687)
- Update CODEOWNERs (cde25cb6)
- [gitignore] Windows Support and Favourites (#22623)
- Update CODEOWNERs (6e16a93d)
- [Google Search] Release for Windows (#22410)
- Update skyscanner-flights extension (#22686)
- Update jsr extension (#22682)
- Update CODEOWNERs (9b38b344)
- Update spell extension (#22657)
- Update CODEOWNERs (24aabfd6)
- [Adhan Time] Add Windows support (#22622)
- Update CODEOWNERs (2a668305)
- Update parcel extension (#22239)
- Update CODEOWNERs (5b5c73f4)
- Update idonthavespotify extension (#22695)
- Update CODEOWNERs (f7ae792c)
- [Search NPM Packages] Add Bun Support (#22697)
- Update CODEOWNERs (62749d70)
- Add skyscanner-flights extension (#22646)
- [Premier League] API Migration (#22631)
- Update svelte-docs extension (#22666)
- Update CODEOWNERs (d9f76b0f)
- Update keyboard-shortcut-sequences extension (#22181)
- Docs: update for the new API release
- Ertembiyik/update punto (#22624)
- Update svelte-docs extension (#22650)
- Update CODEOWNERs (9894359b)
- Add `Grist` extension (#22655)
- Update CODEOWNERs (29553c07)
- Update `Pastefy` extension - add win support + 2 new create preference (close 2 issues) (#22656)
- feat(google-chrome): add exclude search functionality (#22614)
- Update CODEOWNERs (cc8a88c8)
- Update url parse extension (#22662)
- Update CODEOWNERs (92771db0)
- Add Tempo extension (#22643)
- Update svelte-docs extension (#22533)
- Update CODEOWNERs (977eb5e6)
- Add Copy Notion Markdown Link extension (#22523)
- Update prism-launcher extension (#22645)
- Update prism-launcher extension (#22526)
- Update CODEOWNERs (c8bea537)
- Add qrcp extension (#22524)
- Keeper Security Updated Readme file (#22642)
- Update currency-exchange extension (#22620)
- [ENS name lookup]: Fix the extension functionality (#22613)
- Update CODEOWNERs (6c3d489d)
- Update any-website-search extension (#22574)
- Update plane extension - README (#22636)
- Update CODEOWNERs (257ee845)
- Update delivery-tracker extension (#22577)
- Update roblox-creator-docs extension (#22538)
- Update plane extension - Support for Plane Self Hosted and API Key authentication (#22608)
- Update tembo extension (#22615)
- Update bible extension (#22606)
- Update `Koyeb` extension - paginate activities + app,service events (#22619)
- Update CODEOWNERs (42d77f5b)
- Add linkace extension (#22362)
- Update CODEOWNERs (e1f980ca)
- Add paperform extension (#22500)
- Update CODEOWNERs (cdfc8913)
- Update T3 Chat extension - Added new models (#22127)
- Update `Attio` extension - use official logo + add task (#22609)
- Update claude extension to dynamically retrieve models (#22217)
- Update CODEOWNERs (936310d4)
- Agent Client Protocol client implementation (#22140)
- Update some dependencies to fix some security issues (#22610)
- Update harvest extension (#22545)
- Update CODEOWNERs (b8c8fcd7)
- Update some deps to fix vunerability issues (#22546)
- Update discord-timestamps extension (#22554)
- Update Eagle extension (#22560)
- Update zed-recent-projects extension (#22562)
- Updated to Filament 4 (#21869)
- [Coolify] add Windows support (#22565)
- Fix: Compatibility with new Luna UI, Windows Support, Version Updates (#22575)
- Update `Resend` extension - use Node SDK  (#22572)
- Update CODEOWNERs (7a56bbe0)
- Update raindrop-io extension (#22552)
- Updated backend endpoints (#22568)
- Update swift-command extension (#22592)
- [Brand Icons] Routine maintenance (#22564)
- Update radarr extension (#22580)
- Update exif extension (#22542)
- Convert Media: add `Copy FFmpeg Command`, remove AVI CRF,... (#22549)
- Update `FreeDNS` extension - modernize + add windows support (#22536)
- Update plane extension README (#22548)
- Update kagi-news extension (#22539)
- Fix casing of \'Windows\' to \'windows\' in keyboard.md (#22540)
- Update CODEOWNERs (0a691228)
- Update timezone-buddy extension (#22349)
- Update reclaim-ai extension to include support for platform: Windows & fix bug with search tasks (#22460)
- Update CODEOWNERs (f4aad1fb)
- Add knowyourmeme extension (#22305)
- Update CODEOWNERs (53d4b505)
- Update gitlab extension (#22360)
- Update CODEOWNERs (7b1e59c4)
- Add kagi-news extension (#22389)
- brew: Change "formula" to "formulae" (#22518)
- Update CODEOWNERs (257af696)
- Add string-formatter extension (#21859)
- Update CODEOWNERs (2a0fab28)
- Add helium extension (#22290)
- feat(markdown-codeblock): add newline prefix (#22369)
- Update CODEOWNERs (b20058a1)
- Docker/add windows support (#22455)
- Add Windows platform support (#22453)
- Update CODEOWNERs (aa68611f)
- Add xkcd-password-generator extension (#22433)
- Update CODEOWNERs (8bf2a9d9)
- Add Stagehand extension (#22179)
- Update CODEOWNERs (59d237b7)
- Add micro-snitch-logs extension (#22390)
- Update CODEOWNERs (238052ee)
- Update github extension (#22384)
- Docs: Update the utils docs
- Update CODEOWNERs (42e307ec)
- Add ivpn extension (#22149)
- Add Pagination to List of Playlist Songs (#22145)
- [Update] [Things] Increase timeout in AppleScript and update Node packages to latest (#22512)
- Update figma-files-raycast-extension extension (#22254)
- Update prism-launcher extension (#22458)
- Update unicode-symbols extension (#22510)
- Update jsr extension (#22503)
- Update CODEOWNERs (0fd5ad08)
- Add keeper-security extension (#22296)
- Update filemaker-snippets extension (#22509)
- Update CODEOWNERs (e858971c)
- Add paynow extension (#22380)
- [ipapi.is] fix error when some location field is invalid (#22493)
- Update CODEOWNERs (ccfa9932)
- Update zen-browser extension (#22491)
- Update tembo extension (#22471)
- Delete .github/workflows/add-approve-label.yml (#22501)
- Update `Chatwoot` extension - Add "My Inbox" command + Fix "List Messages" command (#22490)
- [Linear] Use API-provided notification presentation (#22285)
- Update CODEOWNERs (1a7209ee)
- Update harvest extension (#22256)
- Update CODEOWNERs (13787cdf)
- Fix finding button in Tahoe. (#22330)
- Update GitHub Actions workflow for PR approvals (#22487)
- Docs: update for the new API release
- Update CODEOWNERs (77f64775)
- Added support for Asana sections (#21912)
- Update auto-label workflow for PR approvals (#22484)
- Update GitHub Actions workflow to set effective token (#22482)
- Update workflow to use pull_request_review event (#22479)
- Update CODEOWNERs (d5727aab)
- Add action to generate and copy private links (#22273)
- Enhance PR approval labeling workflow (#22477)
- Chatgpt atlas bookmarks improvement (#22371)
- Add windows support  (#22367)
- Update diskutil-mac extension (#22307)
- [Secret Browser Commands] add ChatGPT Atlas, etc (#22348)
- Update deployhq extension (#22319)
- [Serie A] Update extensions (#22427)
- Update CODEOWNERs (a0f6527b)
- Update arc extension (#22272)
- Update CODEOWNERs (82962ede)
- Add file-info extension (#22259)
- [LaLiga] Update extensions (#22452)
- Update CODEOWNERs (9f49ac17)
- Update jotoba extension (#22379)
- Update capture fullpage of website extension (#22392)
- Update CODEOWNERs (9eeb19ae)
- Add `Formizee` extension - The Open-Source Forms Platform (#22281)
- Update CODEOWNERs (3878eb92)
- [Video Downloader] ADD "Open in Explorer" for Windows users. (#22300)
- Add `Sevalla` extension  (#22407)
- Update CODEOWNERs (c4582cbb)
- Add `Attio` extension - Objects, Tasks, Webhooks, Lists, Notes, Members and Teams (1st version) (#22432)
- Update CODEOWNERs (04f103bd)
- Update google tasks extension (#22439)
- Update CODEOWNERs (1e072cd8)
- feat: add KeePassXC entry placeholder support (#22357)
- Update ton-address extension (#22370)
- [Postiz] Fix Creation Failing + Post Enhancements (#22372)
- Update comet extension (#22381)
- Update CODEOWNERs (291204ff)
- [Random] Update dependencies, release for Windows (#22353)
- Update CODEOWNERs (eeb3d87a)
- Update capture fullpage of website extension (#22304)
- Update CODEOWNERs (5204e8d4)
- Add `HomeBox` extension - A simple home inventory management software (#22264)
- Update docklock-plus extension (#22240)
- Update `Autumn` extension - New Features command + Windows Support + Enhancements (#22311)
- Update CODEOWNERs (7385f9dd)
- Update paste as plain text extension (#22328)
- Update CODEOWNERs (0ad576af)
- Add `Vartiq` extension - Manage Projects, Apps, Webhooks, Webhook Messages (#22324)
- Update CODEOWNERs (f28be428)
- Update browser bookmarks extension (#22343)
- Update CODEOWNERs (85c4dc01)
- Update chatgpt atlas extension (#22351)
- Update CODEOWNERs (2468906f)
- Add ChatGPT Atlas extension (#22340)
- Docs: update for the new API release
- Update nightscout extension (#22293)
- Threads: ESLint simplification, dependency updates, new commands, and documentation (#22276)
- Update CODEOWNERs (a2bc7743)
- Add wled-controller extension (#22258)
- Update CODEOWNERs (12a75181)
- Update jetbrains extension - Add Support for Toolbox V3  (#22265)
- Update CODEOWNERs (3c3bfba8)
- Add fathom extension (#22187)
- Update youtube extension (#22250)
- Update CODEOWNERs (2ddb7251)
- Update fetch youtube transcript extension (#22220)
- docs: [YouTube] reflect YouTube extension features instead of the GitLab extension (#22246)
- Update kimai extension (#21809)
- Update multiple extensions to address security vulnerabilities. (#22241)
- Update linkding extension (#22231)
- Update CODEOWNERs (f24e76f7)
- Add http-observatory extension (#22219)
- Update dig extension (#22213)
- Update CODEOWNERs (4dd7c9d8)
- Update apple-reminders extension (#22182)
- Update CODEOWNERs (6336d869)
- Add `Paymenter` extension - View Invoices + View Tickets + View & Create Users (#22232)
- Update CODEOWNERs (f7242a65)
- Update nhl extension (#22237)
- Update CODEOWNERs (6d84bbb2)
- Update obsidian-tasks extension (#21863)
- Update harvest extension: Add favorites command (#22210)
- Update CODEOWNERs (e8d487be)
- Add tududi extension (#22165)
- Update raycast-zoxide extension (#22218)
- Update CODEOWNERs (00c88e12)
- Update cheatsheets extension (#22226)
- New Feature: Bootstrap Icons: AI Search Fallback (#22221)
- Update `Unkey` extension - move to Unkey SDK w/ v2 Endpoints for better performance (#22214)
- feat(nuxt): add Windows compatibility (#22209)
- Update CODEOWNERs (4e5503af)
- Add forscore extension (#22204)
- tabler: handle pagination/search APIs (#22189)
- Update CODEOWNERs (72e0c46f)
- Update plane extension (#22198)
- Update CODEOWNERs (a15e7275)
- Add haystack extension (#22052)
- Update zed-recent-projects extension (#22199)
- things: fix timeout on macOS Tahoe (#22193)
- macosicons: enhance error handling with detailed troubleshooting (#22192)
- feat(nuxt): v2.1.0 (#22104)
- [Bitwarden] Add Windows support (#21940)
- Update CODEOWNERs (0d47291d)
- Update instant-domain-search extension (#22081)
- Update CODEOWNERs (a006b143)
- Update time-machine extension (#22045)
- Update base-stats extension (#21710)
- Update CODEOWNERs (88cf72d9)
- Update contributors (#22175)
- Add Bootstrap Icons extension (#22190)
- Update CODEOWNERs (9e13279b)
- Add edgestore-raycast extension (#22117)
- Update CODEOWNERs (a82922ec)
- New Extension: Metacritic (#21588)
- Update dust-tt extension (#22167)
- [1Password] Adopt the latest extension template (#22109)
- Update CODEOWNERs (b1b36e04)
- Kaomoji Windows Support (#22158)
- Update CODEOWNERs (21f635c6)
- Update changedetection-io extension (#22126)
- Update CODEOWNERs (7aa198cb)
- [IPInfo] Release for Windows (#22075)
- Update threads extension (#21962)
- Update search-npm extension (#22153)
- Update CODEOWNERs (0f83c147)
- Update deployhq extension (#22151)
- Update anna-s-archive extension (#22156)
- Update `brand.dev` extension - Take Screenshots + Retrieve Styleguides + more brand data (#22155)
- fix(keepassxc): retrieve keepassxc app location. (#22073)
- Update bible extension (#22157)
- Update CODEOWNERs (10372204)
- Add serialcast extension (#21795)
- Update CODEOWNERs (b25f5e83)
- Add yazio-tracker extension (#21954)
- Update bible extension (#22112)
- Update grammaring extension (#22113)
- Update CODEOWNERs (e100bc12)
- Update toggle-fn extension (#22130)
- Update CODEOWNERs (1f62a06f)
- [Linear] Schema deprecation and update SDK (#22095)
- Update CODEOWNERs (576ae0c4)
- Update jwt-decoder extension (#22088)
- Update duckduckgo-image-search extension (#22064)
- Update CODEOWNERs (1869fd16)
- Add deployhq extension (#21902)
- Update CODEOWNERs (e46aede5)
- Add bahn-info extension (#21492)
- Update howlongtobeat extension (#22120)
- Update CODEOWNERs (dfa9df71)
- feat: add massCode assistant (#21851)
- Update zoxide-git-projects extension to add alternate application and copy shortcuts (#22143)
- Update CODEOWNERs (14d29e47)
- Add planning-center-api-docs extension (#22029)
- Update CODEOWNERs (df7f1aca)
- Update font-awesome extension (#22085)
- Update google-chrome extension (#22074)
- Update unicode-symbols extension (#22103)
- Update CODEOWNERs (1c08b627)
- [Twitter] Modernize + fix smol controlled form thingy (#21767)
- feat(bento-me): add Windows support. (#22119)
- [Plane] fix crash due to different logo response (#22146)
- Update CODEOWNERs (cc8cf75b)
- Update `Plane` extension - search projects & view their work items + filter work items  (#22106)
- Update CODEOWNERs (187ad3c6)
- Update hackmd extension (#22035)
- Update CODEOWNERs (9befbb8b)
- Update base64 extension (#21507)
- [MapleStory.gg] Add support for Windows (#22086)
- Update CODEOWNERs (8d7ab8d0)
- Update `Supermemory` extension - search and add projects + Removed `useEffect` + Simplified `getApiKey`+ Moved API Key check into HoC (#22102)
- [RICE Score] Port to Windows (#22118)
- [Snake] Add Windows support (#22105)
- [Brand Icons] Routine maintenance (#22087)
- Update CODEOWNERs (da27c425)
- Add `Chatwoot` extension (#22116)
- Update CODEOWNERs (1e28965f)
- update information & a small fix (#22137)
- Add lapack-blas-documentation-search extension (#22031)
- kim/fix/youtube transcripts (#22067)
- Update scheduler extension (#22003)
- Update unicode-symbols extension (#22066)
- Update zeabur extension (#22062)
- Update CODEOWNERs (ac316560)
- Add `OVHcloud` extension - Manage Domain, DNS Records, Nameservers (#22065)
- Update CODEOWNERs (3a9d22a1)
- Update sesh extension (#21914)
- Set Due Date to Everyday for Existing Tasks (#22058)
- Update CODEOWNERs (049667a3)
- Update duckduckgo-image-search extension (#21953)
- Update numpy-documentation-search extension (#22020)
- Update CODEOWNERs (7d895075)
- Add instant-domain-search extension (#21871)
- Update CODEOWNERs (ed57125e)
- Add fakecrime-upload extension (#22010)
- Update CODEOWNERs (92d1043d)
- Add plane extension (#21879)
- [RSS Reader] AI enhanced rss-reader extension (#22000)
- Update CODEOWNERs (e4687ae8)
- Add clean-text extension (#20988)
- Update CODEOWNERs (99f287ce)
- Fix quit-applications extension: Apple Events authorization error with fallback to ps command (#21155)
- Update CODEOWNERs (fdc83ab6)
- Scoop(refactor): implement singleton pattern for scoop command management and hooks for the UI (#21702)
- Update CODEOWNERs (24d2d377)
- feat(search-router): add custom search engine support (#21714)
- Update sportssync extension (#21970)
- Update CODEOWNERs (f31f0658)
- Update zen-browser extension (#21556)
- linear: add status preference to create issue for myself (#21959)
- Update CODEOWNERs (061fee85)
- Add ipinfo extension (#21991)
- Update `Postiz` extension - support v2 endpoint + toggle display (#22044)
- Fix: Address recipe fetching bug (#22033)
- Update CODEOWNERs (32769831)
- Update CT-7567 username in raycast2github.json (#22050)
- Refactor reviewer permission check in workflow (#22041)
- Update some deps to solve vulnerabilities (#22040)
- Update CODEOWNERs (573ea59e)
- Fix some security warnings (#21921)
- [United Nations] Add support for Windows (#22032)
- [Installed Extensions] Add support for Windows (#22036)
- Implement comment creation and updating for PR bot (#22037)
- Decommission Clarify Raycast extension. (#22034)
- Docs: update for the new API release
- Refactor platform label handling in PR bot (#22016)
- Implement platform detection for extensions (#22014)
- Update CODEOWNERs (dd22780a)
- Add near-rewards extension (#21917)
- Update CODEOWNERs (5bcb18d9)
- Add toneclone extension (#21701)
- [dust] feat(login): auto-switcher for user region (#21668)
- Update CODEOWNERs (a97cef3c)
- Add alloy extension (#21849)
- Update CODEOWNERs (0fa6b009)
- [Bitwarden Vault] Add a command to create a login (#21360)
- Update CODEOWNERs (10274f0e)
- Add numpy-documentation-search extension (#22013)
- Update `ipapi.is` extension - Modernize + Windows Support + Enhancements (#21935)
- Update CODEOWNERs (bdd2960d)
- Update datetime format converter extension (#21707)
- Update CODEOWNERs (8f7b8b7b)
- Add `Infisical` extension (#21880)
- Update CODEOWNERs (f3417a17)
- Add `Chatbase` extension - View Agents/Bots, their conversations and messages (#21963)
- add issue type to templates (#22005)
- Update CODEOWNERs (ce65697d)
- Add guitar-tools extension (#21855)
- Update CODEOWNERs (27cae3f6)
- Add shopify-dev-docs-search extension (#21694)
- Update CODEOWNERs (9433c5d4)
- Update comet extension (#21945)
- [epim] Add automatic role status refresh after activation (#22008)
- [raycastbot] Add support for closing issues as duplicate (#21548)
- Update CODEOWNERs (4356e0bd)
- Update `Kaomoji Search` extension - Windows Support + Modernize (#21976)
- Update workflow configurations (#22002)
- Update CODEOWNERs (5a03e66d)
- Add braintick extension (#21545)
- [Say] Fix missing await (#22001)
- Update CODEOWNERs (ae2261c9)
- Add rtl-reader extension (#21549)
- Update CODEOWNERs (aaeda7de)
- Add airsync extension (#21903)
- [Say] Add Stop Say command & enhancements (#21998)
- Docs: Update the utils docs
- Update add-approve-label.yml (#21995)
- Updated WebBites extension (#21987)
- Enhance label addition workflow with debug info (#21990)
- Update add-approve-label.yml (#21989)
- Update reviewer type and token handling in workflow (#21988)
- Refine auto-labeling for approved PRs (#21986)
- Update add-approve-label.yml (#21984)
- Update add-approve-label.yml (#21983)
- Update add-approve-label.yml (#21982)
- Update add-approve-label.yml (#21981)
- Update add-approve-label.yml (#21980)
- Update add-approve-label.yml (#21979)
- Rework of fuzzy-file-search extension (#21675)
- Update add-approve-label.yml (#21977)
- Update add-approve-label.yml (#21975)
- Add GitHub Actions workflow to auto-label approved PRs (skip write+ users only) (#21974)
- Update CODEOWNERs (45a587fb)
-  [Web Converter] Add Windows Support (#21691)
- Update CODEOWNERs (f922e589)
- Add security-search extension (#21711)
- Improve video filename handling and update dependencies (#21958)
- [Grafana] add command Pages (#21952)
- Fix formatting in generate-code-owners.yml (#21951)
- Update CODEOWNERs (070fbee8)
- Implement fallback for core dirs and key files checkout (#21950)
- Refactor sparse checkout and improve Slack notifications (#21949)
- Enhance sparse checkout and improve commit message (#21947)
- Update qrcode generator extension (#21922)
- Enhance URL handling: allow direct opening of URLs and add utility function for URL validation (#21555)
- [Trello] Allow for multiple assignees on card (#21512)
- Update messages extension (#21939)
- Update stripe extension (#21943)
- Update generate-code-owners.yml for sparse-checkout (#21925)
- Add comma-separator extension (#21749)
- Add gomander extension (#21647)
- [Google Transalte] add hotkey to switch between language sets quickly (up and down) (#21918)
- Add supermemory extension (#21811)
- Add nepali-calendar extension (#21708)
- Add folder-organizer extension (#21575)
- Update github extension (#21742)
- [Logseq] Windows support (#21705)
- add an extra space for reward text (#21905)
- Add uranium-raycast-plugin extension (#21501)
- Update 1password extension (#21689)
- Fix: The "Search Bookmarks" command returns an error when the hard-coded default path does not exist (#21706)
- [Raindrop.io] open in 2ndary browser + modernize (#21748)
- feat: enable windows support (#21739)
- Update plexus extension (#21894)
- Add hemolog extension (#21733)
- Add `Koyeb` extension (#21891)
- Update genius-lyrics extension (#21678)
- Update battery-health extension: add adaptor power watts (#20966)
- feat: Update YouTube transcript functionality (#21868)
- [Bitbucket] Swap to API tokens (#21489)
- Update aws extension (#21688)
- Update code-runway extension (#21662)
- Add claude-code-launcher extension (#21075)
- Ext/window sizer: Updated screenshots to macOS Tahoe (#21790)
- Update bilibili extension (#21703)
- Update Ext/surge outbound switcher (#21860)
- Ext/surge outbound switcher: Updated screenshots to macOS Tahoe (#21791)
- Update `Font Awesome` extension - fix search would get stuck since token was not persisted (#21835)
- Update aave-search extension (#21798)
- Update `Spaceship` extension - View Lifecycle State of "Domain" + Change "Nameservers" of "Domain" + Add "Windows" Support (#21816)
- feat(KeePassXC): add windows support. (#21785)
- Update onbo extension (#21792)
- Update `Todo List` extension - Added `tooltip` to to-do list items so longer titles easier to read + Added `metadata` images + Modernized (#21819)
- [Comet] sort bookmarks by dateAdded + Modernize (#21734)
- [Pipedrive] fix issue + lots of changes (#21709)
- Add `Youform` extension - view your forms, their blocks and submissions (#21840)
- Update arc extension (#21821)
- [video-downloader] Fix long video name issue (#21839)
- [Playnite Launcher] Fix cold starting issue (#21827)
- Add razuna extension (#21558)
- fix(nuxt): sanitize component name and optimize ai prompt (#21804)
- Update gif search extension (#21834)
- Improve Sesh List (#21805)
- Update tembo extension (#21810)
- Update duan-raycast-extension extension (#21836)
- [Forked Extensions] Add support for checking aheads & branches (#21838)
- Update svgl extension (#21841)
- Update CODEOWNERs
- Update unicode-symbols extension (#21726)
- [JSONtoTS] Add Windows Support (#21736)
- Update CODEOWNERs
- feat(mcp-registry): update nuxt ui mcp url (#21763)
- Update `MailerSend` extension - Add Windows Support + View Domain DNS Records (#21698)
- Add `Vanguard Backup` extension - Manage **Backup Destinations** + Manage **Backup Tasks** + Manage **Remote Servers** (#21769)
- Update CODEOWNERs
- Update `bmrks` extension - change delete action shortcut + modernize (#21770)
- feat(nuxt): update to nuxt ui v4 (#21762)
- Updated Wordflow (#21753)
- Update CODEOWNERs
- Added WebBites extension (#21227)
- Update CODEOWNERs
- feat: add CometAPI extension for AI-powered text processing tools (#21562)
- Update CODEOWNERs
- Add nightscout extension (#21552)
- PPL: Fixed View Newspapers bug (#21693)
- Docs: Update the utils docs
- Docs: Add changelog for windows (#21695)
- Update CODEOWNERs
- Update parcel extension (#21415)
- Update CODEOWNERs
- Docs: update for the new API release
- Update mail extension (#21687)
- Add platforms support to package.json for windows and linux (#21666)
- Update CODEOWNERs
- Update CODEOWNERs
- Update dependencies and improve keyboard shortcuts for cross-platform compatibility (#21667)
- Update static-marks extension (#21428)
- Update gitlab extension (#21670)
- Update how long to beat extension (#21671)
- Update Google Calendar Quickadd (#21673)
- [Statamic Docs] Rename dev readme to avoid it showing on the store (#21654)
- Update hue palette extension (#21627)
- Update CODEOWNERs
- Add `Postiz` extension - Search Channels + Search Posts (week) & Create (draft, text-only) Post & Delete Post (#21553)
- Added version switcher to Statamic Docs extension (#21620)
- Update CODEOWNERs
- Add ip-finder extension (#21543)
- Migration for 1.103.0 and Windows docs (#21652)
- Update granola extension (#21629)
- Update CODEOWNERs
- Add Raycast FRC (#21390)
- Update unicode-symbols (#21641)
- [Playnite Launcher] Support for portable versions & fixes (#21622)
- Update duan-raycast-extension extension (#21626)
- [Forked Extensions] Fix incorrect content for copying (#21635)
- Zed Recent Projects - fix broken pinned cache (#21608)
- Docs: update for the new API release
- Update CODEOWNERs
- Add simple-dictionary extension (#21456)
- Update CODEOWNERs
- `zen-browser`: Add Windows Support (#21600)
- Update CODEOWNERs
- Add swiss-train-times extension (#21522)
- Update CODEOWNERs
- Add onbo extension (#21551)
- Update zen-browser extension (#21414)
- Update CODEOWNERs
- Add share-a-quote extension (#21541)
- Update CODEOWNERs
- Add `Autumn` (useautumn.com) extension - List Customers & Create Customer + List Products & Create Product (#21514)
- [OCI] List NoSQL + Manage Object Storage (#21572)
- Update CODEOWNERs
- Update remember this extension (#21367)
- Update debug package to version 4.4.3 (#21574)
- [Font Awesome] Update devDependencies in fontawesome extension, removed two unused packages (#21573)
- Docs: update for the new API release
- Update letterboxd extension (#21520)
- Update react-native-directory extension (#21544)
- [Xcode] Update assets to match Xcode 26 (#21525)
- Enhance PR workflow with merge and branch deletion (#21568)
- [Forked Extensions] Fix the infinite rerender (#21566)
- Update CODEOWNERs
- Update zed-recent-projects extension (#21528)
- Add google-calendar-quickadd extension (#21191)
- Update CODEOWNERs
- Add fuzzy-file-search extension (#21270)
- Update CODEOWNERs
- Update the dependencies to fix search history and search tabs (#21487)
- Add acceptance flags for winget installation (#21539)
- Update CODEOWNERs
- [Forked Extensions] Add "isMac" and "isWindows" helpers (#21547)
- Update CODEOWNERs
- Add ai-stats extension (#21480)
- Update CODEOWNERs
- Update uuid generator extension (#21490)
- Update renaming extension (#21554)
- Update CODEOWNERs
- Make available on Windows, typescript fixes, display ipv4 details even when ipv6 is available (#21560)
- [Forked Extensions] Fix the rerender logic of Sync Fork actions (#21563)
- Make sure the migrations are cross-platforms (#21516)
- Update CODEOWNERs
- Add playnite-launcher extension (#20407)
- Update CODEOWNERs
- Add everything-search extension (#20055)
- Update CODEOWNERs
- feat: [Video Downloader] Add Windows Support (#21411)
- Update CODEOWNERs
- Add scoop extension (#21177)
- Product Hunt: scraper + logger improvements (#21188)
- Update music-assistant-controls extension (#21510)
- Update CODEOWNERs
- [GitHub Copilot] Refactor data loading (#21511)
- Add tembo extension (#21366)
- Update CODEOWNERs
- Update qq-music-controls extension (#21466)
- Update CODEOWNERs
- Update rize-io-sessions extension (#21481)
- [Forked Extensions] Support migrating from full-checkout (#21488)
- Update CODEOWNERs
- Remove problematic airplay preference from audio-device extension (#21495)
- Update `UptimeRobot` extension - Create Ping Monitors + Show monitor type + Update monitor icon & add tooltip + Modernize (#21497)
- Menu bar command, new icons and more (#21431)
- feat: update Firecrawl extension to use v2 API (#21477)
- Fix formatting of Nuxt UI description (#21479)
- Add Nuxt UI entry to MCP registry (#21478)
- Update CODEOWNERs
- [Git repos] Fix worktree remotes (#21464)
- Update scheduler extension (#21472)
- Update CODEOWNERs
- Add xpf-converter extension (#21448)
- Update CODEOWNERs
- Update CODEOWNERs
- Add zendesk-admin extension (#20763)
- Add yr-weather-forecast extension (#21354)
- Update CODEOWNERs
- Add `Apify` extension - List Actors + List Runs (#21467)
- Update CODEOWNERs
- [Forked Extensionis] Run local Git commands before requesting APIs (#21457)
- Update circleback extension (#21459)
- [zed-recent-projects] Handle new sqlite database schema 28 (#21447)
- Fixed deprecated Jira API issue. (#21452)
- Update `Keygen` extension - List API Tokens and Revoke old ones + Add Windows Support (#21395)
- Update `Productboard` extension - View `Objectives` + Modernize (#21450)
- Update CODEOWNERs
- Stripe: add support for managing customers and subscriptions (#21135)
- Update CODEOWNERs
- [Font Awesome] Add Windows Support (#21433)
- Update CODEOWNERs
- Update arxiv extension (#21033)
- Update CODEOWNERs
- [YouTube Companion] Add Windows Support and bump dependencies (#21436)
- Update CODEOWNERs
- [Forked Extensions] Add support for create extensions (#21364)
- Add whentomeet extension (#20675)
- Update CODEOWNERs
- Add Circleback extension (#21391)
- Update CODEOWNERs
- update packages and add option to exit raycast after cleaning link (#21269)
- Update CODEOWNERs
- Add tuneblade extension (#21350)
- Update wechat-devtool extension (#21399)
- Update CODEOWNERs
- feat(KeepassXC): add windows support. (#21430)
- Add Qovery extension (#21255)
- Update CODEOWNERs
- Update raindrop-io extension (#21394)
- Update comet extension (#21362)
- Update CODEOWNERs
- Update cheatsheets-remastered extension (#21376)
- Add publora extension (#21372)
- Update CODEOWNERs
- Update CODEOWNERs
- Update `Unsplash` extension - Fixed crash when "Rate Limit" exceeded + Centralized error handling + Removed `node-fetch` (#21406)
- [cURL Extension] Add Windows Support (#21427)
- [Raindrop.io] Move @sh-cho to past contributors (#21435)
- [Update] [Things] Add project update/delete tools and improve type safety (#21416)
- Update obsidian-link-opener extension (#21443)
- Update zed-recent-projects extension to use latest sqlite Zed schema (#21180)
- Fix Jira extension: JQL error (#21429)
- Docs: update for the new API release
- Update `Manotori` extension - Support Windows! + View DNS Zones + View DNS Records + Create DNS Record (#21370)
- Update github extension (#21381)
- Update docker extension (#21398)
- Update Advanced Replace for regex transforms and entry options (#21409)
- Update deepwiki extension (#21400)
- Update meta-music extension (#21417)
- Update CODEOWNERs
- Update `Opera` extension - Fix: would show as not installed due to changed path + Add better error handling when dealing with `AppleScript` - Modernize to use latest Raycast configuration + Removed `run-applescript` (#21421)
- Update instagram media downloader extension (#21422)
- Update CODEOWNERs
- Update `Proxmox` extension - show status in `tooltip` + token is now password + modernize to use latest Raycast config (#21349)
- Update CODEOWNERs
- Add red-note-post-viewer extension (#21315)
- Fix documentation for screenshot extension: capture-to-clipboard command (#21311)
- Update flibusta-search extension (#21327)
- Mention Forked Extensions in dev doc (#21158)
- Update CODEOWNERs
- Fix todoist extension: Setting due date and time (#21331)
- Update CODEOWNERs
- Add plexus extension (#21289)
- Update CODEOWNERs
- Add r2-uploader extension (#21215)
- Cursor Agents: Add a new tool to get back all repositories that are s… (#21337)
- Update CODEOWNERs
- [cursor-agents] Made `ref` optional in the agent launch form (#21334)
- Cursor: Few smaller fixes (#21333)
- Add error handling for launchCommand (#21332)
- Update CODEOWNERs
- Cursor Agents (#21328)
- Update CODEOWNERs
- Update memos extension (#21213)
- Release more extensions on Windows (#21324)
- Update CODEOWNERs
- Update google-chrome extension (#21235)
- Add lockfiles and registry rules to copilot instructions (#21254)
- docs: update documentation (#21325)
- Update CODEOWNERs
- [Gandi] New Extension (#21120)
- Update RAE Dictionary extension with latest improvements (#21307)
- Update CODEOWNERs
- Add `Visitor Queue` extension - View "Data Views" + View "Leads" + View "Contacts" (Windows supported!) (#21322)
- Update zeabur extension (#21321)
- Update CODEOWNERs
- Add music-assistant-controls extension (#21249)
- Update CODEOWNERs
- Add ChartMogul extension (#21251)
- [google-chrome-profiles] Refactor Chrome profile opening into dedicated no-view commands (#20623)
- Fix incorrect error message in GitHub Enterprise issues search (#21231)
- Update CODEOWNERs
- Add hebrew-date-zmanim extension (#21292)
- Update CODEOWNERs
- Add atomberg-raycast-extension extension (#21185)
- Improve error handling in GitHub Copilot extension (#21308)
- feat(add-expense): Add "Category" selection dropdown to "Add Expense" form (#21224)
- feat(shell-history): add option to reverse history order (#21304)
- Update CODEOWNERs
- Add vanishlink extension (#20996)
- Revert "Renaming metadata images (#21305)" (#21306)
- Update brreg extension (#21169)
- Update brave-search-with-results extension (#20916)
- [Farcaster] cleanup and migration (#21299)
- Renaming metadata images (#21305)
- Fix `pr-bot` for detecting touched extensions (#21250)
- Update CODEOWNERs
- Add Windows support and update dependencies (#21282)
- Fix GitHub Copilot instructions to provide actionable code suggestions without character escaping (#21276)
- Update CODEOWNERs
- Update `solidtime` extension - use custom (self-hosted) URL + handle errors + 2 EmptyViews (#20602)
- [Forked Extensions] Improve Sync actions (#21294)
- [Bitwarden] Sync vault on command launch (#21300)
- Update `Tally` extension - update many settings of a Form + fix: crash when no Form title + add shortcut to "Open in Tally" `Action` (#21302)
- [Forked Extensions] Fix the fork action (#21281)
- Update CODEOWNERs
- Add tallinn-transport extension (#20762)
- Update CODEOWNERs
- [Mozilla Firefox] Refactor and fixes (#20767)
- Update CODEOWNERs
- [Whimsical]: First version, only AI (#20815)
- feat(raindrop-io): prefill add form from launch context (#21261)
- Update CODEOWNERs
- Fix todoist extension: An error creating task (#21153)
- [Forked Extensions] Improve error handlers and toasts (#21222)
- Update CODEOWNERs
- Update spotify-player extension (#21234)
- Update CODEOWNERs
- Update ado-search extension (#20586)
- Update CODEOWNERs
- Add sourcegraph-amp-dash-x extension (#20730)
- Update CODEOWNERs
- Update dotmate extension (#21129)
- Update CODEOWNERs
- Add barassistant extension (#21126)
- Update `Airtable` extension - precise errors + `Add` Icon to **Bases** & **Fields** + `Add` support for **Personal Access Token** + `Simplify` OAuth + `Modernize` (#21262)
- fix(readwise-reader): Use correct URL when opening articles (#21219)
- Complete overhaul of "Where Is My Cursor?" extension (#21124)
- Update stale PR message and timing settings (#21273)
- Update `My Idlers` extension - Add Server (#21256)
- Add Windows support and update dependencies (#21260)
- [MapleStory.gg] Routine maintenance (#21266)
- Update CODEOWNERs
- Fuelx: Override @coinbase/wallet-sdk and cbw-sdk versions (#21247)
- Add comprehensive GitHub Copilot instructions for extension reviews (#21243) (#21244)
- Update polymarket extension (#21236)
- Add AI tools to GitHub Copilot extension for task creation and repository management (#21228)
- kill-process: Add support for Windows (#21240)
- Gate some more extensions for Windows (#21239)
- Fix formatting in README.md for GitHub Copilot (#21226)
- Update CODEOWNERs
- Add GitHub Copilot extension (#21225)
- Update CODEOWNERs
- Add Mobius Materials extension (#21136)
- [Installed Extensions] Use Raycast buitl-in `Action.CopyToClipboard` (#21216)
- notion: Fix opening page on windows (#21205)
- Update CODEOWNERs
- Update CODEOWNERs
- Update spotify-player extension (#21208)
- Add fuelix extension (#21067)
- Update copy-path extension (#21168)
- Update `MailerSend` extension - View Domain Webhooks (#21194)
- [Forked Extensions] Polish `Sync Fork` & fix Git path for Windows (#21204)
- Update freeagent extension (#21203)
- Update One Time Password (#20176)
- [Language Detector] Add support for internet slangs (#21201)
- Docs: update for the new API release
- Update CODEOWNERs
- Vercel/Vercast: Bump deps, make available on Windows (#20758)
- Update CODEOWNERs
- apple-maps-search - Windows support (#20700)
- Update roblox extension (#18919)
- [Forked Extensions] Fix `Sync Fork` and check Git executable file (#21187)
- Update CODEOWNERs
- Whois: Add windows support (#20759)
- Add \'Windows\' to exempt PR labels in stale.yml (#21176)
- feat: Rube MCP Server added to the registry (#21146)
- Update CODEOWNERs
- Add `Lemon Squeezy` extension - List all orders in all your stores + List all products in all your stores (#21115)
- Update awork extension (#21178)
- Add cheatsheets-remastered extension (#20991)
- Update CODEOWNERs
- Add leap-new extension (#21175)
- Update CODEOWNERs
- Update `Console Dev` extension - Major Rewrite + Support Windows + Fix Parser (#21036)
- Update CODEOWNERs
- Add luxafor-controller extension (#21082)
- Update youversion-suggest extension (#21074)
- [Forked Extensions] Sync fork repo with upstream repo on GitHub (#21171)
- Update CODEOWNERs
- Add shopinfo-app extension (#20884)
- Update awork extension (#21040)
- Update CODEOWNERs
- Update radarr extension (#21118)
- Update Fathom Analytics menu bar icon and add shortcut (#21147)
- Update CODEOWNERs
- Update aave-search extension (#21149)
- [Installed Extensions] Add support launching target extension (#21154)
- [Steam] Routine maintenance (#21156)
- Update ray-clicker extension (#21161)
- Update gradient-generator extension (#21163)
- Bugfix/issue-18862 MLB Schedule Fix, addition of Standings and Search Players command (#21167)
- [Forked Extensions] Add support for Windows & improvements (#21060)
- Update CODEOWNERs
- Update CODEOWNERs
- Update copy-path extension (#21134)
- Fix Slack extension: Send message is not working. (#21148)
- Update brreg extension (#21151)
- Update CODEOWNERs
- Update CODEOWNERs
- [GitHub] Add Starred Repos command (#21110)
- Add monkeytype extension (#21108)
- Update CODEOWNERs
- ray-so: Add Windows support (#20740)
- Update ente-auth extension (#20663)
- Update CODEOWNERs
- Add obsidian-link-opener extension (#21021)
- Update CODEOWNERs
- Add crypto-search extension (#21084)
- [Home Assistant] Port to windows (#21065)
- feat: add [Generate QR Code from Selection] Command for [QR Code Generator] Extension (#20831)
- Update CODEOWNERs
- Update CODEOWNERs
- Update google-chrome extension: Add reload/refresh tab action (#21140)
- feat(endel): add Endel extension (#20788)
- Update CODEOWNERs
- Add chatgpt-search extension (#20721)
- Update CODEOWNERs
- Fix Jira extension: Deprecated Atlassian API methods (#21057)
- Add odoo-companion extension (#21058)
- Update brreg extension (#21046)
- [spotify-player] Check for duplicate tracks before adding to a playlist (#20617)
- Update aws extension (#21016)
- ext/media-converter: hotfix: simple quality settings (#21092)
- Update `logitech-litra` extension to support devices without a serial… (#21139)
- Update CODEOWNERs
- [Multilinks] Add Dia browser support (#21128)
- Update 1password extension (#21142)
- Update todoist extension (#21141)
- Update `changedetection.io` extension - Create + Delete + modernize + add EmptyView (#21143)
- Update openrouter-models-finder extension (#21100)
- Fix a minor typo in video-downloader Installer view (#21102)
- Update CODEOWNERs
- Add Looma.fm extension with all reviewer feedback addressed (#20781)
- Update CODEOWNERs
- Add get-cat-images extension (#20964)
- Update CODEOWNERs
- feat(add-expense): add “Recent” section to “Add Expense” form (#21032)
- Update CODEOWNERs
- Add typora-note-creator extension (#20851)
- Update commit-issue-parser extension (#21050)
- [Surge] Routine maintenance (#21098)
- [United Nations] Handle SIGTERM gracefully (#21086)
- Update search index used in Statamic Docs extension (#21089)
- Update CODEOWNERs
- feat: support specifying issue type when creating an issue (#21043)
- Update naver-search extension (#20235)
- [Say] Allow stop saying & handle SIGTERM gracefully (#21081)
- Update CODEOWNERs
- [Spotify] Fix reading values from undefined (#20986)
- Add gradient-generator extension (#21012)
- Update CODEOWNERs
- Update raycast-surge extension (#20578)
- Add openrouter-quick-actions extension (#20958)
- Update CODEOWNERs
- Add scheduler extension (#20641)
- Update CODEOWNERs
- Add comet extension (#20632)
- Update ray-clicker extension (#21088)
- Update todoist extension (#21078)
- Update CODEOWNERs
- Update ship24-client extension (#21059)
- Add openrouter-models-finder extension (#21005)
- Update CODEOWNERs
- Add zsh-aliases extension (#20985)
- Update CODEOWNERs
- Add ray-clicker extension (#20979)
- Update `Wave` - Enhance `Invoice` to show amounts due and paid + Move "Business Products And Services" to its own file + Add new product or service (#21052)
- Update password-generator extension to guarantee presence of character choices (#20976)
- Update CODEOWNERs
- [Forked Extensions] Initial release (#20968)
- Update CODEOWNERs
- Update todoist extension (#20984)
- Docs: Update the utils docs
- Update brreg extension (#21027)
- Docs: update for the new API release
- feat: adding the calculation time for MOROCCO (#20917)
- Update CODEOWNERs
- feat(model-context-protocol-registry): linear mcp server (#20895)
- [defbro] Dynamic detection of defbro command path (issue #20881) (#20882)
- Brew: Close Raycast in case the brew cmd typed in raycast window (#20780)
- Hot Fix: Granola authentication to support WorkOS tokens (#21039)
- Update CODEOWNERs
- Add vixai extension (#20772)
- Update lookaway extension (#21038)
- Update CODEOWNERs
- Bitaxe initial commit (#20750)
- Update CODEOWNERs
- Update cyberchef extension with custom Instance URL (#20735)
- Update duckduckgo-image-search extension (#21034)
- 🐛 fix browser-extension for zen browser (#21035)
- Update CODEOWNERs
- Add positron extension (#20596)
- Update CODEOWNERs
- Add french-company-search extension (#20865)
- Update minio-manager extension (#20999)
- Update change case extension (#20960)
- Update grammari-x extension (#20998)
- Support for scientific notation and decimal encoding in converter (#21011)
- Update Claude Code Cheatsheet - Add v1.0.55-v1.0.81 features (#21004)
- Update CODEOWNERs
- Update trakt-manager extension (#20854)
- [Language Detector] Add support for Windows (#20832)
- Update quick-git extension (#21001)
- Update CODEOWNERs
- Update `SwitchHosts` extension - modernize + icons + markdown + add hook + remove `setTimeout`,`node-fetch` (#21017)
- Update `Clockify` extension - Select Tag During Start + More Precise Types + Modernize (#21002)
- Update `cPanel` extension (#20977)
- Update google lens extension (#21019)
- Update CODEOWNERs
- Add invisible-text-detector extension (#20926)
- Update CODEOWNERs
- Add word4you extension (#20638)
- Update CODEOWNERs
- Add radarr extension (#20904)
- Update CODEOWNERs
- feat(8ball): add preference to choose default action (copy/paste) and… (#20947)
- Update CODEOWNERs
- Update deepwiki extension (#20955)
- Update CODEOWNERs
- Update dodo-payments extension (#20956)
- Update vercast extension (#20838)
- Update CODEOWNERs
- Update search-gule-sider extension (#20911)
- [Groq] model update and improvements (#20630)
- Add support for password protected YubiKeys in yubikey-code (#20938)
- [Time Tracking] rename in Edit Form + Modernize (#20922)
- [Brand.dev] trigger search via search text (QoL) (#20944)
- Update CODEOWNERs
- Add unblocked-answers extension (#20696)
- Update CODEOWNERs
- Add chainscout extension (#20712)
- Update CODEOWNERs
- tabler: add download actions (#20704)
- Update CODEOWNERs
- Add raycast-kozip-extension extension (#20686)
- Update CODEOWNERs
- Add jitsi extension (#20680)
- Update CODEOWNERs
- Add time-calculator extension (#20674)
- Docs: update for the new API release
- Update CODEOWNERs
- feat(todoist): Add NLP task creation with natural language parsing (#20647)
- Update CODEOWNERs
- Add synology-download-station extension (#20643)
- Add owl extension (#20777)
- Update CODEOWNERs
- Update synonyms extension (#20879)
- Update scira extension (#20889)
- [Notion] Quick Capture - Use bookmark block instead of markdown link when Capture As is set to Bookmark (#20906)
- [Color Picker] Fix Convert Color command (#20913)
- Update v0-by-vercel extension (#20923)
- Update CODEOWNERs
- Add v0-by-vercel extension (#20792)
- Add `.gitattributes` & get rid of `\r\n` (#20498)
- [Brand Icons] Add support for creating social badges through cross-extension (#20861)
- Update `PocketBase` extension - **modernize** + search-backups + store token (#20876)
- Update `Keygen` extension - List, Create and Delete Users + View API Usage + Fix typo in command title: "Voew Licenses" -> "View Licenses" (#20885)
- Update certificate-viewer extension (#20894)
- Update CODEOWNERs
- Add yap extension (#20888)
- Update CODEOWNERs
- Media-converter extension: more quality settings, type refactor (#20427)
- Update CODEOWNERs
- Add emojis-com extension (#20875)
- Add dodo-payments extension (#20669)
- Update CODEOWNERs
- Add twingate extension (#20580)
- Update CODEOWNERs
- Update brave-search-with-results extension (#20570)
- Update CODEOWNERs
- Update CODEOWNERs
- Add where-is-my-cursor extension (#20892)
- Update image-wallet extension (#20806)
- Add proton-authenticator extension (#20773)
- Update CODEOWNERs
- Add sharding-tools extension (#20394)
- Update CODEOWNERs
- Add Save Link extension  (#20521)
- Update CODEOWNERs
- Update display-modes extension (#20260)
- Update CODEOWNERs
- Update craftdocs extension (#19976)
- Update CODEOWNERs
- Update aerospace extension (#20847)
- Update aws extension (#20862)
- Update CODEOWNERs
- Update pick-your-wallpaper extension (#20805)
- Update CODEOWNERs
- Add `Tally` extension - view, rename workspaces + view forms + view form submissions (#20493)
- Update at-profile extension (#20853)
- Update aws extension (#20856)
- Update grammari-x extension (#20848)
- Update preferences.md (#20855)
- Update youtrack extension (#20571)
- Update Esports pass extension - replace toISOString() with toLocaleDateString() (#20553)
- Update CODEOWNERs
- Add kiro extension (#20790)
- Update freeagent extension (#20844)
- [Badges] Add shortcut for picking logo (#20849)
- Update CODEOWNERs
- Update svgl extension (#20852)
- Add docklock-plus extension (#20419)
- Update slugify-file-folder-names extension (#20528)
- Update CODEOWNERs
- Add freeagent extension (#20828)
- Update CODEOWNERs
- Update aws extension (#20809)
- Update CODEOWNERs
- Add sefaria extension (#20378)
- Update CODEOWNERs
- Add tokenizer extension (#20513)
- Update CODEOWNERs
- Update CODEOWNERs
- Add parse-logs extension (#20817)
- Add ag-audioflow extension (#20798)
- Update CODEOWNERs
- [GitLab] Fix GitLab lint issues (#20830)
- Update CODEOWNERs
- Adding new social platforms (#20549)
- Update `OpenStatus` extension - ✨AI Tools✨ (#20813)
- [GitLab] Add windows support (#20824)
- Update raindrop-io extension (#20820)
- Update CODEOWNERs
- Update timezone-buddy extension (#20723)
- Update: Implement recently viewed books feature and enhance caching mechanism (#20664)
- Update CODEOWNERs
- Add raycast-focus-stats extension (#19456)
- Fix token expired auth flow in SendAI extension (#20711)
- Update CODEOWNERs
- Add commit-issue-parser extension (#20395)
- Update CODEOWNERs
- Add ozbargain-deals extension (#20288)
- Update mermaid-to-image extension (#20614)
- [zoxide] fix compatibility with Intel Macs, clean up /Users/aman/.npm/_npx/daafed3b81e85078/node_modules/.bin:/Users/aman/dev/personal/raycast-extensions/extensions/prisma-postgres/node_modules/.bin:/Users/aman/dev/personal/raycast-extensions/extensions/node_modules/.bin:/Users/aman/dev/personal/raycast-extensions/node_modules/.bin:/Users/aman/dev/personal/node_modules/.bin:/Users/aman/dev/node_modules/.bin:/Users/aman/node_modules/.bin:/Users/node_modules/.bin:/node_modules/.bin:/Users/aman/.local/share/mise/installs/node/24.11.0/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/Users/aman/dev/personal/raycast-extensions/extensions/prisma-postgres/node_modules/.bin:/Users/aman/dev/personal/raycast-extensions/extensions/node_modules/.bin:/Users/aman/dev/personal/raycast-extensions/node_modules/.bin:/Users/aman/dev/personal/node_modules/.bin:/Users/aman/dev/node_modules/.bin:/Users/aman/node_modules/.bin:/Users/node_modules/.bin:/node_modules/.bin:/Users/aman/.local/share/mise/installs/node/24.11.0/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/Users/aman/Library/pnpm:/Users/aman/.orbstack/bin:/Users/aman/Library/Android/sdk/emulator:/Users/aman/Library/Android/sdk/platform-tools:/Users/aman/Library/Android/sdk/emulator:/Users/aman/Library/Android/sdk/platform-tools:/Users/aman/.local/share/mise/installs/node/24.11.0/bin:/Users/aman/.local/bin:/Users/aman/.bun/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/opt/homebrew/bin (#20458)
- Update system-monitor extension (#20465)
- Update `claude-code-cheatsheet` extension - Add Claude Code v1.0.51-v1.0.54+ support (#20558)
- Update CODEOWNERs
- Update wol extension (#20601)
- Update CODEOWNERs
- Add google-lens extension (#20319)
- Update CODEOWNERs
- Update CODEOWNERs
- unix-timestamp: Make available on Windows (#20747)
- Update visual-studio-code extension (#20606)
- Update CODEOWNERs
- Update CODEOWNERs
- Update raindrop-io extension (#20563)
- Add dia-skills extension (#20548)
- Update letterboxd extension (#20615)
- end-of-life - Windows support (#20701)
- Gemini/updatemodels-July (#20662)
- Fix: Support currency format in transaction amount validation (#20399)
- Update CODEOWNERs
- feat: Update Rewind Icon (#20744)
- Update CODEOWNERs
- Update hypersonic extension (#20462)
- Update CODEOWNERs
- Update grok-ai extension (#20734)
- Add network-proxy extension (#20425)
- Update CODEOWNERs
- Update CODEOWNERs
- Support device name for audio device selection (#20460)
- Update defbro extension (#20367)
- Show Artist\'s name when liking current track (#20583)
- Update wechat-devtool extension (#20668)
- Add character tabulation to Unicode Symbols extension (#20555)
- Update CODEOWNERs
- [Music extension] Add Remove from Library command (#20168)
- Update nusmods extension (#20625)
- Update quick-notes extension (#20569)
- Update CODEOWNERs
- Deleted directory (#20776)
- Update CODEOWNERs
- extensions/model-context-protocol-registry: APIFY_API_TOKEN → APIFY_TOKEN (#20749)
- Renames the extension from "hoarder" to "karakeep". (#20113)
- Update pr-bot.ts (#20775)
- Update CODEOWNERs
- Update pomodoro extension (#20653)
- Update CODEOWNERs
- Add duckduckgo-image-search extension (#20221)
- Update CODEOWNERs
- Add VLC extension (#20556)
- Update CODEOWNERs
- tw-colorsearch - Windows support (#20702)
- Update Project Hub Extension - Add Recent Projects Section (#20561)
- Update arc extension (#20761)
- Update extension (#20741)
- Update CODEOWNERs
- [Brand Icons] Handle readfile errors gracefully (#20697)
- Update `Host Switch` extension - add Brave support + Modernize + Error Handling + mark as "macOS" only (#20654)
- Update CODEOWNERs
- Update `Tabler` extension - Copy HTML Char Actions + Modernize (#20626)
- Add `Host.io` extension - get full domain data for any domain (#20591)
- Update `Microsoft Edge` extension - fix "new tab" not opening + modernize + mark as "MacOS" only (#20560)
- Update `Dokploy` extension - Manage Destinations (S3 mounts - mostly used for Backups) + Update `navigationTitle`s (#20720)
- Update CODEOWNERs
- Update `HestiaCP` extension - Modernize + View,Create Cron Jobs (#20557)
- Update `SSH Manager` extension - Select SSH Config File + loads of Enhancements (#20461)
- Update CODEOWNERs
- Update `Open in JSON Hero` extension - QoL Enhancements + Modernize (#20515)
- Docs: update for the new API release
- Update CODEOWNERs
- Add planning-center extension (#20502)
- Update youversion-suggest extension (#20527)
- Docs: update for the new API release
- Docs: update for the new API release
- Update `Mattermost` extension - Fix: Direct Messages would not show in `Search Channels` (#20628)
- Update `Library Genesis` extension - fix search no longer working + Modernize (#20542)
- Docs: update for the new API release
- Update CODEOWNERs
- Update tailscale extension to add more information about Mullvad exit nodes (#20357)
- Deprecate Ghost Docs Extension (#20690)
- Update CODEOWNERs
- author update (#20705)
- [Badges][Brand Icons] Bugfixes & improvements (#20545)
- Update public_raycast_extensions.txt (#20688)
- Update CODEOWNERs
- Update pieces-raycast extension (#20296)
- feat[Backstage plugin]: configurable Backstage API URL (#20398)
- Update whisper-dictation extension (#20482)
- Update CODEOWNERs
- Update endoflife (#20651)
- Update T3 chat\'s icon (#20599)
- Update CODEOWNERs
- feat: add windows support mymind extension (#20239)
- [Mastodon] Add support for Windows (#20448)
- [NeoDB] Add support for Windows (#20471)
- Update CODEOWNERs
- [NUSMods] Add support for Raycast Windows (#20240)
- [Todoist] Windows support (#20487)
- Update gdrive homepage url (#20608)
- Update CODEOWNERs
- Arc: Fix trying to open a tab with `open` (#20579)
- Update Zerion author to original one (#20582)
- Update CODEOWNERs
- Update zerion author (#20581)
- feat: Backstage plugin supports static token (#20383)
- [groq] Remove Llama Guard 4 12B 128K (#20507)
- Update CODEOWNERs
- Add preference to toggle default reuse open GitHub search tab (resolves #20488) (#20489)
- Add weread-sync extension (#20205)
- Docs: update for the new API release
- Update CODEOWNERs
- Add cloudflare-email-routing extension (#20305)
- Update dpm-lol extension (#20491)
- macosicons: fix API error handling for non-JSON responses (#20172)
- Update CODEOWNERs
- [Perplexity] Add Perplexity desktop app support to extension (#20393)
- Parse Zed local workspace paths from binary format correctly (#20086)
- Docs: update for the new API release
- Update prepare-an-extension-for-store.md (#20473)
- Update wechat-devtool extension (#20406)
- [Update] [IP Geolocation] Optimize extension icons (#20467)
- Update CODEOWNERs
- [World Clock] Avoid accessing the `.map` function on possibly undefined data (#20469)
- Update CODEOWNERs
- [Update] [Easy New File] Support Default Directory (#20449)
- update pr merge dates (#20457)
- Update grammaring extension (#20464)
- [raycast2github] Fix name mapping (#20472)
- Update CODEOWNERs
- Add extension for opening new instances of apps (#20432)
- Update CODEOWNERs
- Update remove-paywall extension (#20331)
- Update CODEOWNERs
- Update registries to use the official npmjs registry (#20440)
- Add paste-to-markdown extension (#19999)
- Update CODEOWNERs
- Update vscode-project-manager extension (#20446)
- [Easings] Add spring animations (#20445)
- Update CODEOWNERs
- Update groq extension (#20439)
- [Brand Icons] Use `pacote` for downloading & extracting icons (#20391)
- [espanso] support import (#20400)
- Update secret-browser-commands extension (#19948)
- Fixing issue in ext/beehiiv (#20437)
- Update CODEOWNERs
- Update change-case extension (#20002)
- Update ideate extension (#20063)
- Update `Appwrite` extension - DB, Storage, User Enhancements (#20386)
- Update `Oracle Cloud (OCI)` extension - implement provider w/ context + basic objectstorage command (#20405)
- [valkey commands search] Migrate to useFetch and group the commands (#20421)
- Update `Neon` extension - add project, delete projects + Modernize to use latest Raycast config (#20402)
- [espanso] add binary path option (#20280)
- [Larajobs] update metadata image + chore (#20417)
- feat(readwise-reader:) add option to open in Reader desktop app (#20424)
- Update URL unshortener (#20385)
- Update granola extension (#20384)
- feat(readwise-reader): add ability to include tags when saving links (#20388)
- Update background-sounds (#20387)
- Update ScreenOCR (#20408)
- Update instagram-media-downloader extension (#20413)
- Update yu-gi-oh-card-lookup extension (#20414)
- Update CODEOWNERs
- Add pdf-compression extension (#20194)
- Update CODEOWNERs
- Add control kef extension (#20127)
- Update pr-bot.ts (#20376)
- Update Tasklink extension (#20375)
- Update CODEOWNERs
- Added open-in-textmate extension (#20266)
- Update CODEOWNERs
- Update ente-auth extension (#20122)
- [SteamGridDB] Add support for Windows (#20364)
- Update CODEOWNERs
- [Update] [DocSearch] Add TailwindCSS v4, Next.js, MassTransit and Pinia documentations (#20254)
- Update CODEOWNERs
- FocusFLOW (#20214)
- Update repology-search (#20370)
- Update CODEOWNERs
- Add WeChat DevTool extension (#20222)
- Update URL-unshortener (#20136)
- [ProtonDB] Add support for Windows (#20338)
- Fix GIF Search extension updates (#20360)
- PR bot assignee constant (#20358)
- run pr bot on ready to review (#20356)
- [TourBox] Add support for Windows (#20337)
- add debugging for…
emlez added a commit to emlez/raycast-extensions that referenced this pull request Jan 14, 2026
- Create Monocle extension
- Update CODEOWNERs (6c2f1077)
- Add meteoblue-lookup extension (#23027)
- Update `Spaceship` extension - check domain availability (new command) (#23150)
- Fix crash when chatbot is missing styles or button_color (#23000)
- Update CODEOWNERs (33e6a9ae)
- Docs: update for the new API release
- Add accordance extension (#22632)
- Update real-calc extension (#23149)
- Update CODEOWNERs (21d7e0dc)
- Update visual-studio-code extension: Support Antigravity (#23018)
- Update CODEOWNERs (4ac61687)
- Change GitHub username for loic_magnette (#23148)
- Update CODEOWNERs (af65e40e)
- Update pretty-pr-link extension (#22979)
- Update cnpj-lookup extension (#23140)
- Update CODEOWNERs (1d8bf9ea)
- Update rg-adguard-links extension (#23135)
- Update pr-bot.ts (#23138)
- Update CODEOWNERs (f8b05ecb)
- Add launchpad-plus extension (#22422)
- Update CODEOWNERs (c0a80804)
- google-calendar open events conference uri if one exists #22668  (#22711)
- Update CODEOWNERs (282cee00)
- Update jitsi extension (#22881)
- Update CODEOWNERs (4ec28947)
- Extention: currency-exchange (#22659)
- Update CODEOWNERs (aa2321ff)
- Update font-awesome extension (#23130)
- Update prism-launcher extension (#23122)
- Update CODEOWNERs (533cf745)
- Extensions/rg adguard links (#22875)
- Update vmware-vcenter extension (#23114)
- Updated WebBites extension (#22994)
- Update uploadthing (#22782)
- Update CODEOWNERs (2b766e44)
- Add flutter-utils extension (#21854)
- Update CODEOWNERs (ecfd141a)
- Fix `change-scroll-direction` extension for MacOS Tahoe 26 and above (#22445)
- Update CODEOWNERs (366e75b5)
- Add manifest-viewer extension (#23110)
- Update CODEOWNERs (b562c585)
- [ChatGPT Atlas] fix crash when not installed (#23104)
- Update CODEOWNERs (e9068e14)
- Add djangopackages extension (#22896)
- Update CODEOWNERs (43034549)
- Update fotmob extension (#21723)
- Update CODEOWNERs (7a948f82)
- Update rename-images-with-ai extension (#23097)
- [Envato] Fix issue where "accountEnvato" would crash on first run due to missing cache + more (#23072)
- Update git-assistant extension (#23026)
- Webbites: Update deps (#23105)
- Update raycast-ollama extension (#23042)
- feat: use updated `sv` command for cli composer (#23054)
- Update display-reinitializer extension (#23066)
- Update harvest extension (#23087)
- Update CODEOWNERs (a272c261)
- Update shadcn-ui extension (#23017)
- Update CODEOWNERs (177df164)
- [Toggl-track] Add windows support (#23048)
- Update CODEOWNERs (aa6ab4b3)
- Update `Workflowy Inbox` extension - Windows + Modernize + Retitle + fix 2 errors + View Nodes (#23101)
- Update CODEOWNERs (f4f87792)
- Add maxly-chat extension (#22899)
- Update CODEOWNERs (dfedb308)
- Update markdown-codeblock extension (#23040)
- Update CODEOWNERs (f80274b8)
- Add atlassian-data-center extension (#22223)
- Update CODEOWNERs (d53d5f3a)
- Update remove-paywall extension (#22927)
- Fix notification URLs for GitHub Enterprise Cloud (#22888)
- Update CODEOWNERs (2eaefad7)
- Add prisma-postgres extension (#23020)
- Update CODEOWNERs (90d87577)
- Update karakeep extension (#22803)
- Update CODEOWNERs (6d18bfe0)
- Update team-time extension (#22882)
- Update CODEOWNERs (f4e821c1)
- Update punto extension (#22989)
- Docs: update for the new API release
- Update CODEOWNERs (8664d429)
- feat(slack): add "Copy ID to Clipboard" action to the "Open Channel" command (#22999)
- Update CODEOWNERs (542293af)
- Add za-fake-id-number-generator extension (#22841)
- Update CODEOWNERs (90a48785)
- Add ishader extension (#22722)
- Update CODEOWNERs (04025537)
- Add antigravity extension (#23007)
- [Dashlane-Vault] Improve error feedback (#22988)
- Update CODEOWNERs (35dcb350)
- [IMDB] add windows keeb shortcut to ActionOpenParentalGuide (#23002)
- Update CODEOWNERs (ce39b9da)
- Update twos post extension (#23003)
- Update CODEOWNERs (84c8fd75)
- Update papago-translate extension (#22699)
- Update CODEOWNERs (d3206b90)
- feat: Add preference to open iTerm in a new window or tab for the "Open iTerm Here" command (#22960)
- Update CODEOWNERs (14975d4c)
- Better search for remote items (#22959)
- [United Nations] Routine maintenance (#22955)
- Update CODEOWNERs (558b1625)
- [Visual Studio Code Extension]: Add Windows Support (#22108)
- Update CODEOWNERs (f5310078)
- Update macosicons extension (#22963)
- Update github extension (#22965)
- Google Calendar: Update check for internal flavor (#22951)
- [World Clock] Add Windows support (#22274)
- Support Google Calendar on Windows (#22945)
- Update scheduler extension (#22476)
- Update tududi extension (#22938)
- Update logos-launcher extension (#22939)
- feat(mcp-registry): update nuxt mcp server url (#22865)
- Update CODEOWNERs (8f56211e)
- Update google-chrome extension (#22926)
- Update CODEOWNERs (a390ca22)
- Add kalshi extension (#22776)
- Update CODEOWNERs (0ee96955)
- Add port-from-project-name extension (#22312)
- Add AUP link to README.md (#22935)
- Google Calendar: Make compatible for internal build on Windows (#22932)
- Update CODEOWNERs (142e4b77)
- Update kagi search extension (#22921)
- Update CODEOWNERs (0273e950)
- Update type-snob extension (#22925)
- Update CODEOWNERs (7d5913a5)
- Add `Featurebase` extension (#22891)
- Update CODEOWNERs (e634a895)
- Update `LLMs Txt` add Windows support (#22900)
- Update `n8n` extension - fix crash when invalid URL (show EmptyView) (#22917)
- Update CODEOWNERs (3b6e10f2)
- Update can-i-use extension (#22923)
- Update bitbucket extension (#22836)
- Add AI assistant tooling to Raindrop.io extension (#22908)
- Update excel-formula-beautifier extension (#22871)
- [Groq] Update models (#22902)
- [Chatwoot] fix msg crash when no sender name (one line fix) (#22919)
- Update CODEOWNERs (a4d9e687)
- Forked extensions windows cloning error when user folder has space (#22914)
- Update `Appwrite` extension - fix users + copy id + add sort order (#22890)
- Update CODEOWNERs (d1dd3af2)
- Update installed extensions extension (#22895)
- Update vps-explorer extension (#22863)
- Update 1password extension (#22877)
- Add screenshots for WebBlocker extension (#22893)
- Update CODEOWNERs (8ee1662a)
- Update type-snob extension (#22876)
- Update CODEOWNERs (8e373817)
- Add `Immich` extension - Explore + Library + API Keys (#22884)
- Update wechat-devtool extension (#22886)
- Update CODEOWNERs (dac38da6)
- Add WebBlocker extension for productivity and focus (#22715)
- Update CODEOWNERs (4c92abd3)
- Spotify Player - Add Windows support (#22759)
- Update CODEOWNERs (bb38e635)
- Add yasb extension (#22555)
- Update toolbox extension (#22527)
- Update CODEOWNERs (2ce02087)
- Add winscp extension (#22012)
- Update CODEOWNERs (4bb8c1d8)
- Add ports extension (#21729)
- [Home Assistant] Replace deprecated attribute and fix related commands (#22870)
- Update CODEOWNERs (e7d3e1f4)
- Update cratecast extension (#22720)
- Update CODEOWNERs (967888a4)
- Add qalc extension (#21937)
- Update CODEOWNERs (6a294cab)
- Add eurovision-song-contest extension (#22866)
- [NetNewsWire] fix articles not loading (#22864)
- Update CODEOWNERs (77629198)
- Update library-genesis extension (#22869)
- Update CODEOWNERs (82d7e681)
- Add drug-search extension (#22860)
- Update CODEOWNERs (b30fad64)
- Add httpperf extension (#22809)
- Update CODEOWNERs (a1b96be6)
- Add git extension (#22550)
- Update CODEOWNERs (9c354083)
- Add logos-launcher extension (#22366)
- Update CODEOWNERs (792ccbdc)
- Add crypto-portfolio-tracker extension (#22516)
- Update CODEOWNERs (7c738cc5)
- chore: update github username (#22634)
- Update CODEOWNERs (20093698)
- feat(screenocr): add option to disable sound and toast message (#22559)
- feat: Vision Support with Pixtral Models and Clipboard Integration (#22724)
- Update CODEOWNERs (76861a76)
- Update deepcast extension (#22830)
- Update CODEOWNERs (4e55cf4b)
- [Sink] windows support + shortcuts + modernize (#22850)
- chore(sdk-scw): migrate to new sdk (#22777)
- Improve regex pattern used for Jira issue key detection (#22833)
- Update freeagent extension (#22818)
- Update CODEOWNERs (0fe6eb9d)
- [JWT Decoder] Update dependencies (#22411)
- Update CODEOWNERs (05e17791)
- Add grokipedia extension (#22519)
- Update CHANGELOG.md (#22832)
- [VLC] Add commands for speed and history (#22800)
- Update CODEOWNERs (630baf92)
- Update search-router extension (#22823)
- Update CODEOWNERs (660ff273)
- Add excel-formula-beautifier extension (#22578)
- Update CODEOWNERs (f46e7f57)
- Add json-resume extension (#22499)
- Update vps-explorer extension (#22819)
- Update CODEOWNERs (fae2c295)
- Update prism-launcher (#22801)
- Update CODEOWNERs (6c53c0e4)
- Update video-downloader extension (#22810)
- Update CODEOWNERs (b4006be0)
- Add vps-explorer extension (#22507)
- [Ligue-1] Update extensions (#22806)
- Update `Coolify` extension - delete project (new action) (#22794)
- Update CODEOWNERs (f6d7e481)
- Add `Firefly III` extension (#22795)
- Update CODEOWNERs (cfb46f57)
- Add AI by vercel extension (#22804)
- Update review expectations message in pr-bot (#22734)
- Change fetch URL and parse frontend version (#22751)
- Update CODEOWNERs (61c928e3)
- fix(extension): fix zen-browser opening new tab in private window in windows (#22767)
- Update raycast-zoxide extension (#22775)
- Update browser bookmarks extension (#22778)
- Update CODEOWNERs (5898b655)
- Add rule-of-three extension (#22773)
- Update twitch (#22770)
- Update fathom extension (#22760)
- [Postiz] v2 month till EoM + posts in markdown (#22774)
- Update CODEOWNERs (ad1c8665)
- Update twitch (#22746)
- Update CODEOWNERs (584953d5)
- Add Shelve extension (#22287)
- Update CODEOWNERs (342955a0)
- Add ray-code extension (#22755)
- Update qbittorrent (#22756)
- Update CODEOWNERs (c282ff17)
- Update uploadthing (#22763)
- Update cloudflare-warp extension (#22765)
- Update CODEOWNERs (38c5ec83)
- Add `Papra` extension (#22761)
- Update CODEOWNERs (ba06e8c4)
- add: Orshot extension (#21715)
- [ivpn] minor fix: error handling in logout command (#22757)
- Update CODEOWNERs (977815a6)
- Update steam (#22730)
- Update CODEOWNERs (52b198d4)
- feat(imessage-2fa): add support for the 2FA from Epos Card Japan (#22593)
- Update browser history extension (#22749)
- Update `Appwrite` extension - Show Sites, Deployments, Variables (#22754)
- [Multilinks] Add Perplexity Comet browser support (#21476)
- Update anna-s-archive extension (#22739)
- Update CODEOWNERs (fceb40cc)
- [ccusage] feat: enhance Node.js path resolution and CLI execution flexibility (#22740)
- Update silent-mode extension (#22738)
- Update CODEOWNERs (8101bc2b)
- AppGrid - Smart app launcher with grid view and category grouping (#22709)
- Update CODEOWNERs (c6c796f6)
- Add silent-mode extension (#22732)
- feat(ray-so): add nuxt theme preferences (#22733)
- Update CODEOWNERs (6de71ca1)
- Add pi-drill extension (#22714)
- Update CODEOWNERs (043ad9be)
- Update bitbucket extension (#22708)
- Update CODEOWNERs (57cbf4b9)
- Add ping-menu extension (#22299)
- Docs: Update the utils docs
- Update CODEOWNERs (d3ea74a2)
- Add udemy-coupons extension (#22713)
- Update CODEOWNERs (2dfb48e5)
- Update qbittorrent (#22728)
- Update CODEOWNERs (7c6269c0)
- Add dice-tiles extension (#22021)
- FuelX: Remove vulnerable, but unused, dependencies. (#22727)
- LingoRep: Fix security vulnerabilities. (#22726)
- Update CODEOWNERs (9a3fcb4e)
- Add zshrc-manager extension (#22314)
- Update CODEOWNERs (6f5ff619)
- Update parallels-virtual-machines extension (#22676)
- Update CODEOWNERs (a92f1b80)
- Add tex2typst extension (#22667)
- Update CODEOWNERs (dbdf4185)
- feat(sound-search): new extension for searching sounds 🎵  (#22590)
- Update skyscanner-flights extension (#22723)
- Update CODEOWNERs (19316773)
- Add rhttp extension (#22359)
- Update `Capacities` extension - Maintenance + Windows Support (#22694)
- Update CODEOWNERs (6f7ed842)
- Add `NetNewsWire` extension (#22717)
- [Chatwoot] search contacts + show unread convo count (#22719)
- Add Ghostty terminal support to Claude Code Launcher (#22706)
- Update knowyourmeme extension (#22705)
- Feature mistral medium (#22633)
- Update CODEOWNERs (10b7497d)
- Handle the search favourite space error (#22689)
- Update CODEOWNERs (85f8818e)
- Update timezone-buddy extension (#22652)
- Update CODEOWNERs (10af08bf)
- Extension: cloudflare (#22660)
- feat(chatgpt-search): Make query parameters configurable, simplify extension (#22677)
- Update CODEOWNERs (33834b75)
- Add prompt-builder extension (#22648)
- Update CODEOWNERs (aa910511)
- Add display-reinitializer extension (#22678)
- Update CODEOWNERs (2780fca6)
- Update messages extension (#22687)
- Update CODEOWNERs (cde25cb6)
- [gitignore] Windows Support and Favourites (#22623)
- Update CODEOWNERs (6e16a93d)
- [Google Search] Release for Windows (#22410)
- Update skyscanner-flights extension (#22686)
- Update jsr extension (#22682)
- Update CODEOWNERs (9b38b344)
- Update spell extension (#22657)
- Update CODEOWNERs (24aabfd6)
- [Adhan Time] Add Windows support (#22622)
- Update CODEOWNERs (2a668305)
- Update parcel extension (#22239)
- Update CODEOWNERs (5b5c73f4)
- Update idonthavespotify extension (#22695)
- Update CODEOWNERs (f7ae792c)
- [Search NPM Packages] Add Bun Support (#22697)
- Update CODEOWNERs (62749d70)
- Add skyscanner-flights extension (#22646)
- [Premier League] API Migration (#22631)
- Update svelte-docs extension (#22666)
- Update CODEOWNERs (d9f76b0f)
- Update keyboard-shortcut-sequences extension (#22181)
- Docs: update for the new API release
- Ertembiyik/update punto (#22624)
- Update svelte-docs extension (#22650)
- Update CODEOWNERs (9894359b)
- Add `Grist` extension (#22655)
- Update CODEOWNERs (29553c07)
- Update `Pastefy` extension - add win support + 2 new create preference (close 2 issues) (#22656)
- feat(google-chrome): add exclude search functionality (#22614)
- Update CODEOWNERs (cc8a88c8)
- Update url parse extension (#22662)
- Update CODEOWNERs (92771db0)
- Add Tempo extension (#22643)
- Update svelte-docs extension (#22533)
- Update CODEOWNERs (977eb5e6)
- Add Copy Notion Markdown Link extension (#22523)
- Update prism-launcher extension (#22645)
- Update prism-launcher extension (#22526)
- Update CODEOWNERs (c8bea537)
- Add qrcp extension (#22524)
- Keeper Security Updated Readme file (#22642)
- Update currency-exchange extension (#22620)
- [ENS name lookup]: Fix the extension functionality (#22613)
- Update CODEOWNERs (6c3d489d)
- Update any-website-search extension (#22574)
- Update plane extension - README (#22636)
- Update CODEOWNERs (257ee845)
- Update delivery-tracker extension (#22577)
- Update roblox-creator-docs extension (#22538)
- Update plane extension - Support for Plane Self Hosted and API Key authentication (#22608)
- Update tembo extension (#22615)
- Update bible extension (#22606)
- Update `Koyeb` extension - paginate activities + app,service events (#22619)
- Update CODEOWNERs (42d77f5b)
- Add linkace extension (#22362)
- Update CODEOWNERs (e1f980ca)
- Add paperform extension (#22500)
- Update CODEOWNERs (cdfc8913)
- Update T3 Chat extension - Added new models (#22127)
- Update `Attio` extension - use official logo + add task (#22609)
- Update claude extension to dynamically retrieve models (#22217)
- Update CODEOWNERs (936310d4)
- Agent Client Protocol client implementation (#22140)
- Update some dependencies to fix some security issues (#22610)
- Update harvest extension (#22545)
- Update CODEOWNERs (b8c8fcd7)
- Update some deps to fix vunerability issues (#22546)
- Update discord-timestamps extension (#22554)
- Update Eagle extension (#22560)
- Update zed-recent-projects extension (#22562)
- Updated to Filament 4 (#21869)
- [Coolify] add Windows support (#22565)
- Fix: Compatibility with new Luna UI, Windows Support, Version Updates (#22575)
- Update `Resend` extension - use Node SDK  (#22572)
- Update CODEOWNERs (7a56bbe0)
- Update raindrop-io extension (#22552)
- Updated backend endpoints (#22568)
- Update swift-command extension (#22592)
- [Brand Icons] Routine maintenance (#22564)
- Update radarr extension (#22580)
- Update exif extension (#22542)
- Convert Media: add `Copy FFmpeg Command`, remove AVI CRF,... (#22549)
- Update `FreeDNS` extension - modernize + add windows support (#22536)
- Update plane extension README (#22548)
- Update kagi-news extension (#22539)
- Fix casing of \'Windows\' to \'windows\' in keyboard.md (#22540)
- Update CODEOWNERs (0a691228)
- Update timezone-buddy extension (#22349)
- Update reclaim-ai extension to include support for platform: Windows & fix bug with search tasks (#22460)
- Update CODEOWNERs (f4aad1fb)
- Add knowyourmeme extension (#22305)
- Update CODEOWNERs (53d4b505)
- Update gitlab extension (#22360)
- Update CODEOWNERs (7b1e59c4)
- Add kagi-news extension (#22389)
- brew: Change "formula" to "formulae" (#22518)
- Update CODEOWNERs (257af696)
- Add string-formatter extension (#21859)
- Update CODEOWNERs (2a0fab28)
- Add helium extension (#22290)
- feat(markdown-codeblock): add newline prefix (#22369)
- Update CODEOWNERs (b20058a1)
- Docker/add windows support (#22455)
- Add Windows platform support (#22453)
- Update CODEOWNERs (aa68611f)
- Add xkcd-password-generator extension (#22433)
- Update CODEOWNERs (8bf2a9d9)
- Add Stagehand extension (#22179)
- Update CODEOWNERs (59d237b7)
- Add micro-snitch-logs extension (#22390)
- Update CODEOWNERs (238052ee)
- Update github extension (#22384)
- Docs: Update the utils docs
- Update CODEOWNERs (42e307ec)
- Add ivpn extension (#22149)
- Add Pagination to List of Playlist Songs (#22145)
- [Update] [Things] Increase timeout in AppleScript and update Node packages to latest (#22512)
- Update figma-files-raycast-extension extension (#22254)
- Update prism-launcher extension (#22458)
- Update unicode-symbols extension (#22510)
- Update jsr extension (#22503)
- Update CODEOWNERs (0fd5ad08)
- Add keeper-security extension (#22296)
- Update filemaker-snippets extension (#22509)
- Update CODEOWNERs (e858971c)
- Add paynow extension (#22380)
- [ipapi.is] fix error when some location field is invalid (#22493)
- Update CODEOWNERs (ccfa9932)
- Update zen-browser extension (#22491)
- Update tembo extension (#22471)
- Delete .github/workflows/add-approve-label.yml (#22501)
- Update `Chatwoot` extension - Add "My Inbox" command + Fix "List Messages" command (#22490)
- [Linear] Use API-provided notification presentation (#22285)
- Update CODEOWNERs (1a7209ee)
- Update harvest extension (#22256)
- Update CODEOWNERs (13787cdf)
- Fix finding button in Tahoe. (#22330)
- Update GitHub Actions workflow for PR approvals (#22487)
- Docs: update for the new API release
- Update CODEOWNERs (77f64775)
- Added support for Asana sections (#21912)
- Update auto-label workflow for PR approvals (#22484)
- Update GitHub Actions workflow to set effective token (#22482)
- Update workflow to use pull_request_review event (#22479)
- Update CODEOWNERs (d5727aab)
- Add action to generate and copy private links (#22273)
- Enhance PR approval labeling workflow (#22477)
- Chatgpt atlas bookmarks improvement (#22371)
- Add windows support  (#22367)
- Update diskutil-mac extension (#22307)
- [Secret Browser Commands] add ChatGPT Atlas, etc (#22348)
- Update deployhq extension (#22319)
- [Serie A] Update extensions (#22427)
- Update CODEOWNERs (a0f6527b)
- Update arc extension (#22272)
- Update CODEOWNERs (82962ede)
- Add file-info extension (#22259)
- [LaLiga] Update extensions (#22452)
- Update CODEOWNERs (9f49ac17)
- Update jotoba extension (#22379)
- Update capture fullpage of website extension (#22392)
- Update CODEOWNERs (9eeb19ae)
- Add `Formizee` extension - The Open-Source Forms Platform (#22281)
- Update CODEOWNERs (3878eb92)
- [Video Downloader] ADD "Open in Explorer" for Windows users. (#22300)
- Add `Sevalla` extension  (#22407)
- Update CODEOWNERs (c4582cbb)
- Add `Attio` extension - Objects, Tasks, Webhooks, Lists, Notes, Members and Teams (1st version) (#22432)
- Update CODEOWNERs (04f103bd)
- Update google tasks extension (#22439)
- Update CODEOWNERs (1e072cd8)
- feat: add KeePassXC entry placeholder support (#22357)
- Update ton-address extension (#22370)
- [Postiz] Fix Creation Failing + Post Enhancements (#22372)
- Update comet extension (#22381)
- Update CODEOWNERs (291204ff)
- [Random] Update dependencies, release for Windows (#22353)
- Update CODEOWNERs (eeb3d87a)
- Update capture fullpage of website extension (#22304)
- Update CODEOWNERs (5204e8d4)
- Add `HomeBox` extension - A simple home inventory management software (#22264)
- Update docklock-plus extension (#22240)
- Update `Autumn` extension - New Features command + Windows Support + Enhancements (#22311)
- Update CODEOWNERs (7385f9dd)
- Update paste as plain text extension (#22328)
- Update CODEOWNERs (0ad576af)
- Add `Vartiq` extension - Manage Projects, Apps, Webhooks, Webhook Messages (#22324)
- Update CODEOWNERs (f28be428)
- Update browser bookmarks extension (#22343)
- Update CODEOWNERs (85c4dc01)
- Update chatgpt atlas extension (#22351)
- Update CODEOWNERs (2468906f)
- Add ChatGPT Atlas extension (#22340)
- Docs: update for the new API release
- Update nightscout extension (#22293)
- Threads: ESLint simplification, dependency updates, new commands, and documentation (#22276)
- Update CODEOWNERs (a2bc7743)
- Add wled-controller extension (#22258)
- Update CODEOWNERs (12a75181)
- Update jetbrains extension - Add Support for Toolbox V3  (#22265)
- Update CODEOWNERs (3c3bfba8)
- Add fathom extension (#22187)
- Update youtube extension (#22250)
- Update CODEOWNERs (2ddb7251)
- Update fetch youtube transcript extension (#22220)
- docs: [YouTube] reflect YouTube extension features instead of the GitLab extension (#22246)
- Update kimai extension (#21809)
- Update multiple extensions to address security vulnerabilities. (#22241)
- Update linkding extension (#22231)
- Update CODEOWNERs (f24e76f7)
- Add http-observatory extension (#22219)
- Update dig extension (#22213)
- Update CODEOWNERs (4dd7c9d8)
- Update apple-reminders extension (#22182)
- Update CODEOWNERs (6336d869)
- Add `Paymenter` extension - View Invoices + View Tickets + View & Create Users (#22232)
- Update CODEOWNERs (f7242a65)
- Update nhl extension (#22237)
- Update CODEOWNERs (6d84bbb2)
- Update obsidian-tasks extension (#21863)
- Update harvest extension: Add favorites command (#22210)
- Update CODEOWNERs (e8d487be)
- Add tududi extension (#22165)
- Update raycast-zoxide extension (#22218)
- Update CODEOWNERs (00c88e12)
- Update cheatsheets extension (#22226)
- New Feature: Bootstrap Icons: AI Search Fallback (#22221)
- Update `Unkey` extension - move to Unkey SDK w/ v2 Endpoints for better performance (#22214)
- feat(nuxt): add Windows compatibility (#22209)
- Update CODEOWNERs (4e5503af)
- Add forscore extension (#22204)
- tabler: handle pagination/search APIs (#22189)
- Update CODEOWNERs (72e0c46f)
- Update plane extension (#22198)
- Update CODEOWNERs (a15e7275)
- Add haystack extension (#22052)
- Update zed-recent-projects extension (#22199)
- things: fix timeout on macOS Tahoe (#22193)
- macosicons: enhance error handling with detailed troubleshooting (#22192)
- feat(nuxt): v2.1.0 (#22104)
- [Bitwarden] Add Windows support (#21940)
- Update CODEOWNERs (0d47291d)
- Update instant-domain-search extension (#22081)
- Update CODEOWNERs (a006b143)
- Update time-machine extension (#22045)
- Update base-stats extension (#21710)
- Update CODEOWNERs (88cf72d9)
- Update contributors (#22175)
- Add Bootstrap Icons extension (#22190)
- Update CODEOWNERs (9e13279b)
- Add edgestore-raycast extension (#22117)
- Update CODEOWNERs (a82922ec)
- New Extension: Metacritic (#21588)
- Update dust-tt extension (#22167)
- [1Password] Adopt the latest extension template (#22109)
- Update CODEOWNERs (b1b36e04)
- Kaomoji Windows Support (#22158)
- Update CODEOWNERs (21f635c6)
- Update changedetection-io extension (#22126)
- Update CODEOWNERs (7aa198cb)
- [IPInfo] Release for Windows (#22075)
- Update threads extension (#21962)
- Update search-npm extension (#22153)
- Update CODEOWNERs (0f83c147)
- Update deployhq extension (#22151)
- Update anna-s-archive extension (#22156)
- Update `brand.dev` extension - Take Screenshots + Retrieve Styleguides + more brand data (#22155)
- fix(keepassxc): retrieve keepassxc app location. (#22073)
- Update bible extension (#22157)
- Update CODEOWNERs (10372204)
- Add serialcast extension (#21795)
- Update CODEOWNERs (b25f5e83)
- Add yazio-tracker extension (#21954)
- Update bible extension (#22112)
- Update grammaring extension (#22113)
- Update CODEOWNERs (e100bc12)
- Update toggle-fn extension (#22130)
- Update CODEOWNERs (1f62a06f)
- [Linear] Schema deprecation and update SDK (#22095)
- Update CODEOWNERs (576ae0c4)
- Update jwt-decoder extension (#22088)
- Update duckduckgo-image-search extension (#22064)
- Update CODEOWNERs (1869fd16)
- Add deployhq extension (#21902)
- Update CODEOWNERs (e46aede5)
- Add bahn-info extension (#21492)
- Update howlongtobeat extension (#22120)
- Update CODEOWNERs (dfa9df71)
- feat: add massCode assistant (#21851)
- Update zoxide-git-projects extension to add alternate application and copy shortcuts (#22143)
- Update CODEOWNERs (14d29e47)
- Add planning-center-api-docs extension (#22029)
- Update CODEOWNERs (df7f1aca)
- Update font-awesome extension (#22085)
- Update google-chrome extension (#22074)
- Update unicode-symbols extension (#22103)
- Update CODEOWNERs (1c08b627)
- [Twitter] Modernize + fix smol controlled form thingy (#21767)
- feat(bento-me): add Windows support. (#22119)
- [Plane] fix crash due to different logo response (#22146)
- Update CODEOWNERs (cc8cf75b)
- Update `Plane` extension - search projects & view their work items + filter work items  (#22106)
- Update CODEOWNERs (187ad3c6)
- Update hackmd extension (#22035)
- Update CODEOWNERs (9befbb8b)
- Update base64 extension (#21507)
- [MapleStory.gg] Add support for Windows (#22086)
- Update CODEOWNERs (8d7ab8d0)
- Update `Supermemory` extension - search and add projects + Removed `useEffect` + Simplified `getApiKey`+ Moved API Key check into HoC (#22102)
- [RICE Score] Port to Windows (#22118)
- [Snake] Add Windows support (#22105)
- [Brand Icons] Routine maintenance (#22087)
- Update CODEOWNERs (da27c425)
- Add `Chatwoot` extension (#22116)
- Update CODEOWNERs (1e28965f)
- update information & a small fix (#22137)
- Add lapack-blas-documentation-search extension (#22031)
- kim/fix/youtube transcripts (#22067)
- Update scheduler extension (#22003)
- Update unicode-symbols extension (#22066)
- Update zeabur extension (#22062)
- Update CODEOWNERs (ac316560)
- Add `OVHcloud` extension - Manage Domain, DNS Records, Nameservers (#22065)
- Update CODEOWNERs (3a9d22a1)
- Update sesh extension (#21914)
- Set Due Date to Everyday for Existing Tasks (#22058)
- Update CODEOWNERs (049667a3)
- Update duckduckgo-image-search extension (#21953)
- Update numpy-documentation-search extension (#22020)
- Update CODEOWNERs (7d895075)
- Add instant-domain-search extension (#21871)
- Update CODEOWNERs (ed57125e)
- Add fakecrime-upload extension (#22010)
- Update CODEOWNERs (92d1043d)
- Add plane extension (#21879)
- [RSS Reader] AI enhanced rss-reader extension (#22000)
- Update CODEOWNERs (e4687ae8)
- Add clean-text extension (#20988)
- Update CODEOWNERs (99f287ce)
- Fix quit-applications extension: Apple Events authorization error with fallback to ps command (#21155)
- Update CODEOWNERs (fdc83ab6)
- Scoop(refactor): implement singleton pattern for scoop command management and hooks for the UI (#21702)
- Update CODEOWNERs (24d2d377)
- feat(search-router): add custom search engine support (#21714)
- Update sportssync extension (#21970)
- Update CODEOWNERs (f31f0658)
- Update zen-browser extension (#21556)
- linear: add status preference to create issue for myself (#21959)
- Update CODEOWNERs (061fee85)
- Add ipinfo extension (#21991)
- Update `Postiz` extension - support v2 endpoint + toggle display (#22044)
- Fix: Address recipe fetching bug (#22033)
- Update CODEOWNERs (32769831)
- Update CT-7567 username in raycast2github.json (#22050)
- Refactor reviewer permission check in workflow (#22041)
- Update some deps to solve vulnerabilities (#22040)
- Update CODEOWNERs (573ea59e)
- Fix some security warnings (#21921)
- [United Nations] Add support for Windows (#22032)
- [Installed Extensions] Add support for Windows (#22036)
- Implement comment creation and updating for PR bot (#22037)
- Decommission Clarify Raycast extension. (#22034)
- Docs: update for the new API release
- Refactor platform label handling in PR bot (#22016)
- Implement platform detection for extensions (#22014)
- Update CODEOWNERs (dd22780a)
- Add near-rewards extension (#21917)
- Update CODEOWNERs (5bcb18d9)
- Add toneclone extension (#21701)
- [dust] feat(login): auto-switcher for user region (#21668)
- Update CODEOWNERs (a97cef3c)
- Add alloy extension (#21849)
- Update CODEOWNERs (0fa6b009)
- [Bitwarden Vault] Add a command to create a login (#21360)
- Update CODEOWNERs (10274f0e)
- Add numpy-documentation-search extension (#22013)
- Update `ipapi.is` extension - Modernize + Windows Support + Enhancements (#21935)
- Update CODEOWNERs (bdd2960d)
- Update datetime format converter extension (#21707)
- Update CODEOWNERs (8f7b8b7b)
- Add `Infisical` extension (#21880)
- Update CODEOWNERs (f3417a17)
- Add `Chatbase` extension - View Agents/Bots, their conversations and messages (#21963)
- add issue type to templates (#22005)
- Update CODEOWNERs (ce65697d)
- Add guitar-tools extension (#21855)
- Update CODEOWNERs (27cae3f6)
- Add shopify-dev-docs-search extension (#21694)
- Update CODEOWNERs (9433c5d4)
- Update comet extension (#21945)
- [epim] Add automatic role status refresh after activation (#22008)
- [raycastbot] Add support for closing issues as duplicate (#21548)
- Update CODEOWNERs (4356e0bd)
- Update `Kaomoji Search` extension - Windows Support + Modernize (#21976)
- Update workflow configurations (#22002)
- Update CODEOWNERs (5a03e66d)
- Add braintick extension (#21545)
- [Say] Fix missing await (#22001)
- Update CODEOWNERs (ae2261c9)
- Add rtl-reader extension (#21549)
- Update CODEOWNERs (aaeda7de)
- Add airsync extension (#21903)
- [Say] Add Stop Say command & enhancements (#21998)
- Docs: Update the utils docs
- Update add-approve-label.yml (#21995)
- Updated WebBites extension (#21987)
- Enhance label addition workflow with debug info (#21990)
- Update add-approve-label.yml (#21989)
- Update reviewer type and token handling in workflow (#21988)
- Refine auto-labeling for approved PRs (#21986)
- Update add-approve-label.yml (#21984)
- Update add-approve-label.yml (#21983)
- Update add-approve-label.yml (#21982)
- Update add-approve-label.yml (#21981)
- Update add-approve-label.yml (#21980)
- Update add-approve-label.yml (#21979)
- Rework of fuzzy-file-search extension (#21675)
- Update add-approve-label.yml (#21977)
- Update add-approve-label.yml (#21975)
- Add GitHub Actions workflow to auto-label approved PRs (skip write+ users only) (#21974)
- Update CODEOWNERs (45a587fb)
-  [Web Converter] Add Windows Support (#21691)
- Update CODEOWNERs (f922e589)
- Add security-search extension (#21711)
- Improve video filename handling and update dependencies (#21958)
- [Grafana] add command Pages (#21952)
- Fix formatting in generate-code-owners.yml (#21951)
- Update CODEOWNERs (070fbee8)
- Implement fallback for core dirs and key files checkout (#21950)
- Refactor sparse checkout and improve Slack notifications (#21949)
- Enhance sparse checkout and improve commit message (#21947)
- Update qrcode generator extension (#21922)
- Enhance URL handling: allow direct opening of URLs and add utility function for URL validation (#21555)
- [Trello] Allow for multiple assignees on card (#21512)
- Update messages extension (#21939)
- Update stripe extension (#21943)
- Update generate-code-owners.yml for sparse-checkout (#21925)
- Add comma-separator extension (#21749)
- Add gomander extension (#21647)
- [Google Transalte] add hotkey to switch between language sets quickly (up and down) (#21918)
- Add supermemory extension (#21811)
- Add nepali-calendar extension (#21708)
- Add folder-organizer extension (#21575)
- Update github extension (#21742)
- [Logseq] Windows support (#21705)
- add an extra space for reward text (#21905)
- Add uranium-raycast-plugin extension (#21501)
- Update 1password extension (#21689)
- Fix: The "Search Bookmarks" command returns an error when the hard-coded default path does not exist (#21706)
- [Raindrop.io] open in 2ndary browser + modernize (#21748)
- feat: enable windows support (#21739)
- Update plexus extension (#21894)
- Add hemolog extension (#21733)
- Add `Koyeb` extension (#21891)
- Update genius-lyrics extension (#21678)
- Update battery-health extension: add adaptor power watts (#20966)
- feat: Update YouTube transcript functionality (#21868)
- [Bitbucket] Swap to API tokens (#21489)
- Update aws extension (#21688)
- Update code-runway extension (#21662)
- Add claude-code-launcher extension (#21075)
- Ext/window sizer: Updated screenshots to macOS Tahoe (#21790)
- Update bilibili extension (#21703)
- Update Ext/surge outbound switcher (#21860)
- Ext/surge outbound switcher: Updated screenshots to macOS Tahoe (#21791)
- Update `Font Awesome` extension - fix search would get stuck since token was not persisted (#21835)
- Update aave-search extension (#21798)
- Update `Spaceship` extension - View Lifecycle State of "Domain" + Change "Nameservers" of "Domain" + Add "Windows" Support (#21816)
- feat(KeePassXC): add windows support. (#21785)
- Update onbo extension (#21792)
- Update `Todo List` extension - Added `tooltip` to to-do list items so longer titles easier to read + Added `metadata` images + Modernized (#21819)
- [Comet] sort bookmarks by dateAdded + Modernize (#21734)
- [Pipedrive] fix issue + lots of changes (#21709)
- Add `Youform` extension - view your forms, their blocks and submissions (#21840)
- Update arc extension (#21821)
- [video-downloader] Fix long video name issue (#21839)
- [Playnite Launcher] Fix cold starting issue (#21827)
- Add razuna extension (#21558)
- fix(nuxt): sanitize component name and optimize ai prompt (#21804)
- Update gif search extension (#21834)
- Improve Sesh List (#21805)
- Update tembo extension (#21810)
- Update duan-raycast-extension extension (#21836)
- [Forked Extensions] Add support for checking aheads & branches (#21838)
- Update svgl extension (#21841)
- Update CODEOWNERs
- Update unicode-symbols extension (#21726)
- [JSONtoTS] Add Windows Support (#21736)
- Update CODEOWNERs
- feat(mcp-registry): update nuxt ui mcp url (#21763)
- Update `MailerSend` extension - Add Windows Support + View Domain DNS Records (#21698)
- Add `Vanguard Backup` extension - Manage **Backup Destinations** + Manage **Backup Tasks** + Manage **Remote Servers** (#21769)
- Update CODEOWNERs
- Update `bmrks` extension - change delete action shortcut + modernize (#21770)
- feat(nuxt): update to nuxt ui v4 (#21762)
- Updated Wordflow (#21753)
- Update CODEOWNERs
- Added WebBites extension (#21227)
- Update CODEOWNERs
- feat: add CometAPI extension for AI-powered text processing tools (#21562)
- Update CODEOWNERs
- Add nightscout extension (#21552)
- PPL: Fixed View Newspapers bug (#21693)
- Docs: Update the utils docs
- Docs: Add changelog for windows (#21695)
- Update CODEOWNERs
- Update parcel extension (#21415)
- Update CODEOWNERs
- Docs: update for the new API release
- Update mail extension (#21687)
- Add platforms support to package.json for windows and linux (#21666)
- Update CODEOWNERs
- Update CODEOWNERs
- Update dependencies and improve keyboard shortcuts for cross-platform compatibility (#21667)
- Update static-marks extension (#21428)
- Update gitlab extension (#21670)
- Update how long to beat extension (#21671)
- Update Google Calendar Quickadd (#21673)
- [Statamic Docs] Rename dev readme to avoid it showing on the store (#21654)
- Update hue palette extension (#21627)
- Update CODEOWNERs
- Add `Postiz` extension - Search Channels + Search Posts (week) & Create (draft, text-only) Post & Delete Post (#21553)
- Added version switcher to Statamic Docs extension (#21620)
- Update CODEOWNERs
- Add ip-finder extension (#21543)
- Migration for 1.103.0 and Windows docs (#21652)
- Update granola extension (#21629)
- Update CODEOWNERs
- Add Raycast FRC (#21390)
- Update unicode-symbols (#21641)
- [Playnite Launcher] Support for portable versions & fixes (#21622)
- Update duan-raycast-extension extension (#21626)
- [Forked Extensions] Fix incorrect content for copying (#21635)
- Zed Recent Projects - fix broken pinned cache (#21608)
- Docs: update for the new API release
- Update CODEOWNERs
- Add simple-dictionary extension (#21456)
- Update CODEOWNERs
- `zen-browser`: Add Windows Support (#21600)
- Update CODEOWNERs
- Add swiss-train-times extension (#21522)
- Update CODEOWNERs
- Add onbo extension (#21551)
- Update zen-browser extension (#21414)
- Update CODEOWNERs
- Add share-a-quote extension (#21541)
- Update CODEOWNERs
- Add `Autumn` (useautumn.com) extension - List Customers & Create Customer + List Products & Create Product (#21514)
- [OCI] List NoSQL + Manage Object Storage (#21572)
- Update CODEOWNERs
- Update remember this extension (#21367)
- Update debug package to version 4.4.3 (#21574)
- [Font Awesome] Update devDependencies in fontawesome extension, removed two unused packages (#21573)
- Docs: update for the new API release
- Update letterboxd extension (#21520)
- Update react-native-directory extension (#21544)
- [Xcode] Update assets to match Xcode 26 (#21525)
- Enhance PR workflow with merge and branch deletion (#21568)
- [Forked Extensions] Fix the infinite rerender (#21566)
- Update CODEOWNERs
- Update zed-recent-projects extension (#21528)
- Add google-calendar-quickadd extension (#21191)
- Update CODEOWNERs
- Add fuzzy-file-search extension (#21270)
- Update CODEOWNERs
- Update the dependencies to fix search history and search tabs (#21487)
- Add acceptance flags for winget installation (#21539)
- Update CODEOWNERs
- [Forked Extensions] Add "isMac" and "isWindows" helpers (#21547)
- Update CODEOWNERs
- Add ai-stats extension (#21480)
- Update CODEOWNERs
- Update uuid generator extension (#21490)
- Update renaming extension (#21554)
- Update CODEOWNERs
- Make available on Windows, typescript fixes, display ipv4 details even when ipv6 is available (#21560)
- [Forked Extensions] Fix the rerender logic of Sync Fork actions (#21563)
- Make sure the migrations are cross-platforms (#21516)
- Update CODEOWNERs
- Add playnite-launcher extension (#20407)
- Update CODEOWNERs
- Add everything-search extension (#20055)
- Update CODEOWNERs
- feat: [Video Downloader] Add Windows Support (#21411)
- Update CODEOWNERs
- Add scoop extension (#21177)
- Product Hunt: scraper + logger improvements (#21188)
- Update music-assistant-controls extension (#21510)
- Update CODEOWNERs
- [GitHub Copilot] Refactor data loading (#21511)
- Add tembo extension (#21366)
- Update CODEOWNERs
- Update qq-music-controls extension (#21466)
- Update CODEOWNERs
- Update rize-io-sessions extension (#21481)
- [Forked Extensions] Support migrating from full-checkout (#21488)
- Update CODEOWNERs
- Remove problematic airplay preference from audio-device extension (#21495)
- Update `UptimeRobot` extension - Create Ping Monitors + Show monitor type + Update monitor icon & add tooltip + Modernize (#21497)
- Menu bar command, new icons and more (#21431)
- feat: update Firecrawl extension to use v2 API (#21477)
- Fix formatting of Nuxt UI description (#21479)
- Add Nuxt UI entry to MCP registry (#21478)
- Update CODEOWNERs
- [Git repos] Fix worktree remotes (#21464)
- Update scheduler extension (#21472)
- Update CODEOWNERs
- Add xpf-converter extension (#21448)
- Update CODEOWNERs
- Update CODEOWNERs
- Add zendesk-admin extension (#20763)
- Add yr-weather-forecast extension (#21354)
- Update CODEOWNERs
- Add `Apify` extension - List Actors + List Runs (#21467)
- Update CODEOWNERs
- [Forked Extensionis] Run local Git commands before requesting APIs (#21457)
- Update circleback extension (#21459)
- [zed-recent-projects] Handle new sqlite database schema 28 (#21447)
- Fixed deprecated Jira API issue. (#21452)
- Update `Keygen` extension - List API Tokens and Revoke old ones + Add Windows Support (#21395)
- Update `Productboard` extension - View `Objectives` + Modernize (#21450)
- Update CODEOWNERs
- Stripe: add support for managing customers and subscriptions (#21135)
- Update CODEOWNERs
- [Font Awesome] Add Windows Support (#21433)
- Update CODEOWNERs
- Update arxiv extension (#21033)
- Update CODEOWNERs
- [YouTube Companion] Add Windows Support and bump dependencies (#21436)
- Update CODEOWNERs
- [Forked Extensions] Add support for create extensions (#21364)
- Add whentomeet extension (#20675)
- Update CODEOWNERs
- Add Circleback extension (#21391)
- Update CODEOWNERs
- update packages and add option to exit raycast after cleaning link (#21269)
- Update CODEOWNERs
- Add tuneblade extension (#21350)
- Update wechat-devtool extension (#21399)
- Update CODEOWNERs
- feat(KeepassXC): add windows support. (#21430)
- Add Qovery extension (#21255)
- Update CODEOWNERs
- Update raindrop-io extension (#21394)
- Update comet extension (#21362)
- Update CODEOWNERs
- Update cheatsheets-remastered extension (#21376)
- Add publora extension (#21372)
- Update CODEOWNERs
- Update CODEOWNERs
- Update `Unsplash` extension - Fixed crash when "Rate Limit" exceeded + Centralized error handling + Removed `node-fetch` (#21406)
- [cURL Extension] Add Windows Support (#21427)
- [Raindrop.io] Move @sh-cho to past contributors (#21435)
- [Update] [Things] Add project update/delete tools and improve type safety (#21416)
- Update obsidian-link-opener extension (#21443)
- Update zed-recent-projects extension to use latest sqlite Zed schema (#21180)
- Fix Jira extension: JQL error (#21429)
- Docs: update for the new API release
- Update `Manotori` extension - Support Windows! + View DNS Zones + View DNS Records + Create DNS Record (#21370)
- Update github extension (#21381)
- Update docker extension (#21398)
- Update Advanced Replace for regex transforms and entry options (#21409)
- Update deepwiki extension (#21400)
- Update meta-music extension (#21417)
- Update CODEOWNERs
- Update `Opera` extension - Fix: would show as not installed due to changed path + Add better error handling when dealing with `AppleScript` - Modernize to use latest Raycast configuration + Removed `run-applescript` (#21421)
- Update instagram media downloader extension (#21422)
- Update CODEOWNERs
- Update `Proxmox` extension - show status in `tooltip` + token is now password + modernize to use latest Raycast config (#21349)
- Update CODEOWNERs
- Add red-note-post-viewer extension (#21315)
- Fix documentation for screenshot extension: capture-to-clipboard command (#21311)
- Update flibusta-search extension (#21327)
- Mention Forked Extensions in dev doc (#21158)
- Update CODEOWNERs
- Fix todoist extension: Setting due date and time (#21331)
- Update CODEOWNERs
- Add plexus extension (#21289)
- Update CODEOWNERs
- Add r2-uploader extension (#21215)
- Cursor Agents: Add a new tool to get back all repositories that are s… (#21337)
- Update CODEOWNERs
- [cursor-agents] Made `ref` optional in the agent launch form (#21334)
- Cursor: Few smaller fixes (#21333)
- Add error handling for launchCommand (#21332)
- Update CODEOWNERs
- Cursor Agents (#21328)
- Update CODEOWNERs
- Update memos extension (#21213)
- Release more extensions on Windows (#21324)
- Update CODEOWNERs
- Update google-chrome extension (#21235)
- Add lockfiles and registry rules to copilot instructions (#21254)
- docs: update documentation (#21325)
- Update CODEOWNERs
- [Gandi] New Extension (#21120)
- Update RAE Dictionary extension with latest improvements (#21307)
- Update CODEOWNERs
- Add `Visitor Queue` extension - View "Data Views" + View "Leads" + View "Contacts" (Windows supported!) (#21322)
- Update zeabur extension (#21321)
- Update CODEOWNERs
- Add music-assistant-controls extension (#21249)
- Update CODEOWNERs
- Add ChartMogul extension (#21251)
- [google-chrome-profiles] Refactor Chrome profile opening into dedicated no-view commands (#20623)
- Fix incorrect error message in GitHub Enterprise issues search (#21231)
- Update CODEOWNERs
- Add hebrew-date-zmanim extension (#21292)
- Update CODEOWNERs
- Add atomberg-raycast-extension extension (#21185)
- Improve error handling in GitHub Copilot extension (#21308)
- feat(add-expense): Add "Category" selection dropdown to "Add Expense" form (#21224)
- feat(shell-history): add option to reverse history order (#21304)
- Update CODEOWNERs
- Add vanishlink extension (#20996)
- Revert "Renaming metadata images (#21305)" (#21306)
- Update brreg extension (#21169)
- Update brave-search-with-results extension (#20916)
- [Farcaster] cleanup and migration (#21299)
- Renaming metadata images (#21305)
- Fix `pr-bot` for detecting touched extensions (#21250)
- Update CODEOWNERs
- Add Windows support and update dependencies (#21282)
- Fix GitHub Copilot instructions to provide actionable code suggestions without character escaping (#21276)
- Update CODEOWNERs
- Update `solidtime` extension - use custom (self-hosted) URL + handle errors + 2 EmptyViews (#20602)
- [Forked Extensions] Improve Sync actions (#21294)
- [Bitwarden] Sync vault on command launch (#21300)
- Update `Tally` extension - update many settings of a Form + fix: crash when no Form title + add shortcut to "Open in Tally" `Action` (#21302)
- [Forked Extensions] Fix the fork action (#21281)
- Update CODEOWNERs
- Add tallinn-transport extension (#20762)
- Update CODEOWNERs
- [Mozilla Firefox] Refactor and fixes (#20767)
- Update CODEOWNERs
- [Whimsical]: First version, only AI (#20815)
- feat(raindrop-io): prefill add form from launch context (#21261)
- Update CODEOWNERs
- Fix todoist extension: An error creating task (#21153)
- [Forked Extensions] Improve error handlers and toasts (#21222)
- Update CODEOWNERs
- Update spotify-player extension (#21234)
- Update CODEOWNERs
- Update ado-search extension (#20586)
- Update CODEOWNERs
- Add sourcegraph-amp-dash-x extension (#20730)
- Update CODEOWNERs
- Update dotmate extension (#21129)
- Update CODEOWNERs
- Add barassistant extension (#21126)
- Update `Airtable` extension - precise errors + `Add` Icon to **Bases** & **Fields** + `Add` support for **Personal Access Token** + `Simplify` OAuth + `Modernize` (#21262)
- fix(readwise-reader): Use correct URL when opening articles (#21219)
- Complete overhaul of "Where Is My Cursor?" extension (#21124)
- Update stale PR message and timing settings (#21273)
- Update `My Idlers` extension - Add Server (#21256)
- Add Windows support and update dependencies (#21260)
- [MapleStory.gg] Routine maintenance (#21266)
- Update CODEOWNERs
- Fuelx: Override @coinbase/wallet-sdk and cbw-sdk versions (#21247)
- Add comprehensive GitHub Copilot instructions for extension reviews (#21243) (#21244)
- Update polymarket extension (#21236)
- Add AI tools to GitHub Copilot extension for task creation and repository management (#21228)
- kill-process: Add support for Windows (#21240)
- Gate some more extensions for Windows (#21239)
- Fix formatting in README.md for GitHub Copilot (#21226)
- Update CODEOWNERs
- Add GitHub Copilot extension (#21225)
- Update CODEOWNERs
- Add Mobius Materials extension (#21136)
- [Installed Extensions] Use Raycast buitl-in `Action.CopyToClipboard` (#21216)
- notion: Fix opening page on windows (#21205)
- Update CODEOWNERs
- Update CODEOWNERs
- Update spotify-player extension (#21208)
- Add fuelix extension (#21067)
- Update copy-path extension (#21168)
- Update `MailerSend` extension - View Domain Webhooks (#21194)
- [Forked Extensions] Polish `Sync Fork` & fix Git path for Windows (#21204)
- Update freeagent extension (#21203)
- Update One Time Password (#20176)
- [Language Detector] Add support for internet slangs (#21201)
- Docs: update for the new API release
- Update CODEOWNERs
- Vercel/Vercast: Bump deps, make available on Windows (#20758)
- Update CODEOWNERs
- apple-maps-search - Windows support (#20700)
- Update roblox extension (#18919)
- [Forked Extensions] Fix `Sync Fork` and check Git executable file (#21187)
- Update CODEOWNERs
- Whois: Add windows support (#20759)
- Add \'Windows\' to exempt PR labels in stale.yml (#21176)
- feat: Rube MCP Server added to the registry (#21146)
- Update CODEOWNERs
- Add `Lemon Squeezy` extension - List all orders in all your stores + List all products in all your stores (#21115)
- Update awork extension (#21178)
- Add cheatsheets-remastered extension (#20991)
- Update CODEOWNERs
- Add leap-new extension (#21175)
- Update CODEOWNERs
- Update `Console Dev` extension - Major Rewrite + Support Windows + Fix Parser (#21036)
- Update CODEOWNERs
- Add luxafor-controller extension (#21082)
- Update youversion-suggest extension (#21074)
- [Forked Extensions] Sync fork repo with upstream repo on GitHub (#21171)
- Update CODEOWNERs
- Add shopinfo-app extension (#20884)
- Update awork extension (#21040)
- Update CODEOWNERs
- Update radarr extension (#21118)
- Update Fathom Analytics menu bar icon and add shortcut (#21147)
- Update CODEOWNERs
- Update aave-search extension (#21149)
- [Installed Extensions] Add support launching target extension (#21154)
- [Steam] Routine maintenance (#21156)
- Update ray-clicker extension (#21161)
- Update gradient-generator extension (#21163)
- Bugfix/issue-18862 MLB Schedule Fix, addition of Standings and Search Players command (#21167)
- [Forked Extensions] Add support for Windows & improvements (#21060)
- Update CODEOWNERs
- Update CODEOWNERs
- Update copy-path extension (#21134)
- Fix Slack extension: Send message is not working. (#21148)
- Update brreg extension (#21151)
- Update CODEOWNERs
- Update CODEOWNERs
- [GitHub] Add Starred Repos command (#21110)
- Add monkeytype extension (#21108)
- Update CODEOWNERs
- ray-so: Add Windows support (#20740)
- Update ente-auth extension (#20663)
- Update CODEOWNERs
- Add obsidian-link-opener extension (#21021)
- Update CODEOWNERs
- Add crypto-search extension (#21084)
- [Home Assistant] Port to windows (#21065)
- feat: add [Generate QR Code from Selection] Command for [QR Code Generator] Extension (#20831)
- Update CODEOWNERs
- Update CODEOWNERs
- Update google-chrome extension: Add reload/refresh tab action (#21140)
- feat(endel): add Endel extension (#20788)
- Update CODEOWNERs
- Add chatgpt-search extension (#20721)
- Update CODEOWNERs
- Fix Jira extension: Deprecated Atlassian API methods (#21057)
- Add odoo-companion extension (#21058)
- Update brreg extension (#21046)
- [spotify-player] Check for duplicate tracks before adding to a playlist (#20617)
- Update aws extension (#21016)
- ext/media-converter: hotfix: simple quality settings (#21092)
- Update `logitech-litra` extension to support devices without a serial… (#21139)
- Update CODEOWNERs
- [Multilinks] Add Dia browser support (#21128)
- Update 1password extension (#21142)
- Update todoist extension (#21141)
- Update `changedetection.io` extension - Create + Delete + modernize + add EmptyView (#21143)
- Update openrouter-models-finder extension (#21100)
- Fix a minor typo in video-downloader Installer view (#21102)
- Update CODEOWNERs
- Add Looma.fm extension with all reviewer feedback addressed (#20781)
- Update CODEOWNERs
- Add get-cat-images extension (#20964)
- Update CODEOWNERs
- feat(add-expense): add “Recent” section to “Add Expense” form (#21032)
- Update CODEOWNERs
- Add typora-note-creator extension (#20851)
- Update commit-issue-parser extension (#21050)
- [Surge] Routine maintenance (#21098)
- [United Nations] Handle SIGTERM gracefully (#21086)
- Update search index used in Statamic Docs extension (#21089)
- Update CODEOWNERs
- feat: support specifying issue type when creating an issue (#21043)
- Update naver-search extension (#20235)
- [Say] Allow stop saying & handle SIGTERM gracefully (#21081)
- Update CODEOWNERs
- [Spotify] Fix reading values from undefined (#20986)
- Add gradient-generator extension (#21012)
- Update CODEOWNERs
- Update raycast-surge extension (#20578)
- Add openrouter-quick-actions extension (#20958)
- Update CODEOWNERs
- Add scheduler extension (#20641)
- Update CODEOWNERs
- Add comet extension (#20632)
- Update ray-clicker extension (#21088)
- Update todoist extension (#21078)
- Update CODEOWNERs
- Update ship24-client extension (#21059)
- Add openrouter-models-finder extension (#21005)
- Update CODEOWNERs
- Add zsh-aliases extension (#20985)
- Update CODEOWNERs
- Add ray-clicker extension (#20979)
- Update `Wave` - Enhance `Invoice` to show amounts due and paid + Move "Business Products And Services" to its own file + Add new product or service (#21052)
- Update password-generator extension to guarantee presence of character choices (#20976)
- Update CODEOWNERs
- [Forked Extensions] Initial release (#20968)
- Update CODEOWNERs
- Update todoist extension (#20984)
- Docs: Update the utils docs
- Update brreg extension (#21027)
- Docs: update for the new API release
- feat: adding the calculation time for MOROCCO (#20917)
- Update CODEOWNERs
- feat(model-context-protocol-registry): linear mcp server (#20895)
- [defbro] Dynamic detection of defbro command path (issue #20881) (#20882)
- Brew: Close Raycast in case the brew cmd typed in raycast window (#20780)
- Hot Fix: Granola authentication to support WorkOS tokens (#21039)
- Update CODEOWNERs
- Add vixai extension (#20772)
- Update lookaway extension (#21038)
- Update CODEOWNERs
- Bitaxe initial commit (#20750)
- Update CODEOWNERs
- Update cyberchef extension with custom Instance URL (#20735)
- Update duckduckgo-image-search extension (#21034)
- 🐛 fix browser-extension for zen browser (#21035)
- Update CODEOWNERs
- Add positron extension (#20596)
- Update CODEOWNERs
- Add french-company-search extension (#20865)
- Update minio-manager extension (#20999)
- Update change case extension (#20960)
- Update grammari-x extension (#20998)
- Support for scientific notation and decimal encoding in converter (#21011)
- Update Claude Code Cheatsheet - Add v1.0.55-v1.0.81 features (#21004)
- Update CODEOWNERs
- Update trakt-manager extension (#20854)
- [Language Detector] Add support for Windows (#20832)
- Update quick-git extension (#21001)
- Update CODEOWNERs
- Update `SwitchHosts` extension - modernize + icons + markdown + add hook + remove `setTimeout`,`node-fetch` (#21017)
- Update `Clockify` extension - Select Tag During Start + More Precise Types + Modernize (#21002)
- Update `cPanel` extension (#20977)
- Update google lens extension (#21019)
- Update CODEOWNERs
- Add invisible-text-detector extension (#20926)
- Update CODEOWNERs
- Add word4you extension (#20638)
- Update CODEOWNERs
- Add radarr extension (#20904)
- Update CODEOWNERs
- feat(8ball): add preference to choose default action (copy/paste) and… (#20947)
- Update CODEOWNERs
- Update deepwiki extension (#20955)
- Update CODEOWNERs
- Update dodo-payments extension (#20956)
- Update vercast extension (#20838)
- Update CODEOWNERs
- Update search-gule-sider extension (#20911)
- [Groq] model update and improvements (#20630)
- Add support for password protected YubiKeys in yubikey-code (#20938)
- [Time Tracking] rename in Edit Form + Modernize (#20922)
- [Brand.dev] trigger search via search text (QoL) (#20944)
- Update CODEOWNERs
- Add unblocked-answers extension (#20696)
- Update CODEOWNERs
- Add chainscout extension (#20712)
- Update CODEOWNERs
- tabler: add download actions (#20704)
- Update CODEOWNERs
- Add raycast-kozip-extension extension (#20686)
- Update CODEOWNERs
- Add jitsi extension (#20680)
- Update CODEOWNERs
- Add time-calculator extension (#20674)
- Docs: update for the new API release
- Update CODEOWNERs
- feat(todoist): Add NLP task creation with natural language parsing (#20647)
- Update CODEOWNERs
- Add synology-download-station extension (#20643)
- Add owl extension (#20777)
- Update CODEOWNERs
- Update synonyms extension (#20879)
- Update scira extension (#20889)
- [Notion] Quick Capture - Use bookmark block instead of markdown link when Capture As is set to Bookmark (#20906)
- [Color Picker] Fix Convert Color command (#20913)
- Update v0-by-vercel extension (#20923)
- Update CODEOWNERs
- Add v0-by-vercel extension (#20792)
- Add `.gitattributes` & get rid of `\r\n` (#20498)
- [Brand Icons] Add support for creating social badges through cross-extension (#20861)
- Update `PocketBase` extension - **modernize** + search-backups + store token (#20876)
- Update `Keygen` extension - List, Create and Delete Users + View API Usage + Fix typo in command title: "Voew Licenses" -> "View Licenses" (#20885)
- Update certificate-viewer extension (#20894)
- Update CODEOWNERs
- Add yap extension (#20888)
- Update CODEOWNERs
- Media-converter extension: more quality settings, type refactor (#20427)
- Update CODEOWNERs
- Add emojis-com extension (#20875)
- Add dodo-payments extension (#20669)
- Update CODEOWNERs
- Add twingate extension (#20580)
- Update CODEOWNERs
- Update brave-search-with-results extension (#20570)
- Update CODEOWNERs
- Update CODEOWNERs
- Add where-is-my-cursor extension (#20892)
- Update image-wallet extension (#20806)
- Add proton-authenticator extension (#20773)
- Update CODEOWNERs
- Add sharding-tools extension (#20394)
- Update CODEOWNERs
- Add Save Link extension  (#20521)
- Update CODEOWNERs
- Update display-modes extension (#20260)
- Update CODEOWNERs
- Update craftdocs extension (#19976)
- Update CODEOWNERs
- Update aerospace extension (#20847)
- Update aws extension (#20862)
- Update CODEOWNERs
- Update pick-your-wallpaper extension (#20805)
- Update CODEOWNERs
- Add `Tally` extension - view, rename workspaces + view forms + view form submissions (#20493)
- Update at-profile extension (#20853)
- Update aws extension (#20856)
- Update grammari-x extension (#20848)
- Update preferences.md (#20855)
- Update youtrack extension (#20571)
- Update Esports pass extension - replace toISOString() with toLocaleDateString() (#20553)
- Update CODEOWNERs
- Add kiro extension (#20790)
- Update freeagent extension (#20844)
- [Badges] Add shortcut for picking logo (#20849)
- Update CODEOWNERs
- Update svgl extension (#20852)
- Add docklock-plus extension (#20419)
- Update slugify-file-folder-names extension (#20528)
- Update CODEOWNERs
- Add freeagent extension (#20828)
- Update CODEOWNERs
- Update aws extension (#20809)
- Update CODEOWNERs
- Add sefaria extension (#20378)
- Update CODEOWNERs
- Add tokenizer extension (#20513)
- Update CODEOWNERs
- Update CODEOWNERs
- Add parse-logs extension (#20817)
- Add ag-audioflow extension (#20798)
- Update CODEOWNERs
- [GitLab] Fix GitLab lint issues (#20830)
- Update CODEOWNERs
- Adding new social platforms (#20549)
- Update `OpenStatus` extension - ✨AI Tools✨ (#20813)
- [GitLab] Add windows support (#20824)
- Update raindrop-io extension (#20820)
- Update CODEOWNERs
- Update timezone-buddy extension (#20723)
- Update: Implement recently viewed books feature and enhance caching mechanism (#20664)
- Update CODEOWNERs
- Add raycast-focus-stats extension (#19456)
- Fix token expired auth flow in SendAI extension (#20711)
- Update CODEOWNERs
- Add commit-issue-parser extension (#20395)
- Update CODEOWNERs
- Add ozbargain-deals extension (#20288)
- Update mermaid-to-image extension (#20614)
- [zoxide] fix compatibility with Intel Macs, clean up /Users/emlez/Developer/extensions/monocle/node_modules/.bin:/Users/emlez/Developer/extensions/node_modules/.bin:/Users/emlez/Developer/node_modules/.bin:/Users/emlez/node_modules/.bin:/Users/node_modules/.bin:/node_modules/.bin:/Users/emlez/.local/share/fnm/node-versions/v22.14.0/installation/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/Users/emlez/Developer/extensions/monocle/node_modules/.bin:/Users/emlez/Developer/extensions/node_modules/.bin:/Users/emlez/Developer/node_modules/.bin:/Users/emlez/node_modules/.bin:/Users/node_modules/.bin:/node_modules/.bin:/Users/emlez/.local/share/fnm/node-versions/v22.14.0/installation/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/Users/emlez/.opencode/bin:/Users/emlez/Library/Application Support/Herd/bin/:/Users/emlez/.local/bin:/Users/emlez/.local/state/fnm_multishells/64132_1768350999165/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/pmk/env/global/bin:/Library/Apple/usr/bin:/usr/local/go/bin:/Users/emlez/.opencode/bin:/Users/emlez/Library/Application Support/Herd/bin/:/Users/emlez/.local/bin:/Users/emlez/Library/pnpm:/Users/emlez/.local/state/fnm_multishells/1268_1768349455036/bin:/Users/emlez/.cargo/bin:/Users/emlez/.orbstack/bin:/Users/emlez/Library/Application Support/JetBrains/Toolbox/scripts:/Users/emlez/.lmstudio/bin:/Users/emlez/.local/bin:/Users/emlez/.orbstack/bin:/Users/emlez/Library/Application Support/JetBrains/Toolbox/scripts:/Users/emlez/.local/bin:/Users/emlez/.lmstudio/bin:/Users/emlez/Developer/extensions/monocle/node_modules/.bin:/Users/emlez/Developer/extensions/node_modules/.bin:/Users/emlez/Developer/node_modules/.bin:/Users/emlez/node_modules/.bin:/Users/node_modules/.bin:/node_modules/.bin (#20458)
- Update system-monitor extension (#20465)
- Update `claude-code-cheatsheet` extension - Add Claude Code v1.0.51-v1.0.54+ support (#20558)
- Update CODEOWNERs
- Update wol extension (#20601)
- Update CODEOWNERs
- Add google-lens extension (#20319)
- Update CODEOWNERs
- Update CODEOWNERs
- unix-timestamp: Make available on Windows (#20747)
- Update visual-studio-code extension (#20606)
- Update CODEOWNERs
- Update CODEOWNERs
- Update raindrop-io extension (#20563)
- Add dia-skills extension (#20548)
- Update letterboxd extension (#20615)
- end-of-life - Windows support (#20701)
- Gemini/updatemodels-July (#20662)
- Fix: Support currency format in transaction amount validation (#20399)
- Update CODEOWNERs
- feat: Update Rewind Icon (#20744)
- Update CODEOWNERs
- Update hypersonic extension (#20462)
- Update CODEOWNERs
- Update grok-ai extension (#20734)
- Add network-proxy extension (#20425)
- Update CODEOWNERs
- Update CODEOWNERs
- Support device name for audio device selection (#20460)
- Update defbro extension (#20367)
- Show Artist\'s name when liking current track (#20583)
- Update wechat-devtool extension (#20668)
- Add character tabulation to Unicode Symbols extension (#20555)
- Update CODEOWNERs
- [Music extension] Add Remove from Library command (#20168)
- Update nusmods extension (#20625)
- Update quick-notes extension (#20569)
- Update CODEOWNERs
- Deleted directory (#20776)
- Update CODEOWNERs
- extensions/model-context-protocol-registry: APIFY_API_TOKEN → APIFY_TOKEN (#20749)
- Renames the extension from "hoarder" to "karakeep". (#20113)
- Update pr-bot.ts (#20775)
- Update CODEOWNERs
- Update pomodoro extension (#20653)
- Update CODEOWNERs
- Add duckduckgo-image-search extension (#20221)
- Update CODEOWNERs
- Add VLC extension (#20556)
- Update CODEOWNERs
- tw-colorsearch - Windows support (#20702)
- Update Project Hub Extension - Add Recent Projects Section (#20561)
- Update arc extension (#20761)
- Update extension (#20741)
- Update CODEOWNERs
- [Brand Icons] Handle readfile errors gracefully (#20697)
- Update `Host Switch` extension - add Brave support + Modernize + Error Handling + mark as "macOS" only (#20654)
- Update CODEOWNERs
- Update `Tabler` extension - Copy HTML Char Actions + Modernize (#20626)
- Add `Host.io` extension - get full domain data for any domain (#20591)
- Update `Microsoft Edge` extension - fix "new tab" not opening + modernize + mark as "MacOS" only (#20560)
- Update `Dokploy` extension - Manage Destinations (S3 mounts - mostly used for Backups) + Update `navigationTitle`s (#20720)
- Update CODEOWNERs
- Update `HestiaCP` extension - Modernize + View,Create Cron Jobs (#20557)
- Update `SSH Manager` extension - Select SSH Config File + loads of Enhancements (#20461)
- Update CODEOWNERs
- Update `Open in JSON Hero` extension - QoL Enhancements + Modernize (#20515)
- Docs: update for the new API release
- Update CODEOWNERs
- Add planning-center extension (#20502)
- Update youversion-suggest extension (#20527)
- Docs: update for the new API release
- Docs: update for the new API release
- Update `Mattermost` extension - Fix: Direct Messages would not show in `Search Channels` (#20628)
- Update `Library Genesis` extension - fix search no longer working + Modernize (#20542)
- Docs: update for the new API release
- Update CODEOWNERs
- Update tailscale extension to add more information about Mullvad exit nodes (#20357)
- Deprecate Ghost Docs Extension (#20690)
- Update CODEOWNERs
- author update (#20705)
- [Badges][Brand Icons] Bugfixes & improvements (#20545)
- Update public_raycast_extensions.txt (#20688)
- Update CODEOWNERs
- Update pieces-raycast extension (#20296)
- feat[Backstage plugin]: configurable Backstage API URL (#20398)
- Update whisper-dictation extension (#20482)
- Update CODEOWNERs
- Update endoflife (#20651)
- Update T3 chat\'s icon (#20599)
- Upda…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new extension Label for PRs with new extensions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants