nexus-agents 2.101.0 → 2.101.2

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/index.js CHANGED
@@ -36,6 +36,7 @@ import {
36
36
  CHECKPOINT_SCHEMA_VERSION,
37
37
  COMPLEXITY_ORDER,
38
38
  CORE_PLUGINS,
39
+ CancelJobInputSchema,
39
40
  CodeChangeSchema,
40
41
  CodeExpert,
41
42
  CollaborationConfigSchema,
@@ -123,6 +124,7 @@ import {
123
124
  GENERAL_PIPELINE_TEMPLATE,
124
125
  GeminiResponseParser,
125
126
  GeneratedTestSchema,
127
+ GetJobResultInputSchema,
126
128
  GraphBuilder,
127
129
  ICTMConfigSchema,
128
130
  ICTMInferenceResultSchema,
@@ -134,6 +136,7 @@ import {
134
136
  IssueTriageInputSchema,
135
137
  JsonDashboardRenderer,
136
138
  ListExpertsInputSchema,
139
+ ListJobsInputSchema,
137
140
  ListWorkflowsInputSchema,
138
141
  LoadedSkillSetSchema,
139
142
  MAX_DIFF_LENGTH,
@@ -439,6 +442,7 @@ import {
439
442
  parseWorkflowYaml,
440
443
  proportionConfidenceInterval,
441
444
  quickSelect,
445
+ registerCancelJobTool,
442
446
  registerCorePlugins,
443
447
  registerCreateExpertTool,
444
448
  registerDelegateToModelTool,
@@ -446,8 +450,10 @@ import {
446
450
  registerExecuteSpecTool,
447
451
  registerExpertsResource,
448
452
  registerExtractSymbolsTool,
453
+ registerGetJobResultTool,
449
454
  registerIssueTriageTool,
450
455
  registerListExpertsTool,
456
+ registerListJobsTool,
451
457
  registerListWorkflowsTool,
452
458
  registerMemoryQueryTool,
453
459
  registerMemoryStatsTool,
@@ -509,7 +515,7 @@ import {
509
515
  validateWorkflow,
510
516
  validateWorkflowDependencies,
511
517
  withLogging
512
- } from "./chunk-MUVRUSQD.js";
518
+ } from "./chunk-OI6WKPEE.js";
513
519
  import "./chunk-3ACDP4E6.js";
514
520
  import {
515
521
  getTokenEnvVars,
@@ -681,7 +687,10 @@ import {
681
687
  reconcileTrustTier,
682
688
  sanitizeInput
683
689
  } from "./chunk-GDY23NDK.js";
684
- import "./chunk-KYONCTIL.js";
690
+ import {
691
+ ImprovementReviewInputSchema,
692
+ registerImprovementReviewTool
693
+ } from "./chunk-KYONCTIL.js";
685
694
  import {
686
695
  NOOP_NOTIFIER,
687
696
  PolicyConfigSchema,
@@ -744,7 +753,7 @@ import {
744
753
  getKnownNexusVarNames,
745
754
  startStdioServer,
746
755
  validateNexusEnv
747
- } from "./chunk-CCWPDHBN.js";
756
+ } from "./chunk-CVY7AQVJ.js";
748
757
  import {
749
758
  AvailabilityCache,
750
759
  filterAvailableModels,
@@ -6221,6 +6230,7 @@ export {
6221
6230
  CLI_VERSION_REQUIREMENTS,
6222
6231
  COMPLEXITY_ORDER,
6223
6232
  CORE_PLUGINS,
6233
+ CancelJobInputSchema,
6224
6234
  ClaudeAdapter,
6225
6235
  ClaudeCliAdapter,
6226
6236
  ClaudeResponseParser,
@@ -6368,6 +6378,7 @@ export {
6368
6378
  GeminiCliAdapter,
6369
6379
  GeminiResponseParser,
6370
6380
  GeneratedTestSchema,
6381
+ GetJobResultInputSchema,
6371
6382
  GitHubProvider,
6372
6383
  GitHubReviewer,
6373
6384
  GitHubUserInfo,
@@ -6383,6 +6394,7 @@ export {
6383
6394
  ICTMConfigSchema,
6384
6395
  ICTMInferenceResultSchema,
6385
6396
  INSTRUCTION_SAFETY_CATEGORY,
6397
+ ImprovementReviewInputSchema,
6386
6398
  InMemoryAuditStorage,
6387
6399
  InMemoryCheckpointStore,
6388
6400
  InMemoryPreferenceStore,
@@ -6398,6 +6410,7 @@ export {
6398
6410
  KNOWN_SECTIONS,
6399
6411
  LatencySampler,
6400
6412
  ListExpertsInputSchema,
6413
+ ListJobsInputSchema,
6401
6414
  ListWorkflowsInputSchema,
6402
6415
  LoadedSkillSetSchema,
6403
6416
  LoggingConfigSchema,
@@ -6970,6 +6983,7 @@ export {
6970
6983
  proportionConfidenceInterval,
6971
6984
  quickSelect,
6972
6985
  reduceStream,
6986
+ registerCancelJobTool,
6973
6987
  registerConsensusVoteTool,
6974
6988
  registerCorePlugins,
6975
6989
  registerCreateExpertTool,
@@ -6978,8 +6992,11 @@ export {
6978
6992
  registerExecuteSpecTool,
6979
6993
  registerExpertsResource,
6980
6994
  registerExtractSymbolsTool,
6995
+ registerGetJobResultTool,
6996
+ registerImprovementReviewTool,
6981
6997
  registerIssueTriageTool,
6982
6998
  registerListExpertsTool,
6999
+ registerListJobsTool,
6983
7000
  registerListWorkflowsTool,
6984
7001
  registerMemoryQueryTool,
6985
7002
  registerMemoryStatsTool,