agent-embassy 1.0.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/CHANGELOG.md +61 -0
- package/CONTRIBUTING.md +122 -0
- package/LICENSE +21 -0
- package/README.md +185 -0
- package/README.zh-CN.md +185 -0
- package/SECURITY.md +224 -0
- package/assets/live-dashboard/app.css +1610 -0
- package/assets/mark-seal.svg +7 -0
- package/assets/mark.svg +7 -0
- package/assets/social-preview.png +0 -0
- package/assets/vendor/react/LICENSE +21 -0
- package/assets/vendor/react/react-dom.production.min.js +267 -0
- package/assets/vendor/react/react.production.min.js +31 -0
- package/dist/src/errors.d.ts +5 -0
- package/dist/src/errors.js +11 -0
- package/dist/src/errors.js.map +1 -0
- package/dist/src/gateway/claude-compatibility-scratch.d.ts +18 -0
- package/dist/src/gateway/claude-compatibility-scratch.js +158 -0
- package/dist/src/gateway/claude-compatibility-scratch.js.map +1 -0
- package/dist/src/gateway/claude-helper-client.d.ts +43 -0
- package/dist/src/gateway/claude-helper-client.js +212 -0
- package/dist/src/gateway/claude-helper-client.js.map +1 -0
- package/dist/src/gateway/claude-helper-protocol.d.ts +172 -0
- package/dist/src/gateway/claude-helper-protocol.js +373 -0
- package/dist/src/gateway/claude-helper-protocol.js.map +1 -0
- package/dist/src/gateway/claude-helper-supervisor.d.ts +74 -0
- package/dist/src/gateway/claude-helper-supervisor.js +497 -0
- package/dist/src/gateway/claude-helper-supervisor.js.map +1 -0
- package/dist/src/gateway/claude-helper.d.ts +1 -0
- package/dist/src/gateway/claude-helper.js +269 -0
- package/dist/src/gateway/claude-helper.js.map +1 -0
- package/dist/src/gateway/claude-peer.d.ts +273 -0
- package/dist/src/gateway/claude-peer.js +2359 -0
- package/dist/src/gateway/claude-peer.js.map +1 -0
- package/dist/src/gateway/claude-runtime.d.ts +40 -0
- package/dist/src/gateway/claude-runtime.js +302 -0
- package/dist/src/gateway/claude-runtime.js.map +1 -0
- package/dist/src/gateway/cli-copy.d.ts +8 -0
- package/dist/src/gateway/cli-copy.en.d.ts +13 -0
- package/dist/src/gateway/cli-copy.en.js +43 -0
- package/dist/src/gateway/cli-copy.en.js.map +1 -0
- package/dist/src/gateway/cli-copy.js +19 -0
- package/dist/src/gateway/cli-copy.js.map +1 -0
- package/dist/src/gateway/cli-copy.zh-CN.d.ts +13 -0
- package/dist/src/gateway/cli-copy.zh-CN.js +43 -0
- package/dist/src/gateway/cli-copy.zh-CN.js.map +1 -0
- package/dist/src/gateway/cli.d.ts +44 -0
- package/dist/src/gateway/cli.js +969 -0
- package/dist/src/gateway/cli.js.map +1 -0
- package/dist/src/gateway/codex-app-server.d.ts +310 -0
- package/dist/src/gateway/codex-app-server.js +1746 -0
- package/dist/src/gateway/codex-app-server.js.map +1 -0
- package/dist/src/gateway/codex-local-transport.d.ts +81 -0
- package/dist/src/gateway/codex-local-transport.js +617 -0
- package/dist/src/gateway/codex-local-transport.js.map +1 -0
- package/dist/src/gateway/codex-registration-generation.d.ts +5 -0
- package/dist/src/gateway/codex-registration-generation.js +19 -0
- package/dist/src/gateway/codex-registration-generation.js.map +1 -0
- package/dist/src/gateway/codex-registration-succession.d.ts +209 -0
- package/dist/src/gateway/codex-registration-succession.js +588 -0
- package/dist/src/gateway/codex-registration-succession.js.map +1 -0
- package/dist/src/gateway/compatibility.d.ts +70 -0
- package/dist/src/gateway/compatibility.js +252 -0
- package/dist/src/gateway/compatibility.js.map +1 -0
- package/dist/src/gateway/config.d.ts +24 -0
- package/dist/src/gateway/config.js +130 -0
- package/dist/src/gateway/config.js.map +1 -0
- package/dist/src/gateway/control.d.ts +308 -0
- package/dist/src/gateway/control.js +1573 -0
- package/dist/src/gateway/control.js.map +1 -0
- package/dist/src/gateway/dashboard-copy.d.ts +7 -0
- package/dist/src/gateway/dashboard-copy.en.d.ts +506 -0
- package/dist/src/gateway/dashboard-copy.en.js +507 -0
- package/dist/src/gateway/dashboard-copy.en.js.map +1 -0
- package/dist/src/gateway/dashboard-copy.js +516 -0
- package/dist/src/gateway/dashboard-copy.js.map +1 -0
- package/dist/src/gateway/dashboard-copy.zh-CN.d.ts +506 -0
- package/dist/src/gateway/dashboard-copy.zh-CN.js +507 -0
- package/dist/src/gateway/dashboard-copy.zh-CN.js.map +1 -0
- package/dist/src/gateway/dashboard-model.d.ts +207 -0
- package/dist/src/gateway/dashboard-model.js +720 -0
- package/dist/src/gateway/dashboard-model.js.map +1 -0
- package/dist/src/gateway/dashboard.d.ts +26 -0
- package/dist/src/gateway/dashboard.js +941 -0
- package/dist/src/gateway/dashboard.js.map +1 -0
- package/dist/src/gateway/delivery-machine.d.ts +235 -0
- package/dist/src/gateway/delivery-machine.js +540 -0
- package/dist/src/gateway/delivery-machine.js.map +1 -0
- package/dist/src/gateway/instance-lease.d.ts +21 -0
- package/dist/src/gateway/instance-lease.js +549 -0
- package/dist/src/gateway/instance-lease.js.map +1 -0
- package/dist/src/gateway/live-dashboard-app/app.js +2914 -0
- package/dist/src/gateway/live-dashboard-assets.d.ts +10 -0
- package/dist/src/gateway/live-dashboard-assets.js +73 -0
- package/dist/src/gateway/live-dashboard-assets.js.map +1 -0
- package/dist/src/gateway/live-dashboard-bootstrap.d.ts +36 -0
- package/dist/src/gateway/live-dashboard-bootstrap.js +176 -0
- package/dist/src/gateway/live-dashboard-bootstrap.js.map +1 -0
- package/dist/src/gateway/live-dashboard-command.d.ts +54 -0
- package/dist/src/gateway/live-dashboard-command.js +324 -0
- package/dist/src/gateway/live-dashboard-command.js.map +1 -0
- package/dist/src/gateway/live-dashboard-http.d.ts +41 -0
- package/dist/src/gateway/live-dashboard-http.js +445 -0
- package/dist/src/gateway/live-dashboard-http.js.map +1 -0
- package/dist/src/gateway/live-dashboard-protocol.d.ts +38 -0
- package/dist/src/gateway/live-dashboard-protocol.js +156 -0
- package/dist/src/gateway/live-dashboard-protocol.js.map +1 -0
- package/dist/src/gateway/live-dashboard-server.d.ts +33 -0
- package/dist/src/gateway/live-dashboard-server.js +130 -0
- package/dist/src/gateway/live-dashboard-server.js.map +1 -0
- package/dist/src/gateway/live-dashboard-stream.d.ts +46 -0
- package/dist/src/gateway/live-dashboard-stream.js +233 -0
- package/dist/src/gateway/live-dashboard-stream.js.map +1 -0
- package/dist/src/gateway/live-dashboard.d.ts +31 -0
- package/dist/src/gateway/live-dashboard.js +190 -0
- package/dist/src/gateway/live-dashboard.js.map +1 -0
- package/dist/src/gateway/locale.d.ts +4 -0
- package/dist/src/gateway/locale.js +10 -0
- package/dist/src/gateway/locale.js.map +1 -0
- package/dist/src/gateway/progress-watch-machine.d.ts +97 -0
- package/dist/src/gateway/progress-watch-machine.js +172 -0
- package/dist/src/gateway/progress-watch-machine.js.map +1 -0
- package/dist/src/gateway/providers.d.ts +287 -0
- package/dist/src/gateway/providers.js +2451 -0
- package/dist/src/gateway/providers.js.map +1 -0
- package/dist/src/gateway/server.d.ts +57 -0
- package/dist/src/gateway/server.js +264 -0
- package/dist/src/gateway/server.js.map +1 -0
- package/dist/src/gateway/service.d.ts +449 -0
- package/dist/src/gateway/service.js +4831 -0
- package/dist/src/gateway/service.js.map +1 -0
- package/dist/src/gateway/store.d.ts +340 -0
- package/dist/src/gateway/store.js +4047 -0
- package/dist/src/gateway/store.js.map +1 -0
- package/dist/src/gateway/types.d.ts +514 -0
- package/dist/src/gateway/types.js +414 -0
- package/dist/src/gateway/types.js.map +1 -0
- package/dist/src/mutex.d.ts +4 -0
- package/dist/src/mutex.js +23 -0
- package/dist/src/mutex.js.map +1 -0
- package/docs/DESIGN.md +134 -0
- package/docs/GATEWAY-ARCHITECTURE.md +858 -0
- package/package.json +80 -0
- package/skills/embassy-peer/SKILL.md +198 -0
- package/skills/embassy-peer/agents/openai.yaml +4 -0
|
@@ -0,0 +1,506 @@
|
|
|
1
|
+
export declare const dashboardCopyEn: {
|
|
2
|
+
"meta.title": string;
|
|
3
|
+
skip: string;
|
|
4
|
+
"language.label": string;
|
|
5
|
+
"language.en": string;
|
|
6
|
+
"language.zhCn": string;
|
|
7
|
+
"brand.eyebrow": string;
|
|
8
|
+
"brand.title": string;
|
|
9
|
+
"brand.subtitle": string;
|
|
10
|
+
"snapshot.asOf": string;
|
|
11
|
+
"snapshot.static": string;
|
|
12
|
+
"overall.ready": string;
|
|
13
|
+
"overall.setup": string;
|
|
14
|
+
"overall.attention": string;
|
|
15
|
+
"exchange.eyebrow": string;
|
|
16
|
+
"exchange.title": string;
|
|
17
|
+
"exchange.note": string;
|
|
18
|
+
"inbound.paired.badge": string;
|
|
19
|
+
"inbound.paired.body": string;
|
|
20
|
+
"inbound.open.badge": string;
|
|
21
|
+
"inbound.open.body": string;
|
|
22
|
+
"inbound.noPair.body": string;
|
|
23
|
+
"exchange.claude.title": string;
|
|
24
|
+
"exchange.claude.note": string;
|
|
25
|
+
"exchange.codex.title": string;
|
|
26
|
+
"exchange.codex.note": string;
|
|
27
|
+
"exchange.pouch.title": string;
|
|
28
|
+
"exchange.pouch.empty": string;
|
|
29
|
+
"exchange.pouch.queued": string;
|
|
30
|
+
"exchange.pouch.oldest": string;
|
|
31
|
+
"exchange.count.claude": string;
|
|
32
|
+
"exchange.count.codex": string;
|
|
33
|
+
"status.ready": string;
|
|
34
|
+
"status.busy": string;
|
|
35
|
+
"status.waiting": string;
|
|
36
|
+
"status.missing": string;
|
|
37
|
+
"status.attention": string;
|
|
38
|
+
"status.selected": string;
|
|
39
|
+
"status.available": string;
|
|
40
|
+
"status.notSelectable": string;
|
|
41
|
+
"status.enabled": string;
|
|
42
|
+
"status.disabled": string;
|
|
43
|
+
"next.label": string;
|
|
44
|
+
"next.none": string;
|
|
45
|
+
"next.discoverClaude": string;
|
|
46
|
+
"next.selectClaude": string;
|
|
47
|
+
"next.pairRoutes": string;
|
|
48
|
+
"next.restoreClaude": string;
|
|
49
|
+
"next.repairClaude": string;
|
|
50
|
+
"next.registerCodex": string;
|
|
51
|
+
"next.restoreCodex": string;
|
|
52
|
+
"attention.eyebrow": string;
|
|
53
|
+
"attention.title": string;
|
|
54
|
+
"attention.count": string;
|
|
55
|
+
"attention.countVisible": string;
|
|
56
|
+
"attention.projectionOnly": string;
|
|
57
|
+
"attention.scope": string;
|
|
58
|
+
"severity.info": string;
|
|
59
|
+
"severity.warning": string;
|
|
60
|
+
"severity.error": string;
|
|
61
|
+
"guidance.reobserveClaude.title": string;
|
|
62
|
+
"guidance.reobserveClaude.body": string;
|
|
63
|
+
"guidance.reobserveClaude.action": string;
|
|
64
|
+
"guidance.reobserveCodex.title": string;
|
|
65
|
+
"guidance.reobserveCodex.body": string;
|
|
66
|
+
"guidance.reobserveCodex.action": string;
|
|
67
|
+
"guidance.claudeNotObserved.title": string;
|
|
68
|
+
"guidance.claudeNotObserved.body": string;
|
|
69
|
+
"guidance.claudeNotObserved.action": string;
|
|
70
|
+
"guidance.codexStale.title": string;
|
|
71
|
+
"guidance.codexStale.body": string;
|
|
72
|
+
"guidance.codexStale.action": string;
|
|
73
|
+
"guidance.connectorOffline.title": string;
|
|
74
|
+
"guidance.connectorOffline.body": string;
|
|
75
|
+
"guidance.connectorOffline.action": string;
|
|
76
|
+
"guidance.routeStale.title": string;
|
|
77
|
+
"guidance.routeStale.body": string;
|
|
78
|
+
"guidance.routeStale.action": string;
|
|
79
|
+
"guidance.queueStalled.title": string;
|
|
80
|
+
"guidance.queueStalled.body": string;
|
|
81
|
+
"guidance.queueStalled.action": string;
|
|
82
|
+
"guidance.unconfirmed.title": string;
|
|
83
|
+
"guidance.unconfirmed.body": string;
|
|
84
|
+
"guidance.unconfirmed.action": string;
|
|
85
|
+
"guidance.degraded.title": string;
|
|
86
|
+
"guidance.degraded.body": string;
|
|
87
|
+
"guidance.degraded.action": string;
|
|
88
|
+
"guidance.generic.title": string;
|
|
89
|
+
"guidance.generic.body": string;
|
|
90
|
+
"guidance.generic.action": string;
|
|
91
|
+
"guidance.codexSuccessionBusy.title": string;
|
|
92
|
+
"guidance.codexSuccessionBusy.body": string;
|
|
93
|
+
"guidance.codexSuccessionBusy.action": string;
|
|
94
|
+
"guidance.codexSuccessionRecovery.title": string;
|
|
95
|
+
"guidance.codexSuccessionRecovery.body": string;
|
|
96
|
+
"guidance.codexSuccessionRecovery.action": string;
|
|
97
|
+
"guidance.progressWatch.title": string;
|
|
98
|
+
"guidance.progressWatch.body": string;
|
|
99
|
+
"guidance.progressWatch.action": string;
|
|
100
|
+
"transit.eyebrow": string;
|
|
101
|
+
"transit.title": string;
|
|
102
|
+
"transit.queued": string;
|
|
103
|
+
"transit.active": string;
|
|
104
|
+
"transit.oldest": string;
|
|
105
|
+
"transit.empty": string;
|
|
106
|
+
"transit.unavailable": string;
|
|
107
|
+
"count.atLeast": string;
|
|
108
|
+
"watches.eyebrow": string;
|
|
109
|
+
"watches.title": string;
|
|
110
|
+
"watches.note": string;
|
|
111
|
+
"watches.empty": string;
|
|
112
|
+
"watches.column.conversation": string;
|
|
113
|
+
"watches.column.parties": string;
|
|
114
|
+
"watches.column.phase": string;
|
|
115
|
+
"watches.column.quietFor": string;
|
|
116
|
+
"watches.column.nextAction": string;
|
|
117
|
+
"watches.column.nudges": string;
|
|
118
|
+
"watches.column.capability": string;
|
|
119
|
+
"watches.phase.quiet": string;
|
|
120
|
+
"watches.phase.episode": string;
|
|
121
|
+
"watches.capability.conversation": string;
|
|
122
|
+
"watches.capability.route": string;
|
|
123
|
+
"watches.workerComplete": string;
|
|
124
|
+
"watches.history.title": string;
|
|
125
|
+
"watches.event.opened": string;
|
|
126
|
+
"watches.event.nudge": string;
|
|
127
|
+
"watches.event.workerReportedComplete": string;
|
|
128
|
+
"watches.event.capabilityDegraded": string;
|
|
129
|
+
"watches.event.done": string;
|
|
130
|
+
"watches.event.unresponsive": string;
|
|
131
|
+
"watches.event.endpointRetired": string;
|
|
132
|
+
"watches.event.disabled": string;
|
|
133
|
+
"activity.eyebrow": string;
|
|
134
|
+
"activity.title": string;
|
|
135
|
+
"activity.note": string;
|
|
136
|
+
"activity.empty": string;
|
|
137
|
+
"activity.column.updated": string;
|
|
138
|
+
"activity.column.route": string;
|
|
139
|
+
"activity.column.id": string;
|
|
140
|
+
"activity.column.result": string;
|
|
141
|
+
"activity.column.elapsed": string;
|
|
142
|
+
"activity.column.size": string;
|
|
143
|
+
"activity.column.history": string;
|
|
144
|
+
"activity.history.one": string;
|
|
145
|
+
"activity.history.many": string;
|
|
146
|
+
"activity.meaning.delivered": string;
|
|
147
|
+
"activity.meaning.delivered.codexToClaude": string;
|
|
148
|
+
"activity.meaning.delivered.claudeToCodex": string;
|
|
149
|
+
"activity.meaning.unconfirmed": string;
|
|
150
|
+
"activity.meaning.ambiguous": string;
|
|
151
|
+
"activity.meaning.other": string;
|
|
152
|
+
"activity.meaning.queued": string;
|
|
153
|
+
"activity.meaning.dispatching": string;
|
|
154
|
+
"activity.meaning.transportWritten": string;
|
|
155
|
+
"activity.meaning.held": string;
|
|
156
|
+
"activity.meaning.duplicate": string;
|
|
157
|
+
"activity.meaning.rejected": string;
|
|
158
|
+
"activity.meaning.senderNotPaired": string;
|
|
159
|
+
"activity.meaning.failed": string;
|
|
160
|
+
"activity.meaning.expired": string;
|
|
161
|
+
"activity.meaning.cancelled": string;
|
|
162
|
+
"activity.meaning.abandoned.controllerRestarted": string;
|
|
163
|
+
"activity.meaning.abandoned.transientBody": string;
|
|
164
|
+
"activity.meaning.abandoned.routeTerminated": string;
|
|
165
|
+
"activity.meaning.abandoned.generic": string;
|
|
166
|
+
"direction.claudeToCodex": string;
|
|
167
|
+
"direction.codexToClaude": string;
|
|
168
|
+
"delivery.queued": string;
|
|
169
|
+
"delivery.duplicate": string;
|
|
170
|
+
"delivery.dispatching": string;
|
|
171
|
+
"delivery.transportWritten": string;
|
|
172
|
+
"delivery.held": string;
|
|
173
|
+
"delivery.delivered": string;
|
|
174
|
+
"delivery.unconfirmed": string;
|
|
175
|
+
"delivery.failed": string;
|
|
176
|
+
"delivery.ambiguous": string;
|
|
177
|
+
"delivery.expired": string;
|
|
178
|
+
"delivery.cancelled": string;
|
|
179
|
+
"delivery.abandoned": string;
|
|
180
|
+
"delivery.rejected": string;
|
|
181
|
+
"sessions.eyebrow": string;
|
|
182
|
+
"sessions.title": string;
|
|
183
|
+
"sessions.note": string;
|
|
184
|
+
"sessions.peers.title": string;
|
|
185
|
+
"sessions.peers.empty": string;
|
|
186
|
+
"sessions.peers.caption": string;
|
|
187
|
+
"sessions.routes.title": string;
|
|
188
|
+
"sessions.routes.empty": string;
|
|
189
|
+
"sessions.routes.caption": string;
|
|
190
|
+
"column.alias": string;
|
|
191
|
+
"column.host": string;
|
|
192
|
+
"column.provider": string;
|
|
193
|
+
"column.state": string;
|
|
194
|
+
"column.compatibility": string;
|
|
195
|
+
"column.selection": string;
|
|
196
|
+
"column.validation": string;
|
|
197
|
+
"status.validated": string;
|
|
198
|
+
"status.validationRejected": string;
|
|
199
|
+
"column.queue": string;
|
|
200
|
+
"column.observed": string;
|
|
201
|
+
"column.issue": string;
|
|
202
|
+
"diagnostics.title": string;
|
|
203
|
+
"diagnostics.note": string;
|
|
204
|
+
"diagnostics.connectors": string;
|
|
205
|
+
"diagnostics.connectors.empty": string;
|
|
206
|
+
"diagnostics.connectors.caption": string;
|
|
207
|
+
"diagnostics.compatibilityChecks": string;
|
|
208
|
+
"diagnostics.compatibilityChecks.empty": string;
|
|
209
|
+
"diagnostics.compatibilityChecks.caption": string;
|
|
210
|
+
"diagnostics.version": string;
|
|
211
|
+
"diagnostics.tier": string;
|
|
212
|
+
"diagnostics.checkedAt": string;
|
|
213
|
+
"diagnostics.certification": string;
|
|
214
|
+
"diagnostics.certifiedAt": string;
|
|
215
|
+
"diagnostics.failedProbe": string;
|
|
216
|
+
"compatibilityTier.certified": string;
|
|
217
|
+
"compatibilityTier.schema_attested": string;
|
|
218
|
+
"compatibilityTier.incompatible": string;
|
|
219
|
+
"diagnostics.protocol": string;
|
|
220
|
+
"diagnostics.health": string;
|
|
221
|
+
"diagnostics.accounting": string;
|
|
222
|
+
"diagnostics.accepted": string;
|
|
223
|
+
"diagnostics.duplicates": string;
|
|
224
|
+
"diagnostics.delivered": string;
|
|
225
|
+
"diagnostics.unconfirmed": string;
|
|
226
|
+
"diagnostics.ambiguous": string;
|
|
227
|
+
"diagnostics.failed": string;
|
|
228
|
+
"diagnostics.expired": string;
|
|
229
|
+
"diagnostics.cancelled": string;
|
|
230
|
+
"diagnostics.abandoned": string;
|
|
231
|
+
"diagnostics.rejected": string;
|
|
232
|
+
"diagnostics.bytesAccepted": string;
|
|
233
|
+
"diagnostics.queuedBytes": string;
|
|
234
|
+
"diagnostics.omissions": string;
|
|
235
|
+
"diagnostics.omissions.none": string;
|
|
236
|
+
"diagnostics.omissions.connectors": string;
|
|
237
|
+
"diagnostics.omissions.peers": string;
|
|
238
|
+
"diagnostics.omissions.routes": string;
|
|
239
|
+
"diagnostics.omissions.pairs": string;
|
|
240
|
+
"diagnostics.omissions.progressWatches": string;
|
|
241
|
+
"diagnostics.omissions.upstreamProgressWatchEvents": string;
|
|
242
|
+
"diagnostics.omissions.progressWatchEvents": string;
|
|
243
|
+
"diagnostics.omissions.upstreamMessageEvents": string;
|
|
244
|
+
"diagnostics.omissions.messageGroups": string;
|
|
245
|
+
"diagnostics.omissions.messageEvents": string;
|
|
246
|
+
"diagnostics.omissions.upstreamAlerts": string;
|
|
247
|
+
"diagnostics.omissions.attentionItems": string;
|
|
248
|
+
"diagnostics.omissions.upstreamActivityEvents": string;
|
|
249
|
+
"diagnostics.omissions.activityEvents": string;
|
|
250
|
+
"provider.claude": string;
|
|
251
|
+
"provider.codex": string;
|
|
252
|
+
"health.offline": string;
|
|
253
|
+
"health.connecting": string;
|
|
254
|
+
"health.healthy": string;
|
|
255
|
+
"health.degraded": string;
|
|
256
|
+
"health.incompatible": string;
|
|
257
|
+
"health.meaning.healthy": string;
|
|
258
|
+
"health.meaning.connecting": string;
|
|
259
|
+
"health.meaning.degraded": string;
|
|
260
|
+
"health.meaning.offline": string;
|
|
261
|
+
"health.meaning.incompatible": string;
|
|
262
|
+
"compatibility.unknown": string;
|
|
263
|
+
"compatibility.compatible": string;
|
|
264
|
+
"compatibility.incompatible": string;
|
|
265
|
+
"compatibility.expired": string;
|
|
266
|
+
"compatibility.meaning.compatible": string;
|
|
267
|
+
"compatibility.meaning.unknown": string;
|
|
268
|
+
"compatibility.meaning.expired": string;
|
|
269
|
+
"compatibility.meaning.incompatible": string;
|
|
270
|
+
"route.stale": string;
|
|
271
|
+
"route.idle": string;
|
|
272
|
+
"route.busy": string;
|
|
273
|
+
"route.awaitingApproval": string;
|
|
274
|
+
"route.offline": string;
|
|
275
|
+
"route.incompatible": string;
|
|
276
|
+
"route.disabled": string;
|
|
277
|
+
"route.meaning.idle": string;
|
|
278
|
+
"route.meaning.busy": string;
|
|
279
|
+
"route.meaning.awaitingApproval": string;
|
|
280
|
+
"route.meaning.stale": string;
|
|
281
|
+
"route.meaning.offline": string;
|
|
282
|
+
"route.meaning.incompatible": string;
|
|
283
|
+
"route.meaning.disabled": string;
|
|
284
|
+
"peer.idle": string;
|
|
285
|
+
"peer.busy": string;
|
|
286
|
+
"peer.awaitingApproval": string;
|
|
287
|
+
"peer.offline": string;
|
|
288
|
+
"peer.incompatible": string;
|
|
289
|
+
"peer.meaning.idle": string;
|
|
290
|
+
"peer.meaning.busy": string;
|
|
291
|
+
"peer.meaning.awaitingApproval": string;
|
|
292
|
+
"peer.meaning.offline": string;
|
|
293
|
+
"peer.meaning.incompatible": string;
|
|
294
|
+
"peer.reason.aliasCollision": string;
|
|
295
|
+
"peer.reason.sessionCollision": string;
|
|
296
|
+
"peer.reason.discoveryIncomplete": string;
|
|
297
|
+
"peer.reason.incompatible": string;
|
|
298
|
+
"peer.reason.offline": string;
|
|
299
|
+
"time.atSnapshot": string;
|
|
300
|
+
"time.beforeSnapshot": string;
|
|
301
|
+
"time.afterSnapshot": string;
|
|
302
|
+
"time.unavailable": string;
|
|
303
|
+
"time.ago": string;
|
|
304
|
+
"live.title": string;
|
|
305
|
+
"live.noscript": string;
|
|
306
|
+
"live.label": string;
|
|
307
|
+
"live.mastheadSubtitle": string;
|
|
308
|
+
"live.readonlyFooter": string;
|
|
309
|
+
"live.action.authorityLabel": string;
|
|
310
|
+
"live.action.authorityBody": string;
|
|
311
|
+
"live.action.sectionTitle": string;
|
|
312
|
+
"live.action.scope": string;
|
|
313
|
+
"live.action.select": string;
|
|
314
|
+
"live.action.unselect": string;
|
|
315
|
+
"live.action.pair": string;
|
|
316
|
+
"live.action.unpair": string;
|
|
317
|
+
"live.action.refresh": string;
|
|
318
|
+
"live.action.confirm": string;
|
|
319
|
+
"live.action.cancel": string;
|
|
320
|
+
"live.action.pending": string;
|
|
321
|
+
"live.action.succeeded": string;
|
|
322
|
+
"live.action.failed": string;
|
|
323
|
+
"live.action.requiresConnected": string;
|
|
324
|
+
"live.connection.connecting": string;
|
|
325
|
+
"live.connection.connected": string;
|
|
326
|
+
"live.connection.unavailable": string;
|
|
327
|
+
"live.connection.disconnected": string;
|
|
328
|
+
"live.connection.fatal": string;
|
|
329
|
+
"live.connection.paused": string;
|
|
330
|
+
"live.connection.stopped": string;
|
|
331
|
+
"live.control.pause": string;
|
|
332
|
+
"live.control.reconnect": string;
|
|
333
|
+
"live.control.refresh": string;
|
|
334
|
+
"live.filter.placeholder": string;
|
|
335
|
+
"live.metric.queued": string;
|
|
336
|
+
"live.metric.active": string;
|
|
337
|
+
"live.attention.empty": string;
|
|
338
|
+
"live.activity.empty": string;
|
|
339
|
+
"live.sessions.title": string;
|
|
340
|
+
"live.diagnostics.title": string;
|
|
341
|
+
"live.metric.revision": string;
|
|
342
|
+
"live.stream.reset": string;
|
|
343
|
+
"live.bootstrap.title": string;
|
|
344
|
+
"live.bootstrap.open": string;
|
|
345
|
+
"live.http.badRequest": string;
|
|
346
|
+
"live.http.forbidden": string;
|
|
347
|
+
"live.http.notFound": string;
|
|
348
|
+
"live.http.methodNotAllowed": string;
|
|
349
|
+
"live.http.bodyTooLarge": string;
|
|
350
|
+
"live.http.targetTooLarge": string;
|
|
351
|
+
"live.http.unsupportedMediaType": string;
|
|
352
|
+
"live.http.tooManyStreams": string;
|
|
353
|
+
"live.http.headersTooLarge": string;
|
|
354
|
+
"live.http.snapshotUnavailable": string;
|
|
355
|
+
"live.http.requestFailed": string;
|
|
356
|
+
"live.http.starting": string;
|
|
357
|
+
"app.tab.overview": string;
|
|
358
|
+
"app.tab.deliveries": string;
|
|
359
|
+
"app.tab.routes": string;
|
|
360
|
+
"app.tab.activity": string;
|
|
361
|
+
"app.tab.diagnostics": string;
|
|
362
|
+
"app.search.label": string;
|
|
363
|
+
"app.search.placeholder": string;
|
|
364
|
+
"app.asOf": string;
|
|
365
|
+
"app.stale": string;
|
|
366
|
+
"app.missedFrames": string;
|
|
367
|
+
"app.lowerBound": string;
|
|
368
|
+
"app.copy": string;
|
|
369
|
+
"app.copied": string;
|
|
370
|
+
"app.copyFailed": string;
|
|
371
|
+
"app.staleQuiet": string;
|
|
372
|
+
"app.notLanded.title": string;
|
|
373
|
+
"app.notLanded.body": string;
|
|
374
|
+
"app.show": string;
|
|
375
|
+
"app.hide": string;
|
|
376
|
+
"app.overview.statusStrip": string;
|
|
377
|
+
"app.overview.broker": string;
|
|
378
|
+
"app.overview.claudeConn": string;
|
|
379
|
+
"app.overview.codexConn": string;
|
|
380
|
+
"app.overview.compat": string;
|
|
381
|
+
"app.overview.connectorMissing": string;
|
|
382
|
+
"app.overview.node.claude.title": string;
|
|
383
|
+
"app.overview.node.claude.sub": string;
|
|
384
|
+
"app.overview.node.codex.title": string;
|
|
385
|
+
"app.overview.node.codex.sub": string;
|
|
386
|
+
"app.overview.count.codex": string;
|
|
387
|
+
"app.overview.noPair.title": string;
|
|
388
|
+
"app.overview.noPair.body": string;
|
|
389
|
+
"app.overview.queueC2x": string;
|
|
390
|
+
"app.overview.queueX2c": string;
|
|
391
|
+
"app.overview.depth": string;
|
|
392
|
+
"app.overview.oldest": string;
|
|
393
|
+
"app.overview.pulse.title": string;
|
|
394
|
+
"app.overview.pulse.caption": string;
|
|
395
|
+
"app.overview.pulse.empty": string;
|
|
396
|
+
"app.overview.viewIn": string;
|
|
397
|
+
"app.deliveries.title": string;
|
|
398
|
+
"app.deliveries.caption": string;
|
|
399
|
+
"app.deliveries.dir.label": string;
|
|
400
|
+
"app.deliveries.dir.all": string;
|
|
401
|
+
"app.deliveries.dir.codexToClaude": string;
|
|
402
|
+
"app.deliveries.view.label": string;
|
|
403
|
+
"app.deliveries.view.byRoute": string;
|
|
404
|
+
"app.deliveries.view.flat": string;
|
|
405
|
+
"app.deliveries.state.all": string;
|
|
406
|
+
"app.deliveries.search": string;
|
|
407
|
+
"app.deliveries.noMatch": string;
|
|
408
|
+
"app.deliveries.pickRow": string;
|
|
409
|
+
"app.deliveries.lifecycle": string;
|
|
410
|
+
"app.deliveries.frames": string;
|
|
411
|
+
"app.deliveries.noFrames": string;
|
|
412
|
+
"app.deliveries.raw": string;
|
|
413
|
+
"app.deliveries.hideRaw": string;
|
|
414
|
+
"app.deliveries.bodyLabel": string;
|
|
415
|
+
"app.deliveries.bodiesNote": string;
|
|
416
|
+
"app.deliveries.noConv": string;
|
|
417
|
+
"app.deliveries.eventsTruncated": string;
|
|
418
|
+
"app.deliveries.earliestRetained": string;
|
|
419
|
+
"app.routes.topology": string;
|
|
420
|
+
"app.routes.candidates": string;
|
|
421
|
+
"app.routes.claudeSessions": string;
|
|
422
|
+
"app.routes.codexRoutes": string;
|
|
423
|
+
"app.routes.pairs": string;
|
|
424
|
+
"app.routes.pairDescription": string;
|
|
425
|
+
"app.routes.pairSummary": string;
|
|
426
|
+
"app.routes.unpairedSummary": string;
|
|
427
|
+
"app.routes.pairCmd.consequence": string;
|
|
428
|
+
"app.routes.unpairCmd.consequence": string;
|
|
429
|
+
"app.routes.selectCmd.title": string;
|
|
430
|
+
"app.routes.selectCmd.consequence": string;
|
|
431
|
+
"app.routes.selectCmd.consequenceOpen": string;
|
|
432
|
+
"app.routes.unselectCmd.consequence": string;
|
|
433
|
+
"app.routes.unselectCmd.consequenceOpen": string;
|
|
434
|
+
"app.routes.refreshCmd": string;
|
|
435
|
+
"app.routes.monitorOnlyReason": string;
|
|
436
|
+
"app.routes.noPeers": string;
|
|
437
|
+
"app.routes.noCodex": string;
|
|
438
|
+
"app.routes.successions": string;
|
|
439
|
+
"app.routes.successions.empty": string;
|
|
440
|
+
"app.routes.successions.note": string;
|
|
441
|
+
"app.routes.detail.absent": string;
|
|
442
|
+
"app.routes.expandDetails": string;
|
|
443
|
+
"app.routes.collapseDetails": string;
|
|
444
|
+
"app.routes.queueDepth": string;
|
|
445
|
+
"app.routes.counters": string;
|
|
446
|
+
"app.routes.registered": string;
|
|
447
|
+
"app.routes.monitorOnly": string;
|
|
448
|
+
"app.routes.registerHint": string;
|
|
449
|
+
"app.routes.noPairInline": string;
|
|
450
|
+
"app.omitted.pairs": string;
|
|
451
|
+
"app.activity.title": string;
|
|
452
|
+
"app.activity.kinds.all": string;
|
|
453
|
+
"app.activity.kinds.delivery": string;
|
|
454
|
+
"app.activity.kinds.operation": string;
|
|
455
|
+
"app.activity.kinds.alert": string;
|
|
456
|
+
"app.activity.operation.discoveryRefreshed": string;
|
|
457
|
+
"app.activity.operation.claudeSelected": string;
|
|
458
|
+
"app.activity.operation.claudeUnselected": string;
|
|
459
|
+
"app.activity.operation.codexRegistered": string;
|
|
460
|
+
"app.activity.operation.codexSucceeded": string;
|
|
461
|
+
"app.activity.operation.codexUnregistered": string;
|
|
462
|
+
"app.activity.operation.routesPaired": string;
|
|
463
|
+
"app.activity.operation.routesUnpaired": string;
|
|
464
|
+
"app.activity.operation.watchEnded": string;
|
|
465
|
+
"app.activity.operation.accepted": string;
|
|
466
|
+
"app.activity.operation.rejected": string;
|
|
467
|
+
"app.activity.limited": string;
|
|
468
|
+
"app.activity.empty": string;
|
|
469
|
+
"app.diag.versions": string;
|
|
470
|
+
"app.diag.versions.caption": string;
|
|
471
|
+
"app.diag.col.provider": string;
|
|
472
|
+
"app.diag.col.host": string;
|
|
473
|
+
"app.diag.col.protocol": string;
|
|
474
|
+
"app.diag.col.version": string;
|
|
475
|
+
"app.diag.col.compat": string;
|
|
476
|
+
"app.diag.versions.rangeAbsent": string;
|
|
477
|
+
"app.diag.attestation.title": string;
|
|
478
|
+
"app.diag.attestation.absent": string;
|
|
479
|
+
"app.diag.lease.title": string;
|
|
480
|
+
"app.diag.lease.absent": string;
|
|
481
|
+
"app.diag.limits": string;
|
|
482
|
+
"app.diag.limits.hint": string;
|
|
483
|
+
"app.diag.deadline.title": string;
|
|
484
|
+
"app.diag.deadline.body": string;
|
|
485
|
+
"app.diag.deadline.retained": string;
|
|
486
|
+
"app.diag.deadline.bucket.under1m": string;
|
|
487
|
+
"app.diag.deadline.bucket.1to5m": string;
|
|
488
|
+
"app.diag.deadline.bucket.5to15m": string;
|
|
489
|
+
"app.diag.deadline.bucket.15to60m": string;
|
|
490
|
+
"app.diag.deadline.bucket.over60m": string;
|
|
491
|
+
"app.diag.queue.title": string;
|
|
492
|
+
"app.diag.queue.body": string;
|
|
493
|
+
"app.diag.bytes.title": string;
|
|
494
|
+
"app.diag.bytes.body": string;
|
|
495
|
+
"app.diag.steering.title": string;
|
|
496
|
+
"app.diag.steering.absent": string;
|
|
497
|
+
"app.diag.deliveryNotices.title": string;
|
|
498
|
+
"app.diag.deliveryNotices.note": string;
|
|
499
|
+
"app.diag.editable.title": string;
|
|
500
|
+
"app.diag.editable.note": string;
|
|
501
|
+
"app.diag.counters": string;
|
|
502
|
+
"app.diag.counters.caption": string;
|
|
503
|
+
"app.diag.omissions": string;
|
|
504
|
+
"app.diag.omissions.caption": string;
|
|
505
|
+
footer: string;
|
|
506
|
+
};
|