@vibecontrols/vibe-plugin-gitops-gitlab
v2026.529.1
Published
GitLab provider for VibeControls GitOps meta plugin (REST v4)
Maintainers
Readme
@vibecontrols/vibe-plugin-gitops-gitlab
License: MIT — see LICENSE. Note: This plugin is open source. The
@vibecontrols/agentruntime that loads it is not open source — it is a proprietary product of Burdenoff Consultancy Services Pvt. Ltd. See vibecontrols.com for the agent.
GitLab provider for the @vibecontrols/vibe-plugin-gitops meta plugin.
Install
vibe plugin install @vibecontrols/vibe-plugin-gitops # meta (once)
vibe plugin install @vibecontrols/vibe-plugin-gitops-gitlabAuth
Personal Access Token (api scope). Self-hosted instances supported via meta.host:
vibe gitops auth set gitlab glpat-xxxxxxxxxxxxxxxxxxxxSelf-hosted GitLab:
curl -X POST "${AGENT_URL}/api/profiles/default/gitops/gitlab/auth" \
-H "x-agent-api-key: $KEY" \
-d '{"kind":"pat","token":"glpat-xxx","meta":{"host":"https://gitlab.acme.com"}}'License
Proprietary — see LICENSE.
License
Released under the MIT License.
Copyright (c) 2026 Burdenoff Consultancy Services Private Limited, Algoshred Technologies Private Limited, and all its sister companies.
Maintainer: Vignesh T.V — https://github.com/tvvignesh
Credits
This plugin builds on the following upstream open-source projects. All trademarks and copyrights remain with their respective owners.
- GitLab REST API — https://docs.gitlab.com/api/rest/
About VibeControls
VibeControls is the agentic engineering mission control for AI-native teams. Vibe-plugins extend the VibeControls agent with new providers, tools, sessions, tunnels, storage backends, and security stages.
- Website: https://vibecontrols.com
- Documentation: https://docs.vibecontrols.com
- Plugin SDK: https://github.com/algoshred/vibecontrols-plugin-sdk
- All plugins: https://github.com/algoshred?q=vibe-plugin-&type=all
Important: agent is not open source
The @vibecontrols/agent runtime that loads and orchestrates these plugins is closed source and proprietary to Burdenoff Consultancy Services Pvt. Ltd. Only the plugin contract and the plugins themselves are released under MIT. If you want a fully self-hostable agent, please open an issue or contact the maintainer.
