From 9da064485fda1ba1c12ae4beb5669a45523b7aad Mon Sep 17 00:00:00 2001 From: NaveDanan Date: Mon, 7 Sep 2026 12:53:20 +0300 Subject: [PATCH] Add Observer external plugin --- .github/plugin/marketplace.json | 24 ++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 26 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index a31b710..720b2cd 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -409,6 +409,30 @@ "flowagent" ], "license": "MIT" + }, + { + "name": "observer", + "description": "Watch coding agents on a local canvas and coordinate work with six employee specialties. Requires Node.js 22.5+ and one-time runtime setup.", + "version": "0.9.21", + "author": { + "name": "NaveDanan", + "url": "https://github.com/NaveDanan" + }, + "homepage": "https://github.com/NaveDanan/observer-plugin", + "repository": "https://github.com/NaveDanan/observer-plugin", + "license": "MIT", + "keywords": [ + "agents", + "observability", + "delegation", + "canvas" + ], + "source": { + "source": "github", + "repo": "NaveDanan/observer-plugin", + "path": "plugins/copilot/observer", + "sha": "78b35f09161aa8758e8510a309db3117ac3e2018" + } } ] } diff --git a/README.md b/README.md index b137c9f..1237739 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,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). +- **[Observer](https://github.com/NaveDanan/observer-plugin)** — A local canvas for coding-agent sessions, with six employee agents and peer coordination tools. Requires Node.js and one-time runtime setup. + ## 🤝 Contributing We'd love your contributions! Please read our [Contributing Guide](CONTRIBUTING.md) for details on how to submit pull requests.