A web extension that embeds the signageOS Agentos 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
- Persistent bearer authentication with encrypted VSCode SecretStorage and automatic token refresh
- 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