[PR #362] feat: Add workspace meta plugin api #284

Open
opened 2026-03-22 21:13:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/362
Author: @brijsiyag-meesho
Created: 1/12/2026
Status: 🔄 Open

Base: mainHead: add-workspace-meta-plugin-api


📝 Commits (2)

  • b055d27 feat: Add getWorkspaceMeta plugin API
  • 4957bae Add GetWorkspaceMetaResponse import to Context.ts

📊 Changes

6 files changed (+47 additions, -10 deletions)

View changed files

📝 crates-tauri/yaak-app/src/plugin_events.rs (+12 -8)
📝 crates/yaak-plugins/bindings/gen_events.ts (+5 -1)
📝 crates/yaak-plugins/src/events.rs (+16 -0)
📝 packages/plugin-runtime-types/src/bindings/gen_events.ts (+5 -1)
📝 packages/plugin-runtime-types/src/plugins/Context.ts (+2 -0)
📝 packages/plugin-runtime/src/PluginInstance.ts (+7 -0)

📄 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/362 **Author:** [@brijsiyag-meesho](https://github.com/brijsiyag-meesho) **Created:** 1/12/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-workspace-meta-plugin-api` --- ### 📝 Commits (2) - [`b055d27`](https://github.com/mountain-loop/yaak/commit/b055d2767e537ba4e12ec6b091db314567f7f08b) feat: Add getWorkspaceMeta plugin API - [`4957bae`](https://github.com/mountain-loop/yaak/commit/4957bae59c29cd1631ad55fc0a25cc9faff55f03) Add GetWorkspaceMetaResponse import to Context.ts ### 📊 Changes **6 files changed** (+47 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `crates-tauri/yaak-app/src/plugin_events.rs` (+12 -8) 📝 `crates/yaak-plugins/bindings/gen_events.ts` (+5 -1) 📝 `crates/yaak-plugins/src/events.rs` (+16 -0) 📝 `packages/plugin-runtime-types/src/bindings/gen_events.ts` (+5 -1) 📝 `packages/plugin-runtime-types/src/plugins/Context.ts` (+2 -0) 📝 `packages/plugin-runtime/src/PluginInstance.ts` (+7 -0) </details> ### 📄 Description _No description provided_ --- <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:13:41 -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#284