VS Code Extensions
S

signageOS Agentos (Prerelease)

by signageos

AI-powered signageOS Agentos extension for development

Downloads

1

Rating

(0)

Version

5.0.2000418

Last updated

Jul 18, 2026

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

Related extensions