From 42a5d676c0219a99de981907cd524c6e7def25eb Mon Sep 17 00:00:00 2001 From: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com> Date: Tue, 4 Aug 2026 17:24:59 -0700 Subject: [PATCH] docs: register computer-use bundle in MODULES.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add amplifier-bundle-computer-use to the Bundles catalog table, alphabetically positioned between browser-tester and containers. MODULES.md loads into Amplifier session context as prose, so a listed bundle can be installed by name from a running session (the model reads the repo URL out of the table and runs 'amplifier bundle add'). An unlisted bundle is invisible to that path — this was flagged as a review gap rather than a design choice. Generated with [Amplifier](https://github.com/microsoft/amplifier) Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com> --- docs/MODULES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/MODULES.md b/docs/MODULES.md index cf22dfcc..b28132a7 100644 --- a/docs/MODULES.md +++ b/docs/MODULES.md @@ -77,6 +77,7 @@ Composable configuration packages that combine providers, behaviors, agents, and | **amplifier-tester** | Validates Amplifier ecosystem changes (core, modules, bundles, foundation, app-cli) in isolated Digital Twin Universe environments — dynamically generates profiles, mirrors repos to Gitea, and runs targeted validation checks | [amplifier-bundle-amplifier-tester](https://github.com/microsoft/amplifier-bundle-amplifier-tester) | | **attractor** | Attractor pipeline orchestration | [amplifier-bundle-attractor](https://github.com/microsoft/amplifier-bundle-attractor) | | **browser-tester** | Browser automation and testing with 3 specialized agents (operator, researcher, visual documenter) using agent-browser CLI | [amplifier-bundle-browser-tester](https://github.com/microsoft/amplifier-bundle-browser-tester) | +| **computer-use** | Gives an LLM control of a real desktop — Windows (via WSL2), macOS, or Linux/X11 — using each provider’s own native computer-use tool. Runs locally or drives a remote machine over SSH with no agent installed on the target. | [amplifier-bundle-computer-use](https://github.com/microsoft/amplifier-bundle-computer-use) | | **containers** | Container-based execution environments | [amplifier-bundle-containers](https://github.com/microsoft/amplifier-bundle-containers) | | **context-managed** | LLM-powered rolling context summarization with persistent transcript, budget-aware tracking, and on-demand history recovery via bundled read_transcript tool | [amplifier-bundle-context-managed](https://github.com/microsoft/amplifier-bundle-context-managed) | | **design-intelligence** | Comprehensive design intelligence with 7 specialized agents, design philosophy framework, and knowledge base | [amplifier-bundle-design-intelligence](https://github.com/microsoft/amplifier-bundle-design-intelligence) |