[PR #413] [MERGED] Fix Copy as gRPCurl with template-tag payloads #335

Closed
opened 2026-03-22 21:18:24 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/413
Author: @gschier
Created: 2/28/2026
Status: Merged
Merged: 2/28/2026
Merged by: @gschier

Base: mainHead: omnara/mobster-causal


📝 Commits (2)

  • 99afb0d Fix grpcurl copy for rendered template tags
  • 6858079 Remove some skills

📊 Changes

4 files changed (+22 additions, -75 deletions)

View changed files

.claude/skills/worktree.md (+0 -35)
.codex/skills/worktree-management/SKILL.md (+0 -37)
📝 plugins/action-copy-grpcurl/src/index.ts (+2 -2)
📝 plugins/action-copy-grpcurl/tests/index.test.ts (+20 -1)

📄 Description

Summary

  • render gRPC requests with purpose: 'send' in Copy as gRPCurl so template tags are resolved consistently with Copy as Curl
  • stop parsing/compacting gRPC request JSON before building grpcurl -d, and preserve rendered payload as-is
  • add regression coverage for unresolved template tags and update the existing payload formatting expectation

Testing

  • npm run --workspace @yaak/action-copy-grpcurl test

Fixes: https://yaak.app/feedback/posts/copy-as-grpcurl-with-template-tag-plugin


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mountain-loop/yaak/pull/413 **Author:** [@gschier](https://github.com/gschier) **Created:** 2/28/2026 **Status:** ✅ Merged **Merged:** 2/28/2026 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `omnara/mobster-causal` --- ### 📝 Commits (2) - [`99afb0d`](https://github.com/mountain-loop/yaak/commit/99afb0d1783f778f75a42d237bdbed4617bd5bdb) Fix grpcurl copy for rendered template tags - [`6858079`](https://github.com/mountain-loop/yaak/commit/685807911b9e95c4f06f4ad83086577b90c83e93) Remove some skills ### 📊 Changes **4 files changed** (+22 additions, -75 deletions) <details> <summary>View changed files</summary> ➖ `.claude/skills/worktree.md` (+0 -35) ➖ `.codex/skills/worktree-management/SKILL.md` (+0 -37) 📝 `plugins/action-copy-grpcurl/src/index.ts` (+2 -2) 📝 `plugins/action-copy-grpcurl/tests/index.test.ts` (+20 -1) </details> ### 📄 Description ## Summary - render gRPC requests with `purpose: 'send'` in Copy as gRPCurl so template tags are resolved consistently with Copy as Curl - stop parsing/compacting gRPC request JSON before building `grpcurl -d`, and preserve rendered payload as-is - add regression coverage for unresolved template tags and update the existing payload formatting expectation ## Testing - `npm run --workspace @yaak/action-copy-grpcurl test` Fixes: https://yaak.app/feedback/posts/copy-as-grpcurl-with-template-tag-plugin --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-22 21:18:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/yaak#335