Skip to content

Add load-bearing-reply extension - #30445

Open
chrisdeeming wants to merge 3 commits into
raycast:mainfrom
chrisdeeming:ext/load-bearing-reply
Open

Add load-bearing-reply extension#30445
chrisdeeming wants to merge 3 commits into
raycast:mainfrom
chrisdeeming:ext/load-bearing-reply

Conversation

@chrisdeeming

@chrisdeeming chrisdeeming commented Aug 22, 2026

Copy link
Copy Markdown

Description

Adds Load-Bearing Reply, a local-only joke extension for pasting intentionally over-engineered, context-neutral replies into the frontmost app.

It provides two macOS commands:

  • Paste Random Load-Bearing Reply — selects one phrase at random and pastes it into the focused app.
  • Browse Load-Bearing Replies — provides a searchable picker with paste and copy actions.

The extension has no network calls, API keys, preferences, analytics, or external service dependencies. All phrases are bundled locally.

Screencast

Browse Load-Bearing Replies

Checklist

  • I read the extension guidelines
  • I read the documentation about publishing
  • I ran npm run build and tested the extension in Raycast
  • I checked that files in the assets folder are used by the extension itself
  • I checked that assets used by the README are placed outside of the metadata folder
  • I captured and added the Store metadata screenshot

@raycastbot raycastbot added the new extension Label for PRs with new extensions label Aug 22, 2026
@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 15 business days.

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

@greptile-apps

greptile-apps Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Adds the local-only Load-Bearing Reply extension with random-paste and searchable browse commands.

  • Bundles a categorized library of reply phrases.
  • Provides paste and clipboard actions through the Raycast API.
  • Includes the extension manifest, lockfile, icon, Store metadata screenshot, README, and initial changelog.

Confidence Score: 5/5

The PR appears safe to merge.

No blocking failure remains.

Important Files Changed

Filename Overview
extensions/load-bearing-reply/package.json Defines two macOS commands and now omits the previously reported unused @raycast/utils dependency.
extensions/load-bearing-reply/CHANGELOG.md Adds the previously missing initial release-history entry with the merge-date placeholder.
extensions/load-bearing-reply/metadata/browse-replies.png Adds Store imagery for the view command, resolving the previously reported missing-screenshot issue.
extensions/load-bearing-reply/src/browse-replies.tsx Implements a searchable list with paste and copy actions for each bundled reply.
extensions/load-bearing-reply/src/paste-random-reply.ts Selects a bundled reply randomly, pastes it into the active application, and displays confirmation.
extensions/load-bearing-reply/src/replies.ts Defines the typed, local phrase library shared by both commands.

Reviews (3): Last reviewed commit: "Add Store metadata screenshot" | Re-trigger Greptile

"title": "Browse Load-Bearing Replies",
"description": "Choose a confidently over-engineered reply to paste.",
"icon": "load-bearing-reply-icon.png",
"mode": "view"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P2 View command lacks screenshots

The new browse-replies view command has no metadata/ folder containing Raycast-styled screenshots, leaving the extension without the required Store-review imagery for its interactive command.

Rule Used: What: Extensions with view-type commands must incl... (source)

Knowledge Base Used: Extension Authoring Conventions

Prompt To Fix With AI
This is a comment left during a code review.
Path: extensions/load-bearing-reply/package.json
Line: 25

Comment:
**View command lacks screenshots**

The new `browse-replies` view command has no `metadata/` folder containing Raycast-styled screenshots, leaving the extension without the required Store-review imagery for its interactive command.

**Rule Used:** What: Extensions with view-type commands must incl... ([source](https://app.greptile.com/raycast/-/custom-context?memory=87059ac1-c601-487f-9f1c-bce8a3cb6209))

**Knowledge Base Used:** [Extension Authoring Conventions](https://app.greptile.com/raycast/-/custom-context/knowledge-base/raycast/extensions/-/docs/extension-authoring-conventions.md)

---

For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Comment thread extensions/load-bearing-reply/package.json
Comment thread extensions/load-bearing-reply/package.json Outdated
@chrisdeeming
chrisdeeming marked this pull request as ready for review August 22, 2026 23:59
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 platform: macOS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants