@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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  claudeModelAlias,
3
3
  isClaudeFastMode
4
- } from "./chunk-XCV5NU45.js";
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-JQOOOLKR.js.map
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-XCV5NU45.js.map
4687
+ //# sourceMappingURL=chunk-TRGX4NVZ.js.map