@integrity-labs/agt-cli 0.27.130 → 0.27.132
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-H4QCCP2M.js → chunk-DAOANYK4.js} +53 -2
- package/dist/chunk-DAOANYK4.js.map +1 -0
- package/dist/{chunk-JQOOOLKR.js → chunk-DBJWD2LU.js} +2 -2
- package/dist/{chunk-XCV5NU45.js → chunk-TRGX4NVZ.js} +15 -5
- package/dist/{chunk-XCV5NU45.js.map → chunk-TRGX4NVZ.js.map} +1 -1
- package/dist/{claude-pair-runtime-GWZWHISO.js → claude-pair-runtime-GYSKMJ2B.js} +2 -2
- package/dist/lib/manager-worker.js +9 -9
- package/dist/mcp/index.js +6 -2
- package/dist/{persistent-session-NTO2PO2V.js → persistent-session-35XIC3CB.js} +3 -3
- package/dist/{responsiveness-probe-BG7O5UIG.js → responsiveness-probe-ZXJS2D43.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-H4QCCP2M.js.map +0 -1
- /package/dist/{chunk-JQOOOLKR.js.map → chunk-DBJWD2LU.js.map} +0 -0
- /package/dist/{claude-pair-runtime-GWZWHISO.js.map → claude-pair-runtime-GYSKMJ2B.js.map} +0 -0
- /package/dist/{persistent-session-NTO2PO2V.js.map → persistent-session-35XIC3CB.js.map} +0 -0
- /package/dist/{responsiveness-probe-BG7O5UIG.js.map → responsiveness-probe-ZXJS2D43.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
claudeModelAlias,
|
|
3
3
|
isClaudeFastMode
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-TRGX4NVZ.js";
|
|
5
5
|
import {
|
|
6
6
|
reapOrphanChannelMcps
|
|
7
7
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -1596,4 +1596,4 @@ export {
|
|
|
1596
1596
|
stopAllSessionsAndWait,
|
|
1597
1597
|
getProjectDir
|
|
1598
1598
|
};
|
|
1599
|
-
//# sourceMappingURL=chunk-
|
|
1599
|
+
//# sourceMappingURL=chunk-DBJWD2LU.js.map
|
|
@@ -3803,7 +3803,10 @@ var ROLE_PERMISSIONS = {
|
|
|
3803
3803
|
"plugin.install",
|
|
3804
3804
|
"plugin.configure",
|
|
3805
3805
|
"plugin.manage_scopes",
|
|
3806
|
-
"plugin.approve_requests"
|
|
3806
|
+
"plugin.approve_requests",
|
|
3807
|
+
"project.view",
|
|
3808
|
+
"project.create",
|
|
3809
|
+
"project.edit"
|
|
3807
3810
|
],
|
|
3808
3811
|
admin: [
|
|
3809
3812
|
"team.manage_members",
|
|
@@ -3824,7 +3827,10 @@ var ROLE_PERMISSIONS = {
|
|
|
3824
3827
|
"plugin.install",
|
|
3825
3828
|
"plugin.configure",
|
|
3826
3829
|
"plugin.manage_scopes",
|
|
3827
|
-
"plugin.approve_requests"
|
|
3830
|
+
"plugin.approve_requests",
|
|
3831
|
+
"project.view",
|
|
3832
|
+
"project.create",
|
|
3833
|
+
"project.edit"
|
|
3828
3834
|
],
|
|
3829
3835
|
member: [
|
|
3830
3836
|
"agent.create",
|
|
@@ -3836,13 +3842,17 @@ var ROLE_PERMISSIONS = {
|
|
|
3836
3842
|
"plugin.view",
|
|
3837
3843
|
"plugin.install",
|
|
3838
3844
|
"plugin.configure",
|
|
3839
|
-
"plugin.manage_scopes"
|
|
3845
|
+
"plugin.manage_scopes",
|
|
3846
|
+
"project.view",
|
|
3847
|
+
"project.create",
|
|
3848
|
+
"project.edit"
|
|
3840
3849
|
],
|
|
3841
3850
|
viewer: [
|
|
3842
3851
|
"agent.view",
|
|
3843
3852
|
"audit_log.view",
|
|
3844
3853
|
"host.view",
|
|
3845
|
-
"plugin.view"
|
|
3854
|
+
"plugin.view",
|
|
3855
|
+
"project.view"
|
|
3846
3856
|
]
|
|
3847
3857
|
};
|
|
3848
3858
|
var permissionSets = new Map(Object.entries(ROLE_PERMISSIONS).map(([role, actions]) => [role, new Set(actions)]));
|
|
@@ -4674,4 +4684,4 @@ export {
|
|
|
4674
4684
|
attributeTranscriptUsageByRun,
|
|
4675
4685
|
KANBAN_CHECK_COMMAND
|
|
4676
4686
|
};
|
|
4677
|
-
//# sourceMappingURL=chunk-
|
|
4687
|
+
//# sourceMappingURL=chunk-TRGX4NVZ.js.map
|