Tags

Tags give the ability to mark specific points in history as being important
  • v0.1.0

    61c42842 · feat: pi-duo v0.1.0 ·
    Release: v0.1.0
    pi-duo v0.1.0
    
    Initial release. Pi extension that wraps Vladimir Glafirov's
    gitlab-ai-provider to expose GitLab Duo's AIGW catalog to Pi.
    
    Two routing paths:
      - agenticChat: 10 Claude / GPT-5 models, full V3 tool calling.
      - workflowChat: 6 Bedrock + Vertex Claude variants, text +
        reasoning only (tools silently dropped from dispatch).
    
    Both paths share PAT + OAuth auth, AIGW Cloud Run truncation guard,
    V3 -> Pi event translation with tool-input normalization, and
    PI_DUO_INSTANCE_URL self-managed support.
    
    Tested against Pi 0.74; Node >= 22; gitlab-ai-provider 6.6.0.
    Live-validated end-to-end against gitlab.com on 2026-05-19.