Skip to content

Algoshred/vibe-plugin-gitops-azdevops

Repository files navigation

@vibecontrols/vibe-plugin-gitops-azdevops

Azure DevOps 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-azdevops

Auth

Personal Access Token (PAT) with these scopes (https://dev.azure.com/{org}/_usersSettings/tokens):

  • Code: read
  • Pull Request: read
  • Build: read
  • Release: read (optional)
  • Security: read (optional)
curl -X POST "${AGENT_URL}/api/profiles/default/gitops/azdevops/auth" \
  -H "x-agent-api-key: $KEY" \
  -d '{
    "kind": "pat",
    "token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
    "meta": { "organization": "my-org" }
  }'

The meta.organization field is required — Azure DevOps APIs are scoped per organisation.

Repo FQN

Azure DevOps FQN format: {organization}/{project}/{repo} (3 segments).

License

Proprietary — see LICENSE.


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.

Credits

This plugin builds on the following upstream open-source projects. All trademarks and copyrights remain with their respective owners.

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.Vhttps://github.com/tvvignesh

Note: this plugin is open source under MIT. The @vibecontrols/agent runtime that loads and orchestrates plugins is closed source and proprietary to Burdenoff Consultancy Services Pvt. Ltd. If you want a fully self-hostable agent, please open an issue or contact the maintainer.

About

Azure DevOps provider for vibe-plugin-gitops (REST 7.1)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors