@integrity-labs/agt-cli 0.28.260 → 0.28.261

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4618,9 +4618,12 @@ var INTEGRATION_REGISTRY = [
4618
4618
  name: "GitHub",
4619
4619
  category: "code",
4620
4620
  description: "Source code hosting, pull requests, and CI/CD",
4621
- supported_auth_types: ["api_key", "oauth2"],
4621
+ // CS-1441: `github_app` adds BYO GitHub App installation auth (bot identity,
4622
+ // per-repo least-privilege, survives personnel changes) alongside the
4623
+ // existing user OAuth + PAT options.
4624
+ supported_auth_types: ["api_key", "oauth2", "github_app"],
4622
4625
  // ENG-7015: customer-installable native — OAuth-first in the connect UI.
4623
- installable: { category: "Code", authTypes: ["oauth2", "api_key"] },
4626
+ installable: { category: "Code", authTypes: ["oauth2", "api_key", "github_app"] },
4624
4627
  capabilities: [
4625
4628
  { id: "github:read-repos", name: "Read Repositories", description: "View repos, issues, and PRs", access: "read" },
4626
4629
  { id: "github:write-code", name: "Write Code", description: "Push commits and create PRs", access: "write" },
@@ -9196,4 +9199,4 @@ export {
9196
9199
  stopAllSessionsAndWait,
9197
9200
  getProjectDir
9198
9201
  };
9199
- //# sourceMappingURL=chunk-22BZ2WQM.js.map
9202
+ //# sourceMappingURL=chunk-RPM3FGSV.js.map