A web extension that embeds the signageOS Personal Agent chat interface into VSCode
(including the GitLab Web IDE). It provides an AI chat panel, editor context-menu
commands, and GitLab REST API-based git operations.
Features
Chat panel in the Explorer sidebar via an iframe webview
Ask Question / Request Change context-menu commands on selected code
Bearer token authentication with secure SecretStorage
GitLab REST API commits (no local git required)
Development
npm install
npm run build # one-shot ESM bundle
npm run watch # rebuild on change
npm run test # vitest
npm run package # produce .vsix