@mdwrk/extension-gemini-agent
v1.2.2
Published
First-party Gemini workflow extension for MdWrk with conversation threads, Markdown preview, draft-based writeback, and a bundled operator view.
Maintainers
Readme
@mdwrk/extension-gemini-agent
Gemini workflow extension
This package provides the first-party Gemini workflow extension with conversation threads, Markdown preview, draft-based writeback, and a bundled operator view.
Why
Use it when you need AI-assisted drafting as an extension surface instead of embedding it directly in the shell.
What
- Bundled Gemini agent views and services.
- Settings, prompt, provider, and sidebar/view components.
- A concrete example of a richer first-party MdWrk extension package.
Installation
Node.js 20.x through 22.x, matching the workspace engine contract in the root package manifest.
npm install @mdwrk/extension-gemini-agent @mdwrk/extension-runtimeUsage
Register the package as a bundled extension in a host that exposes editor, workspace, and notification APIs.
Related
- Packages index - family and package navigation
- Root README - repo overview
