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
24 changes: 24 additions & 0 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
]
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down