@integrity-labs/agt-cli 0.28.259 → 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.
- package/dist/bin/agt.js +4 -4
- package/dist/{chunk-VPDUKN7W.js → chunk-6R7TDVCE.js} +48 -4
- package/dist/chunk-6R7TDVCE.js.map +1 -0
- package/dist/{chunk-22BZ2WQM.js → chunk-RPM3FGSV.js} +6 -3
- package/dist/chunk-RPM3FGSV.js.map +1 -0
- package/dist/{claude-pair-runtime-7ZP2OZ5T.js → claude-pair-runtime-OVZ4NZK5.js} +2 -2
- package/dist/lib/manager-worker.js +10 -10
- package/dist/mcp/index.js +8 -1
- package/dist/mcp/origami.js +5 -2
- package/dist/mcp/slack-channel.js +5 -1
- package/dist/mcp/telegram-channel.js +9 -2
- package/dist/{persistent-session-XHJIV3VJ.js → persistent-session-2SO5QQ56.js} +2 -2
- package/dist/{responsiveness-probe-JMPLO34I.js → responsiveness-probe-XAMFIB2G.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-22BZ2WQM.js.map +0 -1
- package/dist/chunk-VPDUKN7W.js.map +0 -1
- /package/dist/{claude-pair-runtime-7ZP2OZ5T.js.map → claude-pair-runtime-OVZ4NZK5.js.map} +0 -0
- /package/dist/{persistent-session-XHJIV3VJ.js.map → persistent-session-2SO5QQ56.js.map} +0 -0
- /package/dist/{responsiveness-probe-JMPLO34I.js.map → responsiveness-probe-XAMFIB2G.js.map} +0 -0
|
@@ -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
|
-
|
|
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-
|
|
9202
|
+
//# sourceMappingURL=chunk-RPM3FGSV.js.map
|