Skip to content

feat(roadmap): add GitHub/VS Code agentic integrations and Grafana dashboards (#287, #289) - #288

Merged
dan-petty merged 2 commits into
release/v0.2.21from
feat/287-github-vscode-agentic-roadmap
Sep 19, 2026
Merged

dan-petty merged 2 commits into
release/v0.2.21from
feat/287-github-vscode-agentic-roadmap

Conversation

@dan-petty

@dan-petty dan-petty commented Sep 19, 2026

Copy link
Copy Markdown
Owner

Closes #287, closes #289.

Summary

Comprehensive investigation and forward-looking roadmap expansion for GitHub and VS Code agentic ecosystems, along with production-grade DevOps CLI Grafana observability dashboards:

  • GitHub Agentic Options & Configurations:
    • Enhanced milestone v0.2.22 with:
      • GitHub Models Zero-Setup Provider (devops ai models github) (P0 - Critical): Routes inference through models.inference.ai.azure.com utilizing GITHUB_TOKEN / Copilot enterprise credentials with automatic tier mapping and rate limiter backoff.
      • Autonomous GitHub Actions Workflows (devops-action) (P0 - Critical): Reusable actions for automated issue bug triage (reproduction verification) and CI failure auto-remediation (devops ai patch-minimize).
      • GitHub Copilot Extension & Web Agent (@devops-cli) (P1 - High): First-class GitHub Marketplace Copilot Extension allowing developers to invoke @devops-cli directly in web PRs and issues.
  • VS Code Agentic Integrations:
    • Established dedicated milestone v0.2.25: GitHub Copilot & VS Code Agentic Ecosystem, Language Model Tools & IDE Companion:
      • Native VS Code Language Model Tools API Provider (vscode.lm.tools) (P0 - Critical): Exposes AST inspection, complexity, and Kubernetes tools natively to VS Code agents.
      • VS Code Copilot Chat Custom Participant (@devops) (P0 - Critical): Dedicated chat participant with slash commands (/review, /explore, /k8s, /secops, /tui).
      • Multi-Document Proposed Edits & Native Side-by-Side Diff Review (P1 - High): Streams agentic patch proposals directly into VS Code's native diff review editor.
      • Automated Multi-IDE MCP Scaffolder & Health Watchdog (devops ide configure) (P1 - High): Turnkey MCP configuration and watchdog auto-restart across VS Code, Cursor, Windsurf, and Claude.
      • Path-Specific Copilot Instructions & Prompt Scaffolder (P1 - High): Hierarchical instruction files (.github/instructions/) and reusable prompt catalog (.github/prompts/).
      • DevOps CLI VS Code Companion Extension (devops-vscode) (P1 - High): Turnkey extension with status bar telemetry, gutter annotations, and embedded Textual TUI canvas.
  • DevOps CLI Grafana Observability Dashboard Suite & GitOps Provisioner:
    • Enhanced milestone v0.2.23 with:
      • Comprehensive DevOps CLI Grafana Observability Dashboard Suite (devops grafana dashboards sync) (P0 - Critical): 5 production-grade Grafana dashboards covering workstation CLI telemetry (dashboards/devops-cli.json), AI slot leasing and throughput (dashboards/ai-constellation.json), multi-persona review quality (dashboards/ai-review.json), GitHub Projects v2/PR queue depth (dashboards/github-agentic.json), and Loki incident triage (dashboards/loki-incident-triage.json).
      • Automated K8s Sidecar & ConfigMap GitOps Provisioning: Automatic packaging and zero-restart discovery via the Grafana sidecar (k8s/monitoring/prometheus-values.yaml).
      • Declarative Dashboard Linter & Exporter (devops grafana dashboards validate) (P1 - High): Automated Grafana 10+ panel schema validator, datasource parameterizer, and uid idempotency verifier.
  • Value vs. Effort Prioritization Matrix: Fully synchronized all new roadmap deliverables across Major Projects, Strategic Investments, and Tactical Additions.

Verification

  • Validated markdown formatting, link integrity, and table alignment across docs/ROADMAP.md.
  • Gated CI quality gate (uv run devops ci) passed with 100% passing checks (coverage >= 90.0%, 0 errors, 0 warnings).

@dan-petty dan-petty changed the title feat(roadmap): add GitHub and VS Code agentic integrations (#287) feat(roadmap): add GitHub/VS Code agentic integrations and Grafana dashboards (#287, #289) Sep 19, 2026
@dan-petty
dan-petty merged commit b603934 into release/v0.2.21 Sep 19, 2026
4 checks passed
@dan-petty
dan-petty deleted the feat/287-github-vscode-agentic-roadmap branch September 19, 2026 15:52
dan-petty added a commit that referenced this pull request Sep 19, 2026
* feat(release): v0.2.21 (#279)

* fix(reliability): harden exception handling, optimize telemetry & clean data tier (#280) (#281)

* feat(reliability): harden exception handling, optimize telemetry & clean data tier (#280)

- Harden exception handling across AI, Git, Security, and Core modules with explicit error types and context
- Prevent silent error suppression and arbitrary default fallbacks across public APIs
- Optimize Jaeger/OTel traces, Prometheus metrics, and FluentBit logging configurations
- Enhance GitHub rate limiting client with header tracking and proactive quota safety
- Clean up .data directory handling, configure dedicated data.dir path, and deduplicate config writes
- Add forward-looking roadmap initiatives for process group management and merge readiness
- Expand test suites and architectural invariants for data dir config and stray script prevention
- Track deliverable completion in docs/agent/tasks/task-280-harden-exceptions-telemetry-data-tier.md

* fix(security): sanitize CodeQL clear-text secret logging in settings and credentials (#280)

* feat(ai): multi-scale semantic outline & inspectional scanner (#272) (#282)

* feat(ai, telemetry): dynamic slot leasing, telemetry deduplication, and context-aware file review (#283) (#284)

- Implement dynamic least-loaded slot leasing across candidate Ollama servers using condition variables to prevent Head-of-Line blocking.
- Add multi-layered file classification (shebangs, MIME types, AST/JSON/YAML/TOML parsing, canonical filenames/extensions) to route documentation, configuration, and code files to specialized review task prompts and persona subsets.
- Optimize review pre-analysis batching to run static AST extraction without redundant LLM chat calls.
- Fix OTelTyper lazy proxy registration to attribute code.namespace and code.function to target commands and eliminate duplicate telemetry attributes.
- Add comprehensive test suites for slot leasing, file classification, and telemetry deduplication.

* feat(ai): priority classification for AI/LLM requests (#285) (#286)

* docs(roadmap): expand v0.2.24 with 8 vibes-grounded improvements from Obs 18-20, Systems 09-10

New roadmap items derived from empirical vibes observations:

P0 - Critical:
- Lazy Domain-Gated MCP Tool Schema Hydration (Obs 18): 100+ tools consume 25% of context window; lazy hydration reclaims 85%
- Pipeline Stage Context Budgeting & Invariant Pinning (Obs 19): sequential pipeline context bloat; invariant eviction under multi-turn drift
- Capability-Gated Model Failover & AIMD Batch Recovery (Obs 20): 70B→14B failover cliff; one-way embedding batch ratchet

P1 - High:
- Lossless Structured Error Reflection for Schema Retries (Obs 19): 256-char truncation forces multi-turn retry loops
- Background Shell Pipe Deadlock Fix & Output Contract (Systems Obs 09): 64KB pipe buffer deadlock on verbose commands
- Structured Constraint Propagation Across Subagent Delegation (Systems Obs 09): 3-layer delegation retains only 61% fidelity
- MCP Resource-First Data Access & Tool Output Sandboxing (Systems Obs 10): Resources 3x cheaper for read-heavy patterns
- Lossless Structured Error Reflection (Obs 19): single-turn correction via structured field-path errors

* feat(ai): priority classification for AI/LLM requests (#285)

* feat(roadmap): add GitHub/VS Code agentic integrations and Grafana dashboards (#287, #289) (#288)

* feat(roadmap): add GitHub and VS Code agentic integrations (#287)

* feat(roadmap): add devops-cli Grafana dashboards suite (#289)

* feat(ai): track approximate lifetime spend per backend service with prometheus and grafana observability (#290) (#291)

* feat(ai): track approximate lifetime spend per backend service with prometheus and grafana observability (#290)

* fix(security): resolve Bandit B608 by using static parameterized queries in SpendLedger

* feat(ai, k8s): prioritize roadmap into 0.3.x-0.5.x lines and integrate LightLLM and Portkey AI routing (#292)

* feat(ai, k8s): prioritize roadmap into 0.3.x-0.5.x lines and integrate LightLLM and Portkey AI routing

* feat(roadmap, k8s): add turnkey Grafana dashboards for all Kubernetes stacks (#293) (#294)

* feat(roadmap, k8s): add turnkey Grafana dashboards for all Kubernetes stacks (#293)

* docs(sdlc): fix Phase 6 Mermaid release choreography diagram

* feat(roadmap): synchronize milestones, issues #307-#326, release epics, and project fields (#327)

* docs(release): compile v0.2.21 changelog notes (#328)

* fix(release): query milestone deliverables and enforce branch protection in pre-commit (#331)

* fix(release): query milestone deliverables and enforce branch protection in pre-commit (#330)

* build(ci): move devops ci quality gate to pre-push hook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant