nexus-agents 2.91.0 → 2.92.0
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/{chunk-PLFKZUVT.js → chunk-HPV2D4HN.js} +7 -5
- package/dist/{chunk-PLFKZUVT.js.map → chunk-HPV2D4HN.js.map} +1 -1
- package/dist/{chunk-6IV43POQ.js → chunk-L6JZCAFH.js} +96 -624
- package/dist/chunk-L6JZCAFH.js.map +1 -0
- package/dist/{chunk-DH4V6S5K.js → chunk-LOBVTRQQ.js} +3 -3
- package/dist/chunk-NR4NSTJH.js +547 -0
- package/dist/chunk-NR4NSTJH.js.map +1 -0
- package/dist/{chunk-3RZWLQSC.js → chunk-RS6RGSYG.js} +31 -2
- package/dist/chunk-RS6RGSYG.js.map +1 -0
- package/dist/{chunk-X2M7OF27.js → chunk-S4UF577T.js} +3 -1
- package/dist/chunk-S4UF577T.js.map +1 -0
- package/dist/{chunk-W7YQOXCJ.js → chunk-VW2LBC7B.js} +2 -2
- package/dist/cli.js +58 -18
- package/dist/cli.js.map +1 -1
- package/dist/index.js +19 -17
- package/dist/index.js.map +1 -1
- package/dist/{issue-triage-CDSHKFPP.js → issue-triage-FVZOVIRX.js} +3 -2
- package/dist/{pr-reviewer-helpers-WYPUYQ2U.js → pr-reviewer-helpers-7D2W5HTO.js} +10 -3
- package/dist/{setup-command-B5QPHCKY.js → setup-command-UN3XDJ2H.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-3RZWLQSC.js.map +0 -1
- package/dist/chunk-6IV43POQ.js.map +0 -1
- package/dist/chunk-X2M7OF27.js.map +0 -1
- /package/dist/{chunk-DH4V6S5K.js.map → chunk-LOBVTRQQ.js.map} +0 -0
- /package/dist/{chunk-W7YQOXCJ.js.map → chunk-VW2LBC7B.js.map} +0 -0
- /package/dist/{issue-triage-CDSHKFPP.js.map → issue-triage-FVZOVIRX.js.map} +0 -0
- /package/dist/{pr-reviewer-helpers-WYPUYQ2U.js.map → pr-reviewer-helpers-7D2W5HTO.js.map} +0 -0
- /package/dist/{setup-command-B5QPHCKY.js.map → setup-command-UN3XDJ2H.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -519,13 +519,13 @@ import {
|
|
|
519
519
|
validateWorkflow,
|
|
520
520
|
validateWorkflowDependencies,
|
|
521
521
|
withLogging
|
|
522
|
-
} from "./chunk-
|
|
522
|
+
} from "./chunk-HPV2D4HN.js";
|
|
523
523
|
import {
|
|
524
524
|
getTokenEnvVars,
|
|
525
525
|
hasToken,
|
|
526
526
|
resolveToken
|
|
527
527
|
} from "./chunk-EAT4GTMT.js";
|
|
528
|
-
import "./chunk-
|
|
528
|
+
import "./chunk-S4UF577T.js";
|
|
529
529
|
import {
|
|
530
530
|
OPENAI_MODELS,
|
|
531
531
|
OPENAI_MODEL_ALIASES,
|
|
@@ -665,19 +665,8 @@ import {
|
|
|
665
665
|
AgentActionSchema,
|
|
666
666
|
GitHubReviewer,
|
|
667
667
|
GitHubUserInfo,
|
|
668
|
-
GitHubUserRoleSchema,
|
|
669
|
-
InjectionFlagSchema,
|
|
670
|
-
ROLE_DEFAULT_TRUST,
|
|
671
|
-
ReputationCache,
|
|
672
|
-
SanitizedInputSchema,
|
|
673
|
-
SanitizerConfigSchema,
|
|
674
668
|
SourceCitationSchema,
|
|
675
|
-
StrippedElementSchema,
|
|
676
|
-
SuspiciousSignalSchema,
|
|
677
|
-
TRUST_TIER_NUMERIC,
|
|
678
|
-
TrustTierSchema,
|
|
679
669
|
ViolationSchema,
|
|
680
|
-
assessReputation,
|
|
681
670
|
canInfluenceDecisions,
|
|
682
671
|
canProceed,
|
|
683
672
|
classifyTrust,
|
|
@@ -688,17 +677,30 @@ import {
|
|
|
688
677
|
isMutatingAction,
|
|
689
678
|
isReadOnlyAction,
|
|
690
679
|
mapAuthorAssociation,
|
|
691
|
-
reconcileTrustTier,
|
|
692
680
|
requiresCitation,
|
|
693
681
|
requiresCorroboration,
|
|
694
|
-
sanitizeInput,
|
|
695
682
|
validateAgentAction,
|
|
696
683
|
validateCorroboration
|
|
697
|
-
} from "./chunk-
|
|
684
|
+
} from "./chunk-L6JZCAFH.js";
|
|
698
685
|
import {
|
|
699
686
|
GitHubProvider,
|
|
700
687
|
ScmError
|
|
701
688
|
} from "./chunk-EFHZHCF2.js";
|
|
689
|
+
import {
|
|
690
|
+
GitHubUserRoleSchema,
|
|
691
|
+
InjectionFlagSchema,
|
|
692
|
+
ROLE_DEFAULT_TRUST,
|
|
693
|
+
ReputationCache,
|
|
694
|
+
SanitizedInputSchema,
|
|
695
|
+
SanitizerConfigSchema,
|
|
696
|
+
StrippedElementSchema,
|
|
697
|
+
SuspiciousSignalSchema,
|
|
698
|
+
TRUST_TIER_NUMERIC,
|
|
699
|
+
TrustTierSchema,
|
|
700
|
+
assessReputation,
|
|
701
|
+
reconcileTrustTier,
|
|
702
|
+
sanitizeInput
|
|
703
|
+
} from "./chunk-NR4NSTJH.js";
|
|
702
704
|
import {
|
|
703
705
|
FALLBACK_SCANNER_DATA,
|
|
704
706
|
buildPlanFromAnalysis,
|
|
@@ -738,7 +740,7 @@ import {
|
|
|
738
740
|
getKnownNexusVarNames,
|
|
739
741
|
startStdioServer,
|
|
740
742
|
validateNexusEnv
|
|
741
|
-
} from "./chunk-
|
|
743
|
+
} from "./chunk-LOBVTRQQ.js";
|
|
742
744
|
import {
|
|
743
745
|
AvailabilityCache,
|
|
744
746
|
filterAvailableModels,
|