@companyhelm/protos 0.2.1 → 0.4.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.
@@ -214,6 +214,10 @@ export type TurnUpdate = Message<"companyhelm.runner.v1.TurnUpdate"> & {
214
214
  * @generated from field: companyhelm.runner.v1.TurnStatus status = 2;
215
215
  */
216
216
  status: TurnStatus;
217
+ /**
218
+ * @generated from field: string thread_id = 3;
219
+ */
220
+ threadId: string;
217
221
  };
218
222
  /**
219
223
  * Describes the message companyhelm.runner.v1.TurnUpdate.
@@ -250,6 +254,14 @@ export type ItemUpdate = Message<"companyhelm.runner.v1.ItemUpdate"> & {
250
254
  * @generated from field: optional companyhelm.runner.v1.CommandExecutionItem command_execution_item = 7;
251
255
  */
252
256
  commandExecutionItem?: CommandExecutionItem;
257
+ /**
258
+ * @generated from field: string thread_id = 8;
259
+ */
260
+ threadId: string;
261
+ /**
262
+ * @generated from field: string sdk_turn_id = 9;
263
+ */
264
+ sdkTurnId: string;
253
265
  };
254
266
  /**
255
267
  * Describes the message companyhelm.runner.v1.ItemUpdate.
@@ -547,9 +559,9 @@ export type InterruptTurnRequest = Message<"companyhelm.runner.v1.InterruptTurnR
547
559
  */
548
560
  export declare const InterruptTurnRequestSchema: GenMessage<InterruptTurnRequest>;
549
561
  /**
550
- * @generated from message companyhelm.runner.v1.GithubInstallationForRunner
562
+ * @generated from message companyhelm.runner.v1.GithubInstallation
551
563
  */
552
- export type GithubInstallationForRunner = Message<"companyhelm.runner.v1.GithubInstallationForRunner"> & {
564
+ export type GithubInstallation = Message<"companyhelm.runner.v1.GithubInstallation"> & {
553
565
  /**
554
566
  * GitHub App installation identifier stored on backend.
555
567
  *
@@ -558,41 +570,41 @@ export type GithubInstallationForRunner = Message<"companyhelm.runner.v1.GithubI
558
570
  installationId: bigint;
559
571
  };
560
572
  /**
561
- * Describes the message companyhelm.runner.v1.GithubInstallationForRunner.
562
- * Use `create(GithubInstallationForRunnerSchema)` to create a new message.
573
+ * Describes the message companyhelm.runner.v1.GithubInstallation.
574
+ * Use `create(GithubInstallationSchema)` to create a new message.
563
575
  */
564
- export declare const GithubInstallationForRunnerSchema: GenMessage<GithubInstallationForRunner>;
576
+ export declare const GithubInstallationSchema: GenMessage<GithubInstallation>;
565
577
  /**
566
578
  * Empty because runner scope is inferred from authenticated caller.
567
579
  *
568
- * @generated from message companyhelm.runner.v1.ListGithubInstallationsForRunnerRequest
580
+ * @generated from message companyhelm.runner.v1.ListGithubInstallationsRequest
569
581
  */
570
- export type ListGithubInstallationsForRunnerRequest = Message<"companyhelm.runner.v1.ListGithubInstallationsForRunnerRequest"> & {};
582
+ export type ListGithubInstallationsRequest = Message<"companyhelm.runner.v1.ListGithubInstallationsRequest"> & {};
571
583
  /**
572
- * Describes the message companyhelm.runner.v1.ListGithubInstallationsForRunnerRequest.
573
- * Use `create(ListGithubInstallationsForRunnerRequestSchema)` to create a new message.
584
+ * Describes the message companyhelm.runner.v1.ListGithubInstallationsRequest.
585
+ * Use `create(ListGithubInstallationsRequestSchema)` to create a new message.
574
586
  */
575
- export declare const ListGithubInstallationsForRunnerRequestSchema: GenMessage<ListGithubInstallationsForRunnerRequest>;
587
+ export declare const ListGithubInstallationsRequestSchema: GenMessage<ListGithubInstallationsRequest>;
576
588
  /**
577
- * @generated from message companyhelm.runner.v1.ListGithubInstallationsForRunnerResponse
589
+ * @generated from message companyhelm.runner.v1.ListGithubInstallationsResponse
578
590
  */
579
- export type ListGithubInstallationsForRunnerResponse = Message<"companyhelm.runner.v1.ListGithubInstallationsForRunnerResponse"> & {
591
+ export type ListGithubInstallationsResponse = Message<"companyhelm.runner.v1.ListGithubInstallationsResponse"> & {
580
592
  /**
581
593
  * Installations currently linked to this runner/account context.
582
594
  *
583
- * @generated from field: repeated companyhelm.runner.v1.GithubInstallationForRunner installations = 1;
595
+ * @generated from field: repeated companyhelm.runner.v1.GithubInstallation installations = 1;
584
596
  */
585
- installations: GithubInstallationForRunner[];
597
+ installations: GithubInstallation[];
586
598
  };
587
599
  /**
588
- * Describes the message companyhelm.runner.v1.ListGithubInstallationsForRunnerResponse.
589
- * Use `create(ListGithubInstallationsForRunnerResponseSchema)` to create a new message.
600
+ * Describes the message companyhelm.runner.v1.ListGithubInstallationsResponse.
601
+ * Use `create(ListGithubInstallationsResponseSchema)` to create a new message.
590
602
  */
591
- export declare const ListGithubInstallationsForRunnerResponseSchema: GenMessage<ListGithubInstallationsForRunnerResponse>;
603
+ export declare const ListGithubInstallationsResponseSchema: GenMessage<ListGithubInstallationsResponse>;
592
604
  /**
593
- * @generated from message companyhelm.runner.v1.GetGithubInstallationAccessTokenForRunnerRequest
605
+ * @generated from message companyhelm.runner.v1.GithubInstallationAccessTokenRequest
594
606
  */
595
- export type GetGithubInstallationAccessTokenForRunnerRequest = Message<"companyhelm.runner.v1.GetGithubInstallationAccessTokenForRunnerRequest"> & {
607
+ export type GithubInstallationAccessTokenRequest = Message<"companyhelm.runner.v1.GithubInstallationAccessTokenRequest"> & {
596
608
  /**
597
609
  * Installation for which the runner is requesting a fresh token.
598
610
  *
@@ -601,14 +613,14 @@ export type GetGithubInstallationAccessTokenForRunnerRequest = Message<"companyh
601
613
  installationId: bigint;
602
614
  };
603
615
  /**
604
- * Describes the message companyhelm.runner.v1.GetGithubInstallationAccessTokenForRunnerRequest.
605
- * Use `create(GetGithubInstallationAccessTokenForRunnerRequestSchema)` to create a new message.
616
+ * Describes the message companyhelm.runner.v1.GithubInstallationAccessTokenRequest.
617
+ * Use `create(GithubInstallationAccessTokenRequestSchema)` to create a new message.
606
618
  */
607
- export declare const GetGithubInstallationAccessTokenForRunnerRequestSchema: GenMessage<GetGithubInstallationAccessTokenForRunnerRequest>;
619
+ export declare const GithubInstallationAccessTokenRequestSchema: GenMessage<GithubInstallationAccessTokenRequest>;
608
620
  /**
609
- * @generated from message companyhelm.runner.v1.GetGithubInstallationAccessTokenForRunnerResponse
621
+ * @generated from message companyhelm.runner.v1.GithubInstallationAccessTokenResponse
610
622
  */
611
- export type GetGithubInstallationAccessTokenForRunnerResponse = Message<"companyhelm.runner.v1.GetGithubInstallationAccessTokenForRunnerResponse"> & {
623
+ export type GithubInstallationAccessTokenResponse = Message<"companyhelm.runner.v1.GithubInstallationAccessTokenResponse"> & {
612
624
  /**
613
625
  * Echo of requested installation for client-side correlation.
614
626
  *
@@ -635,10 +647,10 @@ export type GetGithubInstallationAccessTokenForRunnerResponse = Message<"company
635
647
  repositories: string[];
636
648
  };
637
649
  /**
638
- * Describes the message companyhelm.runner.v1.GetGithubInstallationAccessTokenForRunnerResponse.
639
- * Use `create(GetGithubInstallationAccessTokenForRunnerResponseSchema)` to create a new message.
650
+ * Describes the message companyhelm.runner.v1.GithubInstallationAccessTokenResponse.
651
+ * Use `create(GithubInstallationAccessTokenResponseSchema)` to create a new message.
640
652
  */
641
- export declare const GetGithubInstallationAccessTokenForRunnerResponseSchema: GenMessage<GetGithubInstallationAccessTokenForRunnerResponse>;
653
+ export declare const GithubInstallationAccessTokenResponseSchema: GenMessage<GithubInstallationAccessTokenResponse>;
642
654
  /**
643
655
  * @generated from enum companyhelm.runner.v1.AgentStatus
644
656
  */
@@ -805,24 +817,24 @@ export declare const AgentRunnerControlService: GenService<{
805
817
  output: typeof ServerMessageSchema;
806
818
  };
807
819
  /**
808
- * Runner-scoped list of GitHub App installations already associated with it.
820
+ * list of GitHub App installations already associated with it.
809
821
  *
810
- * @generated from rpc companyhelm.runner.v1.AgentRunnerControlService.ListGithubInstallationsForRunner
822
+ * @generated from rpc companyhelm.runner.v1.AgentRunnerControlService.ListGithubInstallations
811
823
  */
812
- listGithubInstallationsForRunner: {
824
+ listGithubInstallations: {
813
825
  methodKind: "unary";
814
- input: typeof ListGithubInstallationsForRunnerRequestSchema;
815
- output: typeof ListGithubInstallationsForRunnerResponseSchema;
826
+ input: typeof ListGithubInstallationsRequestSchema;
827
+ output: typeof ListGithubInstallationsResponseSchema;
816
828
  };
817
829
  /**
818
830
  * Mints a short-lived token for one installation so the runner can call
819
831
  * GitHub APIs without storing long-lived credentials.
820
832
  *
821
- * @generated from rpc companyhelm.runner.v1.AgentRunnerControlService.GetGithubInstallationAccessTokenForRunner
833
+ * @generated from rpc companyhelm.runner.v1.AgentRunnerControlService.GithubInstallationAccessToken
822
834
  */
823
- getGithubInstallationAccessTokenForRunner: {
835
+ githubInstallationAccessToken: {
824
836
  methodKind: "unary";
825
- input: typeof GetGithubInstallationAccessTokenForRunnerRequestSchema;
826
- output: typeof GetGithubInstallationAccessTokenForRunnerResponseSchema;
837
+ input: typeof GithubInstallationAccessTokenRequestSchema;
838
+ output: typeof GithubInstallationAccessTokenResponseSchema;
827
839
  };
828
840
  }>;
@@ -3,13 +3,13 @@
3
3
  // @generated from file companyhelm/runner/v1/runner.proto (package companyhelm.runner.v1, syntax proto3)
4
4
  /* eslint-disable */
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.AgentRunnerControlService = exports.SkillMpStatusSchema = exports.SkillMpStatus = exports.ItemTypeSchema = exports.ItemType = exports.ItemStatusSchema = exports.ItemStatus = exports.TurnStatusSchema = exports.TurnStatus = exports.ThreadStatusSchema = exports.ThreadStatus = exports.AgentStatusSchema = exports.AgentStatus = exports.GetGithubInstallationAccessTokenForRunnerResponseSchema = exports.GetGithubInstallationAccessTokenForRunnerRequestSchema = exports.ListGithubInstallationsForRunnerResponseSchema = exports.ListGithubInstallationsForRunnerRequestSchema = exports.GithubInstallationForRunnerSchema = exports.InterruptTurnRequestSchema = exports.InstallSkillsMpRequestSchema = exports.CreateUserMessageRequestSchema = exports.DeleteThreadRequestSchema = exports.CreateThreadRequestSchema = exports.DeleteAgentRequestSchema = exports.CreateAgentRequestSchema = exports.ServerMessageSchema = exports.SkillMpUpdateSchema = exports.CommandExecutionItemSchema = exports.ItemUpdateSchema = exports.TurnUpdateSchema = exports.ThreadUpdateSchema = exports.AgentUpdateSchema = exports.RequestErrorSchema = exports.ClientMessageSchema = exports.RegisterRunnerResponseSchema = exports.ModelReasoningSchema = exports.LLMModelSchema = exports.AgentSdkSchema = exports.RegisterRunnerRequestSchema = exports.file_companyhelm_runner_v1_runner = void 0;
6
+ exports.AgentRunnerControlService = exports.SkillMpStatusSchema = exports.SkillMpStatus = exports.ItemTypeSchema = exports.ItemType = exports.ItemStatusSchema = exports.ItemStatus = exports.TurnStatusSchema = exports.TurnStatus = exports.ThreadStatusSchema = exports.ThreadStatus = exports.AgentStatusSchema = exports.AgentStatus = exports.GithubInstallationAccessTokenResponseSchema = exports.GithubInstallationAccessTokenRequestSchema = exports.ListGithubInstallationsResponseSchema = exports.ListGithubInstallationsRequestSchema = exports.GithubInstallationSchema = exports.InterruptTurnRequestSchema = exports.InstallSkillsMpRequestSchema = exports.CreateUserMessageRequestSchema = exports.DeleteThreadRequestSchema = exports.CreateThreadRequestSchema = exports.DeleteAgentRequestSchema = exports.CreateAgentRequestSchema = exports.ServerMessageSchema = exports.SkillMpUpdateSchema = exports.CommandExecutionItemSchema = exports.ItemUpdateSchema = exports.TurnUpdateSchema = exports.ThreadUpdateSchema = exports.AgentUpdateSchema = exports.RequestErrorSchema = exports.ClientMessageSchema = exports.RegisterRunnerResponseSchema = exports.ModelReasoningSchema = exports.LLMModelSchema = exports.AgentSdkSchema = exports.RegisterRunnerRequestSchema = exports.file_companyhelm_runner_v1_runner = void 0;
7
7
  const codegenv2_1 = require("@bufbuild/protobuf/codegenv2");
8
8
  const validate_pb_1 = require("../../../buf/validate/validate_pb");
9
9
  /**
10
10
  * Describes the file companyhelm/runner/v1/runner.proto.
11
11
  */
12
- exports.file_companyhelm_runner_v1_runner = (0, codegenv2_1.fileDesc)("CiJjb21wYW55aGVsbS9ydW5uZXIvdjEvcnVubmVyLnByb3RvEhVjb21wYW55aGVsbS5ydW5uZXIudjEiTAoVUmVnaXN0ZXJSdW5uZXJSZXF1ZXN0EjMKCmFnZW50X3Nka3MYASADKAsyHy5jb21wYW55aGVsbS5ydW5uZXIudjEuQWdlbnRTZGsiUgoIQWdlbnRTZGsSFQoEbmFtZRgBIAEoCUIHukgEcgIQARIvCgZtb2RlbHMYAiADKAsyHy5jb21wYW55aGVsbS5ydW5uZXIudjEuTExNTW9kZWwiNAoITExNTW9kZWwSFQoEbmFtZRgBIAEoCUIHukgEcgIQARIRCglyZWFzb25pbmcYAiADKAkiJwoOTW9kZWxSZWFzb25pbmcSFQoEbmFtZRgBIAEoCUIHukgEcgIQASIYChZSZWdpc3RlclJ1bm5lclJlc3BvbnNlIq8DCg1DbGllbnRNZXNzYWdlEhcKCnJlcXVlc3RfaWQYASABKAlIAYgBARI8Cg1yZXF1ZXN0X2Vycm9yGAIgASgLMiMuY29tcGFueWhlbG0ucnVubmVyLnYxLlJlcXVlc3RFcnJvckgAEjoKDGFnZW50X3VwZGF0ZRgDIAEoCzIiLmNvbXBhbnloZWxtLnJ1bm5lci52MS5BZ2VudFVwZGF0ZUgAEjwKDXRocmVhZF91cGRhdGUYBCABKAsyIy5jb21wYW55aGVsbS5ydW5uZXIudjEuVGhyZWFkVXBkYXRlSAASOAoLdHVybl91cGRhdGUYBSABKAsyIS5jb21wYW55aGVsbS5ydW5uZXIudjEuVHVyblVwZGF0ZUgAEjgKC2l0ZW1fdXBkYXRlGAYgASgLMiEuY29tcGFueWhlbG0ucnVubmVyLnYxLkl0ZW1VcGRhdGVIABI/Cg9za2lsbF9tcF91cGRhdGUYByABKAsyJC5jb21wYW55aGVsbS5ydW5uZXIudjEuU2tpbGxNcFVwZGF0ZUgAQgkKB3BheWxvYWRCDQoLX3JlcXVlc3RfaWQiLgoMUmVxdWVzdEVycm9yEh4KDWVycm9yX21lc3NhZ2UYASABKAlCB7pIBHICEAEiXAoLQWdlbnRVcGRhdGUSGQoIYWdlbnRfaWQYASABKAlCB7pIBHICEAESMgoGc3RhdHVzGAIgASgOMiIuY29tcGFueWhlbG0ucnVubmVyLnYxLkFnZW50U3RhdHVzIl8KDFRocmVhZFVwZGF0ZRIaCgl0aHJlYWRfaWQYASABKAlCB7pIBHICEAESMwoGc3RhdHVzGAIgASgOMiMuY29tcGFueWhlbG0ucnVubmVyLnYxLlRocmVhZFN0YXR1cyJdCgpUdXJuVXBkYXRlEhwKC3Nka190dXJuX2lkGAEgASgJQge6SARyAhABEjEKBnN0YXR1cxgCIAEoDjIhLmNvbXBhbnloZWxtLnJ1bm5lci52MS5UdXJuU3RhdHVzIpoCCgpJdGVtVXBkYXRlEhwKC3Nka19pdGVtX2lkGAEgASgJQge6SARyAhABEjEKBnN0YXR1cxgCIAEoDjIhLmNvbXBhbnloZWxtLnJ1bm5lci52MS5JdGVtU3RhdHVzEjIKCWl0ZW1fdHlwZRgFIAEoDjIfLmNvbXBhbnloZWxtLnJ1bm5lci52MS5JdGVtVHlwZRIRCgR0ZXh0GAYgASgJSACIAQESUAoWY29tbWFuZF9leGVjdXRpb25faXRlbRgHIAEoCzIrLmNvbXBhbnloZWxtLnJ1bm5lci52MS5Db21tYW5kRXhlY3V0aW9uSXRlbUgBiAEBQgcKBV90ZXh0QhkKF19jb21tYW5kX2V4ZWN1dGlvbl9pdGVtIoMBChRDb21tYW5kRXhlY3V0aW9uSXRlbRIYCgdjb21tYW5kGAEgASgJQge6SARyAhABEhQKA2N3ZBgCIAEoCUIHukgEcgIQARIbCgpwcm9jZXNzX2lkGAMgASgJQge6SARyAhABEhMKBm91dHB1dBgEIAEoCUgAiAEBQgkKB19vdXRwdXQifwoNU2tpbGxNcFVwZGF0ZRIZCghhZ2VudF9pZBgBIAEoCUIHukgEcgIQARI0CgZzdGF0dXMYAiABKA4yJC5jb21wYW55aGVsbS5ydW5uZXIudjEuU2tpbGxNcFN0YXR1cxIdCgxwYWNrYWdlX25hbWUYAyABKAlCB7pIBHICEAEixQQKDVNlcnZlck1lc3NhZ2USSQoUY3JlYXRlX2FnZW50X3JlcXVlc3QYAiABKAsyKS5jb21wYW55aGVsbS5ydW5uZXIudjEuQ3JlYXRlQWdlbnRSZXF1ZXN0SAASSQoUZGVsZXRlX2FnZW50X3JlcXVlc3QYAyABKAsyKS5jb21wYW55aGVsbS5ydW5uZXIudjEuRGVsZXRlQWdlbnRSZXF1ZXN0SAASSwoVY3JlYXRlX3RocmVhZF9yZXF1ZXN0GAQgASgLMiouY29tcGFueWhlbG0ucnVubmVyLnYxLkNyZWF0ZVRocmVhZFJlcXVlc3RIABJLChVkZWxldGVfdGhyZWFkX3JlcXVlc3QYBSABKAsyKi5jb21wYW55aGVsbS5ydW5uZXIudjEuRGVsZXRlVGhyZWFkUmVxdWVzdEgAElYKG2NyZWF0ZV91c2VyX21lc3NhZ2VfcmVxdWVzdBgGIAEoCzIvLmNvbXBhbnloZWxtLnJ1bm5lci52MS5DcmVhdGVVc2VyTWVzc2FnZVJlcXVlc3RIABJSChlpbnN0YWxsX3NraWxsc19tcF9yZXF1ZXN0GAcgASgLMi0uY29tcGFueWhlbG0ucnVubmVyLnYxLkluc3RhbGxTa2lsbHNNcFJlcXVlc3RIABJNChZpbnRlcnJ1cHRfdHVybl9yZXF1ZXN0GAggASgLMisuY29tcGFueWhlbG0ucnVubmVyLnYxLkludGVycnVwdFR1cm5SZXF1ZXN0SABCCQoHcmVxdWVzdCJLChJDcmVhdGVBZ2VudFJlcXVlc3QSGQoIYWdlbnRfaWQYASABKAlCB7pIBHICEAESGgoJYWdlbnRfc2RrGAIgASgJQge6SARyAhABIi8KEkRlbGV0ZUFnZW50UmVxdWVzdBIZCghhZ2VudF9pZBgBIAEoCUIHukgEcgIQASJ6ChNDcmVhdGVUaHJlYWRSZXF1ZXN0EhkKCGFnZW50X2lkGAEgASgJQge6SARyAhABEhYKBW1vZGVsGAIgASgJQge6SARyAhABEhwKD3JlYXNvbmluZ19sZXZlbBgDIAEoCUgAiAEBQhIKEF9yZWFzb25pbmdfbGV2ZWwiTAoTRGVsZXRlVGhyZWFkUmVxdWVzdBIZCghhZ2VudF9pZBgBIAEoCUIHukgEcgIQARIaCgl0aHJlYWRfaWQYAiABKAlCB7pIBHICEAEi2QEKGENyZWF0ZVVzZXJNZXNzYWdlUmVxdWVzdBIZCghhZ2VudF9pZBgBIAEoCUIHukgEcgIQARIaCgl0aHJlYWRfaWQYAiABKAlCB7pIBHICEAESFQoEdGV4dBgDIAEoCUIHukgEcgIQARITCgthbGxvd19zdGVlchgGIAEoCBISCgVtb2RlbBgEIAEoCUgAiAEBEiIKFW1vZGVsX3JlYXNvbmluZ19sZXZlbBgFIAEoCUgBiAEBQggKBl9tb2RlbEIYChZfbW9kZWxfcmVhc29uaW5nX2xldmVsIlIKFkluc3RhbGxTa2lsbHNNcFJlcXVlc3QSGQoIYWdlbnRfaWQYASABKAlCB7pIBHICEAESHQoMcGFja2FnZV9uYW1lGAIgASgJQge6SARyAhABIk0KFEludGVycnVwdFR1cm5SZXF1ZXN0EhkKCGFnZW50X2lkGAEgASgJQge6SARyAhABEhoKCXRocmVhZF9pZBgCIAEoCUIHukgEcgIQASI/ChtHaXRodWJJbnN0YWxsYXRpb25Gb3JSdW5uZXISIAoPaW5zdGFsbGF0aW9uX2lkGAEgASgDQge6SAQiAigBIikKJ0xpc3RHaXRodWJJbnN0YWxsYXRpb25zRm9yUnVubmVyUmVxdWVzdCJ1CihMaXN0R2l0aHViSW5zdGFsbGF0aW9uc0ZvclJ1bm5lclJlc3BvbnNlEkkKDWluc3RhbGxhdGlvbnMYASADKAsyMi5jb21wYW55aGVsbS5ydW5uZXIudjEuR2l0aHViSW5zdGFsbGF0aW9uRm9yUnVubmVyIlQKMEdldEdpdGh1Ykluc3RhbGxhdGlvbkFjY2Vzc1Rva2VuRm9yUnVubmVyUmVxdWVzdBIgCg9pbnN0YWxsYXRpb25faWQYASABKANCB7pIBCICKAEiwwEKMUdldEdpdGh1Ykluc3RhbGxhdGlvbkFjY2Vzc1Rva2VuRm9yUnVubmVyUmVzcG9uc2USIAoPaW5zdGFsbGF0aW9uX2lkGAEgASgDQge6SAQiAigBEh0KDGFjY2Vzc190b2tlbhgCIAEoCUIHukgEcgIQARIpCiFhY2Nlc3NfdG9rZW5fZXhwaXJlc191bml4X3RpbWVfbXMYAyABKAMSIgoMcmVwb3NpdG9yaWVzGAQgAygJQgy6SAmSAQYiBHICEAEqWQoLQWdlbnRTdGF0dXMSGAoUQUdFTlRfU1RBVFVTX1VOS05PV04QABIWChJBR0VOVF9TVEFUVVNfUkVBRFkQARIYChRBR0VOVF9TVEFUVVNfREVMRVRFRBACKl0KDFRocmVhZFN0YXR1cxIZChVUSFJFQURfU1RBVFVTX1VOS05PV04QABIXChNUSFJFQURfU1RBVFVTX1JFQURZEAESGQoVVEhSRUFEX1NUQVRVU19ERUxFVEVEEAIqWQoKVHVyblN0YXR1cxIXChNUVVJOX1NUQVRVU19VTktOT1dOEAASFwoTVFVSTl9TVEFUVVNfUlVOTklORxABEhkKFVRVUk5fU1RBVFVTX0NPTVBMRVRFRBACKlkKCkl0ZW1TdGF0dXMSFwoTSVRFTV9TVEFUVVNfVU5LTk9XThAAEhcKE0lURU1fU1RBVFVTX1JVTk5JTkcQARIZChVJVEVNX1NUQVRVU19DT01QTEVURUQQAipsCghJdGVtVHlwZRIVChFJVEVNX1RZUEVfVU5LTk9XThAAEhAKDFVTRVJfTUVTU0FHRRABEhEKDUFHRU5UX01FU1NBR0UQAhINCglSRUFTT05JTkcQBBIVChFDT01NQU5EX0VYRUNVVElPThAFKmgKDVNraWxsTXBTdGF0dXMSGwoXU0tJTExfTVBfU1RBVFVTX1VOS05PV04QABIdChlTS0lMTF9NUF9TVEFUVVNfSU5TVEFMTEVEEAESGwoXU0tJTExfTVBfU1RBVFVTX0RFTEVURUQQAjLTBAoZQWdlbnRSdW5uZXJDb250cm9sU2VydmljZRJtCg5SZWdpc3RlclJ1bm5lchIsLmNvbXBhbnloZWxtLnJ1bm5lci52MS5SZWdpc3RlclJ1bm5lclJlcXVlc3QaLS5jb21wYW55aGVsbS5ydW5uZXIudjEuUmVnaXN0ZXJSdW5uZXJSZXNwb25zZRJgCg5Db250cm9sQ2hhbm5lbBIkLmNvbXBhbnloZWxtLnJ1bm5lci52MS5DbGllbnRNZXNzYWdlGiQuY29tcGFueWhlbG0ucnVubmVyLnYxLlNlcnZlck1lc3NhZ2UoATABEqMBCiBMaXN0R2l0aHViSW5zdGFsbGF0aW9uc0ZvclJ1bm5lchI+LmNvbXBhbnloZWxtLnJ1bm5lci52MS5MaXN0R2l0aHViSW5zdGFsbGF0aW9uc0ZvclJ1bm5lclJlcXVlc3QaPy5jb21wYW55aGVsbS5ydW5uZXIudjEuTGlzdEdpdGh1Ykluc3RhbGxhdGlvbnNGb3JSdW5uZXJSZXNwb25zZRK+AQopR2V0R2l0aHViSW5zdGFsbGF0aW9uQWNjZXNzVG9rZW5Gb3JSdW5uZXISRy5jb21wYW55aGVsbS5ydW5uZXIudjEuR2V0R2l0aHViSW5zdGFsbGF0aW9uQWNjZXNzVG9rZW5Gb3JSdW5uZXJSZXF1ZXN0GkguY29tcGFueWhlbG0ucnVubmVyLnYxLkdldEdpdGh1Ykluc3RhbGxhdGlvbkFjY2Vzc1Rva2VuRm9yUnVubmVyUmVzcG9uc2ViBnByb3RvMw", [validate_pb_1.file_buf_validate_validate]);
12
+ exports.file_companyhelm_runner_v1_runner = (0, codegenv2_1.fileDesc)("CiJjb21wYW55aGVsbS9ydW5uZXIvdjEvcnVubmVyLnByb3RvEhVjb21wYW55aGVsbS5ydW5uZXIudjEiTAoVUmVnaXN0ZXJSdW5uZXJSZXF1ZXN0EjMKCmFnZW50X3Nka3MYASADKAsyHy5jb21wYW55aGVsbS5ydW5uZXIudjEuQWdlbnRTZGsiUgoIQWdlbnRTZGsSFQoEbmFtZRgBIAEoCUIHukgEcgIQARIvCgZtb2RlbHMYAiADKAsyHy5jb21wYW55aGVsbS5ydW5uZXIudjEuTExNTW9kZWwiNAoITExNTW9kZWwSFQoEbmFtZRgBIAEoCUIHukgEcgIQARIRCglyZWFzb25pbmcYAiADKAkiJwoOTW9kZWxSZWFzb25pbmcSFQoEbmFtZRgBIAEoCUIHukgEcgIQASIYChZSZWdpc3RlclJ1bm5lclJlc3BvbnNlIq8DCg1DbGllbnRNZXNzYWdlEhcKCnJlcXVlc3RfaWQYASABKAlIAYgBARI8Cg1yZXF1ZXN0X2Vycm9yGAIgASgLMiMuY29tcGFueWhlbG0ucnVubmVyLnYxLlJlcXVlc3RFcnJvckgAEjoKDGFnZW50X3VwZGF0ZRgDIAEoCzIiLmNvbXBhbnloZWxtLnJ1bm5lci52MS5BZ2VudFVwZGF0ZUgAEjwKDXRocmVhZF91cGRhdGUYBCABKAsyIy5jb21wYW55aGVsbS5ydW5uZXIudjEuVGhyZWFkVXBkYXRlSAASOAoLdHVybl91cGRhdGUYBSABKAsyIS5jb21wYW55aGVsbS5ydW5uZXIudjEuVHVyblVwZGF0ZUgAEjgKC2l0ZW1fdXBkYXRlGAYgASgLMiEuY29tcGFueWhlbG0ucnVubmVyLnYxLkl0ZW1VcGRhdGVIABI/Cg9za2lsbF9tcF91cGRhdGUYByABKAsyJC5jb21wYW55aGVsbS5ydW5uZXIudjEuU2tpbGxNcFVwZGF0ZUgAQgkKB3BheWxvYWRCDQoLX3JlcXVlc3RfaWQiLgoMUmVxdWVzdEVycm9yEh4KDWVycm9yX21lc3NhZ2UYASABKAlCB7pIBHICEAEiXAoLQWdlbnRVcGRhdGUSGQoIYWdlbnRfaWQYASABKAlCB7pIBHICEAESMgoGc3RhdHVzGAIgASgOMiIuY29tcGFueWhlbG0ucnVubmVyLnYxLkFnZW50U3RhdHVzIl8KDFRocmVhZFVwZGF0ZRIaCgl0aHJlYWRfaWQYASABKAlCB7pIBHICEAESMwoGc3RhdHVzGAIgASgOMiMuY29tcGFueWhlbG0ucnVubmVyLnYxLlRocmVhZFN0YXR1cyJ5CgpUdXJuVXBkYXRlEhwKC3Nka190dXJuX2lkGAEgASgJQge6SARyAhABEjEKBnN0YXR1cxgCIAEoDjIhLmNvbXBhbnloZWxtLnJ1bm5lci52MS5UdXJuU3RhdHVzEhoKCXRocmVhZF9pZBgDIAEoCUIHukgEcgIQASLUAgoKSXRlbVVwZGF0ZRIcCgtzZGtfaXRlbV9pZBgBIAEoCUIHukgEcgIQARIxCgZzdGF0dXMYAiABKA4yIS5jb21wYW55aGVsbS5ydW5uZXIudjEuSXRlbVN0YXR1cxIyCglpdGVtX3R5cGUYBSABKA4yHy5jb21wYW55aGVsbS5ydW5uZXIudjEuSXRlbVR5cGUSEQoEdGV4dBgGIAEoCUgAiAEBElAKFmNvbW1hbmRfZXhlY3V0aW9uX2l0ZW0YByABKAsyKy5jb21wYW55aGVsbS5ydW5uZXIudjEuQ29tbWFuZEV4ZWN1dGlvbkl0ZW1IAYgBARIaCgl0aHJlYWRfaWQYCCABKAlCB7pIBHICEAESHAoLc2RrX3R1cm5faWQYCSABKAlCB7pIBHICEAFCBwoFX3RleHRCGQoXX2NvbW1hbmRfZXhlY3V0aW9uX2l0ZW0igwEKFENvbW1hbmRFeGVjdXRpb25JdGVtEhgKB2NvbW1hbmQYASABKAlCB7pIBHICEAESFAoDY3dkGAIgASgJQge6SARyAhABEhsKCnByb2Nlc3NfaWQYAyABKAlCB7pIBHICEAESEwoGb3V0cHV0GAQgASgJSACIAQFCCQoHX291dHB1dCJ/Cg1Ta2lsbE1wVXBkYXRlEhkKCGFnZW50X2lkGAEgASgJQge6SARyAhABEjQKBnN0YXR1cxgCIAEoDjIkLmNvbXBhbnloZWxtLnJ1bm5lci52MS5Ta2lsbE1wU3RhdHVzEh0KDHBhY2thZ2VfbmFtZRgDIAEoCUIHukgEcgIQASLFBAoNU2VydmVyTWVzc2FnZRJJChRjcmVhdGVfYWdlbnRfcmVxdWVzdBgCIAEoCzIpLmNvbXBhbnloZWxtLnJ1bm5lci52MS5DcmVhdGVBZ2VudFJlcXVlc3RIABJJChRkZWxldGVfYWdlbnRfcmVxdWVzdBgDIAEoCzIpLmNvbXBhbnloZWxtLnJ1bm5lci52MS5EZWxldGVBZ2VudFJlcXVlc3RIABJLChVjcmVhdGVfdGhyZWFkX3JlcXVlc3QYBCABKAsyKi5jb21wYW55aGVsbS5ydW5uZXIudjEuQ3JlYXRlVGhyZWFkUmVxdWVzdEgAEksKFWRlbGV0ZV90aHJlYWRfcmVxdWVzdBgFIAEoCzIqLmNvbXBhbnloZWxtLnJ1bm5lci52MS5EZWxldGVUaHJlYWRSZXF1ZXN0SAASVgobY3JlYXRlX3VzZXJfbWVzc2FnZV9yZXF1ZXN0GAYgASgLMi8uY29tcGFueWhlbG0ucnVubmVyLnYxLkNyZWF0ZVVzZXJNZXNzYWdlUmVxdWVzdEgAElIKGWluc3RhbGxfc2tpbGxzX21wX3JlcXVlc3QYByABKAsyLS5jb21wYW55aGVsbS5ydW5uZXIudjEuSW5zdGFsbFNraWxsc01wUmVxdWVzdEgAEk0KFmludGVycnVwdF90dXJuX3JlcXVlc3QYCCABKAsyKy5jb21wYW55aGVsbS5ydW5uZXIudjEuSW50ZXJydXB0VHVyblJlcXVlc3RIAEIJCgdyZXF1ZXN0IksKEkNyZWF0ZUFnZW50UmVxdWVzdBIZCghhZ2VudF9pZBgBIAEoCUIHukgEcgIQARIaCglhZ2VudF9zZGsYAiABKAlCB7pIBHICEAEiLwoSRGVsZXRlQWdlbnRSZXF1ZXN0EhkKCGFnZW50X2lkGAEgASgJQge6SARyAhABInoKE0NyZWF0ZVRocmVhZFJlcXVlc3QSGQoIYWdlbnRfaWQYASABKAlCB7pIBHICEAESFgoFbW9kZWwYAiABKAlCB7pIBHICEAESHAoPcmVhc29uaW5nX2xldmVsGAMgASgJSACIAQFCEgoQX3JlYXNvbmluZ19sZXZlbCJMChNEZWxldGVUaHJlYWRSZXF1ZXN0EhkKCGFnZW50X2lkGAEgASgJQge6SARyAhABEhoKCXRocmVhZF9pZBgCIAEoCUIHukgEcgIQASLZAQoYQ3JlYXRlVXNlck1lc3NhZ2VSZXF1ZXN0EhkKCGFnZW50X2lkGAEgASgJQge6SARyAhABEhoKCXRocmVhZF9pZBgCIAEoCUIHukgEcgIQARIVCgR0ZXh0GAMgASgJQge6SARyAhABEhMKC2FsbG93X3N0ZWVyGAYgASgIEhIKBW1vZGVsGAQgASgJSACIAQESIgoVbW9kZWxfcmVhc29uaW5nX2xldmVsGAUgASgJSAGIAQFCCAoGX21vZGVsQhgKFl9tb2RlbF9yZWFzb25pbmdfbGV2ZWwiUgoWSW5zdGFsbFNraWxsc01wUmVxdWVzdBIZCghhZ2VudF9pZBgBIAEoCUIHukgEcgIQARIdCgxwYWNrYWdlX25hbWUYAiABKAlCB7pIBHICEAEiTQoUSW50ZXJydXB0VHVyblJlcXVlc3QSGQoIYWdlbnRfaWQYASABKAlCB7pIBHICEAESGgoJdGhyZWFkX2lkGAIgASgJQge6SARyAhABIjYKEkdpdGh1Ykluc3RhbGxhdGlvbhIgCg9pbnN0YWxsYXRpb25faWQYASABKANCB7pIBCICKAEiIAoeTGlzdEdpdGh1Ykluc3RhbGxhdGlvbnNSZXF1ZXN0ImMKH0xpc3RHaXRodWJJbnN0YWxsYXRpb25zUmVzcG9uc2USQAoNaW5zdGFsbGF0aW9ucxgBIAMoCzIpLmNvbXBhbnloZWxtLnJ1bm5lci52MS5HaXRodWJJbnN0YWxsYXRpb24iSAokR2l0aHViSW5zdGFsbGF0aW9uQWNjZXNzVG9rZW5SZXF1ZXN0EiAKD2luc3RhbGxhdGlvbl9pZBgBIAEoA0IHukgEIgIoASK3AQolR2l0aHViSW5zdGFsbGF0aW9uQWNjZXNzVG9rZW5SZXNwb25zZRIgCg9pbnN0YWxsYXRpb25faWQYASABKANCB7pIBCICKAESHQoMYWNjZXNzX3Rva2VuGAIgASgJQge6SARyAhABEikKIWFjY2Vzc190b2tlbl9leHBpcmVzX3VuaXhfdGltZV9tcxgDIAEoAxIiCgxyZXBvc2l0b3JpZXMYBCADKAlCDLpICZIBBiIEcgIQASpZCgtBZ2VudFN0YXR1cxIYChRBR0VOVF9TVEFUVVNfVU5LTk9XThAAEhYKEkFHRU5UX1NUQVRVU19SRUFEWRABEhgKFEFHRU5UX1NUQVRVU19ERUxFVEVEEAIqXQoMVGhyZWFkU3RhdHVzEhkKFVRIUkVBRF9TVEFUVVNfVU5LTk9XThAAEhcKE1RIUkVBRF9TVEFUVVNfUkVBRFkQARIZChVUSFJFQURfU1RBVFVTX0RFTEVURUQQAipZCgpUdXJuU3RhdHVzEhcKE1RVUk5fU1RBVFVTX1VOS05PV04QABIXChNUVVJOX1NUQVRVU19SVU5OSU5HEAESGQoVVFVSTl9TVEFUVVNfQ09NUExFVEVEEAIqWQoKSXRlbVN0YXR1cxIXChNJVEVNX1NUQVRVU19VTktOT1dOEAASFwoTSVRFTV9TVEFUVVNfUlVOTklORxABEhkKFUlURU1fU1RBVFVTX0NPTVBMRVRFRBACKmwKCEl0ZW1UeXBlEhUKEUlURU1fVFlQRV9VTktOT1dOEAASEAoMVVNFUl9NRVNTQUdFEAESEQoNQUdFTlRfTUVTU0FHRRACEg0KCVJFQVNPTklORxAEEhUKEUNPTU1BTkRfRVhFQ1VUSU9OEAUqaAoNU2tpbGxNcFN0YXR1cxIbChdTS0lMTF9NUF9TVEFUVVNfVU5LTk9XThAAEh0KGVNLSUxMX01QX1NUQVRVU19JTlNUQUxMRUQQARIbChdTS0lMTF9NUF9TVEFUVVNfREVMRVRFRBACMpQEChlBZ2VudFJ1bm5lckNvbnRyb2xTZXJ2aWNlEm0KDlJlZ2lzdGVyUnVubmVyEiwuY29tcGFueWhlbG0ucnVubmVyLnYxLlJlZ2lzdGVyUnVubmVyUmVxdWVzdBotLmNvbXBhbnloZWxtLnJ1bm5lci52MS5SZWdpc3RlclJ1bm5lclJlc3BvbnNlEmAKDkNvbnRyb2xDaGFubmVsEiQuY29tcGFueWhlbG0ucnVubmVyLnYxLkNsaWVudE1lc3NhZ2UaJC5jb21wYW55aGVsbS5ydW5uZXIudjEuU2VydmVyTWVzc2FnZSgBMAESiAEKF0xpc3RHaXRodWJJbnN0YWxsYXRpb25zEjUuY29tcGFueWhlbG0ucnVubmVyLnYxLkxpc3RHaXRodWJJbnN0YWxsYXRpb25zUmVxdWVzdBo2LmNvbXBhbnloZWxtLnJ1bm5lci52MS5MaXN0R2l0aHViSW5zdGFsbGF0aW9uc1Jlc3BvbnNlEpoBCh1HaXRodWJJbnN0YWxsYXRpb25BY2Nlc3NUb2tlbhI7LmNvbXBhbnloZWxtLnJ1bm5lci52MS5HaXRodWJJbnN0YWxsYXRpb25BY2Nlc3NUb2tlblJlcXVlc3QaPC5jb21wYW55aGVsbS5ydW5uZXIudjEuR2l0aHViSW5zdGFsbGF0aW9uQWNjZXNzVG9rZW5SZXNwb25zZWIGcHJvdG8z", [validate_pb_1.file_buf_validate_validate]);
13
13
  /**
14
14
  * Describes the message companyhelm.runner.v1.RegisterRunnerRequest.
15
15
  * Use `create(RegisterRunnerRequestSchema)` to create a new message.
@@ -116,30 +116,30 @@ exports.InstallSkillsMpRequestSchema = (0, codegenv2_1.messageDesc)(exports.file
116
116
  */
117
117
  exports.InterruptTurnRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 20);
118
118
  /**
119
- * Describes the message companyhelm.runner.v1.GithubInstallationForRunner.
120
- * Use `create(GithubInstallationForRunnerSchema)` to create a new message.
119
+ * Describes the message companyhelm.runner.v1.GithubInstallation.
120
+ * Use `create(GithubInstallationSchema)` to create a new message.
121
121
  */
122
- exports.GithubInstallationForRunnerSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 21);
122
+ exports.GithubInstallationSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 21);
123
123
  /**
124
- * Describes the message companyhelm.runner.v1.ListGithubInstallationsForRunnerRequest.
125
- * Use `create(ListGithubInstallationsForRunnerRequestSchema)` to create a new message.
124
+ * Describes the message companyhelm.runner.v1.ListGithubInstallationsRequest.
125
+ * Use `create(ListGithubInstallationsRequestSchema)` to create a new message.
126
126
  */
127
- exports.ListGithubInstallationsForRunnerRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 22);
127
+ exports.ListGithubInstallationsRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 22);
128
128
  /**
129
- * Describes the message companyhelm.runner.v1.ListGithubInstallationsForRunnerResponse.
130
- * Use `create(ListGithubInstallationsForRunnerResponseSchema)` to create a new message.
129
+ * Describes the message companyhelm.runner.v1.ListGithubInstallationsResponse.
130
+ * Use `create(ListGithubInstallationsResponseSchema)` to create a new message.
131
131
  */
132
- exports.ListGithubInstallationsForRunnerResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 23);
132
+ exports.ListGithubInstallationsResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 23);
133
133
  /**
134
- * Describes the message companyhelm.runner.v1.GetGithubInstallationAccessTokenForRunnerRequest.
135
- * Use `create(GetGithubInstallationAccessTokenForRunnerRequestSchema)` to create a new message.
134
+ * Describes the message companyhelm.runner.v1.GithubInstallationAccessTokenRequest.
135
+ * Use `create(GithubInstallationAccessTokenRequestSchema)` to create a new message.
136
136
  */
137
- exports.GetGithubInstallationAccessTokenForRunnerRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 24);
137
+ exports.GithubInstallationAccessTokenRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 24);
138
138
  /**
139
- * Describes the message companyhelm.runner.v1.GetGithubInstallationAccessTokenForRunnerResponse.
140
- * Use `create(GetGithubInstallationAccessTokenForRunnerResponseSchema)` to create a new message.
139
+ * Describes the message companyhelm.runner.v1.GithubInstallationAccessTokenResponse.
140
+ * Use `create(GithubInstallationAccessTokenResponseSchema)` to create a new message.
141
141
  */
142
- exports.GetGithubInstallationAccessTokenForRunnerResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 25);
142
+ exports.GithubInstallationAccessTokenResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 25);
143
143
  /**
144
144
  * @generated from enum companyhelm.runner.v1.AgentStatus
145
145
  */
@@ -15,11 +15,11 @@ service AgentRunnerControlService {
15
15
  // Server pushes work; runner pushes updates/results.
16
16
  // Client initiated requests should have their own rpc call.
17
17
  rpc ControlChannel(stream ClientMessage) returns (stream ServerMessage);
18
- // Runner-scoped list of GitHub App installations already associated with it.
19
- rpc ListGithubInstallationsForRunner(ListGithubInstallationsForRunnerRequest) returns (ListGithubInstallationsForRunnerResponse);
18
+ // list of GitHub App installations already associated with it.
19
+ rpc ListGithubInstallations(ListGithubInstallationsRequest) returns (ListGithubInstallationsResponse);
20
20
  // Mints a short-lived token for one installation so the runner can call
21
21
  // GitHub APIs without storing long-lived credentials.
22
- rpc GetGithubInstallationAccessTokenForRunner(GetGithubInstallationAccessTokenForRunnerRequest) returns (GetGithubInstallationAccessTokenForRunnerResponse);
22
+ rpc GithubInstallationAccessToken(GithubInstallationAccessTokenRequest) returns (GithubInstallationAccessTokenResponse);
23
23
  }
24
24
 
25
25
  /************************************************/
@@ -107,6 +107,7 @@ enum TurnStatus {
107
107
  message TurnUpdate {
108
108
  string sdk_turn_id = 1 [(buf.validate.field).string.min_len = 1];
109
109
  TurnStatus status = 2;
110
+ string thread_id = 3 [(buf.validate.field).string.min_len = 1];
110
111
  }
111
112
 
112
113
  enum ItemStatus {
@@ -124,6 +125,8 @@ message ItemUpdate {
124
125
  optional string text = 6;
125
126
  // Command execution item, if type is COMMAND_EXECUTION
126
127
  optional CommandExecutionItem command_execution_item = 7;
128
+ string thread_id = 8 [(buf.validate.field).string.min_len = 1];
129
+ string sdk_turn_id = 9 [(buf.validate.field).string.min_len = 1];
127
130
  }
128
131
 
129
132
  message CommandExecutionItem {
@@ -230,26 +233,26 @@ message InterruptTurnRequest {
230
233
  /* GITHUB INSTALLATION PROTOCOL */
231
234
  /************************************************/
232
235
 
233
- message GithubInstallationForRunner {
236
+ message GithubInstallation {
234
237
  // GitHub App installation identifier stored on backend.
235
238
  int64 installation_id = 1 [(buf.validate.field).int64.gte = 1];
236
239
  }
237
240
 
238
241
  // Empty because runner scope is inferred from authenticated caller.
239
- message ListGithubInstallationsForRunnerRequest {
242
+ message ListGithubInstallationsRequest {
240
243
  }
241
244
 
242
- message ListGithubInstallationsForRunnerResponse {
245
+ message ListGithubInstallationsResponse {
243
246
  // Installations currently linked to this runner/account context.
244
- repeated GithubInstallationForRunner installations = 1;
247
+ repeated GithubInstallation installations = 1;
245
248
  }
246
249
 
247
- message GetGithubInstallationAccessTokenForRunnerRequest {
250
+ message GithubInstallationAccessTokenRequest {
248
251
  // Installation for which the runner is requesting a fresh token.
249
252
  int64 installation_id = 1 [(buf.validate.field).int64.gte = 1];
250
253
  }
251
254
 
252
- message GetGithubInstallationAccessTokenForRunnerResponse {
255
+ message GithubInstallationAccessTokenResponse {
253
256
  // Echo of requested installation for client-side correlation.
254
257
  int64 installation_id = 1 [(buf.validate.field).int64.gte = 1];
255
258
  // Short-lived GitHub access token; treat as secret and do not persist.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@companyhelm/protos",
3
- "version": "0.2.1",
3
+ "version": "0.4.0",
4
4
  "description": "Buf-generated JavaScript bindings for CompanyHelm protobuf definitions.",
5
5
  "repository": {
6
6
  "type": "git",