Skip to content

Add trimmy extension#26316

Merged
raycastbot merged 4 commits intoraycast:mainfrom
chrismessina:ext/trimmy
Mar 30, 2026
Merged

Add trimmy extension#26316
raycastbot merged 4 commits intoraycast:mainfrom
chrismessina:ext/trimmy

Conversation

@chrismessina
Copy link
Copy Markdown
Contributor

@chrismessina chrismessina commented Mar 14, 2026

Description

"Paste once, run once." — Trimmy is a Raycast extension for cleaning copied shell snippets, wrapped URLs, and path-like text so they are easier to run or paste.

A port of @steipete's Trimmy.app.

Screencast

trimmy-1 trimmy-2

Checklist

- Add screenshots
- Initial commit
@raycastbot
Copy link
Copy Markdown
Collaborator

Congratulations on your new Raycast extension! 🚀

We're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 10-15 business days.

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

@chrismessina chrismessina marked this pull request as ready for review March 14, 2026 04:45
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Mar 14, 2026

Greptile Summary

This PR introduces the Trimmy extension — a port of Trimmy.app — providing three Raycast commands (Trim and Copy, Trim and Paste, Trim and Preview) that clean multi-line shell snippets, wrapped URLs, and path-like text before copying or pasting. The implementation is well-structured, cleanly separating shared logic in trim-core.ts from the three command entry points.

Key findings:

  • The error message thrown when all input sources are exhausted references "Finder item" even on Windows, where that source is explicitly skipped by a process.platform === "darwin" guard. This will confuse Windows users.
  • In preview-trim.tsx, the onAction handler for aggressiveness switching is a synchronous lambda that returns (but does not await) the Promise from the async switchAggressiveness function, meaning any LocalStorage.setItem rejection would be silently dropped.
  • The getPreferences wrapper in trim-core.ts is a thin, redundant shim over getPreferenceValues — callers should call getPreferenceValues directly with the appropriate auto-generated command type per the repository convention.

Confidence Score: 4/5

  • Safe to merge after addressing the Windows error message and the unhandled Promise in the preview action.
  • The extension is well-architected and follows Raycast conventions. The two substantive issues (Windows-specific error wording and unhandled Promise) are minor and non-blocking, but worth a quick fix given the extension explicitly targets Windows as a supported platform.
  • extensions/trimmy/src/trim-core.ts (Windows error message), extensions/trimmy/src/preview-trim.tsx (unhandled promise)

Important Files Changed

Filename Overview
extensions/trimmy/src/trim-core.ts Core logic for input resolution, text cleaning pipeline, and shared command runner. Two issues found: error message mentions "Finder item" on Windows despite a platform guard, and the getPreferences wrapper is a redundant indirection over getPreferenceValues.
extensions/trimmy/src/preview-trim.tsx View command rendering a Detail with original vs. trimmed diff. Minor issue: onAction for aggressiveness switching passes a non-async arrow that returns an unhandled Promise from switchAggressiveness.
extensions/trimmy/src/trim.ts Thin no-view command that resolves preferences and delegates to runTrimCommand("copy"). No issues.
extensions/trimmy/src/trim-and-paste.ts Thin no-view command that resolves preferences and delegates to runTrimCommand("paste"). No issues.
extensions/trimmy/package.json Well-structured manifest. Categories (Developer Tools, Productivity), platform list (macOS, Windows), preference schemas, and changelog all follow Raycast conventions correctly.
extensions/trimmy/CHANGELOG.md Uses the correct [Initial Release] - {PR_MERGE_DATE} format. No issues.
extensions/trimmy/eslint.config.mjs Correctly imports defineConfig from "eslint/config" and spreads the Raycast config. No issues.
extensions/trimmy/.prettierrc Follows the standard Raycast Prettier config (printWidth: 120, singleQuote: false). No issues.

Last reviewed commit: 7b36571

@chrismessina
Copy link
Copy Markdown
Contributor Author

@greptile could you take another look?

@raycastbot
Copy link
Copy Markdown
Collaborator

This pull request has been automatically marked as stale because it did not have any recent activity.

It will be closed if no further activity occurs in the next 7 days to keep our backlog clean 😊

@raycastbot raycastbot added the status: stalled Stalled due inactivity label Mar 28, 2026
@chrismessina
Copy link
Copy Markdown
Contributor Author

Bump! @0xdhrv can you take a look?

@raycastbot raycastbot removed the status: stalled Stalled due inactivity label Mar 29, 2026
@0xdhrv 0xdhrv self-assigned this Mar 30, 2026
Copy link
Copy Markdown
Contributor

@0xdhrv 0xdhrv 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 9461b4f into raycast:main Mar 30, 2026
2 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

Published to the Raycast Store:
https://raycast.com/chrismessina/trimmy

@raycastbot
Copy link
Copy Markdown
Collaborator

🎉 🎉 🎉

We've rewarded your Raycast account with some credits. You will soon be able to exchange them for some swag.

haku-huang pushed a commit to haku-huang/raycast-extensions that referenced this pull request Mar 30, 2026
- merge with remote
- Pull contributions
- link-cleaner(improve): expand rules, add AI fallback and manual review mode
- feat(KeePassXC): passwordless vault support. (#26773)
- Update quick-toshl extension (#26733)
- Update CODEOWNERs (b871983f)
- Add thaw extension (#26253)
- [Prompts.chat] Fix crash from API field rename (content -> contentPreview) (#26759)
- Update search npm extension (#26698)
- feat: add support Lingma (#26689)
- Done Bear: Migrate from REST to GraphQL API (#26681)
- [wrap-text] Fix clipboard race condition after paste (#26760)
- Update shape-calendar extension (#26765)
- Update notra extension (#26762)
- Update netbird extension (#26757)
- Update CODEOWNERs (2ddb6b94)
- Update qr-code-scanner extension (#26336)
- Update CODEOWNERs (1f80f147)
- Add Git Batch Tools extension (#26102)
- Update CODEOWNERs (f481404b)
- Add shape-calendar extension (#26744)
- Update CODEOWNERs (49d807b4)
- Add beardtown extension (#26332)
- feat(pick-your-wallpaper): add AI descriptions, Raycast AI tools, and unified search (#26592)
- Update kaneo-for-raycast extension (#26703)
- Update how long to beat extension (#26749)
- Update singularityapp extension (#26738)
- Update RAE Dictionary: bump dependencies, fix vulnerabilities (#26737)
- Update focus extension (#26644)
- Kitty: Resolve kitten path dynamically (#26670)
- Update CODEOWNERs (33508892)
- Update polymarket extension (#26697)
- Update CODEOWNERs (9461b4f9)
- Add trimmy extension (#26316)
- Update CODEOWNERs (05f3b4fd)
- Add Notra extension (#26739)
- Update CODEOWNERs (9eedce97)
- [Workouts] Improve search command display (#26726)
- [skills] Fix fnm base directory resolution on macOS (#26552)
- Update CODEOWNERs (944aca4f)
- [qBittorrent] Improve add flow and torrent list UI (#26663)
- Add Vivaldi support to browsers-profiles extension (#26671)
- Dia: Fix escaping in sql query (#26694)
- Misc: Refresh lockfiles for security advisories (#26695)
- Update CODEOWNERs (eb07cd62)
- Update search-mdn extension (#25918)
- Update CODEOWNERs (4adaa404)
- Add printer-status extension (#25615)
- Update CODEOWNERs (d42c13f0)
- Update terminalfinder extension (#26311)
- Update netbird extension (#26682)
- Update font-awesome extension (#26658)
- [Skills] Add support for removing skills from specific agents (#26680)
- Update kaneo-for-raycast extension (#26675)
- Update CODEOWNERs (39322ec5)
- Add text-enhance extension (#26288)
- Update code-runway extension (#26499)
- Update CODEOWNERs (fc737c07)
- Update audio-device extension (#25285)
- Update CODEOWNERs (2783a619)
- Update google-finance extension (#26664)
- Update CODEOWNERs (064234ec)
- Add Whisper extension (#25802)
- Update CODEOWNERs (edec19b0)
- Update rss-reader extension (#26655)
- Update CODEOWNERs (a0962979)
- Add Tategaki extension (#25223)
- Update CODEOWNERs (60c466d3)
- Update github-repository-search extension (#26351)
- Update git-repos extension (#26560)
- Update CODEOWNERs (139df7fe)
- Update deepwiki extension (#26601)
- [GitHub Copilot] Improve repository picker (#26673)
- Update craft-cms-docs extension (#26650)
- Done Bear: Update extension icon (#26654)
- Plexamp: Album grid view, recently played, library cache (#26662)
- Add Telegram 2-step verification auth flow (#25855)
- Update raycast-weekly-newsletter extension (#26641)
- Update CODEOWNERs (872777d9)
- search-npm: optimize API calls (#26640)
- Update CODEOWNERs (cfbbb2de)
- Add netbird extension (#26292)
- fix(clipboard-type): disable AppleScript timeout for long text typing (#26647)
- Add approval check for merging pull requests (#26444)
- Update awork extension (#26631)
- password-store: Fix insert hanging due to execFile stdin (#26632)
- Update one-time-secret extension (#26625)
- Update kagi-news extension (#26403)
- [AeroSpace] Add "Pull to Current Workspace" action to window switcher (#26514)
- Update CODEOWNERs (938ae046)
- [TRELLO] Restructure extension (#26107)
- Update CODEOWNERs (eece6029)
- Update ghostty extension (#26551)
- Update CODEOWNERs (3092aee1)
- Ghostty: Fix "Open with Ghostty" to open selected Finder item (#26554)
- Remove obsolete ESLint configuration and raycast-env.d.ts file; updat… (#26639)
- Update CODEOWNERs (a667ca84)
- Extension: Emoji Kitchen (#26249)
- Fix csfd extension (completely not working now) (#26636)
- Update google finance (#26637)
- Update CODEOWNERs (448f2857)
- Add Google Finance extension (#26324)
- Update CODEOWNERs (1f6c2e1b)
- Add craft-cms-docs extension (#26272)
- Plexamp: Fix large library OOM crashes and server connection reliability (#26628)
- Keeper security bugfix (#26630)
- Fix days2 README (#26627)
- Update CODEOWNERs (1621db5c)
- Add woo-marketplace-search extension (#26258)
- Update CODEOWNERs (d06b1fad)
- Add days2 extension (#26118)
- Update trakt-manager extension (#26529)
- Update crypto-search extension (#26531)
- Plexamp: Save verified connection URL during library selection (#26623)
- Vikunja: Add task detail view, search, caching (#26622)
- Update CODEOWNERs (e1fb2a9f)
- Add evm-toolkit extension (#25857)
- Update CODEOWNERs (1ad699e5)
- Add Done Bear extension (#26250)
- Update CODEOWNERs (b2e2f7a4)
- Update coffee extension (#26577)
- brew: Add cask id to metadata (#26615)
- Update CODEOWNERs (1389746e)
- Fix broken Search Components command (shadcn-ui) (#26461)
- Update apple-devices extension (#26605)
- Update CODEOWNERs (c1a1ef94)
- Update ghostty extension (#26240)
- Plexamp: Fix server connection failures after reinstall (#26603)
- [HomeAssistant] Show entity area/room names as subtitles in entity lists (#26561)
- [HomeAssistant] Fix "Show Entity IDs" preference being completely non-functional (#26562)
- [Android] Add cold boot option for emulators (#26456)
- ext/plexamp Critical library selection fix (#26590)
- Update conventional-commits extension (#26593)
- fix(year-in-progress): prevent LocalStorage overwrite during initial … (#26515)
- Update developer-excuse extension (#26594)
- Update claude code launcher extension (#26598)
- [Bitwarden] Fix data.json crash and support primaryAction (#26599)
- Update CODEOWNERs (08eb31b2)
- Add V2BOX VPN extension (#26227)
- Update colima extension (#26498)
- Update raycast-zoxide extension (#26587)
- (feat): Add conversion functionality and new indicator images (#26584)
- Update CODEOWNERs (a0c141d4)
- Update password-store extension (#25809)
- Update cron-description extension (#26559)
- Update liquipedia-matches extension (#26538)
- Docs: update for the new API release
- Update mole extension (#26565)
- Update CODEOWNERs (1b3c7c77)
- Add easy-invoice extension (#26201)
- Update CODEOWNERs (f10c5fab)
- Add base-ui-docs extension (#26209)
- ✨ feat(ccusage): progress bars, rate limits redesign, working time, and caching (#26347)
- Update CODEOWNERs (5de8a776)
- Add wrap-text extension (#25993)
- Add paste last transcript command to Wispr Flow (#26216)
- Update CODEOWNERs (fb1210ae)
- Add litterbox extension (#26178)
- Fix potential search error in the Linkwarden Raycast extension (#26563)
- feat(clipboard-type): add soft newlines preference to use Shift+Enter (#25740)
- Update CODEOWNERs (56d33275)
- Add devenv-docs extension (#26084)
- Update CODEOWNERs (fdca869c)
- Update zotero extension (#26495)
- Update kaneo-for-raycast extension (#26542)
- [Skills] Add support for lock files (#26540)
- Update CODEOWNERs (a7c72b86)
- Add image-hash-rename extension (#26491)
- Update CODEOWNERs (716a7300)
- Add hole-sandbox-launcher extension (#26202)
- Update vesslo extension (#26228)
- Update CODEOWNERs (b81fc72d)
- (feat): Create CL indicators extension (#26168)
- Squeeze: Add \'Paste after squeeze\' extension preference (#26181)
- Update CODEOWNERs (e82a0e44)
- Add theSVG extension (#26180)
- Update CODEOWNERs (b0ee800f)
- Add vikunja extension (#26130)
- Update CODEOWNERs (b5f72011)
- Add plexamp extension (#25927)
- Update CODEOWNERs (2748d272)
- Update git-repos extension (#26516)
- fix(coffee): keep caffeinate child referenced until exit (#26523)
- Update CODEOWNERs (c2bd25c0)
- Add tabletop-dice-roller extension (#26124)
- feat(karakeep): tag editing on edit forms, NoteEdit, and shared useTagPicker hook (#26481)
- fix(ccusage): handle npx stdout noise before JSON payload (#25873)
- [System Monitor] Eliminate zombie process accumulation in menubar command (#26502)
- [Mole] Add residual file cleanup to Uninstall command (#26469)
- Update CODEOWNERs (37e462b5)
- Update bitwarden extension (#25956)
- Update CODEOWNERs (75ad0961)
- Add ascii-art-wallpaper extension (#26145)
- [Skills] Use explicit npx path resolution on macOS (#25932)
- Fix GitHub Copilot "Create Task" command (#26472)
- Update changelog with merge date and details (#26493)
- [System Monitor] Fix zombie process accumulation in menubar command (#26466)
- Update CODEOWNERs (7253ce47)
- Update bitwarden extension (#25791)
- Update CODEOWNERs (c4291899)
- Add context7 extension (#26125)
- Update CODEOWNERs (991b34b1)
- Add snapocr-via-paddle extension (#25704)
- Update handy extension (#26457)
- Add word-research extension (#26095)
- Update CODEOWNERs (6dd20c7e)
- Add Postey( Social Media Management) Extension -- create , schedule or publish post , view drafts, schedule or published posts etc... (#25448)
- Update handy extension (#26457)
- Update Mailsy Extension (#26447)
- Update CODEOWNERs (13a239e1)
- Update todo-list extension (#26437)
- Update CODEOWNERs (6adc54e9)
- Add handy extension (#26373)
- GitLab: Fix JSON parse error on `Mark All as Done` (#26448)
- [Coffee] Fix zombie process accumulation in status command (#26452)
- Update focus extension (#26427)
- [Pokédex] Add Regional Pokédex (#26416)
- Update CODEOWNERs (793f4bde)
- bsr-entsorgung extension (#25969)
- Update obsidian extension (#26440)
- feat(RayDoom): download engine assets at runtime from GitHub Releases (#26436)
- Update laravel-docs extension (#26439)
- Spotify Player: Reduce API rate limiting with tiered caching and fewer redundant calls (#26207)
- Misc: Update some dependencies (#26422)
- Update CODEOWNERs (8e2a4558)
- [Clean Keyboard] Add Windows Support (#25691)
- Update CODEOWNERs (5331a37a)
- Add ai-agency extension (#26304)
- feat(tailscale): better status command (#26411)
- Update CODEOWNERs (2d9076d4)
- Update mac-mouse-fix extension (#26408)
- Update luma extension (#26413)
- Update CODEOWNERs (a1ee4924)
- Add mole extension (#26353)
- Update CODEOWNERs (3f88a1ce)
- Add isdown extension (#26050)
- Update windows-to-linux-path extension (#26404)
- Update CODEOWNERs (37547c88)
- fix: handle wttr.in API response format change (#26407)
- [Coffee] Fix display sleep on battery for macOS 26+ (#26390)
- Update CODEOWNERs (352b8213)
- Quick Open Project: add Windows support (#26103)
- Update CODEOWNERs (1f14bfbc)
- Update things extension (#23856)
- Update CODEOWNERs (ec753344)
- Update get-ssh-key extension (#26290)
- [GitHub Copilot] Show live agent session logs in "View Tasks" command (#26383)
- Fix: bump lodash/lodash-es to 4.17.23+ across 26 extensions (CVE-2025-13465) (#26401)
- Update CODEOWNERs (6e02bee2)
- Add laravel-cloud extension (#26061)
- Update CODEOWNERs (59a2bb49)
- Update easy new file extension (#26394)
- docs: add security policy (#26397)
- fix: transcript fetching (#26399)
- Update CODEOWNERs (e459586e)
- Update git-co-authors extension (#26090)
- Update CODEOWNERs (da032197)
- Add noteman extension (#26026)
- Update CODEOWNERs (a18b06e0)
- Add orbit extension (#26019)
- Update CODEOWNERs (b6182bc9)
- Add quicklinker extension (#25416)
- Update CODEOWNERs (625a1426)
- feat: add gemini-cli extension with session management (#26015)
- fix(skills): use skills list --json for full agent list (#26384)
- Update qmd extension (#26382)
- [ccusage] fix Usage Limits parsing error for `resets_at` field and improve error details view (#26358)
- Fix security vulnerabilities across 51 extensions (#26287)
- Update CODEOWNERs (1e5e068f)
- Add Menu Bar command to Oura extension (#26327)
- Linear: Add Search Custom Views command (#26363)
- [Google Gemini] TypeScript Migration & Model Updates (#26362)
- System Monitor: Fix stale pinned stats in menubar (#26295)
- [ccusage] prevent list item flicker by caching the Usage Limits item availability (#26360)
- Update CODEOWNERs (c03e915b)
- Add Órbita extension (#23472)
- Update models-dev extension (#26371)
- Docs: update for the new API release
- Update CODEOWNERs (a890e949)
- [Skills] Highlight outdated skills (#26234)
- Update CODEOWNERs (5b5aee92)
- Update dropover extension (#26346)
- Update apple-reminders extension (#26337)
- Update CODEOWNERs (ad6ed39b)
- Update recents extension (#26273)
- use translation as service name fallback (#26333)
- Update CODEOWNERs (a995e7b5)
- google-chrome-profiles: Add NirRosh as contributor (#26322)
- Update torbox extension (#26335)
- Update job-dojo extension (#26289)
- Update supernotes extension with Windows support (#26298)
- Update github-copilot extension (#26321)
- improve uninstaller selection (#26284)
- Update focus extension (#26279)
- Add progress bars & zero-config auth for Droid/Codex/z.ai, and fix Claude provider (#26183)
- Update CODEOWNERs (007736b3)
- Add nano-games extension (#25374)
- Update CODEOWNERs (17ea43dc)
- Create Apple Photos extension (#25957)
- Update focus extension (#25965)
- Update CODEOWNERs (19f7715c)
- Add colima extension (#25940)
- Update xbox-friends extension (#26266)
- Update CODEOWNERs (1643fceb)
- Add tabstash extension (#25948)
- Update README.md (#26255)
- feat(fuzzy-file-search): Add "Open With" action (#26263)
- Update youtube-thumbnail extension (#26262)
- Update caltask extension (#25931)
- Update CODEOWNERs (1edac016)
- Add sadaqah-box extension (#25910)
- Update CODEOWNERs (096a013c)
- Add Publico extension (#25901)
- Update CODEOWNERs (065c058b)
- Update http-status-codes extension (#26244)
- Update CODEOWNERs (b2c0203f)
- Add xbox-friends extension (#25891)
- Update CODEOWNERs (3e376c5d)
- Add pandas-documentation-search extension (#25587)
- Update CODEOWNERs (631661db)
- Add sql-reference-search extension (#25593)
- Update CODEOWNERs (281cfe55)
- Add leave-time-calculator extension (#24819)
- Update CODEOWNERs (98edb9e1)
- Add auth0-management extension (#25463)
- Update CODEOWNERs (4d154298)
- Add quarantine-manager extension (#25892)
- Update CODEOWNERs (0ac66f7c)
- Add kommand extension (#25469)
- Update youtube-thumbnail extension (#25738)
- Dia: fix tab fetching and JSON parsing (JXA fallback, escape handling) (#26210)
- Update CODEOWNERs (6a2f7d45)
- Update sips extension (#26223)
- Update betaseries extension (#26233)
- google-chrome-profiles: Add Google Chrome Canary support (#26229)
- Update music extension (#26220)
- Update CODEOWNERs (b803809d)
- Update linear extension (#26189)
- [Skills] Prevent duplicate error toast (#26236)
- Update CODEOWNERs (dc048cd1)
- [Skills] Add support to parse and display security audits data (#25954)
- update: Nowledge Mem extension (#26226)
- Update CODEOWNERs (acee024b)
- Add no-more-caffeine extension (#25884)
- Add data stores and audit log support (#26205)
- Update CODEOWNERs (44206780)
- Add petal extension 🌸  (#25859)
- Update CODEOWNERs (b57c3bd9)
- Add now-playing extension (#25835)
- Update CODEOWNERs (a747aa1d)
- Update diff-checker extension (#25849)
- Docs: update for the new API release
- Dia: 10x faster search, URL detection, Open URL command (#25766)
- Update music-recognition extension (#26190)
- Update amazon-search extension (#26176)
- Update mermaid-to-image extension (#26185)
- Update chinese-lottery extension (#26187)
- feat(toggl-track): add local script triggers for timer events (#26149)
- Update amazon-search extension (#26175)
- Add pin goal feature to beeminder extension (#26169)
- Improved project filtering with client name (#26038)
- Update phare-io-uptime extension (#26171)
- Update CODEOWNERs (9a82c450)
- Add navidrome extension (#25828)
- Update CODEOWNERs (1a7f74cc)
- Add music-recognition extension (#25814)
- Update extend-display extension (#25988)
- Update CODEOWNERs (cc103cb7)
- Add RayDoom - It runs DOOM (in Raycast!) (#24068)
- Update job-dojo extension (#26165)
- [Skills] Fix TypeError when allowed-tools is a single string (#26164)
- Update ente-auth extension (#26160)
- Update CODEOWNERs (45af7a12)
- Add raycafe extension (#26161)
- Meteoblue Lookup: March 2026 Update (#26098)
- Update CODEOWNERs (c7f2bd91)
- Add link-transformer extension (#24143)
- Update CODEOWNERs (2a15e10f)
- Add optional reasoning effort controls and switch defaults to gpt-5-nano (#26027)
- Fix missing API key handling in @tella and tighten store README (#25977)
- Update CODEOWNERs (cf3ed02e)
- Add phare-io-uptime extension (#20713)
- Update CODEOWNERs (b5573536)
- Update plex extension (#25206)
- Update Karakeep extension to 2.2.0 (#25983)
- Add Claude usage provider to agent-usage (#25794)
- Update CODEOWNERs (5515e3a1)
- Add minecast extension (#25345)
- Update CODEOWNERs (1c35bb72)
- Shiori: Align with latest API surface (#26152)
- Update irish-rail extension (#26115)
- Update CODEOWNERs (8804de2e)
- [superwhisper] Add configurable processed/unprocessed last history copy/paste (#25762)
- Spotify Player: Fix rate limiting from Feb 2026 API changes (#26065)
- Update kaneo-for-raycast extension (#26088)
- Claude Code Launcher: Revert -i flag, add Ghostty new-tab option (#26129)
- Update CODEOWNERs (5039a33d)
- Update pomodoro extension (#26100)
- Update single-disk-eject extension (#26093)
- Update CODEOWNERs (67cca670)
- Update hammerspoon extension add "Also Clear Console" preference to reload configuration command (#26068)
- Update pie-for-pi-hole extension to support Pi-Hole V6 (#26058)
- chore(hugeicons-ui):Update hugeicons-ui: bump @hugeicons/core-free-icons and @hugeicons/react (#26111)
- Add Sanity MCP to model-context-protocol-registry (#26106)
- Update CODEOWNERs (d11bda71)
- Update flux extension (#26097)
- [Brand Icons] Reached 3400+ icons (#26120)
- [Badges] Update endpoint badge base URL (#26121)
- hidemyemail extension: Fix CHANGELOG.md date (#26113)
- Update hidemyemail extension (#25648)
- [Skills] Display Metadata from SKILL.md frontmatter (#26101)
- Update CODEOWNERs (c2c1e0dd)
- Add timely extension (#25085)
- Fix: copy prompt/answer for selected message (#25438)
- Update CODEOWNERs (46ecffce)
- Update todoist extension (#26087)
- Dia: update @raycast/utils to 2.2.3 (#26091)
- Update CODEOWNERs (3503a642)
- Add typewhisper extension (#25733)
- Update CODEOWNERs (5ea5ef75)
- Add number-research extension (#26060)
- Update trustmrr extension (#26085)
- Update CODEOWNERs (40aabef8)
- Add desktoprenamer extension (#24610)
- Update tailwindcss extension (#26067)
- Update CODEOWNERs (7a13ffd1)
- Update time-awareness extension (#25765)
- Update CODEOWNERs (6c500325)
- Update github-status extension (#26063)
- Update anna-s-archive extension (#26076)
- Update CODEOWNERs (46b879a1)
- Update shopify-developer-changelog extension (#25711)
- Update CODEOWNERs (22aa04d3)
- Update weather extension (#26074)
- Update kagi-news extension (#25679)
- Update (#26073)
- Update teak-raycast extension (#25995)
- otp-inbox: Add Windows support (#25441)
- Update CODEOWNERs (36e7a5fd)
- Add trustmrr extension (#26069)
- Update CODEOWNERs (d7c540c0)
- Add doubao-tts extension (#25705)
- GitHub: Improve auto-merge support (#25256)
- Update CODEOWNERs (9f556d5d)
- Update microsoft-edge extension add new feat to search and launch workspaces (#25335)
- Add RouteMesh MCP server to model-context-protocol-registry (#25960)
- feat: Add Advanced Batch Rename command with rule-based engine (#25501)
- Update media-converter extension (#25836)
- Update scheduler extension (#26059)
- Docs: Update the utils docs
- [pipe-commands] Add data formatting utilities (#25824)
- Update CODEOWNERs (5b660b2f)
- Add hdri-library extension (#25701)
- Update CODEOWNERs (2ea8b9cd)
- Update ente-auth extension (#25773)
- Update CODEOWNERs (b9b9e2b0)
- Add grpcui extension (#25697)
- Update CODEOWNERs (17303469)
- Update openrouter model search extension (#26045)
- System Monitor: Fix stale temperature readings in menubar (#26025)
- Update CODEOWNERs (4e3ff410)
- Fix truncated row values in pass extension (#25843)
- Update CODEOWNERs (489aedeb)
- Add quickreferences-raycast extension (#23629)
- Update CODEOWNERs (84a0a585)
- Update cleanshotx extension (#25985)
- [ccusage] Hide "Usage Limits" details when using non-OAuth authentication (#26009)
- Browser Bookmarks: Add support for Perplexity Comet browser (#25874)
- Add Windows support (#25882)
- Update bmrks extension (#25952)
- Update CODEOWNERs (2faa166a)
- Update radarr extension (#25953)
- Update CODEOWNERs (d8b0e950)
- Update google-chrome extension (#25939)
- Add PrusaConnect links to Prusa extension (#25955)
- Update CODEOWNERs (9f8c615e)
- Claude Code Launcher: Fix Ghostty PATH by using interactive shell (#25976)
- Update aave-search extension (#26016)
- uuid-generator: add Pack Type Id command (#25800)
- Update CODEOWNERs (39fe5d1b)
- [ccusage] Fix npx path resolution for fnm installs using XDG directories (#26008)
- fix(arc): prevent duplicate windows when Arc is not running (#25806)
- System Monitor: Add pin-to-display for menubar stats (#25821)
- Update CODEOWNERs (ec57b0be)
- Add unified Wispr Flow extension (#25218)
- Update shadcn ui extension (#26011)
- Update CODEOWNERs (b354d33a)
- feat(gumroad): add price filter and copy actions (#25703)
- Update CODEOWNERs (134d6f91)
- Add raycast-ai-custom-providers extension (#25180)
- Update CODEOWNERs (4accbb2f)
- Add zo-raycast extension (#25464)
- Update CODEOWNERs (227732f8)
- Add job-dojo extension (#25677)
- Update CODEOWNERs (eace1852)
- Add wallhaven extension (#25656)
- Update existing somafm extension: launch flow, refresh toasts, menu fallback (#25187)
- Update CODEOWNERs (d0f014f6)
- Add email-finder extension (#24847)
- Update cut-out extension (#25990)
- Update CODEOWNERs (1ef7a101)
- Add cut-out extension (#25663)
- [Pokedex] Added support for Scarlet & Violet–style sprite artwork (#25986)
- Discogs extension new functions (#25686)
- Update nhk-program-search extension (#25967)
- Update kimi extension (#25962)
- Update CODEOWNERs (de246c1f)
- Update shiori-sh extension (#25944)
- fix(browser-bookmarks): fix slow initial load and open-in-browser reliability (#25979)
- Update CODEOWNERs (0ad09cd5)
- Add spacer extension (#25652)
- [zotero] Fix Zotero 7+ / Better BibTeX compatibility (#25634)
- Docs: update for the new API release
- added ARM64 sdk support (#25966)
- Update CODEOWNERs (3051c01a)
- Add Bird extension (#25481)
- Update CODEOWNERs (7c4f8af4)
- Add Lock Time extension (#25255)
- Update CODEOWNERs (cdc0ceb1)
- Add paste-safely extension (#25951)
- Update CODEOWNERs (bd032c80)
- Add polars-documentation-search extension (#25589)
- Update CODEOWNERs (564b0f2c)
- Add DevContainer Features extension (#25603)
- Update CODEOWNERs (2cdb8f63)
- Update gift-stardew-valley extension (#25552)
- Update CODEOWNERs (f7288918)
- Update Inkdrop extension (#25529)
- Sourcegraph: Setup improvements (#25950)
- [Skills] Add support for updating skills (#25887)
- Update CODEOWNERs (cb956f6f)
- Add search repositories feature for Github for Enterprise (#25661)
- Fix/trakt manager user agent v2 (#25825)
- Update `CricketCast` extension - add menu bar for scores (#25942)
- Add Windows platform support to Goodreads extension (#25936)
- idonthavespotify: Add Qobuz, Bandcamp, Pandora support & fix crash on unknown adapters (#25937)
- Update singularityapp extension (#25943)
- Update raycast-surge extension (#25883)
- Update awork extension (#25844)
- Update extend-display extension (#25894)
- Update git-worktrees extension (#25898)
- [Image Modification] Fix QSpace / QSpace Pro selection detection (#25923)
- Update zeabur extension (#25924)
- Update vietnamese-calendar extension (#25917)
- [AzTU LMS] Fix Color & Add New Image (#25912)
- Update CODEOWNERs (c2aba2b2)
- Add Hop extension (#25162)
- [Music Assistant Controls]:  Big update with many features (#25860)
- [MXroute] set mail hosting status + open webmail link (#25895)
- Update kitty extension (#25856)
- Update CODEOWNERs (b73dbee5)
- Addeed SDK implementation (#25820)
- Update CODEOWNERs (66857dc8)
- Add notilight-controller extension (#25424)
- Update raycast-store-updates extension (#25865)
- Update reader-mode extension (#25872)
- Update CODEOWNERs (f8eeb0db)
- Update battery-optimizer extension (#25509)
- fix: show window icons on first load in window-walker extension (#25871)
- Update CODEOWNERs (7e705b70)
- Update t3 chat extension (#25803)
- Update CODEOWNERs (19f337be)
- Update modify-hash extension (#25816)
- Update CODEOWNERs (64e21d06)
- Add `ZeroSSL` extension - list certificates, view + validate csr (#25861)
- [Cron Manager] Fix tasks disappearing from UI & permission handling (#25845)
- Update CODEOWNERs (abe1d59c)
- Add markdown-converter extension (#24129)
- Update betaseries extension (#25842)
- [Skills] Inline detail Panel (#25658)
- Update CODEOWNERs (f1bac6db)
- Removed two extensions (#25851)
- Update CODEOWNERs (53db7b3f)
- Add shiori-sh extension (#25757)
- Docs: update for the new API release
- feat(everything-search): allow custom cli arguments (#24607)
- Update CODEOWNERs (93ff0be4)
- Delete extensions/proton-pass-client directory (#25841)
- update (#25840)
- Update CODEOWNERs (d85419cc)
- Add kaneo-for-raycast extension (#25461)
- [Apple Reminders] Prevent accidental recurring reminders from AI (#25746)
- [Apple Notes] Fix AI tool note ID mismatch, timeout, and search filtering (#25720)
- fix: show window icons on first load in window-walker extension (#25818)
- [Namecheap] fix error when no domain dns hosts (#25827)
- Update youversion-suggest extension (#25797)
- Update fathom extension (#25807)
- Update CODEOWNERs (4f2bb5e8)
- Downloads Manager: Add file preview (#25031)
- Update CODEOWNERs (786bf32e)
- Add pbr-assistant extension (#25700)
- Update CODEOWNERs (2ba0efb1)
- Update media-converter extension (#25473)
- Update CODEOWNERs (f0efd261)
- Add zodme extension (#25459)
- Update toggle-fn extension (#25795)
- [Git Repos] Guard open-with actions against missing app preferences (#25747)
- Update CODEOWNERs (30779289)
- Update todo-list extension (#25718)
- Update CODEOWNERs (358b016a)
- Add raycast-rsync-extension extension (#24401)
- Update extend-display extension (#25778)
- Update CODEOWNERs (d6819dd0)
- Add tl;dv Meetings Extension (#25605)
- Brew/fix outdated toast cancellation (#25784)
- [Forked Extensions] Update instructions (#25789)
- Update CODEOWNERs (2888014d)
- feat: Add Zerodha Portfolio (Kite+Coin) extension (#25450)
- Update inoreader extension (#25785)
- Update CODEOWNERs (ef840cb3)
- Update github-copilot extension (#25777)
- [Brew] Show concise error toast and keep full logs in Copy Logs (#25721)
- Update CODEOWNERs (3786156c)
- Update spotify-controls extension (#25580)
- Update CODEOWNERs (ed736296)
- Add kitty extension (#25389)
- feat(menubar): add agent usage menu bar command and fix some bugs (#25769)
- Music assistant controls grouping ungrouping (#25772)
- Update CODEOWNERs (909acfde)
- Add Nowledge Mem Raycast extension (#25451)
- Update CODEOWNERs (922cf219)
- Add bambu-lab extension (#25051)
- Update CODEOWNERs (e743b9b8)
- Add lightdash-navigator extension (#25430)
- Update CODEOWNERs (8c3b23c2)
- Add promptnote extension (#25435)
- Update CODEOWNERs (36989402)
- Add blurhash extension (#25423)
- Update CODEOWNERs (4abab71e)
- Add inoreader extension (#25429)
- Update music-assistant-controls extension: add windows support (#25732)
- Update CODEOWNERs (1a11b806)
- Add kimi-for-coding extension (#25061)
- Update CODEOWNERs (2b474432)
- Add wezterm-navigator extension (#25422)
- Ext/pronounce the word (#25654)
- Update CODEOWNERs (b485e9f5)
- Add `Maybe` (finance) extension - Search Accounts + Search Transactions, Create, Delete (#25752)
- Update how long to beat extension (#25768)
- Update CODEOWNERs (66d7fa44)
- ghq: recurse until .git folder found (#25739)
- Update proton-pass extension (#25744)
- Update CODEOWNERs (96e244bb)
- Update rollcast extension (#25702)
- Update CODEOWNERs (73053578)
- Add cloudflare-ai extension (#23881)
- Update CODEOWNERs (8831c3f3)
- Add OpenClaw extension (#24848)
- things: add tag filtering and grouping preferences (#24489)
- Paste as Plain Text: Collapse surrounding whitespace when cleaning line breaks (#25628)
- Update CODEOWNERs (0bd06cff)
- Add Letta extension (#25158)
- Update CODEOWNERs (3c360678)
- Fix/trakt-manager user-agent (#25669)
- fix: Toggl Track API rate limits #25664 (#25696)
- Update CODEOWNERs (7ce69c7d)
- [Slack] Direct command for setting slack ststus (#25678)
- Update CODEOWNERs (decffa05)
- Update `Placeholder` extension - cross-platform `Keyboard` shortcuts (#25694)
- Update zed-recent-projects extension (#24821)
- Update karakeep extension (#25729)
- Update CODEOWNERs (e9f8ed29)
- Add extend-display extension (#24881)
- Update CODEOWNERs (a43fa9bc)
- Add orbstack extension (#22858)
- Update CODEOWNERs (c70ff74a)
- Add proton-pass extension (#24786)
- Update CODEOWNERs (90f1ef96)
- Add MusicBrainz extension (#25343)
- Fix double error icon and "NaN" when starting (#25710)
- Git Worktrees: Add worktree setup config and refactor command execution (#25659)
- Update CODEOWNERs (a12761f2)
- Add Teak extension (#25350)
- [Forked Extensions] Routine maintenance (#25673)
- Update `Purelymail` extension - windows support (#25674)
- Update music-assistant-controls extension (#25681)
- Update anytype extension (#25719)
- CI: add SHORT_SHA to all workflows - fix failure() handling
- CI: add SHORT_SHA to all workflows
- CI: migrate Slack message variables to native GitHub Actions expressions (#25692)
- Update CODEOWNERs (6c270e71)
- chore(remember-the-date): add missing my name as contributor (#25655)
- Update proton-pass-client extension (#25660)
- Update music extension (#25667)
- Update picgo extension (#25665)
- [Pokedex] Add ItemDex and Shiny forms (#25668)
- Update sonarr extension (#25563)
- Update CODEOWNERs (b333c7a3)
- Add voiceink extension (#24581)
- Update: Remember the Date (Add Recurring Events Support) (#25426)
- Fix figma-link-cleaner: Check clipboard before AppleScript (#25607)
- Update dependencies and platforms in package.json for the mullvad extension (#25413)
- Update CODEOWNERs (04d93fbc)
- Add agent-usage extension (#25049)
- Update vercast extension (#25388)
- Update CODEOWNERs (ef4ffcac)
- Add dagster extension (#25312)
- Update CODEOWNERs (09e5b5b8)
- Add opencode-sessions extension (#25357)
- YouTube Music: Refactor command structure and improve error handling (#25370)
- Update CODEOWNERs (cf508576)
- Update wsl-manager extension (#25132)
- Update CODEOWNERs (e60ed163)
- Deep Search Claude Sessions and Path Resolution Edge Cases (#25361)
- Update CODEOWNERs (766d4e75)
- [Helldivers] Polish & maintenance (#25632)
- Git Worktrees: Fix remove worktree infinite loading spinner (#25394)
- Update CODEOWNERs (307abaf4)
- Update google-books extension (#25235)
- Update fathom extension (#25525)
- Update CODEOWNERs (bb01f398)
- Add `Sendy` extension - view brands, view lists, check subscriber status (#25573)
- Update CODEOWNERs (04ca0dcc)
- Update base64 extension (#25625)
- Update proton-pass-client extension (#25611)
- Update awork extension (#25617)
- Update CODEOWNERs (e68a32c1)
- Add chiikawa-character extension (#25428)
- Update git extension (#25342)
- Update notion extension (#25443)
- Update CODEOWNERs (2173848e)
- Music: Add menu bar favorite/unfavorite action with stateful icon and confirmed HUD feedback (#25300)
- Brew: Improve handling of abort signal (#25584)
- Update CODEOWNERs (2995cb6b)
- Add `VirtFusion` extension (#25452)
- Update binge-clock extension (#25564)
- Update digger extension (#25583)
- Update CODEOWNERs (48ae9432)
- System Monitor: Add CPU temperature monitoring (#25577)
- Update CODEOWNERs (c7ddd952)
- Add proton-pass-client extension (#25154)
- Update sharex extension (#25590)
- Update CODEOWNERs (033e4ee4)
- Update ccusage extension (#25507)
- [Speech to Text] Add Ukrainian language option (#25576)
- Update CODEOWNERs (ec8d126b)
- Update gitlab extension (#25569)
- Update CODEOWNERs (b6ae1bb4)
- Add Pronounce the Word Extension [ext/pronounce the word] (#25270)
- Update CODEOWNERs (9be2fbf6)
- Update cloudflare-warp extension (#25567)
- fix(browser-bookmarks): Update bundled sql-wasm.wasm to match sql.js v1.13.0 (#25508)
- Update raycast-store-updates extension (#25512)
- Update CODEOWNERs (4298b500)
- brightness-control: Add Lunar-based brightness control commands (#25315)
- [Bitwarden] Fix invalid generate password options (#25551)
- Update CODEOWNERs (744a71d1)
- Add starling extension (#25254)
- [Skills] Add support for installing/removing skills (#25373)
- [Bitwarden] Fix potential stale session token issue (#25538)
- Update CODEOWNERs (19b73e3a)
- Add db-schema-explorer extension (#25197)
- Update CODEOWNERs (3f88cb76)
- Update browser-bookmarks extension (#25237)
- chore: update dependencies and modernize codebase (#24722)
- Spotify Player: Fix menu bar unloading before API fetch completes (#25349)
- Update vesslo extension (#25524)
- Update CODEOWNERs (0e7cf43b)
- Add Bunq Extension (#24851)
- ISSUE-25515: Noun Project Windows Support (#25519)
- Update audio-device extension (#25520)
- Update scheduler extension (#25494)
- Update easydict extension (#25436)
- [Shell] fix edit command not in recent section (#25470)
- Update CODEOWNERs (8600824a)
- Add dns-lookup extension (#23675)
- Update `Unkey` extension - maintenance release (#25514)
- Update CODEOWNERs (c2384bda)
- Add Get App Icon extension (#25294)
- Update audio-device extension (#25467)
- Update CODEOWNERs (6be30308)
- Add Clear File Metadata command to File Info extension [ext/clear-file-metadata] (#25272)
- Update CODEOWNERs (a781186d)
- Add subnoto extension (#25113)
- [Bitwarden] Handle unlock error, fix windows hash & support steam OTP (#25397)
- Update vesslo extension (#25506)
- Update CODEOWNERs (49512cd9)
- Add supabase extension (#25016)
- Update bnf-search-tool extension (#25392)
- Add star/unstar profiles and YouTube @brand accounts to @profile extension (#25460)
- Update CODEOWNERs (6b2d5783)
- Add code-wiki extension (#25434)
- Update accordance extension (#25310)
- Update CODEOWNERs (c4a1c197)
- Add okta-app-manager extension (#25000)
- Update CODEOWNERs (6aa0cfdf)
- Add upset-dev extension (#24915)
- Update CODEOWNERs (bea114f1)
- Add kaset-control extension (#24885)
- Fix UploaderX URL encoding for filenames with spaces (#25505)
- Update CODEOWNERs (710ab5cc)
- Add transport-nsw extension (#25089)
- Update CODEOWNERs (c9df8437)
- Add send-to-kindle extension (#25196)
- Update CODEOWNERs (f172f07b)
- Add mobile-provisions extension (#25178)
- Update `MXroute` extension - show email account usage (#25498)
- Update CODEOWNERs (9adf9a82)
- Add vietqr-transfer extension (#24602)
- Update CODEOWNERs (003fd7a7)
- Add caltask extension (#25107)
- Update CODEOWNERs (7fbf43bf)
- Add vesslo extension (#25170)
- Update CODEOWNERs (2d2b1bab)
- Add uploaderx extension (#25166)
- Update CODEOWNERs (3f1f9a95)
- Add retrace extension (#25289)
- Update CODEOWNERs (23cc87d9)
- Add flycheck-raycast extension (#25140)
- Update arc-helper extension (#25462)
- Brew: Improve memory usage (#25479)
- Update CODEOWNERs (2735ebd7)
- Update obsidian extension (#25022)
- Update CODEOWNERs (4a198be6)
- Add latex-board extension (#25168)
- [PM2] Routine maintenance (#25476)
- [Raycast Port] Routine Maintenance (#25477)
- Add "My Updates" filter, Refresh, and add CHANGELOG nav (↑/↓) to raycast-store-updates extension (#25480)
- Update raycast-store-updates extension (#25439)
- Update CODEOWNERs (a944fe57)
- Update vercast extension (#25471)
- fix(bed-time-calculator): Add Windows compatibility and contributor (#25465)
- Update anytype extension (#25444)
- Update CODEOWNERs (b74a7b30)
- [Slack] add proxy support for corporate networks (#25412)
- Update CODEOWNERs (0f8e5861)
- Update pocket extension (#25408)
- Update CODEOWNERs (8c220fa9)
- Update phosphor icons extension (#25440)
- Update CODEOWNERs (7d9c2f0d)
- Add Tella extension (#24561)
- MiniMax: Add M2.5 model support (#25427)
- Update CODEOWNERs (dc9e0203)
- feat(bed-time-calculator): Enhanced UI with color-coded sleep quality (#25405)
- Update CODEOWNERs (6bcb661b)
- Add portal-wholesale extension (#24781)
- Fix security vulnerabilities. (#25421)
- Update CODEOWNERs (e8d3af32)
- [Pokedex] Type Mastery (#25379)
- Update manus-manager extension (#25401)
- Update CODEOWNERs (afd3f3ec)
- Add figma-link-cleaner extension (#24675)
- Update CODEOWNERs (1b877989)
- Add betaseries extension (#25377)
- [Badges] Expose color picker ability to Windows (#25406)
- [Color Picker] Dismiss color picker feature (#25407)
- Update CODEOWNERs (fd71929c)
- Update google-meet extension (#24213)
- Update raycast-store-updates extension (#25399)
- Update CODEOWNERs (082e8b2b)
- Update google-calendar extension (#24261)
- Update instagram media downloader extension (#25402)
- Update CODEOWNERs (80842a18)
- Update `WiFi Password Reveal` extension -  add images + mention windows (#25396)
- Update leader-key extension (#25398)
- Update CODEOWNERs (27d18202)
- Add heptabase extension (#24462)
- Update CODEOWNERs (ed69ef34)
- Update simple-dictionary extension (#25186)
- Update CODEOWNERs (33332708)
- Update notion extension (#25244)
- Update CODEOWNERs (af155a48)
- Update browser-bookmarks extension (#25238)
- Update CODEOWNERs (403c3cee)
- Update vietnamese-calendar extension (#25360)
- Update quick-git extension (#25358)
- refactor: updated my esv-bible extension (#25362)
- Update CODEOWNERs (77d91ac3)
- Add migros extension (#24578)
- Update CODEOWNERs (83047136)
- [Statamic Docs] Show `-beta` flag for beta releases & update fallback results  (#25351)
- Update whoop extension to use Api V2 (#23013)
- Update CODEOWNERs (3c76f22a)
- [Color Picker] Add Windows Support (#25303)
- Update CODEOWNERs (1ebb02d8)
- Quick Access Infomaniak (#22431)
- Update CODEOWNERs (d4ccec5b)
- Add `Zenblog` extension (#25347)
- Update CODEOWNERs (0ea30fe8)
- Add napkin extension (#25363)
- Update CODEOWNERs (8cd6fe97)
- Add AzTU LMS extension (#25356)
- [Skills] show SKILL.md instead of repository README.md (#25352)
- [Skills] Fix broken screenshot references in README (#25348)
- Update CODEOWNERs (52a1712c)
- Add Skills Extension (#25018)
- [KeePassXC] Pin entry + copy/paste URL. (#25286)
- Workflows: Update to version v1.18.0 (#25341)
- Docs: update for the new API release
- Update CODEOWNERs (5c0f9c97)
- Add Toggle Pointer Acceleration command to mac-mouse-fix (#25247)
- refactor(github stars): update and refactor (#25278)
- Update qoder extension (#25296)
- Update bitwarden extension (#25326)
- fix(gitfox): deduplicate repositories in menu bar command (#25307)
- Update CODEOWNERs (b33caeb6)
- Add wordpress-manager extension (#24723)
- Update picgo extension (#25314)
- [Creem] update logo, images + better error msg (#25298)
- Update CODEOWNERs (f18f662b)
- Update kill node modules extension (#25327)
- Update kill-process extension (#25309)
- fix/ISSUE-25318: Fixing Todoist (currently broken for everyone i think?) (#25330)
- Update CODEOWNERs (60e8f7fa)
- Update Kill Process Extension (#25215)
- Update unicode-symbols extension (#25302)
- Update audio-device extension (#25290)
- fix(search npm): keywords bug (#25271)
- Update apple-reminders extension (#25242)
- fix(g-cloud): fixes and cleanup v1.0.4 (#25275)
- Update confluence extension (#25284)
- Update textream extension (#25268)
- Update CODEOWNERs (d978e65f)
- Add niuma-logs extension (#24656)
- Minor update to Fathom extension (#25293)
- Update CODEOWNERs (efcfa236)
- Update clipboard-type extension (#25225)
- Update CODEOWNERs (e6bc2915)
- Add SayIntentions extension (#23277)
- Things: Reduce JXA latency for list fetching (#25233)
- Update github-copilot extension (#25251)
- Update CODEOWNERs (ec90607a)
- Update cron-manager extension (#24426)
- Update CODEOWNERs (6a097d39)
- Add picgo extension (#25024)
- Update stealth-ai-tool extension (#25227)
- Update CODEOWNERs (bfe3bcb4)
- Add markdown-docs extension (#24954)
- feat(gitfox): add v4 support, menu bar, favorites, git status and more (#25253)
- Update CODEOWNERs (081224ab)
- Add kimi extension (#25250)
- Update CODEOWNERs (bd274dc5)
- Add minimax-ai extension (#25003)
- feat(tailscale): show more device info (#25262)
- Update CODEOWNERs (7e3e3312)
- Update viscosity extension (#25249)
- fix(change-case): swap case (#25263)
- Update CODEOWNERs (553a6af5)
- Add textream extension (#25257)
- Add windows support and support setting default browser per group or individual URL action types. (#25229)
- Update `Infomaniak` extensions - List Favorites in kDrive (#25252)
- Update github-copilot extension (#25205)
- Update CODEOWNERs (e6f3bf15)
- Add demo-flow extension (#25246)
- [OVH] display domain dns records cache properly (#25230)
- Update CODEOWNERs (a12116e5)
- [NSIS Reference] Upgrade ESLint to v9 (#25241)
- Update CODEOWNERs (03c88c46)
- Add osquery extension (#24696)
- Update CODEOWNERs (4da1542c)
- Add virtual-desktop-manager extension (#24897)
- Update letterboxd extension (#25224)
- Update audio-device extension (#25222)
- Update CODEOWNERs (47d2c2b3)
- Add Vim Leader Key extension (#24407)
- Update CODEOWNERs (0fe54c70)
- Add tikz extension (#24361)
- Update CODEOWNERs (40ac861d)
- Add xiaohe-query extension (#24789)
- Update apple reminders extension (#25202)
- [Chatwoot] canned_responses & teams (#25213)
- [GitHub Copilot] Fix titles and URLs for tasks without a pull request in "View Tasks" command (#25209)
- Docs: update for the new API release
- [GitHub Copilot] Allow adding additional instructions when assigning an issue to Copilot (#25192)
- [Kagi Search] delete history when api disabled (#25199)
- Update git extension (#25191)
- Switch to GitHub Copilot tasks API for loading and creating tasks (#25167)
- Misc: Update some dependencies (#25190)
- Update CODEOWNERs (668e9109)
- Update audio-device extension (#24502)
- Update CODEOWNERs (1defd208)
- feat(ios-resolutions): Add MacBooks as Devices Type (#25004)
- Update CODEOWNERs (ef0d5dc3)
- Add favoro extension (#25133)
- Update aave-search extension (#25181)
- Update CODEOWNERs (82bb7f64)
- Update cloudflare-email-routing extension (#24857)
- Minor updates to youtube summarizer (#25175)
- Update CODEOWNERs (9fbadbdf)
- Add jules-agents extension (#23850)
- Update CODEOWNERs (94718496)
- Add Wispr Flow Dictionary extension (#24644)
- Update microsoft-onedrive extension (#25173)
- Update `MXroute` extension - show domain verification key in "add domain" + catchall ux improvements (#25179)
- Update CODEOWNERs (7b0e4096)
- Add desktop-manager extension (#24899)
- Update CODEOWNERs (afb6a3f4)
- Add Dutch Article (Het of De) extension (#25136)
- Update CODEOWNERs (6d32581c)
- Update gif-search extension (#25123)
- Update CODEOWNERs (0771f77b)
- Update domainr extension (#23984)
- Update CODEOWNERs (d3a5f84a)
- Update search-npm extension (#25163)
- Update CODEOWNERs (c1271b54)
- Add wiz-controller extension (#25134)
- Update myanimelist-search extension (#24818)
- Update CODEOWNERs (f37c7e5e)
- Add sap-logon extension (#23761)
- Update CODEOWNERs (f358016e)
- Add models-dev extension (#24982)
- Update CODEOWNERs (9a722fc8)
- Add port extension (#24976)
- [OPENVPN] fix: reported issues (#25125)
- [JIRA] Fix issue link after ticket creation (#25161)
- Update CODEOWNERs (28232b88)
- Add standing-desk-tracker extension (#24216)
- Update CODEOWNERs (32259fec)
- Add gcp-ip-search extension (#24889)
- Update CODEOWNERs (aefeafd1)
- Add Withings Sync extension (#24641)
- Update CODEOWNERs (e26d83c2)
- Add rdir extension (#25137)
- Update CODEOWNERs (c626bfd4)
- Add files-shelf extension (#25151)
- Update CODEOWNERs (7432d0dd)
- Add Raycast Store Updates extension (#24891)
- Update CODEOWNERs (5180c852)
- Update laravel-docs extension (#25148)
- Update CODEOWNERs (c4b9602b)
- Add pdsls extension (#24605)
- feat(browsers-profiles): add Arc browser support (#25153)
- Update CODEOWNERs (0e480ca9)
- Add Reader Mode extension 📖 (#24369)
- Update CODEOWNERs (90d5f655)
- Add Manus Manager extension (#24037)
- Update CODEOWNERs (0b61f386)
- Add openhue extension (#24527)
- Update CODEOWNERs (62354d8c)
- Add binance-exchange extension (#25135)
- Update kill-process extension (#25147)
- Update fancy text extension (#25146)
- Update typefully extension (#25139)
- Update CODEOWNERs (5994b4b6)
- feat: Add Minttr extension (#25093)
- Update audio-device extension (#25143)
- Update vietnamese-calendar extension (#25138)
- Update microsoft-onedrive extension (#25142)
- Update CODEOWNERs (d341fa53)
- Add fake-typing-effect extension (#24323)
- Update remove-paywall extension (#25141)
- Update CODEOWNERs (6589e4e3)
- Add zacks-stock-ranking extension (#24455)
- Update CODEOWNERs (79b2c789)
- Update time-tracking extension (#25084)
- Update CODEOWNERs (7fc36db8)
- Add claude-code-config-switcher extension (#24880)
- Update CODEOWNERs (09be5d91)
- Add floaty extension (#25038)
- Update CODEOWNERs (f07b7d6c)
- Update Typefully extension (official rewrite) (#25102)
- lunatask: Add Windows support (#25096)
- Auto-populate tag when creating in filtered view (#24930) (#24935)
- Update CODEOWNERs (e4520680)
- Add telegram extension (#24322)
- Update CODEOWNERs (d45f54ac)
- Add fifteen-million-merits extension (#24170)
- Update instagram media downloader extension (#25126)
- Update CODEOWNERs (465911e2)
- Add stealth-ai-tool extension (#23837)
- [Say] Polish AI Extension configurations (#25127)
- Update CODEOWNERs (4b24f39a)
- Add quick-toshl extension (#24002)
- Update tasklink extension (#25119)
- Adds open workflow run option to the copilot view tasks command  (#25115)
- Update CODEOWNERs (124624a0)
- Add respace extension (#23570)
- Update CODEOWNERs (216cd112)
- Update `FileZilla` extension - add README to mention FileZilla needs to be in "Applications" (#25118)
- Update CODEOWNERs (65a3ee21)
- Add fitdesk extension (#24448)
- Update swift-command extension (#25110)
- Update CODEOWNERs (89bc46a2)
- Update haystack extension (#25108)
- Adds new command to github-copilot extension (#25064)
- [Virtualizor Enduser] fix distro icon (one liner) (#25103)
- Update CODEOWNERs (f04d5b66)
- Add shodan extension (#24306)
- Updating Oura extention to use OAuth2 of the updated v2 API\'s (#24544)
- Granola: Update visual identity to match new brand (v2.1.2) (#25087)
- Add Razuna entry to builtin registries (2nd) (#25094)
- Update CODEOWNERs (3a89032f)
- Update: system monitor user customizability (#24856)
- [Espanso] Improvements (#25078)
- Docs: update for the new API release
- Update CODEOWNERs (0c685fe4)
- Update audio-device extension (#24452)
- Update obsidian extension (#24312)
- Update CODEOWNERs (3a3191e3)
- Feature/dia-bookmarks-open-all-in-folder (#25034)
- ccusage: fix monthly cost projection (#25069)
- Update raycast-ollama extension (#25074)
- Update CODEOWNERs (17d76bce)
- Update `Yopass` extension - fix not working due to openpgp version (#25073)
- Update Logitech Litra extension (#25072)
- Update CODEOWNERs (ba37eb86)
- Add time-awareness extension (#24107)
- Update CODEOWNERs (70bea990)
- [Prisma Docs AI] Add Windows Support (#25029)
- Update CODEOWNERs (f716dfda)
- Update github-copilot extension (#25063)
- Update CODEOWNERs (770ec04c)
- arc: fix for opening Search Tabs or Search Spaces (#24948)
- fix(ente-auth): don\'t delete export file before re-exporting (#25032)
- Update moneybird extension: paginating contacts/lists (#24390) and repeat time entry (#23438) (#25035)
- Update CODEOWNERs (2b519e61)
- [Kagi Search] delete history + shortcuts (#25044)
- Update homeassistant extension (#25021)
- [Claude] Fix memory leak in streaming responses (#25059)
- Update react-native-directory extension (#25048)
- Fix github copilot usage command auth (#24760)
- Update yandex-smart-home extension (#25053)
- Update torbox extension (#25056)
- Update `Creem` extension - List Customers (#25055)
- [Brand Icons] Add support for changing copy action to paste (#25027)
- [United Nations] Resolves CVE-2026-25128 (#25028)
- Update CODEOWNERs (ebb2ec8e)
- Add yandex-smart-home extension (#25002)
- feat: add additional "open with" action to raycast-zoxide (#25011)
- Update CODEOWNERs (0252e418)
- Update `Text Decorator` extension - dark mode grid color (#25019)
- Update microsoft-onedrive extension (#25020)
- Update CODEOWNERs (529d5814)
- Add antisocials extension (#25006)
- Fix menubar when printer not printing (#25013)
- Update CODEOWNERs (a1c5bff0)
- Add qmd extension (#24888)
- Update CODEOWNERs (f7cd6aba)
- Add menu bar progress to Prusa extension (#25007)
- Update music-assistant-controls extension (#25009)
- ccusage: support tilde expansion in custom npx path (#24095)
- Granola: Add AI Tools Shared Documents Support (v2.1.1) (#25010)
- Granola: Add Shared Documents Support (v2.1.0) (#25008)
- Update upcoming-holidays extension (#24994)
- Fix Parcel carrier dropdown default selection (#24991)
- Feat: add new commands for Ext/u301 URL Shortener (#24959)
- Update CODEOWNERs (b8584fde)
- Update typst-symbols extension (#24727)
- Update CODEOWNERs (600b1f04)
- Add cursor-costs extension (#23468)
- Update CODEOWNERs (e33e20c2)
- Add gitcdn extension (#23988)
- Update vercast extension (#24953)
- Update CODEOWNERs (0e5214e0)
- Update `Google Fonts` extension - cross-platform keyboard shortcuts (#24968)
- Update CODEOWNERs (50eb676a)
- Add `NicNames` extension (#24984)
- [Wave] last sent, last viewed - in invoice (#24962)
- Update CODEOWNERs (2863ff3c)
- Update summarize-youtube-video-with-ai extension (#24952)
- Update CODEOWNERs (22d92306)
- feat(parcel): Add Windows Platform Support (#24978)
- Update CODEOWNERs (aa9d09fc)
- Add make-dot-com extension (#23927)
- Update CODEOWNERs (16394062)
- Add iching-divination extension (#24114)
- fix: transcript for YouTube URLs with query params and nested caption XML (#24943)
- Update CODEOWNERs (6ff3cfc7)
- Add botpress extension (#24849)
- Update CODEOWNERs (be06df01)
- Add singularityapp extension (#24832)
- Update CODEOWNERs (404ea76a)
- Update pagerduty extension (#24797)
- fix(json-format): improve performance for large JSON rendering (#24894)
- Update CODEOWNERs (fb689e0b)
- Update google-calendar extension (#24918)
- Update CODEOWNERs (42b3d05d)
- Update apple-reminders extension (#24919)
- Update CODEOWNERs (4584caa1)
-  Avoid overlapping invocations in raytaskwarrior (#24924)
- Update CODEOWNERs (ffff47b2)
- Update cursor agents extension (#23948)
- Video Downloader: Add MP3 format and fix loading issues (#23777)
- Update torbox extension (#24925)
- Update `OVHcloud` extension - Update Domain & DNS Service Information (renewal) (#24923)
- Update meme-generator extension (#24931)
- Update arc-helper extension (#24926)
- Update CODEOWNERs (785e355c)
- Update word-count extension (#24938)
- Fix TypeScript errors in SpinupWP extension (#24940)
- Update CODEOWNERs (0245ed09)
- Update yafw extension (#24908)
- UK layout fix (#24927)
- Update hijri-converter extension (#24921)
- Fork-Repositories: Add Windows support (#24910)
- Enable Windows support for Aegis by upgrading Raycast API (#24914)
- Update CODEOWNERs (582ddbbf)
- Update ccusage extension (#24080)
- Hopefully fix memory leak caused by zombie processes (#24895)
- Update CODEOWNERs (dc73c794)
- feat(mute-microphone): add native Windows support via PowerShell (#24640)
- Update CODEOWNERs (ac538959)
- Add youtube-highlights extension (#23756)
- Brew: Add optional split-view metadata panel for search results (#24901)
- Update CODEOWNERs (605195ef)
- [Word Count] Add Raycast Cross-Extension badge to readme (#24904)
- fix: fetching transcripts to summarize (#24902)
- Update T3 Chat extension - Models, preferences (#24905)
- Update CODEOWNERs (0bb666b4)
- Update better-uptime extension (#24903)
- Update CODEOWNERs (305be042)
- Add series-rating-graphs extension (#23901)
- Update CODEOWNERs (4ab1e089)
- [feat] add npm-claimer extension (#24754)
- Update CODEOWNERs (61c3abca)
- Add TorBox extension (#24121)
- Update CODEOWNERs (fd436796)
- Add hijri-converter extension (#23653)
- Update expectations message for initial review timeline (#24893)
- Update CODEOWNERs (551660c0)
- Update nixpkgs-search extension (#24864)
- Update CODEOWNERs (860b4b66)
- Add digger extension 🪏 (#24690)
- Update claudecast extension (#24887)
- Update CODEOWNERs (e1645ed0)
- Add spinupwp extension (#24804)
- Update CODEOWNERs (05b1b159)
- Update linkwarden extension (#24854)
- Update linkding extension (#24863)
- Update Zshrc Manager Extension (#24830)
- Update `MXroute` extension - add email from emptyview + view dns (#24876)
- Update CODEOWNERs (91439acb)
- Add basalt-wallpapers extension (#24805)
- Fork Repositories: Add support for reading `repositories.toml`, falling back to the old `repositories.json`. (#24878)
- mollie-for-raycast: Fix TypeScript type errors (#24845)
- Update CODEOWNERs (94971ce6)
- Add Supabase Cron Monitor extension (#24072)
- Fix/typeerror non array filter (#24869)
- Update CODEOWNERs (eb71c068)
- Add custom-icon extension (#24829)
- Update google search extension (#24862)
- Update CODEOWNERs (ee79688d)
- Add prompts-chat extension (#24275)
- Update CODEOWNERs (3f76e33c)
- Add remix-icon extension (#24634)
- Update CODEOWNERs (29bf496e)
- Add 42-api extension (#24784)
- Update CODEOWNERs (aace337f)
- Add Pin.app extension (#24827)
- Update youversion-suggest extension (#24833)
- Update CODEOWNERs (0fa80f77)
- Update remove-paywall extension (#24834)
- Update CODEOWNERs (a15956e9)
- Add ets2-ats-profiles extension (#24730)
- Update CODEOWNERs (27afe631)
- Add fumadocs extension (#24836)
- Update `Umami` extension - fix wrong web stats in cloud v3 (#24841)
- Update CODEOWNERs (ae0068a4)
- Add mollie-for-raycast extension (#22897)
- Update CODEOWNERs (40e16ba9)
- Add Next Lens extension (#24194)
- Update `Umami` extension - view websites (menu bar) (#24828)
- Update CODEOWNERs (ddd577b5)
- Add manus extension (#24166)
- Update CODEOWNERs (b9fa5786)
- feat: Add Pagination Support to My Starred Repositories (#24604)
- Update `Postiz` extension - in Create: add x provider settings, select date (#24822)
- Update CODEOWNERs (d35475de)
- feat: BPM copied to clipboard w/ confirmation toast (#24594)
- Update CODEOWNERs (837906c4)
- Update typer extension (#24826)
- Update CODEOWNERs (c3b05fc8)
- New Extension: LocalSend (#23594)
- Update hammerspoon extension (#24810)
- Update CODEOWNERs (c5f8ec32)
- Update get favicon extension (#24812)
- Update quick-jump extension (#24808)
- Update CODEOWNERs (7e3c9aaf)
- [Cloudflare] Add View Workers command (#24815)
- Update CODEOWNERs (fb1bc0a3)
- Add Query.Domains extension (#24606)
- Update CODEOWNERs (2977b6c6)
- Add claudecast extension (#24692)
- Update CODEOWNERs (c19e0729)
- Add font-converter extension (#23226)
- Update `Plane` extension - show icon state color in project work items (#24803)
- Update CODEOWNERs (d824c70a)
- Add proton-mail extension (#24734)
- Update CODEOWNERs (7a8be8a1)
- Add ios-resolution extension (#24799)
- Misc: Fix some security vulnerabilities (#24802)
- Update CODEOWNERs (2c9d5b95)
- Spotify Player: Add AI Playlist Tuning (#24768)
- Update `Porkbun` extension - mention \'opt in all domains\' settings (#24798)
- Update CODEOWNERs (93636167)
- Add rclone-raycast extension (#23486)
- Update CODEOWNERs (576c7396)
- Add 40 Questions Extension (#23921)
- Docs: update for the new API release
- Update bilibili extension (#24742)
- Feature/tags and subtasks (#24346)
- Update google-chrome-profiles extension (#24147)
- Update CODEOWNERs (9d925cb3)
- Update sql-format extension (#24600)
- Update CODEOWNERs (f968ce21)
- Add pomo extension (#24138)
- Update CODEOWNERs (5a979067)
- Update how long to beat extension (#24763)
- Update CODEOWNERs (2b1c9fdf)
- Add bklit-analytics extension (#23936)
- issue-24775: BambooHR: Copy Email command, Windows Support, API deps update (#24779)
- Update CODEOWNERs (223fb837)
- Add LaunchContext support to Aerospace extension (#24232)
- Update CODEOWNERs (fd2fc46e)
- Add sharex extension (#24074)
- Update CODEOWNERs (b118b114)
- Update `Simple Dictionary` extension - set default language in Preferences (#24764)
- Update CODEOWNERs (13db8d55)
- Update `Font Sniper` extension + modernize + Windows compatible shortcut for "Select All" / "Deselect All" (#24769)
- Update `Wave` extension - In **Invoices**, Show Customer Name, Invoice Date, Invoice Due Date and Amount Due (#24752)
- disk-usage: handle deleted files (#24397)
- Update git extension (#24667)
- Update zed-recent-projects extension - refactor and cleanup, add support for multi-folder workspaces (#24595)
- Update CODEOWNERs (a308a21a)
- Add table-converter extension (#24302)
- Update CODEOWNERs (c64e6feb)
- [can-i-use] windows support (#24753)
- Update django-docs extension (#24737)
- Added deploy key auth (#24672)
- Update parse extension (#24678)
- Update `Attio` extension - edit task (#24745)
- Update CODEOWNERs (12283fcf)
- Add go-links extension (#24043)
- Update CODEOWNERs (f0686292)
- Add simple-login extension (#24712)
- Docs: update for the new API release
- [Render] Configurable Default Action preference (#24555)
- Update CODEOWNERs (72e4ef8c)
- Add flux extension (#24550)
- Update mermaid-to-image extension (#24740)
- [Parse] Add Windows Support and fix infinite loop problem (#24611)
- feat(slack): Support multi-word search in Open Channel and Send Message (#24639)
- Update CODEOWNERs (139f3cf9)
- Update vercast extension (#24719)
- Improve code quality and fix bugs (#24681)
- markmarks extension: add support for Dia browser (#24684)
- Update CODEOWNERs (fce6d226)
- Update `Ntfy` extension - optional access token in Preferences for protected topics (#24729)
- Update vietnamese-calendar extension (#24724)
- Update vercast extension (#24718)
- Update CODEOWNERs (9e18bdc5)
- Add mnemosyne extension (#23592)
- Update CODEOWNERs (2e04626a)
- Move self to past contributor (#24717)
- Update proton-authenticator extension (#24688)
- Update `Bluesky` extension - modernize + fix menu bar icon (#24694)
- feat: add site-documentation auto labelling (#24700)
- Update CODEOWNERs (794e552c)
- Update linkinize extension (#24662)
- Comment out PR assignment logic (#24698)
- Update CODEOWNERs (02bb8b00)
- Add mac-mouse-fix extension (#23654)
- Update CODEOWNERs (ff1a1bce)
- Update lark extension (#23994)
- Update CODEOWNERs (18fd7871)
- Add hugeicons-ui extension (#23904)
- Fix invalid date error in transaction create form (#24686)
- Update CODEOWNERs (802beb40)
- Update word-count to support counting text in screenshots (#22892)
- Update CODEOWNERs (8721c756)
- Update ScreenOCR extension with cross-extension conventions (#24248)
- [RedNote] Fix broken sign strategy (#24674)
- Update `Postiz` extension - char counter in new post (#24682)
- Update `Umami` extension - view admin users (#24683)
- [Forked Extensions] Add support for managing sparse-checkout dirs (#24677)
- Update harvest extension (#24680)
- Update microsoft-onedrive extension (#24666)
- Update CODEOWNERs (b08ca725)
- [Selfh.st Icons] Add Windows Support (#24617)
- Update CODEOWNERs (a5a5fcf4)
- Add stashit extension (#23688)
- Update CODEOWNERs (342fa991)
- Update font-sniper extension (#24663)
- Update CODEOWNERs (f952934b)
- Add tv-remote extension (#23825)
- Update CODEOWNERs (2d839bdd)
- Update `Cron Description` extension - set cron timezone + modernize (#24659)
- Update CODEOWNERs (b31ea7fd)
- Add raycast-weekly-newsletter extension (#23827)
- Update CODEOWNERs (ffc69f49)
- Add bnf-search-tool extension (#23593)
- Update PDF Tools extension to support third-party file managers (#23623)
- Update CODEOWNERs (67622946)
- Add Gemini 3 to raycast-gemini extension (#24632)
- Update microsoft-onedrive extension (#24658)
- Update CODEOWNERs (394020ec)
- Add `DreamHost` extension - Manage DNS Records (#24616)
- Update mail extension (#24647)
- Update llm-stats extension (#24629)
- [Postiz] state filter + jump to today (#24630)
- Update CODEOWNERs (1bedb7ad)
- Add kagi to zen (#24598)
- Update try extension (#24653)
- Update CODEOWNERs (7c235e75)
- Add winutils extension (#23267)
- Update CODEOWNERs (6d28baff)
- Update change-case extension (#23363)
- Update CODEOWNERs (83d5e3ea)
- New Extension: Add ThermoConvert (#24202)
- Update CODEOWNERs (4602f28b)
- Add biome extension (#23400)
- Update CODEOWNERs (6b7abc2f)
- Add fix-helper extension (#23217)
- Update `Neon` extension - Create PSQL 18 + New Logo (#24631)
- Update microsoft-onedrive extension (#24635)
- Update CODEOWNERs (be1ffe55)
- Update git-repos extension (#24624)
- Update CODEOWNERs (3edca421)
- Update `System Monitor` extension - toggle display mode (free vs. used) + add README (#24622)
- Update CODEOWNERs (8a59d27f)
- Add tabby extension (#23627)
- Update minio-manager extension (#23488)
- Update git extension (#24314)
- Update mermaid-to-image extension (#24549)
- Fix ScreenOCR caching issues (#24589)
- Update CODEOWNERs (67555f26)
- [Selfh.st Icons] fix icons not loading (#24569)
- Update plane extension (#24521)
- Update llm-stats extension (#24536)
- Update `Postiz` extension - year display + search content (#24576)
- Update CODEOWNERs (ea26effe)
- Add parse extension (#24551)
- Update CODEOWNERs (cf255679)
- Add linkinize extension (#24348)
- Clockify Menu Bar (#24554)
- Update kimai extension (#24541)
- Update diskutil-mac extension (#24553)
- Update CODEOWNERs (25cc0d5b)
- [Codeforces] Update types, api, and add problem filtering (#23868)
- Fix browsers-profiles crash when reading Chromium profiles (#24556)
- Update font-sniper extension (#24547)
- Update zeabur extension (#24548)
- Update CODEOWNERs (5d617ab8)
- Add apis-guru-search extension (#23264)
- Update CODEOWNERs (0d067c0b)
- Add gles-to-malioc extension (#23317)
- Update anonaddy extension (#24442)
- Update CODEOWNERs (71605f6b)
- Add django-docs extension (#24531)
- [Render] Add Deploy Status Badges (#24529)
- Update CODEOWNERs (16ecb60b)
- Update tuya-smart extension (#24376)
- Update CODEOWNERs (2356c8cb)
- Adding Convex tools extension (#24263)
- Update anna-s-archive extension (#24525)
- Update CODEOWNERs (c853f124)
- Add try extension (#23331)
- Update CODEOWNERs (d062f885)
- Add SVG Studio extension (#23182)
- Update CODEOWNERs (9971957a)
- Add bikeshare-station-status extension (#23236)
- Update CODEOWNERs (dd0c9874)
- Update python extension (#24069)
- Update CODEOWNERs (d3c6ffce)
- [Microsoft Office] Add Microsoft Office extension (#23681)
- Update CODEOWNERs (f1d971a3)
- Add vietnamese-calendar extension (#24058)
- Update CODEOWNERs (11d5fe2e)
- Add windows-to-linux-path extension (#24048)
- Update stale.yml (#24517)
- Add \'only-issue-labels\' option to stale.yml (#24516)
- Add ascending option to stale.yml workflow (#24515)
- Update stale.yml (#24513)
- Update CODEOWNERs (a7128e92)
- Add better-aliases extension (#24146)
- Remove \'AI Extension\' from exempt PR labels (#24512)
- Update quick-jump extension (#24309)
- Update CODEOWNERs (9f654226)
- [Guitar Tools] Add audio device selection for external audio interfaces (#24280)
- Update microsoft-onedrive extension (#24511)
- Update CODEOWNERs (73105d64)
- Add font-sniper extension (#24395)
- Update CODEOWNERs (d00c3cf1)
- Add llm-stats extension (#24445)
- feat: reverse from/to action @ ns-nl-search ext (#24492)
- Update CODEOWNERs (b1ed1f79)
- Update modrinth extension (#24079)
- Update CODEOWNERs (3039c994)
- Add pitchcast extension (#24501)
- Update zed-recent-projects extension (#23839)
- window-walker fix: error request timeout after 5000ms (#24497)
- Update CODEOWNERs (1db522af)
- Update window-walker extension (#24500)
- Update  Memorable Password Generator extension (#24482)
- Update CODEOWNERs (044d0fa1)
- Add Open, Copy and Download actions to Immich Assets view (#24486)
- fix(spotify-player): handle disabled menu bar command error (#24476)
- Update CODEOWNERs (7c3be347)
- Add rainaissance extension (#24161)
- [Render] Add service pinning feature (#24477)
- screenshot: fix All In One command on macOS Tahoe (#24404)
- Update CODEOWNERs (c4b13325)
- Update battery-menubar extension (#22447)
- Update CODEOWNERs (f3e03990)
- Add app-tag-manager extension (#21637)
- Replace {PR_MERGE_DATE} placeholders with actual commit dates (#24468)
- Update CODEOWNERs (8b2f9b42)
- Update bmrks extension (#19691)
- Update CODEOWNERs (3d231604)
- Add Confluence extension whiteboard search  (#24049)
- Update CODEOWNERs (2e97644a)
- Update clockify extension (#23992)
- Update CODEOWNERs (3fa54121)
- Add monocle extension (#24456)
- Update CODEOWNERs (f8ad2a17)
- Update ping extension (#24460)
- Bug/Quality-of-Life Update to Windows Terminal extension (#24285)
- Update description in package.json (#24458)
- Update CODEOWNERs (d137db9b)
- Add microsoft-onedrive extension (#24438)
- Update CODEOWNERs (1c988ffb)
- feat: Windows Support, update deps (#24459)
- Fix crash when attachedUrls is undefined (#24453)
- Add cloud shell copy connection action (#24405)
- Update harvest extension (#24451)
- Update filemaker-snippets extension (#24402)
- feat(parcel): improve internationalization, date parsing, and carrier name display (#24235)
- Update CODEOWNERs (392d05f3)
- Update apple-reminders extension (#24420)
- Update CODEOWNERs (0552cb1c)
- Add customer-io…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants