@companyhelm/protos 0.5.15 → 0.5.17

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/LICENSE CHANGED
@@ -1,177 +1,23 @@
1
- Apache License
2
- Version 2.0, January 2004
3
- http://www.apache.org/licenses/
1
+ MIT License
4
2
 
5
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3
+ Copyright (c) 2026 CompanyHelm
6
4
 
7
- 1. Definitions.
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
8
11
 
9
- "License" shall mean the terms and conditions for use, reproduction,
10
- and distribution as defined by Sections 1 through 9 of this document.
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
11
14
 
12
- "Licensor" shall mean the copyright owner or entity authorized by
13
- the copyright owner that is granting the License.
14
-
15
- "Legal Entity" shall mean the union of the acting entity and all
16
- other entities that control, are controlled by, or are under common
17
- control with that entity. For the purposes of this definition,
18
- "control" means (i) the power, direct or indirect, to cause the
19
- direction or management of such entity, whether by contract or
20
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
- outstanding shares, or (iii) beneficial ownership of such entity.
22
-
23
- "You" (or "Your") shall mean an individual or Legal Entity
24
- exercising permissions granted by this License.
25
-
26
- "Source" form shall mean the preferred form for making modifications,
27
- including but not limited to software source code, documentation
28
- source, and configuration files.
29
-
30
- "Object" form shall mean any form resulting from mechanical
31
- transformation or translation of a Source form, including but
32
- not limited to compiled object code, generated documentation,
33
- and conversions to other media types.
34
-
35
- "Work" shall mean the work of authorship, whether in Source or
36
- Object form, made available under the License, as indicated by a
37
- copyright notice that is included in or attached to the work
38
- (an example is provided in the Appendix below).
39
-
40
- "Derivative Works" shall mean any work, whether in Source or Object
41
- form, that is based on (or derived from) the Work and for which the
42
- editorial revisions, annotations, elaborations, or other modifications
43
- represent, as a whole, an original work of authorship. For the purposes
44
- of this License, Derivative Works shall not include works that remain
45
- separable from, or merely link (or bind by name) to the interfaces of,
46
- the Work and Derivative Works thereof.
47
-
48
- "Contribution" shall mean any work of authorship, including
49
- the original version of the Work and any modifications or additions
50
- to that Work or Derivative Works thereof, that is intentionally
51
- submitted to Licensor for inclusion in the Work by the copyright owner
52
- or by an individual or Legal Entity authorized to submit on behalf of
53
- the copyright owner. For the purposes of this definition, "submitted"
54
- means any form of electronic, verbal, or written communication sent
55
- to the Licensor or its representatives, including but not limited to
56
- communication on electronic mailing lists, source code control systems,
57
- and issue tracking systems that are managed by, or on behalf of, the
58
- Licensor for the purpose of discussing and improving the Work, but
59
- excluding communication that is conspicuously marked or otherwise
60
- designated in writing by the copyright owner as "Not a Contribution."
61
-
62
- "Contributor" shall mean Licensor and any individual or Legal Entity
63
- on behalf of whom a Contribution has been received by Licensor and
64
- subsequently incorporated within the Work.
65
-
66
- 2. Grant of Copyright License. Subject to the terms and conditions of
67
- this License, each Contributor hereby grants to You a perpetual,
68
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
- copyright license to reproduce, prepare Derivative Works of,
70
- publicly display, publicly perform, sublicense, and distribute the
71
- Work and such Derivative Works in Source or Object form.
72
-
73
- 3. Grant of Patent License. Subject to the terms and conditions of
74
- this License, each Contributor hereby grants to You a perpetual,
75
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
- (except as stated in this section) patent license to make, have made,
77
- use, offer to sell, sell, import, and otherwise transfer the Work,
78
- where such license applies only to those patent claims licensable
79
- by such Contributor that are necessarily infringed by their
80
- Contribution(s) alone or by combination of their Contribution(s)
81
- with the Work to which such Contribution(s) was submitted. If You
82
- institute patent litigation against any entity (including a
83
- cross-claim or counterclaim in a lawsuit) alleging that the Work
84
- or a Contribution incorporated within the Work constitutes direct
85
- or contributory patent infringement, then any patent licenses
86
- granted to You under this License for that Work shall terminate
87
- as of the date such litigation is filed.
88
-
89
- 4. Redistribution. You may reproduce and distribute copies of the
90
- Work or Derivative Works thereof in any medium, with or without
91
- modifications, and in Source or Object form, provided that You
92
- meet the following conditions:
93
-
94
- (a) You must give any other recipients of the Work or
95
- Derivative Works a copy of this License; and
96
-
97
- (b) You must cause any modified files to carry prominent notices
98
- stating that You changed the files; and
99
-
100
- (c) You must retain, in the Source form of any Derivative Works
101
- that You distribute, all copyright, patent, trademark, and
102
- attribution notices from the Source form of the Work,
103
- excluding those notices that do not pertain to any part of
104
- the Derivative Works; and
105
-
106
- (d) If the Work includes a "NOTICE" text file as part of its
107
- distribution, then any Derivative Works that You distribute must
108
- include a readable copy of the attribution notices contained
109
- within such NOTICE file, excluding those notices that do not
110
- pertain to any part of the Derivative Works, in at least one
111
- of the following places: within a NOTICE text file distributed
112
- as part of the Derivative Works; within the Source form or
113
- documentation, if provided along with the Derivative Works; or,
114
- within a display generated by the Derivative Works, if and
115
- wherever such third-party notices normally appear. The contents
116
- of the NOTICE file are for informational purposes only and
117
- do not modify the License. You may add Your own attribution
118
- notices within Derivative Works that You distribute, alongside
119
- or as an addendum to the NOTICE text from the Work, provided
120
- that such additional attribution notices cannot be construed
121
- as modifying the License.
122
-
123
- You may add Your own copyright statement to Your modifications and
124
- may provide additional or different license terms and conditions
125
- for use, reproduction, or distribution of Your modifications, or
126
- for any such Derivative Works as a whole, provided Your use,
127
- reproduction, and distribution of the Work otherwise complies with
128
- the conditions stated in this License.
129
-
130
- 5. Submission of Contributions. Unless You explicitly state otherwise,
131
- any Contribution intentionally submitted for inclusion in the Work
132
- by You to the Licensor shall be under the terms and conditions of
133
- this License, without any additional terms or conditions.
134
- Notwithstanding the above, nothing herein shall supersede or modify
135
- the terms of any separate license agreement you may have executed
136
- with Licensor regarding such Contributions.
137
-
138
- 6. Trademarks. This License does not grant permission to use the trade
139
- names, trademarks, service marks, or product names of the Licensor,
140
- except as required for reasonable and customary use in describing the
141
- origin of the Work and reproducing the content of the NOTICE file.
142
-
143
- 7. Disclaimer of Warranty. Unless required by applicable law or
144
- agreed to in writing, Licensor provides the Work (and each
145
- Contributor provides its Contributions) on an "AS IS" BASIS,
146
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
- implied, including, without limitation, any warranties or conditions
148
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
- PARTICULAR PURPOSE. You are solely responsible for determining the
150
- appropriateness of using or redistributing the Work and assume any
151
- risks associated with Your exercise of permissions under this License.
152
-
153
- 8. Limitation of Liability. In no event and under no legal theory,
154
- whether in tort (including negligence), contract, or otherwise,
155
- unless required by applicable law (such as deliberate and grossly
156
- negligent acts) or agreed to in writing, shall any Contributor be
157
- liable to You for damages, including any direct, indirect, special,
158
- incidental, or consequential damages of any character arising as a
159
- result of this License or out of the use or inability to use the
160
- Work (including but not limited to damages for loss of goodwill,
161
- work stoppage, computer failure or malfunction, or any and all
162
- other commercial damages or losses), even if such Contributor
163
- has been advised of the possibility of such damages.
164
-
165
- 9. Accepting Warranty or Additional Liability. While redistributing
166
- the Work or Derivative Works thereof, You may choose to offer,
167
- and charge a fee for, acceptance of support, warranty, indemnity,
168
- or other liability obligations and/or rights consistent with this
169
- License. However, in accepting such obligations, You may act only
170
- on Your own behalf and on Your sole responsibility, not on behalf
171
- of any other Contributor, and only if You agree to indemnify,
172
- defend, and hold each Contributor harmless for any liability
173
- incurred by, or claims asserted against, such Contributor by reason
174
- of your accepting any such warranty or additional liability.
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
175
22
 
176
23
  END OF TERMS AND CONDITIONS
177
-
@@ -144,10 +144,22 @@ export type ClientMessage = Message<"companyhelm.runner.v1.ClientMessage"> & {
144
144
  case: "threadNameUpdate";
145
145
  } | {
146
146
  /**
147
- * @generated from field: companyhelm.runner.v1.KeepAliveResponse keep_alive_response = 9;
147
+ * @generated from field: companyhelm.runner.v1.HeartbeatResponse heartbeat_response = 9;
148
148
  */
149
- value: KeepAliveResponse;
150
- case: "keepAliveResponse";
149
+ value: HeartbeatResponse;
150
+ case: "heartbeatResponse";
151
+ } | {
152
+ /**
153
+ * @generated from field: companyhelm.runner.v1.SdkUpdate sdk_update = 10;
154
+ */
155
+ value: SdkUpdate;
156
+ case: "sdkUpdate";
157
+ } | {
158
+ /**
159
+ * @generated from field: companyhelm.runner.v1.CodexDeviceCode codex_device_code = 11;
160
+ */
161
+ value: CodexDeviceCode;
162
+ case: "codexDeviceCode";
151
163
  } | {
152
164
  case: undefined;
153
165
  value?: undefined;
@@ -159,14 +171,46 @@ export type ClientMessage = Message<"companyhelm.runner.v1.ClientMessage"> & {
159
171
  */
160
172
  export declare const ClientMessageSchema: GenMessage<ClientMessage>;
161
173
  /**
162
- * @generated from message companyhelm.runner.v1.KeepAliveResponse
174
+ * @generated from message companyhelm.runner.v1.SdkUpdate
175
+ */
176
+ export type SdkUpdate = Message<"companyhelm.runner.v1.SdkUpdate"> & {
177
+ /**
178
+ * @generated from field: string sdk_id = 1;
179
+ */
180
+ sdkId: string;
181
+ /**
182
+ * @generated from field: companyhelm.runner.v1.AgentSdkStatus status = 2;
183
+ */
184
+ status: AgentSdkStatus;
185
+ };
186
+ /**
187
+ * Describes the message companyhelm.runner.v1.SdkUpdate.
188
+ * Use `create(SdkUpdateSchema)` to create a new message.
189
+ */
190
+ export declare const SdkUpdateSchema: GenMessage<SdkUpdate>;
191
+ /**
192
+ * @generated from message companyhelm.runner.v1.CodexDeviceCode
193
+ */
194
+ export type CodexDeviceCode = Message<"companyhelm.runner.v1.CodexDeviceCode"> & {
195
+ /**
196
+ * @generated from field: string device_code = 1;
197
+ */
198
+ deviceCode: string;
199
+ };
200
+ /**
201
+ * Describes the message companyhelm.runner.v1.CodexDeviceCode.
202
+ * Use `create(CodexDeviceCodeSchema)` to create a new message.
163
203
  */
164
- export type KeepAliveResponse = Message<"companyhelm.runner.v1.KeepAliveResponse"> & {};
204
+ export declare const CodexDeviceCodeSchema: GenMessage<CodexDeviceCode>;
165
205
  /**
166
- * Describes the message companyhelm.runner.v1.KeepAliveResponse.
167
- * Use `create(KeepAliveResponseSchema)` to create a new message.
206
+ * @generated from message companyhelm.runner.v1.HeartbeatResponse
168
207
  */
169
- export declare const KeepAliveResponseSchema: GenMessage<KeepAliveResponse>;
208
+ export type HeartbeatResponse = Message<"companyhelm.runner.v1.HeartbeatResponse"> & {};
209
+ /**
210
+ * Describes the message companyhelm.runner.v1.HeartbeatResponse.
211
+ * Use `create(HeartbeatResponseSchema)` to create a new message.
212
+ */
213
+ export declare const HeartbeatResponseSchema: GenMessage<HeartbeatResponse>;
170
214
  /**
171
215
  * @generated from message companyhelm.runner.v1.RequestError
172
216
  */
@@ -346,10 +390,16 @@ export type ServerMessage = Message<"companyhelm.runner.v1.ServerMessage"> & {
346
390
  case: "interruptTurnRequest";
347
391
  } | {
348
392
  /**
349
- * @generated from field: companyhelm.runner.v1.KeepAliveRequest keep_alive_request = 9;
393
+ * @generated from field: companyhelm.runner.v1.HeartbeatRequest heartbeat_request = 9;
350
394
  */
351
- value: KeepAliveRequest;
352
- case: "keepAliveRequest";
395
+ value: HeartbeatRequest;
396
+ case: "heartbeatRequest";
397
+ } | {
398
+ /**
399
+ * @generated from field: companyhelm.runner.v1.CodexConfigurationRequest codex_configuration_request = 10;
400
+ */
401
+ value: CodexConfigurationRequest;
402
+ case: "codexConfigurationRequest";
353
403
  } | {
354
404
  case: undefined;
355
405
  value?: undefined;
@@ -361,14 +411,32 @@ export type ServerMessage = Message<"companyhelm.runner.v1.ServerMessage"> & {
361
411
  */
362
412
  export declare const ServerMessageSchema: GenMessage<ServerMessage>;
363
413
  /**
364
- * @generated from message companyhelm.runner.v1.KeepAliveRequest
414
+ * @generated from message companyhelm.runner.v1.CodexConfigurationRequest
415
+ */
416
+ export type CodexConfigurationRequest = Message<"companyhelm.runner.v1.CodexConfigurationRequest"> & {
417
+ /**
418
+ * @generated from field: companyhelm.runner.v1.CodexAuthType auth_type = 1;
419
+ */
420
+ authType: CodexAuthType;
421
+ /**
422
+ * @generated from field: optional string codex_api_key = 2;
423
+ */
424
+ codexApiKey?: string;
425
+ };
426
+ /**
427
+ * Describes the message companyhelm.runner.v1.CodexConfigurationRequest.
428
+ * Use `create(CodexConfigurationRequestSchema)` to create a new message.
365
429
  */
366
- export type KeepAliveRequest = Message<"companyhelm.runner.v1.KeepAliveRequest"> & {};
430
+ export declare const CodexConfigurationRequestSchema: GenMessage<CodexConfigurationRequest>;
367
431
  /**
368
- * Describes the message companyhelm.runner.v1.KeepAliveRequest.
369
- * Use `create(KeepAliveRequestSchema)` to create a new message.
432
+ * @generated from message companyhelm.runner.v1.HeartbeatRequest
370
433
  */
371
- export declare const KeepAliveRequestSchema: GenMessage<KeepAliveRequest>;
434
+ export type HeartbeatRequest = Message<"companyhelm.runner.v1.HeartbeatRequest"> & {};
435
+ /**
436
+ * Describes the message companyhelm.runner.v1.HeartbeatRequest.
437
+ * Use `create(HeartbeatRequestSchema)` to create a new message.
438
+ */
439
+ export declare const HeartbeatRequestSchema: GenMessage<HeartbeatRequest>;
372
440
  /**
373
441
  * @generated from message companyhelm.runner.v1.CreateThreadRequest
374
442
  */
@@ -883,6 +951,27 @@ export declare enum ItemType {
883
951
  * Describes the enum companyhelm.runner.v1.ItemType.
884
952
  */
885
953
  export declare const ItemTypeSchema: GenEnum<ItemType>;
954
+ /**
955
+ * @generated from enum companyhelm.runner.v1.CodexAuthType
956
+ */
957
+ export declare enum CodexAuthType {
958
+ /**
959
+ * @generated from enum value: CODEX_AUTH_TYPE_UNSPECIFIED = 0;
960
+ */
961
+ UNSPECIFIED = 0,
962
+ /**
963
+ * @generated from enum value: CODEX_AUTH_TYPE_DEVICE_CODE = 1;
964
+ */
965
+ DEVICE_CODE = 1,
966
+ /**
967
+ * @generated from enum value: CODEX_AUTH_TYPE_API_KEY = 2;
968
+ */
969
+ API_KEY = 2
970
+ }
971
+ /**
972
+ * Describes the enum companyhelm.runner.v1.CodexAuthType.
973
+ */
974
+ export declare const CodexAuthTypeSchema: GenEnum<CodexAuthType>;
886
975
  /**
887
976
  * @generated from enum companyhelm.runner.v1.ThreadMcpAuthType
888
977
  */
@@ -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.ThreadMcpAuthTypeSchema = exports.ThreadMcpAuthType = exports.ItemTypeSchema = exports.ItemType = exports.ItemStatusSchema = exports.ItemStatus = exports.TurnStatusSchema = exports.TurnStatus = exports.ThreadStatusSchema = exports.ThreadStatus = exports.AgentSdkStatusSchema = exports.AgentSdkStatus = exports.GithubInstallationAccessTokenResponseSchema = exports.GithubInstallationAccessTokenRequestSchema = exports.ListGithubInstallationsResponseSchema = exports.ListGithubInstallationsRequestSchema = exports.GithubInstallationSchema = exports.InterruptTurnRequestSchema = exports.CreateUserMessageRequestSchema = exports.DeleteThreadRequestSchema = exports.ThreadGitSkillSchema = exports.ThreadGitSkillPackageSchema = exports.ThreadMcpServerSchema = exports.ThreadMcpStreamableHttpConfigSchema = exports.ThreadMcpStdioConfigSchema = exports.ThreadMcpHeaderSchema = exports.CreateThreadRequestSchema = exports.KeepAliveRequestSchema = exports.ServerMessageSchema = exports.CommandExecutionItemSchema = exports.ItemUpdateSchema = exports.TurnUpdateSchema = exports.ThreadNameUpdateSchema = exports.ThreadUpdateSchema = exports.RequestErrorSchema = exports.KeepAliveResponseSchema = exports.ClientMessageSchema = exports.RegisterRunnerResponseSchema = exports.ModelReasoningSchema = exports.LLMModelSchema = exports.AgentSdkSchema = exports.RegisterRunnerRequestSchema = exports.file_companyhelm_runner_v1_runner = void 0;
6
+ exports.AgentRunnerControlService = exports.ThreadMcpAuthTypeSchema = exports.ThreadMcpAuthType = exports.CodexAuthTypeSchema = exports.CodexAuthType = exports.ItemTypeSchema = exports.ItemType = exports.ItemStatusSchema = exports.ItemStatus = exports.TurnStatusSchema = exports.TurnStatus = exports.ThreadStatusSchema = exports.ThreadStatus = exports.AgentSdkStatusSchema = exports.AgentSdkStatus = exports.GithubInstallationAccessTokenResponseSchema = exports.GithubInstallationAccessTokenRequestSchema = exports.ListGithubInstallationsResponseSchema = exports.ListGithubInstallationsRequestSchema = exports.GithubInstallationSchema = exports.InterruptTurnRequestSchema = exports.CreateUserMessageRequestSchema = exports.DeleteThreadRequestSchema = exports.ThreadGitSkillSchema = exports.ThreadGitSkillPackageSchema = exports.ThreadMcpServerSchema = exports.ThreadMcpStreamableHttpConfigSchema = exports.ThreadMcpStdioConfigSchema = exports.ThreadMcpHeaderSchema = exports.CreateThreadRequestSchema = exports.HeartbeatRequestSchema = exports.CodexConfigurationRequestSchema = exports.ServerMessageSchema = exports.CommandExecutionItemSchema = exports.ItemUpdateSchema = exports.TurnUpdateSchema = exports.ThreadNameUpdateSchema = exports.ThreadUpdateSchema = exports.RequestErrorSchema = exports.HeartbeatResponseSchema = exports.CodexDeviceCodeSchema = exports.SdkUpdateSchema = 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)("CiJjb21wYW55aGVsbS9ydW5uZXIvdjEvcnVubmVyLnByb3RvEhVjb21wYW55aGVsbS5ydW5uZXIudjEiTAoVUmVnaXN0ZXJSdW5uZXJSZXF1ZXN0EjMKCmFnZW50X3Nka3MYASADKAsyHy5jb21wYW55aGVsbS5ydW5uZXIudjEuQWdlbnRTZGsiiQEKCEFnZW50U2RrEhUKBG5hbWUYASABKAlCB7pIBHICEAESLwoGbW9kZWxzGAIgAygLMh8uY29tcGFueWhlbG0ucnVubmVyLnYxLkxMTU1vZGVsEjUKBnN0YXR1cxgDIAEoDjIlLmNvbXBhbnloZWxtLnJ1bm5lci52MS5BZ2VudFNka1N0YXR1cyI0CghMTE1Nb2RlbBIVCgRuYW1lGAEgASgJQge6SARyAhABEhEKCXJlYXNvbmluZxgCIAMoCSInCg5Nb2RlbFJlYXNvbmluZxIVCgRuYW1lGAEgASgJQge6SARyAhABIhgKFlJlZ2lzdGVyUnVubmVyUmVzcG9uc2UiwgMKDUNsaWVudE1lc3NhZ2USFwoKcmVxdWVzdF9pZBgBIAEoCUgBiAEBEjwKDXJlcXVlc3RfZXJyb3IYAiABKAsyIy5jb21wYW55aGVsbS5ydW5uZXIudjEuUmVxdWVzdEVycm9ySAASPAoNdGhyZWFkX3VwZGF0ZRgEIAEoCzIjLmNvbXBhbnloZWxtLnJ1bm5lci52MS5UaHJlYWRVcGRhdGVIABI4Cgt0dXJuX3VwZGF0ZRgFIAEoCzIhLmNvbXBhbnloZWxtLnJ1bm5lci52MS5UdXJuVXBkYXRlSAASOAoLaXRlbV91cGRhdGUYBiABKAsyIS5jb21wYW55aGVsbS5ydW5uZXIudjEuSXRlbVVwZGF0ZUgAEkUKEnRocmVhZF9uYW1lX3VwZGF0ZRgIIAEoCzInLmNvbXBhbnloZWxtLnJ1bm5lci52MS5UaHJlYWROYW1lVXBkYXRlSAASRwoTa2VlcF9hbGl2ZV9yZXNwb25zZRgJIAEoCzIoLmNvbXBhbnloZWxtLnJ1bm5lci52MS5LZWVwQWxpdmVSZXNwb25zZUgAQgkKB3BheWxvYWRCDQoLX3JlcXVlc3RfaWQiEwoRS2VlcEFsaXZlUmVzcG9uc2UiLgoMUmVxdWVzdEVycm9yEh4KDWVycm9yX21lc3NhZ2UYASABKAlCB7pIBHICEAEiXwoMVGhyZWFkVXBkYXRlEhoKCXRocmVhZF9pZBgBIAEoCUIHukgEcgIQARIzCgZzdGF0dXMYAiABKA4yIy5jb21wYW55aGVsbS5ydW5uZXIudjEuVGhyZWFkU3RhdHVzIlgKEFRocmVhZE5hbWVVcGRhdGUSGgoJdGhyZWFkX2lkGAEgASgJQge6SARyAhABEhgKC3RocmVhZF9uYW1lGAIgASgJSACIAQFCDgoMX3RocmVhZF9uYW1lInkKClR1cm5VcGRhdGUSHAoLc2RrX3R1cm5faWQYASABKAlCB7pIBHICEAESMQoGc3RhdHVzGAIgASgOMiEuY29tcGFueWhlbG0ucnVubmVyLnYxLlR1cm5TdGF0dXMSGgoJdGhyZWFkX2lkGAMgASgJQge6SARyAhABItQCCgpJdGVtVXBkYXRlEhwKC3Nka19pdGVtX2lkGAEgASgJQge6SARyAhABEjEKBnN0YXR1cxgCIAEoDjIhLmNvbXBhbnloZWxtLnJ1bm5lci52MS5JdGVtU3RhdHVzEjIKCWl0ZW1fdHlwZRgFIAEoDjIfLmNvbXBhbnloZWxtLnJ1bm5lci52MS5JdGVtVHlwZRIRCgR0ZXh0GAYgASgJSACIAQESUAoWY29tbWFuZF9leGVjdXRpb25faXRlbRgHIAEoCzIrLmNvbXBhbnloZWxtLnJ1bm5lci52MS5Db21tYW5kRXhlY3V0aW9uSXRlbUgBiAEBEhoKCXRocmVhZF9pZBgIIAEoCUIHukgEcgIQARIcCgtzZGtfdHVybl9pZBgJIAEoCUIHukgEcgIQAUIHCgVfdGV4dEIZChdfY29tbWFuZF9leGVjdXRpb25faXRlbSKDAQoUQ29tbWFuZEV4ZWN1dGlvbkl0ZW0SGAoHY29tbWFuZBgBIAEoCUIHukgEcgIQARIUCgNjd2QYAiABKAlCB7pIBHICEAESGwoKcHJvY2Vzc19pZBgDIAEoCUIHukgEcgIQARITCgZvdXRwdXQYBCABKAlIAIgBAUIJCgdfb3V0cHV0IqIDCg1TZXJ2ZXJNZXNzYWdlEksKFWNyZWF0ZV90aHJlYWRfcmVxdWVzdBgEIAEoCzIqLmNvbXBhbnloZWxtLnJ1bm5lci52MS5DcmVhdGVUaHJlYWRSZXF1ZXN0SAASSwoVZGVsZXRlX3RocmVhZF9yZXF1ZXN0GAUgASgLMiouY29tcGFueWhlbG0ucnVubmVyLnYxLkRlbGV0ZVRocmVhZFJlcXVlc3RIABJWChtjcmVhdGVfdXNlcl9tZXNzYWdlX3JlcXVlc3QYBiABKAsyLy5jb21wYW55aGVsbS5ydW5uZXIudjEuQ3JlYXRlVXNlck1lc3NhZ2VSZXF1ZXN0SAASTQoWaW50ZXJydXB0X3R1cm5fcmVxdWVzdBgIIAEoCzIrLmNvbXBhbnloZWxtLnJ1bm5lci52MS5JbnRlcnJ1cHRUdXJuUmVxdWVzdEgAEkUKEmtlZXBfYWxpdmVfcmVxdWVzdBgJIAEoCzInLmNvbXBhbnloZWxtLnJ1bm5lci52MS5LZWVwQWxpdmVSZXF1ZXN0SABCCQoHcmVxdWVzdCISChBLZWVwQWxpdmVSZXF1ZXN0Iu0CChNDcmVhdGVUaHJlYWRSZXF1ZXN0EhoKCXRocmVhZF9pZBgCIAEoCUIHukgEcgIQARIWCgVtb2RlbBgDIAEoCUIHukgEcgIQARIcCg9yZWFzb25pbmdfbGV2ZWwYBCABKAlIAIgBARIqCh1hZGRpdGlvbmFsX21vZGVsX2luc3RydWN0aW9ucxgFIAEoCUgBiAEBEjsKC21jcF9zZXJ2ZXJzGAYgAygLMiYuY29tcGFueWhlbG0ucnVubmVyLnYxLlRocmVhZE1jcFNlcnZlchJIChJnaXRfc2tpbGxfcGFja2FnZXMYByADKAsyLC5jb21wYW55aGVsbS5ydW5uZXIudjEuVGhyZWFkR2l0U2tpbGxQYWNrYWdlEhsKCmNsaV9zZWNyZXQYCCABKAlCB7pIBHICEAFCEgoQX3JlYXNvbmluZ19sZXZlbEIgCh5fYWRkaXRpb25hbF9tb2RlbF9pbnN0cnVjdGlvbnMiNgoPVGhyZWFkTWNwSGVhZGVyEhQKA2tleRgBIAEoCUIHukgEcgIQARINCgV2YWx1ZRgCIAEoCSJ4ChRUaHJlYWRNY3BTdGRpb0NvbmZpZxIYCgdjb21tYW5kGAEgASgJQge6SARyAhABEgwKBGFyZ3MYAiADKAkSOAoIZW52X3ZhcnMYAyADKAsyJi5jb21wYW55aGVsbS5ydW5uZXIudjEuVGhyZWFkTWNwSGVhZGVyItcBCh1UaHJlYWRNY3BTdHJlYW1hYmxlSHR0cENvbmZpZxIUCgN1cmwYASABKAlCB7pIBHICEAESOwoJYXV0aF90eXBlGAIgASgOMiguY29tcGFueWhlbG0ucnVubmVyLnYxLlRocmVhZE1jcEF1dGhUeXBlEhkKDGJlYXJlcl90b2tlbhgDIAEoCUgAiAEBEjcKB2hlYWRlcnMYBCADKAsyJi5jb21wYW55aGVsbS5ydW5uZXIudjEuVGhyZWFkTWNwSGVhZGVyQg8KDV9iZWFyZXJfdG9rZW4i5wEKD1RocmVhZE1jcFNlcnZlchIaCglzZXJ2ZXJfaWQYASABKAlCB7pIBHICEAESFQoEbmFtZRgCIAEoCUIHukgEcgIQARI8CgVzdGRpbxgDIAEoCzIrLmNvbXBhbnloZWxtLnJ1bm5lci52MS5UaHJlYWRNY3BTdGRpb0NvbmZpZ0gAEk8KD3N0cmVhbWFibGVfaHR0cBgEIAEoCzI0LmNvbXBhbnloZWxtLnJ1bm5lci52MS5UaHJlYWRNY3BTdHJlYW1hYmxlSHR0cENvbmZpZ0gAQhIKEHRyYW5zcG9ydF9jb25maWcikgEKFVRocmVhZEdpdFNraWxsUGFja2FnZRIfCg5yZXBvc2l0b3J5X3VybBgBIAEoCUIHukgEcgIQARIhChBjb21taXRfcmVmZXJlbmNlGAIgASgJQge6SARyAhABEjUKBnNraWxscxgDIAMoCzIlLmNvbXBhbnloZWxtLnJ1bm5lci52MS5UaHJlYWRHaXRTa2lsbCIxCg5UaHJlYWRHaXRTa2lsbBIfCg5kaXJlY3RvcnlfcGF0aBgBIAEoCUIHukgEcgIQASIxChNEZWxldGVUaHJlYWRSZXF1ZXN0EhoKCXRocmVhZF9pZBgCIAEoCUIHukgEcgIQASK+AQoYQ3JlYXRlVXNlck1lc3NhZ2VSZXF1ZXN0EhoKCXRocmVhZF9pZBgCIAEoCUIHukgEcgIQARIVCgR0ZXh0GAMgASgJQge6SARyAhABEhMKC2FsbG93X3N0ZWVyGAYgASgIEhIKBW1vZGVsGAQgASgJSACIAQESIgoVbW9kZWxfcmVhc29uaW5nX2xldmVsGAUgASgJSAGIAQFCCAoGX21vZGVsQhgKFl9tb2RlbF9yZWFzb25pbmdfbGV2ZWwiMgoUSW50ZXJydXB0VHVyblJlcXVlc3QSGgoJdGhyZWFkX2lkGAIgASgJQge6SARyAhABIjYKEkdpdGh1Ykluc3RhbGxhdGlvbhIgCg9pbnN0YWxsYXRpb25faWQYASABKANCB7pIBCICKAEiIAoeTGlzdEdpdGh1Ykluc3RhbGxhdGlvbnNSZXF1ZXN0ImMKH0xpc3RHaXRodWJJbnN0YWxsYXRpb25zUmVzcG9uc2USQAoNaW5zdGFsbGF0aW9ucxgBIAMoCzIpLmNvbXBhbnloZWxtLnJ1bm5lci52MS5HaXRodWJJbnN0YWxsYXRpb24iSAokR2l0aHViSW5zdGFsbGF0aW9uQWNjZXNzVG9rZW5SZXF1ZXN0EiAKD2luc3RhbGxhdGlvbl9pZBgBIAEoA0IHukgEIgIoASK3AQolR2l0aHViSW5zdGFsbGF0aW9uQWNjZXNzVG9rZW5SZXNwb25zZRIgCg9pbnN0YWxsYXRpb25faWQYASABKANCB7pIBCICKAESHQoMYWNjZXNzX3Rva2VuGAIgASgJQge6SARyAhABEikKIWFjY2Vzc190b2tlbl9leHBpcmVzX3VuaXhfdGltZV9tcxgDIAEoAxIiCgxyZXBvc2l0b3JpZXMYBCADKAlCDLpICZIBBiIEcgIQASpxCg5BZ2VudFNka1N0YXR1cxIgChxBR0VOVF9TREtfU1RBVFVTX1VOU1BFQ0lGSUVEEAASIQodQUdFTlRfU0RLX1NUQVRVU19VTkNPTkZJR1VSRUQQARIaChZBR0VOVF9TREtfU1RBVFVTX1JFQURZEAIqXQoMVGhyZWFkU3RhdHVzEhkKFVRIUkVBRF9TVEFUVVNfVU5LTk9XThAAEhcKE1RIUkVBRF9TVEFUVVNfUkVBRFkQARIZChVUSFJFQURfU1RBVFVTX0RFTEVURUQQAipZCgpUdXJuU3RhdHVzEhcKE1RVUk5fU1RBVFVTX1VOS05PV04QABIXChNUVVJOX1NUQVRVU19SVU5OSU5HEAESGQoVVFVSTl9TVEFUVVNfQ09NUExFVEVEEAIqWQoKSXRlbVN0YXR1cxIXChNJVEVNX1NUQVRVU19VTktOT1dOEAASFwoTSVRFTV9TVEFUVVNfUlVOTklORxABEhkKFUlURU1fU1RBVFVTX0NPTVBMRVRFRBACKp8CCghJdGVtVHlwZRIVChFJVEVNX1RZUEVfVU5LTk9XThAAEhAKDFVTRVJfTUVTU0FHRRABEhEKDUFHRU5UX01FU1NBR0UQAhINCglSRUFTT05JTkcQBBIVChFDT01NQU5EX0VYRUNVVElPThAFEggKBFBMQU4QBhIPCgtGSUxFX0NIQU5HRRAHEhEKDU1DUF9UT09MX0NBTEwQCBIaChZDT0xMQUJfQUdFTlRfVE9PTF9DQUxMEAkSDgoKV0VCX1NFQVJDSBAKEg4KCklNQUdFX1ZJRVcQCxIXChNFTlRFUkVEX1JFVklFV19NT0RFEAwSFgoSRVhJVEVEX1JFVklFV19NT0RFEA0SFgoSQ09OVEVYVF9DT01QQUNUSU9OEA4qfwoRVGhyZWFkTWNwQXV0aFR5cGUSJAogVEhSRUFEX01DUF9BVVRIX1RZUEVfVU5TUEVDSUZJRUQQABIdChlUSFJFQURfTUNQX0FVVEhfVFlQRV9OT05FEAESJQohVEhSRUFEX01DUF9BVVRIX1RZUEVfQkVBUkVSX1RPS0VOEAIylAQKGUFnZW50UnVubmVyQ29udHJvbFNlcnZpY2USbQoOUmVnaXN0ZXJSdW5uZXISLC5jb21wYW55aGVsbS5ydW5uZXIudjEuUmVnaXN0ZXJSdW5uZXJSZXF1ZXN0Gi0uY29tcGFueWhlbG0ucnVubmVyLnYxLlJlZ2lzdGVyUnVubmVyUmVzcG9uc2USYAoOQ29udHJvbENoYW5uZWwSJC5jb21wYW55aGVsbS5ydW5uZXIudjEuQ2xpZW50TWVzc2FnZRokLmNvbXBhbnloZWxtLnJ1bm5lci52MS5TZXJ2ZXJNZXNzYWdlKAEwARKIAQoXTGlzdEdpdGh1Ykluc3RhbGxhdGlvbnMSNS5jb21wYW55aGVsbS5ydW5uZXIudjEuTGlzdEdpdGh1Ykluc3RhbGxhdGlvbnNSZXF1ZXN0GjYuY29tcGFueWhlbG0ucnVubmVyLnYxLkxpc3RHaXRodWJJbnN0YWxsYXRpb25zUmVzcG9uc2USmgEKHUdpdGh1Ykluc3RhbGxhdGlvbkFjY2Vzc1Rva2VuEjsuY29tcGFueWhlbG0ucnVubmVyLnYxLkdpdGh1Ykluc3RhbGxhdGlvbkFjY2Vzc1Rva2VuUmVxdWVzdBo8LmNvbXBhbnloZWxtLnJ1bm5lci52MS5HaXRodWJJbnN0YWxsYXRpb25BY2Nlc3NUb2tlblJlc3BvbnNlYgZwcm90bzM", [validate_pb_1.file_buf_validate_validate]);
12
+ exports.file_companyhelm_runner_v1_runner = (0, codegenv2_1.fileDesc)("CiJjb21wYW55aGVsbS9ydW5uZXIvdjEvcnVubmVyLnByb3RvEhVjb21wYW55aGVsbS5ydW5uZXIudjEiTAoVUmVnaXN0ZXJSdW5uZXJSZXF1ZXN0EjMKCmFnZW50X3Nka3MYASADKAsyHy5jb21wYW55aGVsbS5ydW5uZXIudjEuQWdlbnRTZGsiiQEKCEFnZW50U2RrEhUKBG5hbWUYASABKAlCB7pIBHICEAESLwoGbW9kZWxzGAIgAygLMh8uY29tcGFueWhlbG0ucnVubmVyLnYxLkxMTU1vZGVsEjUKBnN0YXR1cxgDIAEoDjIlLmNvbXBhbnloZWxtLnJ1bm5lci52MS5BZ2VudFNka1N0YXR1cyI0CghMTE1Nb2RlbBIVCgRuYW1lGAEgASgJQge6SARyAhABEhEKCXJlYXNvbmluZxgCIAMoCSInCg5Nb2RlbFJlYXNvbmluZxIVCgRuYW1lGAEgASgJQge6SARyAhABIhgKFlJlZ2lzdGVyUnVubmVyUmVzcG9uc2UivgQKDUNsaWVudE1lc3NhZ2USFwoKcmVxdWVzdF9pZBgBIAEoCUgBiAEBEjwKDXJlcXVlc3RfZXJyb3IYAiABKAsyIy5jb21wYW55aGVsbS5ydW5uZXIudjEuUmVxdWVzdEVycm9ySAASPAoNdGhyZWFkX3VwZGF0ZRgEIAEoCzIjLmNvbXBhbnloZWxtLnJ1bm5lci52MS5UaHJlYWRVcGRhdGVIABI4Cgt0dXJuX3VwZGF0ZRgFIAEoCzIhLmNvbXBhbnloZWxtLnJ1bm5lci52MS5UdXJuVXBkYXRlSAASOAoLaXRlbV91cGRhdGUYBiABKAsyIS5jb21wYW55aGVsbS5ydW5uZXIudjEuSXRlbVVwZGF0ZUgAEkUKEnRocmVhZF9uYW1lX3VwZGF0ZRgIIAEoCzInLmNvbXBhbnloZWxtLnJ1bm5lci52MS5UaHJlYWROYW1lVXBkYXRlSAASRgoSaGVhcnRiZWF0X3Jlc3BvbnNlGAkgASgLMiguY29tcGFueWhlbG0ucnVubmVyLnYxLkhlYXJ0YmVhdFJlc3BvbnNlSAASNgoKc2RrX3VwZGF0ZRgKIAEoCzIgLmNvbXBhbnloZWxtLnJ1bm5lci52MS5TZGtVcGRhdGVIABJDChFjb2RleF9kZXZpY2VfY29kZRgLIAEoCzImLmNvbXBhbnloZWxtLnJ1bm5lci52MS5Db2RleERldmljZUNvZGVIAEIJCgdwYXlsb2FkQg0KC19yZXF1ZXN0X2lkIlsKCVNka1VwZGF0ZRIXCgZzZGtfaWQYASABKAlCB7pIBHICEAESNQoGc3RhdHVzGAIgASgOMiUuY29tcGFueWhlbG0ucnVubmVyLnYxLkFnZW50U2RrU3RhdHVzIi8KD0NvZGV4RGV2aWNlQ29kZRIcCgtkZXZpY2VfY29kZRgBIAEoCUIHukgEcgIQASITChFIZWFydGJlYXRSZXNwb25zZSIuCgxSZXF1ZXN0RXJyb3ISHgoNZXJyb3JfbWVzc2FnZRgBIAEoCUIHukgEcgIQASJfCgxUaHJlYWRVcGRhdGUSGgoJdGhyZWFkX2lkGAEgASgJQge6SARyAhABEjMKBnN0YXR1cxgCIAEoDjIjLmNvbXBhbnloZWxtLnJ1bm5lci52MS5UaHJlYWRTdGF0dXMiWAoQVGhyZWFkTmFtZVVwZGF0ZRIaCgl0aHJlYWRfaWQYASABKAlCB7pIBHICEAESGAoLdGhyZWFkX25hbWUYAiABKAlIAIgBAUIOCgxfdGhyZWFkX25hbWUieQoKVHVyblVwZGF0ZRIcCgtzZGtfdHVybl9pZBgBIAEoCUIHukgEcgIQARIxCgZzdGF0dXMYAiABKA4yIS5jb21wYW55aGVsbS5ydW5uZXIudjEuVHVyblN0YXR1cxIaCgl0aHJlYWRfaWQYAyABKAlCB7pIBHICEAEi1AIKCkl0ZW1VcGRhdGUSHAoLc2RrX2l0ZW1faWQYASABKAlCB7pIBHICEAESMQoGc3RhdHVzGAIgASgOMiEuY29tcGFueWhlbG0ucnVubmVyLnYxLkl0ZW1TdGF0dXMSMgoJaXRlbV90eXBlGAUgASgOMh8uY29tcGFueWhlbG0ucnVubmVyLnYxLkl0ZW1UeXBlEhEKBHRleHQYBiABKAlIAIgBARJQChZjb21tYW5kX2V4ZWN1dGlvbl9pdGVtGAcgASgLMisuY29tcGFueWhlbG0ucnVubmVyLnYxLkNvbW1hbmRFeGVjdXRpb25JdGVtSAGIAQESGgoJdGhyZWFkX2lkGAggASgJQge6SARyAhABEhwKC3Nka190dXJuX2lkGAkgASgJQge6SARyAhABQgcKBV90ZXh0QhkKF19jb21tYW5kX2V4ZWN1dGlvbl9pdGVtIoMBChRDb21tYW5kRXhlY3V0aW9uSXRlbRIYCgdjb21tYW5kGAEgASgJQge6SARyAhABEhQKA2N3ZBgCIAEoCUIHukgEcgIQARIbCgpwcm9jZXNzX2lkGAMgASgJQge6SARyAhABEhMKBm91dHB1dBgEIAEoCUgAiAEBQgkKB19vdXRwdXQi+gMKDVNlcnZlck1lc3NhZ2USSwoVY3JlYXRlX3RocmVhZF9yZXF1ZXN0GAQgASgLMiouY29tcGFueWhlbG0ucnVubmVyLnYxLkNyZWF0ZVRocmVhZFJlcXVlc3RIABJLChVkZWxldGVfdGhyZWFkX3JlcXVlc3QYBSABKAsyKi5jb21wYW55aGVsbS5ydW5uZXIudjEuRGVsZXRlVGhyZWFkUmVxdWVzdEgAElYKG2NyZWF0ZV91c2VyX21lc3NhZ2VfcmVxdWVzdBgGIAEoCzIvLmNvbXBhbnloZWxtLnJ1bm5lci52MS5DcmVhdGVVc2VyTWVzc2FnZVJlcXVlc3RIABJNChZpbnRlcnJ1cHRfdHVybl9yZXF1ZXN0GAggASgLMisuY29tcGFueWhlbG0ucnVubmVyLnYxLkludGVycnVwdFR1cm5SZXF1ZXN0SAASRAoRaGVhcnRiZWF0X3JlcXVlc3QYCSABKAsyJy5jb21wYW55aGVsbS5ydW5uZXIudjEuSGVhcnRiZWF0UmVxdWVzdEgAElcKG2NvZGV4X2NvbmZpZ3VyYXRpb25fcmVxdWVzdBgKIAEoCzIwLmNvbXBhbnloZWxtLnJ1bm5lci52MS5Db2RleENvbmZpZ3VyYXRpb25SZXF1ZXN0SABCCQoHcmVxdWVzdCKCAQoZQ29kZXhDb25maWd1cmF0aW9uUmVxdWVzdBI3CglhdXRoX3R5cGUYASABKA4yJC5jb21wYW55aGVsbS5ydW5uZXIudjEuQ29kZXhBdXRoVHlwZRIaCg1jb2RleF9hcGlfa2V5GAIgASgJSACIAQFCEAoOX2NvZGV4X2FwaV9rZXkiEgoQSGVhcnRiZWF0UmVxdWVzdCLtAgoTQ3JlYXRlVGhyZWFkUmVxdWVzdBIaCgl0aHJlYWRfaWQYAiABKAlCB7pIBHICEAESFgoFbW9kZWwYAyABKAlCB7pIBHICEAESHAoPcmVhc29uaW5nX2xldmVsGAQgASgJSACIAQESKgodYWRkaXRpb25hbF9tb2RlbF9pbnN0cnVjdGlvbnMYBSABKAlIAYgBARI7CgttY3Bfc2VydmVycxgGIAMoCzImLmNvbXBhbnloZWxtLnJ1bm5lci52MS5UaHJlYWRNY3BTZXJ2ZXISSAoSZ2l0X3NraWxsX3BhY2thZ2VzGAcgAygLMiwuY29tcGFueWhlbG0ucnVubmVyLnYxLlRocmVhZEdpdFNraWxsUGFja2FnZRIbCgpjbGlfc2VjcmV0GAggASgJQge6SARyAhABQhIKEF9yZWFzb25pbmdfbGV2ZWxCIAoeX2FkZGl0aW9uYWxfbW9kZWxfaW5zdHJ1Y3Rpb25zIjYKD1RocmVhZE1jcEhlYWRlchIUCgNrZXkYASABKAlCB7pIBHICEAESDQoFdmFsdWUYAiABKAkieAoUVGhyZWFkTWNwU3RkaW9Db25maWcSGAoHY29tbWFuZBgBIAEoCUIHukgEcgIQARIMCgRhcmdzGAIgAygJEjgKCGVudl92YXJzGAMgAygLMiYuY29tcGFueWhlbG0ucnVubmVyLnYxLlRocmVhZE1jcEhlYWRlciLXAQodVGhyZWFkTWNwU3RyZWFtYWJsZUh0dHBDb25maWcSFAoDdXJsGAEgASgJQge6SARyAhABEjsKCWF1dGhfdHlwZRgCIAEoDjIoLmNvbXBhbnloZWxtLnJ1bm5lci52MS5UaHJlYWRNY3BBdXRoVHlwZRIZCgxiZWFyZXJfdG9rZW4YAyABKAlIAIgBARI3CgdoZWFkZXJzGAQgAygLMiYuY29tcGFueWhlbG0ucnVubmVyLnYxLlRocmVhZE1jcEhlYWRlckIPCg1fYmVhcmVyX3Rva2VuIucBCg9UaHJlYWRNY3BTZXJ2ZXISGgoJc2VydmVyX2lkGAEgASgJQge6SARyAhABEhUKBG5hbWUYAiABKAlCB7pIBHICEAESPAoFc3RkaW8YAyABKAsyKy5jb21wYW55aGVsbS5ydW5uZXIudjEuVGhyZWFkTWNwU3RkaW9Db25maWdIABJPCg9zdHJlYW1hYmxlX2h0dHAYBCABKAsyNC5jb21wYW55aGVsbS5ydW5uZXIudjEuVGhyZWFkTWNwU3RyZWFtYWJsZUh0dHBDb25maWdIAEISChB0cmFuc3BvcnRfY29uZmlnIpIBChVUaHJlYWRHaXRTa2lsbFBhY2thZ2USHwoOcmVwb3NpdG9yeV91cmwYASABKAlCB7pIBHICEAESIQoQY29tbWl0X3JlZmVyZW5jZRgCIAEoCUIHukgEcgIQARI1CgZza2lsbHMYAyADKAsyJS5jb21wYW55aGVsbS5ydW5uZXIudjEuVGhyZWFkR2l0U2tpbGwiMQoOVGhyZWFkR2l0U2tpbGwSHwoOZGlyZWN0b3J5X3BhdGgYASABKAlCB7pIBHICEAEiMQoTRGVsZXRlVGhyZWFkUmVxdWVzdBIaCgl0aHJlYWRfaWQYAiABKAlCB7pIBHICEAEivgEKGENyZWF0ZVVzZXJNZXNzYWdlUmVxdWVzdBIaCgl0aHJlYWRfaWQYAiABKAlCB7pIBHICEAESFQoEdGV4dBgDIAEoCUIHukgEcgIQARITCgthbGxvd19zdGVlchgGIAEoCBISCgVtb2RlbBgEIAEoCUgAiAEBEiIKFW1vZGVsX3JlYXNvbmluZ19sZXZlbBgFIAEoCUgBiAEBQggKBl9tb2RlbEIYChZfbW9kZWxfcmVhc29uaW5nX2xldmVsIjIKFEludGVycnVwdFR1cm5SZXF1ZXN0EhoKCXRocmVhZF9pZBgCIAEoCUIHukgEcgIQASI2ChJHaXRodWJJbnN0YWxsYXRpb24SIAoPaW5zdGFsbGF0aW9uX2lkGAEgASgDQge6SAQiAigBIiAKHkxpc3RHaXRodWJJbnN0YWxsYXRpb25zUmVxdWVzdCJjCh9MaXN0R2l0aHViSW5zdGFsbGF0aW9uc1Jlc3BvbnNlEkAKDWluc3RhbGxhdGlvbnMYASADKAsyKS5jb21wYW55aGVsbS5ydW5uZXIudjEuR2l0aHViSW5zdGFsbGF0aW9uIkgKJEdpdGh1Ykluc3RhbGxhdGlvbkFjY2Vzc1Rva2VuUmVxdWVzdBIgCg9pbnN0YWxsYXRpb25faWQYASABKANCB7pIBCICKAEitwEKJUdpdGh1Ykluc3RhbGxhdGlvbkFjY2Vzc1Rva2VuUmVzcG9uc2USIAoPaW5zdGFsbGF0aW9uX2lkGAEgASgDQge6SAQiAigBEh0KDGFjY2Vzc190b2tlbhgCIAEoCUIHukgEcgIQARIpCiFhY2Nlc3NfdG9rZW5fZXhwaXJlc191bml4X3RpbWVfbXMYAyABKAMSIgoMcmVwb3NpdG9yaWVzGAQgAygJQgy6SAmSAQYiBHICEAEqcQoOQWdlbnRTZGtTdGF0dXMSIAocQUdFTlRfU0RLX1NUQVRVU19VTlNQRUNJRklFRBAAEiEKHUFHRU5UX1NES19TVEFUVVNfVU5DT05GSUdVUkVEEAESGgoWQUdFTlRfU0RLX1NUQVRVU19SRUFEWRACKl0KDFRocmVhZFN0YXR1cxIZChVUSFJFQURfU1RBVFVTX1VOS05PV04QABIXChNUSFJFQURfU1RBVFVTX1JFQURZEAESGQoVVEhSRUFEX1NUQVRVU19ERUxFVEVEEAIqWQoKVHVyblN0YXR1cxIXChNUVVJOX1NUQVRVU19VTktOT1dOEAASFwoTVFVSTl9TVEFUVVNfUlVOTklORxABEhkKFVRVUk5fU1RBVFVTX0NPTVBMRVRFRBACKlkKCkl0ZW1TdGF0dXMSFwoTSVRFTV9TVEFUVVNfVU5LTk9XThAAEhcKE0lURU1fU1RBVFVTX1JVTk5JTkcQARIZChVJVEVNX1NUQVRVU19DT01QTEVURUQQAiqfAgoISXRlbVR5cGUSFQoRSVRFTV9UWVBFX1VOS05PV04QABIQCgxVU0VSX01FU1NBR0UQARIRCg1BR0VOVF9NRVNTQUdFEAISDQoJUkVBU09OSU5HEAQSFQoRQ09NTUFORF9FWEVDVVRJT04QBRIICgRQTEFOEAYSDwoLRklMRV9DSEFOR0UQBxIRCg1NQ1BfVE9PTF9DQUxMEAgSGgoWQ09MTEFCX0FHRU5UX1RPT0xfQ0FMTBAJEg4KCldFQl9TRUFSQ0gQChIOCgpJTUFHRV9WSUVXEAsSFwoTRU5URVJFRF9SRVZJRVdfTU9ERRAMEhYKEkVYSVRFRF9SRVZJRVdfTU9ERRANEhYKEkNPTlRFWFRfQ09NUEFDVElPThAOKm4KDUNvZGV4QXV0aFR5cGUSHwobQ09ERVhfQVVUSF9UWVBFX1VOU1BFQ0lGSUVEEAASHwobQ09ERVhfQVVUSF9UWVBFX0RFVklDRV9DT0RFEAESGwoXQ09ERVhfQVVUSF9UWVBFX0FQSV9LRVkQAip/ChFUaHJlYWRNY3BBdXRoVHlwZRIkCiBUSFJFQURfTUNQX0FVVEhfVFlQRV9VTlNQRUNJRklFRBAAEh0KGVRIUkVBRF9NQ1BfQVVUSF9UWVBFX05PTkUQARIlCiFUSFJFQURfTUNQX0FVVEhfVFlQRV9CRUFSRVJfVE9LRU4QAjKUBAoZQWdlbnRSdW5uZXJDb250cm9sU2VydmljZRJtCg5SZWdpc3RlclJ1bm5lchIsLmNvbXBhbnloZWxtLnJ1bm5lci52MS5SZWdpc3RlclJ1bm5lclJlcXVlc3QaLS5jb21wYW55aGVsbS5ydW5uZXIudjEuUmVnaXN0ZXJSdW5uZXJSZXNwb25zZRJgCg5Db250cm9sQ2hhbm5lbBIkLmNvbXBhbnloZWxtLnJ1bm5lci52MS5DbGllbnRNZXNzYWdlGiQuY29tcGFueWhlbG0ucnVubmVyLnYxLlNlcnZlck1lc3NhZ2UoATABEogBChdMaXN0R2l0aHViSW5zdGFsbGF0aW9ucxI1LmNvbXBhbnloZWxtLnJ1bm5lci52MS5MaXN0R2l0aHViSW5zdGFsbGF0aW9uc1JlcXVlc3QaNi5jb21wYW55aGVsbS5ydW5uZXIudjEuTGlzdEdpdGh1Ykluc3RhbGxhdGlvbnNSZXNwb25zZRKaAQodR2l0aHViSW5zdGFsbGF0aW9uQWNjZXNzVG9rZW4SOy5jb21wYW55aGVsbS5ydW5uZXIudjEuR2l0aHViSW5zdGFsbGF0aW9uQWNjZXNzVG9rZW5SZXF1ZXN0GjwuY29tcGFueWhlbG0ucnVubmVyLnYxLkdpdGh1Ykluc3RhbGxhdGlvbkFjY2Vzc1Rva2VuUmVzcG9uc2ViBnByb3RvMw", [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.
@@ -41,125 +41,140 @@ exports.RegisterRunnerResponseSchema = (0, codegenv2_1.messageDesc)(exports.file
41
41
  */
42
42
  exports.ClientMessageSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 5);
43
43
  /**
44
- * Describes the message companyhelm.runner.v1.KeepAliveResponse.
45
- * Use `create(KeepAliveResponseSchema)` to create a new message.
44
+ * Describes the message companyhelm.runner.v1.SdkUpdate.
45
+ * Use `create(SdkUpdateSchema)` to create a new message.
46
46
  */
47
- exports.KeepAliveResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 6);
47
+ exports.SdkUpdateSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 6);
48
+ /**
49
+ * Describes the message companyhelm.runner.v1.CodexDeviceCode.
50
+ * Use `create(CodexDeviceCodeSchema)` to create a new message.
51
+ */
52
+ exports.CodexDeviceCodeSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 7);
53
+ /**
54
+ * Describes the message companyhelm.runner.v1.HeartbeatResponse.
55
+ * Use `create(HeartbeatResponseSchema)` to create a new message.
56
+ */
57
+ exports.HeartbeatResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 8);
48
58
  /**
49
59
  * Describes the message companyhelm.runner.v1.RequestError.
50
60
  * Use `create(RequestErrorSchema)` to create a new message.
51
61
  */
52
- exports.RequestErrorSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 7);
62
+ exports.RequestErrorSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 9);
53
63
  /**
54
64
  * Describes the message companyhelm.runner.v1.ThreadUpdate.
55
65
  * Use `create(ThreadUpdateSchema)` to create a new message.
56
66
  */
57
- exports.ThreadUpdateSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 8);
67
+ exports.ThreadUpdateSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 10);
58
68
  /**
59
69
  * Describes the message companyhelm.runner.v1.ThreadNameUpdate.
60
70
  * Use `create(ThreadNameUpdateSchema)` to create a new message.
61
71
  */
62
- exports.ThreadNameUpdateSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 9);
72
+ exports.ThreadNameUpdateSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 11);
63
73
  /**
64
74
  * Describes the message companyhelm.runner.v1.TurnUpdate.
65
75
  * Use `create(TurnUpdateSchema)` to create a new message.
66
76
  */
67
- exports.TurnUpdateSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 10);
77
+ exports.TurnUpdateSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 12);
68
78
  /**
69
79
  * Describes the message companyhelm.runner.v1.ItemUpdate.
70
80
  * Use `create(ItemUpdateSchema)` to create a new message.
71
81
  */
72
- exports.ItemUpdateSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 11);
82
+ exports.ItemUpdateSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 13);
73
83
  /**
74
84
  * Describes the message companyhelm.runner.v1.CommandExecutionItem.
75
85
  * Use `create(CommandExecutionItemSchema)` to create a new message.
76
86
  */
77
- exports.CommandExecutionItemSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 12);
87
+ exports.CommandExecutionItemSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 14);
78
88
  /**
79
89
  * Describes the message companyhelm.runner.v1.ServerMessage.
80
90
  * Use `create(ServerMessageSchema)` to create a new message.
81
91
  */
82
- exports.ServerMessageSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 13);
92
+ exports.ServerMessageSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 15);
83
93
  /**
84
- * Describes the message companyhelm.runner.v1.KeepAliveRequest.
85
- * Use `create(KeepAliveRequestSchema)` to create a new message.
94
+ * Describes the message companyhelm.runner.v1.CodexConfigurationRequest.
95
+ * Use `create(CodexConfigurationRequestSchema)` to create a new message.
86
96
  */
87
- exports.KeepAliveRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 14);
97
+ exports.CodexConfigurationRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 16);
98
+ /**
99
+ * Describes the message companyhelm.runner.v1.HeartbeatRequest.
100
+ * Use `create(HeartbeatRequestSchema)` to create a new message.
101
+ */
102
+ exports.HeartbeatRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 17);
88
103
  /**
89
104
  * Describes the message companyhelm.runner.v1.CreateThreadRequest.
90
105
  * Use `create(CreateThreadRequestSchema)` to create a new message.
91
106
  */
92
- exports.CreateThreadRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 15);
107
+ exports.CreateThreadRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 18);
93
108
  /**
94
109
  * Describes the message companyhelm.runner.v1.ThreadMcpHeader.
95
110
  * Use `create(ThreadMcpHeaderSchema)` to create a new message.
96
111
  */
97
- exports.ThreadMcpHeaderSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 16);
112
+ exports.ThreadMcpHeaderSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 19);
98
113
  /**
99
114
  * Describes the message companyhelm.runner.v1.ThreadMcpStdioConfig.
100
115
  * Use `create(ThreadMcpStdioConfigSchema)` to create a new message.
101
116
  */
102
- exports.ThreadMcpStdioConfigSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 17);
117
+ exports.ThreadMcpStdioConfigSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 20);
103
118
  /**
104
119
  * Describes the message companyhelm.runner.v1.ThreadMcpStreamableHttpConfig.
105
120
  * Use `create(ThreadMcpStreamableHttpConfigSchema)` to create a new message.
106
121
  */
107
- exports.ThreadMcpStreamableHttpConfigSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 18);
122
+ exports.ThreadMcpStreamableHttpConfigSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 21);
108
123
  /**
109
124
  * Describes the message companyhelm.runner.v1.ThreadMcpServer.
110
125
  * Use `create(ThreadMcpServerSchema)` to create a new message.
111
126
  */
112
- exports.ThreadMcpServerSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 19);
127
+ exports.ThreadMcpServerSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 22);
113
128
  /**
114
129
  * Describes the message companyhelm.runner.v1.ThreadGitSkillPackage.
115
130
  * Use `create(ThreadGitSkillPackageSchema)` to create a new message.
116
131
  */
117
- exports.ThreadGitSkillPackageSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 20);
132
+ exports.ThreadGitSkillPackageSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 23);
118
133
  /**
119
134
  * Describes the message companyhelm.runner.v1.ThreadGitSkill.
120
135
  * Use `create(ThreadGitSkillSchema)` to create a new message.
121
136
  */
122
- exports.ThreadGitSkillSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 21);
137
+ exports.ThreadGitSkillSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 24);
123
138
  /**
124
139
  * Describes the message companyhelm.runner.v1.DeleteThreadRequest.
125
140
  * Use `create(DeleteThreadRequestSchema)` to create a new message.
126
141
  */
127
- exports.DeleteThreadRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 22);
142
+ exports.DeleteThreadRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 25);
128
143
  /**
129
144
  * Describes the message companyhelm.runner.v1.CreateUserMessageRequest.
130
145
  * Use `create(CreateUserMessageRequestSchema)` to create a new message.
131
146
  */
132
- exports.CreateUserMessageRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 23);
147
+ exports.CreateUserMessageRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 26);
133
148
  /**
134
149
  * Describes the message companyhelm.runner.v1.InterruptTurnRequest.
135
150
  * Use `create(InterruptTurnRequestSchema)` to create a new message.
136
151
  */
137
- exports.InterruptTurnRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 24);
152
+ exports.InterruptTurnRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 27);
138
153
  /**
139
154
  * Describes the message companyhelm.runner.v1.GithubInstallation.
140
155
  * Use `create(GithubInstallationSchema)` to create a new message.
141
156
  */
142
- exports.GithubInstallationSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 25);
157
+ exports.GithubInstallationSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 28);
143
158
  /**
144
159
  * Describes the message companyhelm.runner.v1.ListGithubInstallationsRequest.
145
160
  * Use `create(ListGithubInstallationsRequestSchema)` to create a new message.
146
161
  */
147
- exports.ListGithubInstallationsRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 26);
162
+ exports.ListGithubInstallationsRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 29);
148
163
  /**
149
164
  * Describes the message companyhelm.runner.v1.ListGithubInstallationsResponse.
150
165
  * Use `create(ListGithubInstallationsResponseSchema)` to create a new message.
151
166
  */
152
- exports.ListGithubInstallationsResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 27);
167
+ exports.ListGithubInstallationsResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 30);
153
168
  /**
154
169
  * Describes the message companyhelm.runner.v1.GithubInstallationAccessTokenRequest.
155
170
  * Use `create(GithubInstallationAccessTokenRequestSchema)` to create a new message.
156
171
  */
157
- exports.GithubInstallationAccessTokenRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 28);
172
+ exports.GithubInstallationAccessTokenRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 31);
158
173
  /**
159
174
  * Describes the message companyhelm.runner.v1.GithubInstallationAccessTokenResponse.
160
175
  * Use `create(GithubInstallationAccessTokenResponseSchema)` to create a new message.
161
176
  */
162
- exports.GithubInstallationAccessTokenResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 29);
177
+ exports.GithubInstallationAccessTokenResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 32);
163
178
  /**
164
179
  * @generated from enum companyhelm.runner.v1.AgentSdkStatus
165
180
  */
@@ -314,6 +329,28 @@ var ItemType;
314
329
  * Describes the enum companyhelm.runner.v1.ItemType.
315
330
  */
316
331
  exports.ItemTypeSchema = (0, codegenv2_1.enumDesc)(exports.file_companyhelm_runner_v1_runner, 4);
332
+ /**
333
+ * @generated from enum companyhelm.runner.v1.CodexAuthType
334
+ */
335
+ var CodexAuthType;
336
+ (function (CodexAuthType) {
337
+ /**
338
+ * @generated from enum value: CODEX_AUTH_TYPE_UNSPECIFIED = 0;
339
+ */
340
+ CodexAuthType[CodexAuthType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
341
+ /**
342
+ * @generated from enum value: CODEX_AUTH_TYPE_DEVICE_CODE = 1;
343
+ */
344
+ CodexAuthType[CodexAuthType["DEVICE_CODE"] = 1] = "DEVICE_CODE";
345
+ /**
346
+ * @generated from enum value: CODEX_AUTH_TYPE_API_KEY = 2;
347
+ */
348
+ CodexAuthType[CodexAuthType["API_KEY"] = 2] = "API_KEY";
349
+ })(CodexAuthType || (exports.CodexAuthType = CodexAuthType = {}));
350
+ /**
351
+ * Describes the enum companyhelm.runner.v1.CodexAuthType.
352
+ */
353
+ exports.CodexAuthTypeSchema = (0, codegenv2_1.enumDesc)(exports.file_companyhelm_runner_v1_runner, 5);
317
354
  /**
318
355
  * @generated from enum companyhelm.runner.v1.ThreadMcpAuthType
319
356
  */
@@ -335,7 +372,7 @@ var ThreadMcpAuthType;
335
372
  /**
336
373
  * Describes the enum companyhelm.runner.v1.ThreadMcpAuthType.
337
374
  */
338
- exports.ThreadMcpAuthTypeSchema = (0, codegenv2_1.enumDesc)(exports.file_companyhelm_runner_v1_runner, 5);
375
+ exports.ThreadMcpAuthTypeSchema = (0, codegenv2_1.enumDesc)(exports.file_companyhelm_runner_v1_runner, 6);
339
376
  /**
340
377
  * Transport contract between backend control plane and runner clients.
341
378
  * RegisterRunner performs a capability handshake; CommandChannel carries
@@ -76,11 +76,22 @@ message ClientMessage {
76
76
  TurnUpdate turn_update = 5;
77
77
  ItemUpdate item_update = 6;
78
78
  ThreadNameUpdate thread_name_update = 8;
79
- KeepAliveResponse keep_alive_response = 9;
79
+ HeartbeatResponse heartbeat_response = 9;
80
+ SdkUpdate sdk_update = 10;
81
+ CodexDeviceCode codex_device_code = 11;
80
82
  }
81
83
  }
82
84
 
83
- message KeepAliveResponse {
85
+ message SdkUpdate {
86
+ string sdk_id = 1 [(buf.validate.field).string.min_len = 1];
87
+ AgentSdkStatus status = 2;
88
+ }
89
+
90
+ message CodexDeviceCode {
91
+ string device_code = 1 [(buf.validate.field).string.min_len = 1];
92
+ }
93
+
94
+ message HeartbeatResponse {
84
95
  }
85
96
 
86
97
  message RequestError {
@@ -165,11 +176,23 @@ message ServerMessage {
165
176
  DeleteThreadRequest delete_thread_request = 5;
166
177
  CreateUserMessageRequest create_user_message_request = 6;
167
178
  InterruptTurnRequest interrupt_turn_request = 8;
168
- KeepAliveRequest keep_alive_request = 9;
179
+ HeartbeatRequest heartbeat_request = 9;
180
+ CodexConfigurationRequest codex_configuration_request = 10;
169
181
  }
170
182
  }
171
183
 
172
- message KeepAliveRequest {
184
+ enum CodexAuthType {
185
+ CODEX_AUTH_TYPE_UNSPECIFIED = 0;
186
+ CODEX_AUTH_TYPE_DEVICE_CODE = 1;
187
+ CODEX_AUTH_TYPE_API_KEY = 2;
188
+ }
189
+
190
+ message CodexConfigurationRequest {
191
+ CodexAuthType auth_type = 1;
192
+ optional string codex_api_key = 2;
193
+ }
194
+
195
+ message HeartbeatRequest {
173
196
  }
174
197
 
175
198
  message CreateThreadRequest {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@companyhelm/protos",
3
- "version": "0.5.15",
3
+ "version": "0.5.17",
4
4
  "description": "Buf-generated JavaScript bindings for CompanyHelm protobuf definitions.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "license": "Apache-2.0",
12
+ "license": "MIT",
13
13
  "main": "dist/index.js",
14
14
  "types": "dist/index.d.ts",
15
15
  "exports": {