Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,31 @@
"flowagent"
],
"license": "MIT"
},
{
"name": "pushary",
"source": {
"source": "github",
"repo": "Pushary/vscode-plugin"
},
"description": "PreToolUse permission gate that routes risky terminal commands to a phone approval before they run, plus MCP tools for the agent to ask questions and send notifications. Requires a Pushary account.",
"version": "0.1.0",
"author": {
"name": "Pushary",
"url": "https://pushary.com"
},
"homepage": "https://pushary.com",
"repository": "https://github.com/Pushary/vscode-plugin",
"keywords": [
"human-in-the-loop",
"approvals",
"permissions",
"notifications",
"hooks",
"pretooluse",
"mcp"
],
"license": "MIT"
}
]
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ This marketplace also references plugins hosted in other repositories:

- **[Power Platform Skills](https://github.com/microsoft/power-platform-skills)** — `power-pages`, `model-apps`, `mcp-apps`, `canvas-apps`, `code-apps-preview`, `mobile-app`, `power-automate`. Plugins for Power Platform development (Power Pages sites, model-driven and canvas apps, code apps, MCP App widgets, mobile apps, and Power Automate cloud flows).

- **[Pushary](https://github.com/Pushary/vscode-plugin)** — `pushary`. A `PreToolUse` hook that gates risky terminal commands on a phone approval before they run, plus MCP tools the agent can call to ask a question or send a notification. Requires a Pushary account.

## 🤝 Contributing

We'd love your contributions! Please read our [Contributing Guide](CONTRIBUTING.md) for details on how to submit pull requests.
Expand Down