[PR #121] [MERGED] Add prompt() plugin API #57

Closed
opened 2025-12-29 07:19:06 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/121
Author: @gschier
Created: 10/1/2024
Status: Merged
Merged: 10/1/2024
Merged by: @gschier

Base: masterHead: more-plugin-apis


📝 Commits (3)

  • 7e64d23 More plugin APIs
  • 8f3d8ee Merge branch 'master' into more-plugin-apis
  • e04d52a Merge master and regen

📊 Changes

26 files changed (+220 additions, -82 deletions)

View changed files

📝 plugin-runtime-types/package.json (+1 -1)
📝 plugin-runtime-types/src/plugins/Context.ts (+9 -1)
📝 plugin-runtime/src/index.worker.ts (+10 -0)
📝 src-tauri/src/lib.rs (+43 -1)
📝 src-tauri/src/template_callback.rs (+1 -0)
📝 src-tauri/yaak_plugin_runtime/bindings/events.ts (+32 -12)
📝 src-tauri/yaak_plugin_runtime/src/events.rs (+78 -8)
📝 src-tauri/yaak_plugin_runtime/src/manager.rs (+1 -1)
📝 src-web/components/CookieDropdown.tsx (+1 -1)
📝 src-web/components/EnvironmentEditDialog.tsx (+1 -1)
📝 src-web/components/GlobalHooks.tsx (+13 -0)
📝 src-web/components/RequestMethodDropdown.tsx (+1 -1)
📝 src-web/components/Sidebar.tsx (+1 -1)
📝 src-web/components/TemplateFunctionDialog.tsx (+1 -0)
📝 src-web/components/WorkspaceActionsDropdown.tsx (+0 -1)
📝 src-web/components/core/Editor/twig/completion.ts (+2 -2)
📝 src-web/components/core/Input.tsx (+2 -2)
📝 src-web/components/core/PairEditor.tsx (+1 -2)
📝 src-web/hooks/Prompt.tsx (+11 -17)
📝 src-web/hooks/useCreateCookieJar.ts (+1 -1)

...and 6 more files

📄 Description

No description provided


🔄 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/121 **Author:** [@gschier](https://github.com/gschier) **Created:** 10/1/2024 **Status:** ✅ Merged **Merged:** 10/1/2024 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `more-plugin-apis` --- ### 📝 Commits (3) - [`7e64d23`](https://github.com/mountain-loop/yaak/commit/7e64d23ea606551ab85ee84af3874c8f9a7b37da) More plugin APIs - [`8f3d8ee`](https://github.com/mountain-loop/yaak/commit/8f3d8ee473473dcb0e0cc04bb1c6264cac4f086e) Merge branch 'master' into more-plugin-apis - [`e04d52a`](https://github.com/mountain-loop/yaak/commit/e04d52a03c19538bc3d2ac78dcad51d53f0d31d9) Merge master and regen ### 📊 Changes **26 files changed** (+220 additions, -82 deletions) <details> <summary>View changed files</summary> 📝 `plugin-runtime-types/package.json` (+1 -1) 📝 `plugin-runtime-types/src/plugins/Context.ts` (+9 -1) 📝 `plugin-runtime/src/index.worker.ts` (+10 -0) 📝 `src-tauri/src/lib.rs` (+43 -1) 📝 `src-tauri/src/template_callback.rs` (+1 -0) 📝 `src-tauri/yaak_plugin_runtime/bindings/events.ts` (+32 -12) 📝 `src-tauri/yaak_plugin_runtime/src/events.rs` (+78 -8) 📝 `src-tauri/yaak_plugin_runtime/src/manager.rs` (+1 -1) 📝 `src-web/components/CookieDropdown.tsx` (+1 -1) 📝 `src-web/components/EnvironmentEditDialog.tsx` (+1 -1) 📝 `src-web/components/GlobalHooks.tsx` (+13 -0) 📝 `src-web/components/RequestMethodDropdown.tsx` (+1 -1) 📝 `src-web/components/Sidebar.tsx` (+1 -1) 📝 `src-web/components/TemplateFunctionDialog.tsx` (+1 -0) 📝 `src-web/components/WorkspaceActionsDropdown.tsx` (+0 -1) 📝 `src-web/components/core/Editor/twig/completion.ts` (+2 -2) 📝 `src-web/components/core/Input.tsx` (+2 -2) 📝 `src-web/components/core/PairEditor.tsx` (+1 -2) 📝 `src-web/hooks/Prompt.tsx` (+11 -17) 📝 `src-web/hooks/useCreateCookieJar.ts` (+1 -1) _...and 6 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 07:19:06 +01:00
adam closed this issue 2025-12-29 07:19:06 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#57