A community-maintained Vue adaptation of Agentation (v0.2.14), providing visual feedback and annotation capabilities for AI coding agents. Compatible with Vue 2.7 and Vue 3.3+. Released frequently with active development. Key differentiators: detects Vue component hierarchies, supports Chrome extension injection, session-persistent annotations, and forensic mode for AI debugging. Not affiliated with the original Agentation project.
npm install agentation-vueNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Import and register the plugin in your main entry file for Vue 3.
Wrap your template content in a <div>.
Upgrade to >=0.2.0 for full features.
Call app.use(AgentationVuePlugin) before .mount().
Use Vue.use(AgentationVuePlugin) and ensure a single root element in template.
Use import 'agentation-vue/style.css' (no dist prefix).
Use import { AgentationVuePlugin } from 'agentation-vue'.Use import { AgentationVuePlugin } from 'agentation-vue'.